/dokuwiki/inc/Ui/ |
H A D | PageView.php | 14 protected $text; variable in dokuwiki\\Ui\\PageView 21 public function __construct($text = null)
|
H A D | PageConflict.php | 14 protected $text; variable in dokuwiki\\Ui\\PageConflict 23 public function __construct($text = '', $summary = '')
|
H A D | PageDiff.php | 29 protected $text; variable in dokuwiki\\Ui\\PageDiff 62 public function compareWith($text = null)
|
/dokuwiki/inc/parser/ |
H A D | code.php | 19 public function code($text, $language = null, $filename = '') { 50 public function file($text, $language = null, $filename = '') {
|
H A D | metadata.php | 116 public function cdata($text) 137 public function toc_additem($id, $text, $level) 160 public function header($text, $level, $pos) 287 public function preformatted($text) 315 public function file($text, $lang = null, $file = null) 327 public function code($text, $language = null, $file = null)
|
H A D | xhtmlsummary.php | 39 public function header($text, $level, $pos) {
|
H A D | renderer.php | 175 public function toc_additem($id, $text, $level) { 185 public function header($text, $level, $pos) { 207 public function cdata($text) { 388 public function unformatted($text) { 397 public function preformatted($text) { 419 public function file($text, $lang = null, $file = null) { 429 public function code($text, $lang = null, $file = null) {
|
H A D | xhtml.php | 195 public function toc_additem($id, $text, $level) { 213 public function header($text, $level, $pos, $returnonly = false) { 281 public function cdata($text) { 542 public function unformatted($text) { 565 public function preformatted($text) { 577 public function file($text, $language = null, $filename = null, $options=null) { 589 public function code($text, $language = null, $filename = null, $options=null) { 603 public function _highlight($type, $text, $language = null, $filename = null, $options = null) {
|
/dokuwiki/inc/ |
H A D | compatibility.php | 16 function ctype_space($text) { 31 function ctype_digit($text) {
|
H A D | Mailer.class.php | 27 protected $text = ''; variable in Mailer 197 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) { 272 public function setText($text) {
|
H A D | common.php | 722 function checkwordblock($text = '') { 1008 function cleanText($text) { 1030 function formText($text) { 1241 function con($pre, $text, $suf, $pretty = false) { 1286 function saveWikiText($id, $text, $summary, $minor = false) { 1962 function stripsourcemaps(&$text){
|
H A D | httputils.php | 285 function http_status($code = 200, $text = '') {
|
H A D | html.php | 86 function html_secedit($text, $show = true) { 532 function html_diff($text = '', $intro = true, $type = null) { 592 function html_conflict($text, $summary) { 833 function html_mktocitem($link, $text, $level, $hash='#') {
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Caption.php | 95 var $text; variable in SimplePie_Caption 103 …public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text …
|
/dokuwiki/inc/Parsing/Handler/ |
H A D | Preformatted.php | 9 protected $text =''; variable in dokuwiki\\Parsing\\Handler\\Preformatted
|
/dokuwiki/lib/scripts/ |
H A D | textselection.js | 73 function pasteText(selection,text,opts){ argument 148 function insertAtCarret(textAreaID, text){ argument
|
/dokuwiki/inc/Form/ |
H A D | TextareaElement.php | 14 protected $text; variable in dokuwiki\\Form\\TextareaElement
|
/dokuwiki/inc/Utf8/ |
H A D | Asian.php | 78 public static function separateAsianWords($text, $sep = ' ')
|
/dokuwiki/vendor/aziraphale/email-address-validator/ |
H A D | EmailAddressValidator.php | 177 protected static function checkTextLength($text, $minimum, $maximum)
|
/dokuwiki/inc/Search/ |
H A D | Indexer.php | 31 public function addPageWords($page, $text) { 107 protected function getPageWords($text) { 488 public function tokenizer($text, $wc=false) {
|
/dokuwiki/lib/plugins/config/ |
H A D | admin.php | 266 protected function printH1($id, $text) {
|
/dokuwiki/inc/File/ |
H A D | PageFile.php | 79 public function saveWikiText($text, $summary, $minor = false)
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 321 protected function addToToc($text, $level, Doku_Renderer_xhtml $renderer)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | RC4.php | 310 function _crypt($text, $mode)
|
/dokuwiki/inc/Extension/ |
H A D | PluginInterface.php | 151 public function render_text($text, $format = 'xhtml');
|