blob: 6d8f34251478532c06fbba3bb9803f7c79cf3e55 [file] [log] [blame]
<?php
return ezcDocumentWikiDocumentNode::__set_state(array(
'line' => 30,
'position' => 1,
'nodes' =>
array (
0 =>
ezcDocumentWikiPluginNode::__set_state(array(
'type' => 'code',
'parameters' =>
array (
0 => 'java',
),
'text' => '
/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}',
'line' => 1,
'position' => 1,
'nodes' =>
array (
),
'token' =>
ezcDocumentWikiPluginToken::__set_state(array(
'type' => 'code',
'parameters' =>
array (
0 => 'java',
),
'text' => '
/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}',
'content' => '<code java>
/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}
</code>',
'line' => 1,
'position' => 1,
)),
)),
1 =>
ezcDocumentWikiPluginNode::__set_state(array(
'type' => 'html',
'parameters' =>
array (
),
'text' => '
This is some <span style="color:red;font-size:150%;">inline HTML</span>',
'line' => 13,
'position' => 1,
'nodes' =>
array (
),
'token' =>
ezcDocumentWikiPluginToken::__set_state(array(
'type' => 'html',
'parameters' =>
array (
),
'text' => '
This is some <span style="color:red;font-size:150%;">inline HTML</span>',
'content' => '<html>
This is some <span style="color:red;font-size:150%;">inline HTML</span>
</html>',
'line' => 13,
'position' => 1,
)),
)),
2 =>
ezcDocumentWikiPluginNode::__set_state(array(
'type' => 'html',
'parameters' =>
array (
),
'text' => '
<p style="border:2px dashed red;">And this is some block HTML</p>',
'line' => 16,
'position' => 1,
'nodes' =>
array (
),
'token' =>
ezcDocumentWikiPluginToken::__set_state(array(
'type' => 'html',
'parameters' =>
array (
),
'text' => '
<p style="border:2px dashed red;">And this is some block HTML</p>',
'content' => '<HTML>
<p style="border:2px dashed red;">And this is some block HTML</p>
</HTML>',
'line' => 16,
'position' => 1,
)),
)),
3 =>
ezcDocumentWikiPluginNode::__set_state(array(
'type' => 'php',
'parameters' =>
array (
),
'text' => '
echo \'A logo generated by PHP:\';
echo \'<img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" />\';
echo \'(inline HTML)\';',
'line' => 20,
'position' => 1,
'nodes' =>
array (
),
'token' =>
ezcDocumentWikiPluginToken::__set_state(array(
'type' => 'php',
'parameters' =>
array (
),
'text' => '
echo \'A logo generated by PHP:\';
echo \'<img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" />\';
echo \'(inline HTML)\';',
'content' => '<php>
echo \'A logo generated by PHP:\';
echo \'<img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" />\';
echo \'(inline HTML)\';
</php>',
'line' => 20,
'position' => 1,
)),
)),
4 =>
ezcDocumentWikiPluginNode::__set_state(array(
'type' => 'php',
'parameters' =>
array (
),
'text' => '
echo \'<table class="inline"><tr><td>The same, but inside a block level element:</td>\';
echo \'<td><img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" /></td>\';
echo \'</tr></table>\';',
'line' => 25,
'position' => 1,
'nodes' =>
array (
),
'token' =>
ezcDocumentWikiPluginToken::__set_state(array(
'type' => 'php',
'parameters' =>
array (
),
'text' => '
echo \'<table class="inline"><tr><td>The same, but inside a block level element:</td>\';
echo \'<td><img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" /></td>\';
echo \'</tr></table>\';',
'content' => '<PHP>
echo \'<table class="inline"><tr><td>The same, but inside a block level element:</td>\';
echo \'<td><img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" /></td>\';
echo \'</tr></table>\';
</PHP>',
'line' => 25,
'position' => 1,
)),
)),
),
'token' =>
ezcDocumentWikiEndOfFileToken::__set_state(array(
'content' => NULL,
'line' => 30,
'position' => 1,
)),
));