/plugin/combo/vendor/symfony/polyfill-php80/ |
H A D | PhpToken.php | 29 public $text; variable in Symfony\\Polyfill\\Php80\\PhpToken 34 public $line; variable in Symfony\\Polyfill\\Php80\\PhpToken 41 public function __construct(int $id, string $text, int $line = -1, int $position = -1) argument [all...] |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | TokenFactory.php | 24 ?string $text, argument 28 int $line, argument 35 public function create(int $type, string $text) : Token; argument
|
H A D | CommonTokenFactory.php | 63 ?string $text, argument 67 int $line, argument 88 create(int $type, string $text) global() argument [all...] |
H A D | CommonToken.php | 26 protected $line = 0; variable in Antlr\\Antlr4\\Runtime\\CommonToken 66 protected $text; variable in Antlr\\Antlr4\\Runtime\\CommonToken 171 setLine(int $line) global() argument 206 setText(string $text) global() argument [all...] |
H A D | WritableToken.php | 9 public function setText(string $text) : void; argument 13 public function setLine(int $line) : void; argument
|
H A D | Lexer.php | 109 public $text; variable in Antlr\\Antlr4\\Runtime\\Lexer 373 setLine(int $line) global() argument 431 setText(string $text) global() argument [all...] |
/plugin/mdpage/vendor/cebe/markdown/block/ |
H A D | HtmlTrait.php | 50 protected function identifyHtml($line, $lines, $current) 124 protected function parseEntity($text) 146 protected function parseInlineHtml($text) 164 protected function parseGt($text)
|
H A D | ListTrait.php | 25 protected function identifyOl($line) 33 protected function identifyUl($line) 199 abstract protected function parseInline($text);
|
H A D | HeadlineTrait.php | 18 protected function identifyHeadline($line, $lines, $current) 68 abstract protected function parseInline($text);
|
H A D | TableTrait.php | 18 protected function identifyTable($line, $lines, $current) 154 abstract protected function parseInline($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 129 this.encode = function(line){ argument
|
/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 147 punctuationSplit($line) global() argument 407 split($text, $flags = 0) global() argument 463 count($text) global() argument [all...] |
/plugin/mdpage/vendor/cebe/markdown/inline/ |
H A D | LinkTrait.php | 50 protected function replaceEscape($text) 168 protected function parseLt($text) 255 protected function identifyReference($line) 285 abstract protected function parseInline($text);
|
/plugin/struct/meta/ |
H A D | CSVPageImporter.php | 52 protected function createPage($pid, $line) argument 104 evaluateIfNotEmptyTags($text, $keys, $values) global() argument [all...] |
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | MarkdownExtra.php | 70 protected function identifyReference($line) 186 protected function parseSpecialAttributes($text) 199 protected function parseInline($text)
|
/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 767 Markdown_Parser.prototype.doImages = function(text) { argument 878 text = text.replace(/^(.+?)[ ]*\n(=+|-+)[ ]*\n+/mg, function(match, span, line) { 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 1666 return text.replace(/^.*\t.*$/mg, function(line) { argument 1685 Markdown_Parser.prototype.unhash = function(text) { argument [all …]
|
/plugin/snippets/ |
H A D | admin.php | 213 function dbg($text, $ar = array(),$line="") {
|
/plugin/zotero/ |
H A D | TextZoteroRepository.php | 40 private function parseLine($line) 65 private function extractZoteroKey($text)
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
H A D | Tokenizer.php | 74 private $line; variable in Mustache_Tokenizer 95 public function scan($text, $delimiters = null) 271 private function changeDelimiters($text, $index) 328 private function addPragma($text, $index)
|
/plugin/form/ |
H A D | syntax.php | 184 function setLocalLang($text) { 358 function createConstraints($line, $name, $error) { 446 function createFileElement($text, $width, $value) { 464 function createTextbox($name, $text, $width, $value) { 482 function createHidden($name, $text) { 491 function createPassbox($name, $text, $width) { 505 function createSelectBox($name, $text, $width, $options, $value) { 543 function createTextarea($name, $text, $value, $rows, $width) { 562 function createRadioButton($name, $text, $options, $value) {
|
/plugin/ckgedit/action/ |
H A D | edit.php | 1058 function _render_xhtml($text){ 1312 function write_debug($what,$line="") {
|
/plugin/register/ |
H A D | register.php | 146 public function line($x1, $y1, $x2, $y2) function in im 162 private function font_dims($fontidx, $text, $angle = 0) 167 public function font_height($fontidx, $text = "", $angle = 0) 174 public function font_width($fontidx, $text, $angle = 0) 178 private function _text($x, $y, $fontidx, $text, $height_text, $angle = 0) 188 public function exact_text($x, $y, $fontidx, $text, $angle = 0) 192 public function text($x, $y, $fontidx, $text, $angle = 0) argument
|
/plugin/upgrade/vendor/splitbrain/php-cli/src/ |
H A D | Colors.php | 108 public function ptln($line, $color, $channel = STDOUT) argument 123 public function wrap($text, $color) argument [all...] |
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | theme-raphael.js | 25 Raphael.fn.line = function(x1, y1, x2, y2) { function 84 cleanText: function(text) { argument 92 textBBox: function(text, font) { argument 131 drawText: function(x, y, text, font, align) { argument
|
/plugin/aichat/vendor/erusev/parsedown/ |
H A D | Parsedown.php | 24 function text($text) argument 1054 line($text, $nonNestables = array()) global() argument 1451 unmarkedText($text) global() argument 1578 parse($text) global() argument 1637 escape($text, $allowQuotes = false) global() argument [all...] |