/plugin/webcomponent/ |
D | copy_visuals.cmd | 1 @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/ |
D | copy_visuals.cmd | 1 @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/ |
D | copy_visuals.cmd | 1 @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/ |
D | README.md | 25 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/ |
D | README.md | 70 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/ |
D | test10.txt | 23 echo "Hello, Dokuwiki!"; 27 echo "Hello again, Dokuwiki!; 39 <?php echo "hello world!"; ?> 42 <?php echo "hello world!"; ?>
|
/plugin/html2pdf/html2pdf/html2ps/templates/ |
D | error._http.tpl | 1 <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; ?>
|
D | error._connection.tpl | 2 <p>Could not open URL <?php echo $_url?> you've specified. </p> 8 <?php echo $_server_response; ?>
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
D | README.md | 107 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/ |
D | README.md | 45 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/ |
D | test10.latex | 39 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/ |
D | 001-load.phpt | 5 echo 'skip'; 9 echo 'maxminddb extension is available';
|
/plugin/combo/vendor/dragonmantank/cron-expression/ |
D | README.md | 35 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/ |
D | settings.class.php | 88 …* @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/ |
D | README.md | 10 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/ |
D | metadata.php | 14 public function html(\admin_plugin_config $plugin, $echo = false) { argument 34 public function html(\admin_plugin_config $plugin, $echo = false) { argument
|
/plugin/aichat/ |
D | ModelSetting.php | 24 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/ |
D | Filter.ExtractStyleBlocks.txt | 20 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/ |
D | Setting.php | 41 public function html(\admin_plugin_config $plugin, $echo = false) argument 44 if ($echo) {
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
D | README.md | 26 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/ |
D | cli-examples.txt | 43 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/ |
D | DisallowAlternativePHPTagsSniff.php | 241 * @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/ |
D | README.md | 77 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/ |
D | phpt-args.phpt | 8 echo 'Help';
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
D | internals.rst | 56 echo $stream."\n"; 89 echo $nodes."\n"; 130 echo "Hello "; 131 …echo twig_escape_filter($this->env, (isset($context["name"]) ? $context["name"] : null), "html", n…
|