/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingDisableactions.php | 11 public function html(\admin_plugin_config $plugin, $echo = false) argument 22 return parent::html($plugin, $echo);
|
H A D | SettingString.php | 11 public function html(\admin_plugin_config $plugin, $echo = false) argument 18 } elseif ($echo && $this->error) {
|
H A D | SettingRenderer.php | 38 public function html(\admin_plugin_config $plugin, $echo = false) argument 58 return parent::html($plugin, $echo);
|
H A D | SettingArray.php | 66 public function html(\admin_plugin_config $plugin, $echo = false) argument 73 } elseif ($echo && $this->error) {
|
H A D | SettingUndefined.php | 22 public function html(\admin_plugin_config $plugin, $echo = false) argument
|
H A D | SettingPassword.php | 29 public function html(\admin_plugin_config $plugin, $echo = false) argument
|
H A D | Setting.php | 194 … * @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 D | SettingOnoff.php | 28 public function html(\admin_plugin_config $plugin, $echo = false) argument
|
H A D | SettingMulticheckbox.php | 37 public function html(\admin_plugin_config $plugin, $echo = false) argument 45 } elseif ($echo && $this->error) {
|
H A D | SettingMultichoice.php | 14 public function html(\admin_plugin_config $plugin, $echo = false) argument
|
/dokuwiki/vendor/paragonie/constant_time_encoding/ |
H A 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";
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | ReadMe.txt | 72 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 D | README.md | 43 echo $less->compile(".block { padding: 3 + 4px }"); 51 echo $less->compileFile("input.less"); 62 echo $e->getMessage();
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | README.md | 58 echo $rss->saveFeed("RSS1.0", "news/feed.xml"); 134 tentative support for echo/necho/atom/pie/???
|
/dokuwiki/vendor/splitbrain/php-archive/ |
H A D | README.md | 61 echo $tar->getArchive(); // compresses and returns it
|
/dokuwiki/vendor/php81_bc/strftime/ |
H A D | README.md | 76 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 D | README.md | 47 echo $options->help();
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 430 <?php echo "hello world!"; ?> 435 <?php echo "hello world!"; ?>
|
/dokuwiki/_test/data/pages/wiki/ |
H A D | syntax.txt | 430 <?php echo "hello world!"; ?> 435 <?php echo "hello world!"; ?>
|