| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | EscaperExtension.php | 264 $char = $matches[0]; 281 if (isset($shortMap[$char])) { 282 return $shortMap[$char]; 285 $codepoint = mb_ord($char, 'UTF-8'); 315 $char = $matches[0]; 317 … return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : mb_ord($char, 'UTF-8'));
|
| /template/bootstrap3/inc/ |
| D | simple_html_dom.php | 1397 protected $char; variable in simple_html_dom 1643 if ($this->size > 0) { $this->char = $this->doc[0]; } 1808 if ($this->char !== '<') { 1814 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1817 if ($this->char === '/') { 1818 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1901 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1927 if ($this->char === '>') { $node->_[HDOM_INFO_TEXT] .= '>'; } 1930 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1940 $this->char = $this->doc[--$this->pos]; // prev [all …]
|
| /template/mikio/inc/ |
| H A D | simple_html_dom.php | 1403 protected $char; variable in simple_html_dom 1649 if ($this->size > 0) { $this->char = $this->doc[0]; } 1814 if ($this->char !== '<') { 1820 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1823 if ($this->char === '/') { 1824 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1907 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1933 if ($this->char === '>') { $node->_[HDOM_INFO_TEXT] .= '>'; } 1936 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next 1946 $this->char = $this->doc[--$this->pos]; // prev [all …]
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/ |
| H A D | Status.php | 80 $char = $buffer[$offset]; 82 if ($char === $expectedChar) { 83 return new Token($type, $char, $offset);
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/ |
| H A D | RangeTransition.php | 58 StringUtils::char($this->from), 59 StringUtils::char($this->to)
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
| H A D | LexerDFASerializer.php | 19 return \sprintf('\'%s\'', StringUtils::char($i));
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | StringUtils.php | 30 public static function char(int $code) : string function in Antlr\\Antlr4\\Runtime\\Utils\\StringUtils
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | IntervalSet.php | 408 $buf .= '\'' . StringUtils::char($start) . '\''; 416 StringUtils::char($start), 417 StringUtils::char($stop)
|
| /template/sprintdoc/fonts/icons/ |
| H A D | README.txt | 44 - *-ie7.css - if you need IE7 support, but still don't wish to put char codes
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerATNSimulator.php | 862 return \sprintf('\'%s\'', StringUtils::char($t));
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 3248 $char = $this->buffer[$this->count]; 3249 if (!ctype_digit($char) && $char != ".") return false;
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 174 * fixed Lexer when using custom options containing the # char
|
| /template/strap/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …char","ruleList","expressionText","endsWith","c2","_sequence2","_sequence","Choice","expressionLis…
|