/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ |
H A D | bootstrap.php | 15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } 16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } 17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } 18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } 19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } 20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } 21 function ctype_print($text) { return p\Ctype::ctype_print($text); } 22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } 23 function ctype_space($text) { return p\Ctype::ctype_space($text); } 24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } [all …]
|
H A D | Ctype.php | 32 public static function ctype_alnum($text) 48 public static function ctype_alpha($text) 64 public static function ctype_cntrl($text) 80 public static function ctype_digit($text) 96 public static function ctype_graph($text) 112 public static function ctype_lower($text) 128 public static function ctype_print($text) 144 public static function ctype_punct($text) 160 public static function ctype_space($text) 176 public static function ctype_upper($text) [all …]
|
/plugin/combo/vendor/symfony/polyfill-ctype/ |
H A D | bootstrap80.php | 15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } argument 18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } argument 21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } argument 24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } argument 27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } argument 30 ctype_lower(mixed $text) global() argument 33 ctype_print(mixed $text) global() argument 36 ctype_punct(mixed $text) global() argument 39 ctype_space(mixed $text) global() argument 42 ctype_upper(mixed $text) global() argument 45 ctype_xdigit(mixed $text) global() argument [all...] |
H A D | bootstrap.php | 19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } argument 22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } argument 25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } argument 28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } argument 31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } argument 34 ctype_lower($text) global() argument 37 ctype_print($text) global() argument 40 ctype_punct($text) global() argument 43 ctype_space($text) global() argument 46 ctype_upper($text) global() argument 49 ctype_xdigit($text) global() argument [all...] |
H A D | Ctype.php | 32 public static function ctype_alnum($text) argument 48 ctype_alpha($text) global() argument 64 ctype_cntrl($text) global() argument 80 ctype_digit($text) global() argument 96 ctype_graph($text) global() argument 112 ctype_lower($text) global() argument 128 ctype_print($text) global() argument 144 ctype_punct($text) global() argument 160 ctype_space($text) global() argument 176 ctype_upper($text) global() argument 192 ctype_xdigit($text) global() argument [all...] |
/plugin/mdpage/vendor/symfony/polyfill-ctype/ |
H A D | Ctype.php | 32 public static function ctype_alnum($text) 48 public static function ctype_alpha($text) 64 public static function ctype_cntrl($text) 80 public static function ctype_digit($text) 96 public static function ctype_graph($text) 112 public static function ctype_lower($text) 128 public static function ctype_print($text) 144 public static function ctype_punct($text) 160 public static function ctype_space($text) 176 public static function ctype_upper($text) [all …]
|
/plugin/readability/ |
H A D | calc.php | 12 $text = $_REQUEST['html'].'. '; variable 13 $text = preg_replace('!</(li|h[1-5])>!i','. ',$text); //make sentences from those tags variable 14 $text = strip_tags($text); variable 62 function calculate_readingtime($text){ 74 function gunning_fog_score($text) { 84 function calculate_flesch($text) { 94 function calculate_flesch_grade($text) { 104 function percentage_number_words_three_syllables($text) { 122 function average_words_sentence($text) { 134 function average_syllables_word($text) {
|
/plugin/markdownextra/ |
H A D | markdown.php | 59 function Markdown($text) { 150 function mdwp_add_p($text) { 312 function transform($text) { 571 function hashBlock($text) { 687 function doAnchors($text) { 812 function doImages($text) { 914 function doHeaders($text) { 960 function doLists($text) { 1629 function outdent($text) { 1641 function detab($text) { [all …]
|
/plugin/textile2/ |
H A D | classTextile.php | 422 function table($text) 461 function lists($text) 520 function block($text) 640 function graf($text) 664 function span($text) 714 function links($text) 757 function getRefs($text) 792 function image($text) 835 function code($text) 873 function retrieve($text) [all …]
|
/plugin/markdownextra/lib/meltdown/js/lib/ |
H A D | js-markdown-extra.js | 59 function Markdown(text) { argument 279 Markdown_Parser.prototype.transform = function(text) { argument 457 text = text.replace(all, function(match, text) { argument 496 Markdown_Parser.prototype.hashBlock = function(text) { argument 627 Markdown_Parser.prototype.doAnchors = function(text) { argument 767 Markdown_Parser.prototype.doImages = function(text) { argument 869 Markdown_Parser.prototype.doHeaders = function(text) { argument 917 Markdown_Parser.prototype.doLists = function(text) { argument 1649 Markdown_Parser.prototype.outdent = function(text) { argument 1661 Markdown_Parser.prototype.detab = function(text) { argument [all …]
|
/plugin/latexport/implementation/ |
H A D | decorator_headings.php | 64 function header($text, $level, $pos) { 97 private function h1($text, $pos) { 126 private function h2($text, $pos) { 145 private function h3($text, $pos) { 149 private function h4($text, $pos) { 153 private function h5($text, $pos) {
|
/plugin/noticeboard/classes/ |
H A D | EditForm.php | 47 function setEMName($text){ 51 function setEMStartDate($text){ 55 function setEMEndDate($text){ 59 function setEMStartTime($text){ 63 function setEMEndTime($text){ 67 function setEMDeadline($text){
|
/plugin/noticeboard/noticeboard/classes/ |
H A D | EditForm.php | 47 function setEMName($text){ 51 function setEMStartDate($text){ 55 function setEMEndDate($text){ 59 function setEMStartTime($text){ 63 function setEMEndTime($text){ 67 function setEMDeadline($text){
|
/plugin/fedauth/Auth/OpenID/ |
H A D | HMAC.php | 25 function Auth_OpenID_SHA1($text) 57 function Auth_OpenID_HMACSHA1($key, $text) 81 function Auth_OpenID_SHA256($text) 95 function Auth_OpenID_HMACSHA256($key, $text)
|
/plugin/openid/Auth/OpenID/ |
H A D | HMAC.php | 25 function Auth_OpenID_SHA1($text) 58 function Auth_OpenID_HMACSHA1($key, $text) 82 function Auth_OpenID_SHA256($text) 96 function Auth_OpenID_HMACSHA256($key, $text)
|
/plugin/gcalendar/inc/ |
H A D | gcal_read.php | 191 function fetch_date(&$text,$default_date) { 222 function fetch_time(&$text) { 247 function fetch_inline_category(&$text) { 326 function fast_p_render($text) {
|
/plugin/prettytables/ |
H A D | script.js | 18 function prettytables_repeat(text,num) { argument 26 function prettytables_count_spaces(text) { argument 43 function prettytables_strcenter (text, width) { argument 71 this.parse = function(text){ argument
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverSelectInterface.php | 67 public function selectByVisibleText($text); argument 79 public function selectByVisiblePartialText($text); argument 116 deselectByVisibleText($text) global() argument 127 deselectByVisiblePartialText($text) global() argument [all...] |
/plugin/ifauthex/lib/ |
H A D | tokenizer.php | 24 function mb_preg_match($text, $matchRegex, $position=0) { 42 function sb_preg_match($text, $matchRegex, $position=0) { 91 public function tryMatch($text, $position) { 110 public function __construct($definition, $text, $position, $length) { 118 public function text() { return $this->_text; } function in AST\\TokenInstance 134 function tokenize($text, array $tokDefs, array $stripTokDefs) {
|
/plugin/aichat/vendor/vanderlee/php-sentence/src/ |
H A D | Sentence.php | 65 private function replaceFloatNumbers(string $text) argument 93 restoreReplacements($text) global() argument 115 linebreakSplit($text) global() argument 407 split($text, $flags = 0) global() argument 463 count($text) global() argument [all...] |
/plugin/mdpage/vendor/cebe/markdown/tests/ |
H A D | ParserTest.php | 78 protected function parseMarkerA($text) 83 protected function parseMarkerB($text) 88 protected function parseMarkerC($text)
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | Parser.php | 48 public function parse($text) 73 public function parseParagraph($text) 294 protected function prepareMarkers($text) 319 protected function parseInline($text) 372 protected function parseEscape($text)
|
/plugin/combo/ComboStrap/ |
H A D | NavBarUtility.php | 23 public static function text($text) argument
|
/plugin/struct/renderer/ |
H A D | csv.php | 137 public function cdata($text) argument 183 public function code($text, $lang = null, $file = null) argument 188 public function header($text, argument 198 unformatted($text) global() argument 203 php($text) global() argument 208 phpblock($text) global() argument 213 html($text) global() argument 218 htmlblock($text) global() argument 223 preformatted($text) global() argument 228 file($text, $lang = null, $file = null) global() argument [all...] |
/plugin/purplenumbers/ |
H A D | renderer.php | 37 function header($text, $level, $pos, $returnonly = false) { argument 83 function preformatted($text, $type='code') { argument 98 function php($text, $wrapper='code') { argument 117 function html($text, $wrapper='code') { argument 133 _highlight($type, $text, $language = null, $filename = null) global() argument [all...] |