Home
last modified time | relevance | path

Searched refs:html (Results 26 – 50 of 65) sorted by relevance

123

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingPassword.php29 public function html(\admin_plugin_config $plugin, $echo = false)
28 public function html(\admin_plugin_config $plugin, $echo = false) { global() function in dokuwiki\\plugin\\config\\core\\Setting\\SettingPassword
H A DSettingOnoff.php28 public function html(\admin_plugin_config $plugin, $echo = false)
27 public function html(\admin_plugin_config $plugin, $echo = false) { global() function in dokuwiki\\plugin\\config\\core\\Setting\\SettingOnoff
H A DSettingArray.php66 public function html(\admin_plugin_config $plugin, $echo = false)
63 public function html(\admin_plugin_config $plugin, $echo = false) { global() function in dokuwiki\\plugin\\config\\core\\Setting\\SettingArray
H A DSettingMultichoice.php14 public function html(\admin_plugin_config $plugin, $echo = false)
13 public function html(\admin_plugin_config $plugin, $echo = false) { global() function in dokuwiki\\plugin\\config\\core\\Setting\\SettingMultichoice
H A DSettingMulticheckbox.php37 public function html(\admin_plugin_config $plugin, $echo = false)
36 public function html(\admin_plugin_config $plugin, $echo = false) { global() function in dokuwiki\\plugin\\config\\core\\Setting\\SettingMulticheckbox
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php158 $html = '<bdi>' . editorinfo($this->val('user')) . '</bdi>';
160 $html .= ' <bdo dir="ltr">(' . $this->val('ip') . ')</bdo>';
163 $html = '<bdo dir="ltr">' . $this->val('ip') . '</bdo>';
165 return '<span class="user">' . $html . '</span>';
/dokuwiki/lib/plugins/config/
H A Dadmin.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
73 * output appropriate html
75 public function html()
127 [$label, $input] = $setting->html($this, $this->hasErrors);
177 [$label, $input] = $setting->html($this);
71 public function html() { global() function in admin_plugin_config
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php72 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];
184 public function strip_htmltags($tags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style']) argument
476 protected function preprocess($html, $type) argument
479 $html = preg_replace('%</?(?:html|body)[^>]*?'.'>%is', '', $html);
482 // Note: No protection if $html contains a stray </div>!
483 $html = '<div>' . $html . '</div>';
484 $ret .= '<!DOCTYPE html>';
[all...]
/dokuwiki/inc/lang/pt-br/
H A Dstopwords.txt4 # Essa lista é baseada na encontrada em http://www.ranks.nl/stopwords/portugese.html
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php8 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
87 public function html()
123 * @return string The form, as an html string
85 public function html() global() function in admin_plugin_popularity
/dokuwiki/lib/plugins/acl/
H A Dscript.js35 'html'
66 .html('<img src="'+DOKU_BASE+'lib/images/throbber.gif" alt="..." />')
/dokuwiki/lib/scripts/
H A Dtree.js62 $sublist.html(data);
H A Dlocktimer.js144 jQuery('#draft__status').html(data.draft);
H A Dlinkwiz.js34 .html(
296 $res.html('<img src="'+DOKU_BASE+'lib/images/throbber.gif" alt="" width="16" height="16" />')
H A Dqsearch.js4 * @license GPL2 (http://www.gnu.org/licenses/gpl.html)
56 'html'
110 .html(data)
H A Dbehaviour.js76 jQuery('html, body').animate({
234 $checkDiv.html(LANG.data_insecure);
H A Dtoolbar.js32 $toolbar.html('');
/dokuwiki/conf/
H A Dinterwiki.conf28 rfc https://tools.ietf.org/html/rfc
/dokuwiki/lib/plugins/revert/
H A Dadmin.php50 * output appropriate html
52 public function html()
51 public function html() global() function in admin_plugin_revert
/dokuwiki/lib/plugins/styling/
H A Dadmin.php9 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
48 public function html()
45 public function html() global() function in admin_plugin_styling
/dokuwiki/inc/
H A Dtemplate.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
83 * outputfunction(s) from html.php
171 $html = html_TOC($toc);
172 if ($return) return $html;
173 echo $html;
205 $plugin->html();
321 'type' => 'text/html',
475 * @param bool $return if true return the link html, otherwise print
476 * @return bool|string html of the link, or true if printed
541 * @return bool|string html, o
[all...]
/dokuwiki/lib/plugins/extension/
H A Dscript.js40 .find('div').html('<img src="' + image_href + '" />');
H A Dadmin.php8 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
162 public function html()
159 public function html() global() function in admin_plugin_extension
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
45 public function html()
43 public function html() global() function in admin_plugin_logviewer
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt60 The DokuWiki engine is licensed under [[https://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your company, consider [[doku>donate|donating]] a few bucks ;-).

123