Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 44) sorted by relevance

12

/dokuwiki/inc/Ui/
H A DPageView.php14 protected $text; variable in dokuwiki\\Ui\\PageView
21 public function __construct($text = null)
H A DPageConflict.php14 protected $text; variable in dokuwiki\\Ui\\PageConflict
23 public function __construct($text = '', $summary = '')
H A DPageDiff.php29 protected $text; variable in dokuwiki\\Ui\\PageDiff
62 public function compareWith($text = null)
/dokuwiki/inc/parser/
H A Dcode.php24 public function code($text, $language = null, $filename = '')
56 public function file($text, $language = null, $filename = '')
H A Dmetadata.php123 public function cdata($text)
144 public function toc_additem($id, $text, $level)
167 public function header($text, $level, $pos)
294 public function preformatted($text)
322 public function file($text, $lang = null, $file = null)
334 public function code($text, $language = null, $file = null)
H A Dxhtmlsummary.php47 public function header($text, $level, $pos, $returnonly = false)
H A Drenderer.php189 public function toc_additem($id, $text, $level)
200 public function header($text, $level, $pos)
225 public function cdata($text)
435 public function unformatted($text)
445 public function preformatted($text)
470 public function file($text, $lang = null, $file = null)
481 public function code($text, $lang = null, $file = null)
H A Dxhtml.php202 public function toc_additem($id, $text, $level)
221 public function header($text, $level, $pos, $returnonly = false)
293 public function cdata($text)
588 public function unformatted($text)
614 public function preformatted($text)
627 public function file($text, $language = null, $filename = null, $options = null)
640 public function code($text, $language = null, $filename = null, $options = null)
655 public function _highlight($type, $text, $language = null, $filename = null, $options = null)
/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php8 protected $text = ''; variable in dokuwiki\\Parsing\\Handler\\Preformatted
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCaption.php97 public $text; variable in SimplePie\\Caption
105 … function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text = null)
/dokuwiki/_test/tests/inc/
H A Dhtml_secedit_pattern.test.php51 public function testSecEditPattern($text, $expectedMatches, $msg) {
/dokuwiki/inc/Form/
H A DTextareaElement.php14 protected $text; variable in dokuwiki\\Form\\TextareaElement
/dokuwiki/inc/
H A Dcompatibility.php17 function ctype_space($text)
33 function ctype_digit($text)
H A DMailer.class.php25 protected $text = ''; variable in Mailer
202 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true)
280 public function setText($text)
H A Dcommon.php718 function checkwordblock($text = '')
977 function cleanText($text)
1000 function formText($text)
1216 function con($pre, $text, $suf, $pretty = false)
1265 function saveWikiText($id, $text, $summary, $minor = false)
1924 function stripsourcemaps(&$text)
H A Dhttputils.php293 function http_status($code = 200, $text = '')
H A Dhtml.php92 function html_secedit($text, $show = true)
560 function html_diff($text = '', $intro = true, $type = null)
624 function html_conflict($text, $summary)
875 function html_mktocitem($link, $text, $level, $hash = '#')
/dokuwiki/lib/scripts/
H A Dtextselection.js73 function pasteText(selection,text,opts){ argument
148 function insertAtCarret(textAreaID, text){ argument
/dokuwiki/inc/Utf8/
H A DAsian.php77 public static function separateAsianWords($text, $sep = ' ')
/dokuwiki/_test/core/
H A DTestUtils.php73 public static function fappend($file, $text) {
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php177 protected static function checkTextLength($text, $minimum, $maximum)
/dokuwiki/inc/Search/
H A DIndexer.php35 public function addPageWords($page, $text)
112 protected function getPageWords($text)
505 public function tokenizer($text, $wc = false)
/dokuwiki/lib/plugins/config/
H A Dadmin.php274 protected function printH1($id, $text)
/dokuwiki/inc/File/
H A DPageFile.php79 public function saveWikiText($text, $summary, $minor = false)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php249 private function crypt($text, $mode)

12