Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDisableactions.php11 public function html(\admin_plugin_config $plugin, $echo = false) argument
22 return parent::html($plugin, $echo);
H A DSettingString.php11 public function html(\admin_plugin_config $plugin, $echo = false) argument
18 } elseif ($echo && $this->error) {
H A DSettingRenderer.php38 public function html(\admin_plugin_config $plugin, $echo = false) argument
58 return parent::html($plugin, $echo);
H A DSettingArray.php66 public function html(\admin_plugin_config $plugin, $echo = false) argument
73 } elseif ($echo && $this->error) {
H A DSettingUndefined.php22 public function html(\admin_plugin_config $plugin, $echo = false) argument
H A DSettingPassword.php29 public function html(\admin_plugin_config $plugin, $echo = false) argument
H A DSetting.php194 … * @param bool $echo true: show inputted value, when error occurred, otherwise the stored setting
197 public function html(\admin_plugin_config $plugin, $echo = false) argument
204 } elseif ($echo && $this->error) {
H A DSettingOnoff.php28 public function html(\admin_plugin_config $plugin, $echo = false) argument
H A DSettingMulticheckbox.php37 public function html(\admin_plugin_config $plugin, $echo = false) argument
45 } elseif ($echo && $this->error) {
H A DSettingMultichoice.php14 public function html(\admin_plugin_config $plugin, $echo = false) argument
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A 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";
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt72 echo $output; // This will read: xn--nrgler-wxa.com
88 echo utf8_decode($output); // This will read: andre@börse.knörz.info
101 echo $IDN->encode(trim($line), 'ucs4_string');
102 echo "\n";
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md43 echo $less->compile(".block { padding: 3 + 4px }");
51 echo $less->compileFile("input.less");
62 echo $e->getMessage();
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md58 echo $rss->saveFeed("RSS1.0", "news/feed.xml");
134 tentative support for echo/necho/atom/pie/???
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md61 echo $tar->getArchive(); // compresses and returns it
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md76 echo strftime('%A %e %B %Y %X', new \DateTime('2021-09-28 00:00:00'), 'fr_FR');
84 echo \strftime('%A %e %B %Y %X', strtotime('2021-09-28 00:00:00'));
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md47 echo $options->help();
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt430 <?php echo "hello world!"; ?>
435 <?php echo "hello world!"; ?>
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt430 <?php echo "hello world!"; ?>
435 <?php echo "hello world!"; ?>