Home
last modified time | relevance | path

Searched refs:char (Results 1 – 25 of 166) sorted by relevance

1234567

/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/sqlite/
H A DTools.php27 $char = $sql[$i];
32 if ($char == "\n") {
40 if ($char == "'") {
42 // current char is an escape for the next
43 $statement .= $char . $next;
48 $statement .= $char;
54 $statement .= $char;
59 if ($char == '-' && $next == '-' && $prev == "\n") {
65 if ($char == "'") {
67 $statement .= $char;
[all...]
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc75 $char = ord(substr($record_buf, $record_buf_pos, 1));
76 $record->country_code = $gi->GEOIP_COUNTRY_CODES[$char];
77 $record->country_code3 = $gi->GEOIP_COUNTRY_CODES3[$char];
78 $record->country_name = $gi->GEOIP_COUNTRY_NAMES[$char];
79 $record->continent_code = $gi->GEOIP_CONTINENT_CODES[$char];
85 while ($char != 0) {
96 while ($char != 0) {
107 while ($char != 0) {
121 $latitude += ($char << ($j * 8));
126 $longitude += ($char << ($j * 8));
[all …]
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php89 $char = $pattern[$i];
90 if(isset($numb3rs[$char])) {
92 …sset($hyphenated_word[$zero]) || $hyphenated_word[$zero] != $char) $hyphenated_word[$zero] = $char;
118 $char = mb_substr($text, $i, 1);
119 if(mb_strpos($word_boundaries, $char) === false && $tag == "") {
120 $word .= $char;
123 if($tag != "" || $char == "<") $tag .= $char;
124 if($tag != "" && $char == ">") {
130 if($tag == "" && $char != "<" && $char != ">") $output[] = $char;
H A DphpHyphenation.class.php165 $char = mb_substr($text, $i, 1);
166 if (mb_strpos($word_boundaries, $char)===false && $tag=='') {
167 $word .= $char;
174 if ($tag != '' || $char == '<') {
175 $tag .= $char;
177 if ($tag != '' && $char == '>') {
196 if ($tag == '' && $char != '<' && $char != '>') {
197 $result[] = $char;
232 $char = $pattern[$i];
233 if (isset($numb3rs[$char])) {
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php781 * @param string $char Character.
786 $c = static::toCode($char);
882 * @param string $char Character.
887 $char = (string) $char;
888 $c = static::toCode($char);
925 * @param string $char Character.
951 * @param string $char Character.
954 public static function toCode($char) argument
956 $char = (string) $char;
957 $code = ord($char[0]);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php56 $char = ($numChars - strlen(ltrim($string, '/*')));
57 $openTag = substr($string, 0, $char);
105 $char = 0;
109 $space = $this->_collectWhitespace($string, $char, $numChars);
118 $char += strlen($space['content']);
119 if ($char === $numChars) {
128 if ($string[$char] === '*') {
130 $char++;
145 $lineTokens = $this->_processLine($string, $eolChar, $char, $numChars);
H A DJS.php303 $char = $chars[$i];
342 && trim($char) === ''
362 if ($inString === $char) {
396 $inString = $char;
416 $char = $chars[$i];
424 $buffer .= $char;
435 if ($buffer === $char && $char === '/' && $chars[($i + 1)] !== '*') {
572 $charBuffer = $char;
615 $buffer = $char;
1010 for ($x = $char; $x <= $regexEnd; $x++) {
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php79 $char = fread($this->buffer, 1);
80 return $char !== '' ? current(unpack("c", $char)) : null;
89 $char = fread($this->buffer, 1);
90 return $char !== '' ? current(unpack("C", $char)) : null;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesInlineParser.php34 $char = (string) $cursor->peek(-1);
41 if ($char === ' ' && ($prev = $inlineContext->getContainer()->lastChild()) instanceof StringContainerInterface) {
45 if ($char === '') {
49 $node = new AttributesInline($attributes, $char === ' ' || $char === '');
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php51 * @param char[2] $char UCS-2 character (represented as 2-octet
54 * @return char index of this character in custom encoding vector
56 function add_custom_char($char) { argument
71 $this->_encodings[$vector_name][chr($index)] = $char;
74 $this->_utf8_mapping[code_to_utf8($char)][$vector_name] = chr($index);
174 function get_mapping($char) { argument
179 if (!isset($this->_utf8_mapping[$char])) {
182 return $this->_utf8_mapping[$char];
196 $char = substr($raw_content,$ptr,$charlen);
199 return $char;
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php278 $char = '';
285 $char = substr($this->content, $i, 1);
286 if ((0 != $open) && ('@' == $char) && (!$inField)) {
290 $char = '}';
294 if ((0 == $open) && ('@' == $char)) { //The beginning of an entry
296 } elseif ($entry && ('{' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brace is opening
303 } elseif ($entry && ('}' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brace is closing
326 $buffer .= $char;
328 $lastchar = $char;
329 if ($char !
[all...]
/plugin/nspages/printers/
H A DrendererXhtmlHelper.php27 function printHeaderChar($char, $continued = false){ argument
28 $text = $char;
34 . $this->fullAnchor($char, $continued)
42 private function fullAnchor($char, $continued){ argument
47 return 'id="nspages_' . $this->anchorName . '_' . $char . '" ';
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php24 private string $char;
53 public function __construct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, ?int $index = null)
55 $this->char = $char;
87 return $this->char;
22 private $char; global() variable in League\\CommonMark\\Delimiter\\Delimiter
59 __construct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, int $index = null) global() argument
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php280 $char = '';
284 $char = substr($this->content, $i, 1);
285 if ((0 != $open) && ('@' == $char)) {
289 $char = '}';
319 $buffer .= $char;
321 $lastchar = $char;
585 $char = '';
594 $lastchar = $char;
859 $char = '';
861 $char = substr($entry, $i, 1);
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php280 $char = '';
284 $char = substr($this->content, $i, 1);
285 if ((0 != $open) && ('@' == $char)) {
289 $char = '}';
319 $buffer .= $char;
321 $lastchar = $char;
585 $char = '';
594 $lastchar = $char;
859 $char = '';
861 $char = substr($entry, $i, 1);
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php280 $char = '';
284 $char = substr($this->content, $i, 1);
285 if ((0 != $open) && ('@' == $char)) {
289 $char = '}';
319 $buffer .= $char;
321 $lastchar = $char;
585 $char = '';
594 $lastchar = $char;
859 $char = '';
861 $char = substr($entry, $i, 1);
[all …]
/plugin/a2s/
H A DASCIIToSVG.php3935 if ($char == '/' || $char == "\\" || $this->isMarker($char)) {
4025 …return $char == '-' || $char == '|' || char == ':' || $char == '=' || $char == '*' || $char == '+';
4027 return $char == '|' || $char == ':' || $char == '*' || $char == '+';
4029 return $char == '-' || $char == '=' || $char == '*' || $char == '+';
4034 if ($char == 'o' || $char == 'x') {
4039 …return $char == '-' || $char == '|' || $char == ':' || $char == '=' || $char == '*' || $char == '/…
4041 return $char == '|' || $char == ':' || $char == '*';
4043 return $char == '-' || $char == '=' || $char == '*';
4052 return $char == '.' || $char == "'" || $char == '#';
4056 return $char == '.' || $char == "'" || $char == '#' || $char == '+';
[all …]
/plugin/sqlraw/
H A Dsimple_html_dom.php982 protected $char; variable in simple_html_dom
1260 if ($this->char!=='<')
1269 if ($this->char==='/')
1366 if ($this->char==='<') {
1438 if ($this->char==='=') {
1446 if ($this->char!='>') $this->char = $this->doc[--$this->pos]; // prev
1453 } while ($this->char!=='>' && $this->char!=='/');
1493 switch ($this->char) {
1572 $this->char = null;
1579 $this->char = $this->doc[$pos];
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php118 $char = $text[$i];
120 … if ($char === $this->otagChar && substr($text, $i, $this->otagLen) === $this->otag) {
125 $this->buffer .= $char;
126 if ($char === "\n") {
135 $char = $text[$i + 1];
136 if (isset(self::$tagTypes[$char])) {
137 $tag = $char;
160 $char = $text[$i];
162 … if ($char === $this->ctagChar && substr($text, $i, $this->ctagLen) === $this->ctag) {
207 $this->buffer .= $char;
/plugin/codemirror/dist/modes/
H A Delm.min.js.map1char","next","test","eat","chompMultiComment","match","chompGlsl","chompChar","chompMultiString","…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php111 foreach ($escapableChars as $char) {
112 $result = \str_replace($char, '\\'.$char, $result);
119 foreach ($nonEscapableChars as $char) {
120 $result = \str_replace($char, '', $result);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php16 public function testPrepareString($char) argument
20 $escapedString = PHPUnit_Util_XML::prepareString($char);
31 ord($char)

1234567