Home
last modified time | relevance | path

Searched refs:char (Results 26 – 50 of 166) sorted by relevance

1234567

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py43 def removeFromStart(string, char): argument
44 return string.lstrip(char)
46 def removeFromEnd(string, char): argument
47 return string.rstrip(char)
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1418 protected $char; variable in imapmarkers\\simple_html_dom
1819 if ($this->char !== '<') {
1828 if ($this->char === '/') {
1938 if ($this->char === '>') {
1962 if ($this->char === '<') {
1968 if ($this->char === '>') {
2058 if ($this->char != '>') {
2074 } while ($this->char !== '>' && $this->char !== '/'); // go until the tag ended
2108 switch ($this->char) {
2187 if ($this->char === null) {
[all …]
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php298 $char = pack('C*', $ord_var_c, ord($var{$c + 1}));
300 $utf16 = $this->utf82utf16($char);
307 $char = pack('C*', $ord_var_c,
311 $utf16 = $this->utf82utf16($char);
318 $char = pack('C*', $ord_var_c,
323 $utf16 = $this->utf82utf16($char);
330 $char = pack('C*', $ord_var_c,
336 $utf16 = $this->utf82utf16($char);
343 $char = pack('C*', $ord_var_c,
350 $utf16 = $this->utf82utf16($char);
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php119 private static function isSurroundedBy($arg, $char) argument
121 return 2 < \strlen($arg) && $char === $arg[0] && $char === $arg[\strlen($arg) - 1];
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php80 $char = $buffer[$offset];
82 if ($char === $expectedChar) {
83 return new Token($type, $char, $offset);
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollectionInterface.php38 public function getDelimiterProcessor(string $char): ?DelimiterProcessorInterface;
40 getDelimiterProcessor(string $char) global() argument
H A DDelimiterProcessorCollection.php51 public function getDelimiterProcessor(string $char): ?DelimiterProcessorInterface
53 return $this->processorsByChar[$char] ?? null;
43 getDelimiterProcessor(string $char) global() argument
H A DStaggeredDelimiterProcessor.php46 public function __construct(string $char, DelimiterProcessorInterface $processor)
48 $this->delimiterChar = $char;
77 throw new InvalidArgumentException(\sprintf('Cannot add two delimiter processors for char "%s" and minimum length %d', $this->delimiterChar, $len));
39 __construct(string $char, DelimiterProcessorInterface $processor) global() argument
/plugin/codemirror/dist/modes/
H A Dscheme.min.js.map1char->integer char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? char-downcase c…
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DTocode.php93 $this->parser->listInputs($char);
95 $code = base_convert((string) Ustring::toCode($char), 10, $base);
H A DFromcode.php95 $char = Ustring::fromCode(base_convert($code, $base, 10));
97 echo $char;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php150 * @param string $char Character.
153 public function writeCharacter($char) argument
155 return $this->write((string) $char[0], 1);
H A DReadWrite.php282 * @param string $char Character.
285 public function writeCharacter($char) argument
287 return $this->write((string) $char[0], 1);
/plugin/dokugitviewer/
H A Dsyntax.php78 $char = $message[$index];
79 if($char == '#')
98 $renderer->doc .= $char;
/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php51 foreach (GTUtil::toArray($value) as $char) {
53 if (!in_array($char, self::$ALLOWED_CHARACTERS, true)) {
54 throw new GTException("Invalid OID: character {$char} not allowed");
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php149 * @param string $char Character.
152 public function writeCharacter($char) argument
154 return $this->write((string) $char[0], 1);
H A DReadWrite.php282 * @param string $char Character.
285 public function writeCharacter($char) argument
287 return $this->write((string) $char[0], 1);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php150 * @param string $char Character.
153 public function writeCharacter($char) argument
155 return $this->write((string) $char[0], 1);
H A DReadWrite.php281 * @param string $char Character.
284 public function writeCharacter($char) argument
286 return $this->write((string) $char[0], 1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php131 $char = $pattern[$i];
132 if (isset($numbers[$char])) {
134 if (!isset($hyphenated_word[$zero]) || $hyphenated_word[$zero] !== $char) {
135 $hyphenated_word[$zero] = $char;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1195 $char = $matches[0];
1212 if (isset($shortMap[$char])) {
1213 return $shortMap[$char];
1217 $char = twig_convert_encoding($char, 'UTF-16BE', 'UTF-8');
1218 $char = strtoupper(bin2hex($char));
1220 if (4 >= \strlen($char)) {
1221 return sprintf('\u%04s', $char);
1224 return sprintf('\u%04s\u%04s', substr($char, 0, -4), substr($char, -4));
1229 $char = $matches[0];
1231 return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : twig_ord($char));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DRangeTransition.php58 StringUtils::char($this->from),
59 StringUtils::char($this->to)
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php304 $char = $code{$i};
305 if(!isset($chr[$char])) {
315 $w = $chr[$char]{$j};
382 * @return char checksum.
507 $char = ord($code{$i});
508 if(!isset($chr[$char])) {
518 $w = $chr[$char]{$j};
936 $char = $code{$i};
937 $char_id = ord($char);
951 $char = $code{$i};
[all …]
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php513 $char = $str[$i];
514 if ($char == "\\") {
520 $char = chr($dec);
523 $char = "\\";
530 $result .= $char;
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteProcessor.php34 private function __construct(string $char, string $opener, string $closer)
36 $this->normalizedCharacter = $char;
32 __construct(string $char, string $opener, string $closer) global() argument

1234567