Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 149) sorted by relevance

123456

/plugin/webcomponent/
Dcopy_visuals.cmd1 @echo off
5 echo .
6 echo Backup of the dokuwiki pages that serves as visual into the directory %WEB_COMPO_VISUAL_BACKUP%
7 echo .
8 echo .
15 echo Copying the pages:
16 echo * from %WEB_COMPO_VISUAL_PAGES%
17 echo * to %WEB_COMPO_VISUAL_PAGES_DST%
18 echo .
20 echo .
[all …]
/plugin/minimap/
Dcopy_visuals.cmd1 @echo off
7 echo .
8 echo Backup of the dokuwiki pages that serves as visual into the directory %VISUAL_BACKUP%
9 echo .
10 echo .
17 echo Copying the pages:
18 echo * from %VISUAL_PAGES%
19 echo * to %VISUAL_PAGES_DST%
20 echo .
22 echo .
[all …]
/plugin/webcode/
Dcopy_visuals.cmd1 @echo off
7 echo .
8 echo Backup of the dokuwiki pages that serves as visual into the directory %PATH_VISUAL_BACKUP%
9 echo .
10 echo .
17 echo Copying the pages:
18 echo * from %PATH_VISUAL_PAGES%
19 echo * to %PATH_VISUAL_PAGES_DST%
20 echo .
22 echo .
[all …]
/plugin/elasticsearch/vendor/nyholm/dsn/
DREADME.md25 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
26 echo $dsn->getHost(); // "127.0.0.1"
27 echo $dsn->getPath(); // "/foo/bar"
28 echo $dsn->getPort(); // null
66 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
67 echo $dsn->getHost(); // "127.0.0.1"
68 echo $dsn->getPath(); // "/foo/bar"
69 echo $dsn->getPort(); // null
78 echo $func->getName(); // "failover"
79 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
[all …]
/plugin/ipban/ip-lib/
DREADME.md70 echo (string) $address->getPreviousAddress();
72 echo (string) $address->getNextAddress();
113 echo (string) $range;
122 echo (string) $range->getStartAddress();
124 echo (string) $range->getEndAddress();
134 echo \IPLib\Factory::addressFromString('127.0.0.1')->toString();
136 echo \IPLib\Factory::addressFromString('127.000.000.001')->toString();
138 echo \IPLib\Factory::addressFromString('::1')->toString();
140 echo \IPLib\Factory::addressFromString('0:0::1')->toString();
142 echo \IPLib\Factory::rangeFromString('0:0::1/64')->toString();
[all …]
/plugin/latexit/tests/dw_orig_test_files/
Dtest10.txt23 echo "Hello, Dokuwiki!";
27 echo "Hello again, Dokuwiki!;
39 <?php echo "hello world!"; ?>
42 <?php echo "hello world!"; ?>
/plugin/html2pdf/html2pdf/html2ps/templates/
Derror._http.tpl1 <h1>HTTP error <?php echo $_http_error ?></h1>
2 <p>Could not open URL <?php echo $_url?> you've specified.
6 <?php echo $_server_response; ?>
Derror._connection.tpl2 <p>Could not open URL <?php echo $_url?> you've specified. </p>
8 <?php echo $_server_response; ?>
/plugin/findologicxmlexport/vendor/hoa/iterator/
DREADME.md107 echo $value;
132 echo $value;
153 echo $value;
172 echo $value;
193 echo "\n";
198 echo $value;
218 echo $value, ' ';
240 echo $value, ' ';
265 echo $iterators['one'], ' | ', $iterators['two'], "\n";
297 echo $value, ' ';
[all …]
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
DREADME.md45 echo Encoding::base64Encode($data), "\n";
46 echo Encoding::base32EncodeUpper($data), "\n";
47 echo Encoding::base32Encode($data), "\n";
48 echo Encoding::hexEncode($data), "\n";
49 echo Encoding::hexEncodeUpper($data), "\n";
70 echo Base64::encode($data), "\n";
71 echo Base32::encode($data), "\n";
/plugin/latexit/tests/my/
Dtest10.latex39 echo "Hello, Dokuwiki!";
45 echo "Hello again, Dokuwiki!;
65 <?php echo "hello world!"; ?>
71 <?php echo "hello world!"; ?>
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
D001-load.phpt5 echo 'skip';
9 echo 'maxminddb extension is available';
/plugin/combo/vendor/dragonmantank/cron-expression/
DREADME.md35 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
36 echo $cron->getPreviousRunDate()->format('Y-m-d H:i:s');
40 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
44 echo $cron->getNextRunDate(null, 2)->format('Y-m-d H:i:s');
48 echo $cron->getNextRunDate('2010-01-12 00:00:00')->format('Y-m-d H:i:s');
/plugin/autogroup/conf/
Dsettings.class.php88 …* @param bool $echo true: show inputted value, when error occurred, otherwise the sto…
91 function html(admin_plugin_config $plugin, $echo=false) { argument
98 if ($echo && $this->_error) {
/plugin/etherpadlite/externals/etherpad-lite-client/
DREADME.md10 echo "Pad has $revisionCount revisions\n\n";
23 echo "Pad text is: <br/><ul>$padContents->text\n\n</ul>";
24 echo "End of Pad Text\n\n<hr>";
/plugin/evesso/conf/
Dmetadata.php14 public function html(\admin_plugin_config $plugin, $echo = false) { argument
34 public function html(\admin_plugin_config $plugin, $echo = false) { argument
/plugin/aichat/
DModelSetting.php24 public function html(\admin_plugin_config $plugin, $echo = false) argument
26 [$label, $input] = parent::html($plugin, $echo);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DFilter.ExtractStyleBlocks.txt20 echo '<?xml version="1.0" encoding="UTF-8"?>';
40 // You can also echo the styles inside the document, but it's a bit
49 echo '<link rel="stylesheet" type="text/css" href="'.$name.'" />';
55 <?php echo $html; ?>
/plugin/sentry/conf/
DSetting.php41 public function html(\admin_plugin_config $plugin, $echo = false) argument
44 if ($echo) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DREADME.md26 echo $response->getStatusCode(); # 200
27 echo $response->getHeaderLine('content-type'); # 'application/json; charset=utf8'
28 echo $response->getBody(); # '{"id": 1420053, "name": "guzzle", ...}'
33 echo 'I completed! ' . $response->getBody();
/plugin/cli/
Dcli-examples.txt43 C:\>echo pouet
46 C:\>echo But this rem is not a remark.
50 user@host:~/somedir $ echo Ah. Back to normal again
87 C:\>echo pouet
90 C:\>echo But this rem is not a remark.
94 user@host:~/somedir $ echo Ah. Back to normal again
232 user@host:~/somedir $ echo 'pouet & repouet'
262 user@host:~/somedir $ echo 'pouet & repouet'
294 user@host:~/somedir $ echo 'pouet & repouet'
323 user@host:~/somedir $ echo 'pouet & repouet'
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
DDisallowAlternativePHPTagsSniff.php241 * @param bool $echo Whether to add 'echo' or not.
245 …set(PHP_CodeSniffer_File $phpcsFile, $tokens, $open_tag_pointer, $close_tag_pointer, $echo = false) argument
249 if ($echo === true) {
/plugin/pureldap/vendor/freedsx/ldap/
DREADME.md77 echo "Entry: ".$entry->getDn().PHP_EOL;
104 echo sprintf('Error adding entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;
117 echo $entry.PHP_EOL;
149 echo sprintf('Error modifying entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
167 echo sprintf('Error deleting entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dphpt-args.phpt8 echo 'Help';
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dinternals.rst56 echo $stream."\n";
89 echo $nodes."\n";
130 echo "Hello ";
131echo twig_escape_filter($this->env, (isset($context["name"]) ? $context["name"] : null), "html", n…

123456