Home
last modified time | relevance | path

Searched refs:char (Results 126 – 150 of 166) sorted by last modified time

1234567

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php625 foreach (str_split($line) as $char) {
626 $arrAdd[] = ($char=='1')?1:0;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php302 $char = strtolower($name[$i]);
303 if ($char === $name[$i]) {
/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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13346 var toCharCode = function(char){
13347 return char.charCodeAt(0);
13379 var encodedText = _.map(font.encode(text), function (char) {
13380 return char.charCodeAt(0).toString(16);
31413 var char, i, string, _i, _ref;
31416 char = text.charCodeAt(i);
31417 char = WIN_ANSI_MAP[char] || char;
31418 string += String.fromCharCode(char);
31478 var char, i, string, _i, _ref;
31481 char = this.unicodes[text.charCodeAt(i)];
[all …]
H A Dpdfmake.min.js.map1char","charTypesInInline","split","characterFitInFontWithIndex","use","addAll","otherArray","image…
/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/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js2151 myAlertFEN(FenString, "char " + ll);
2159 myAlertFEN(FenString, "char " + ll);
2166 myAlertFEN(FenString, "char " + ll);
2173 myAlertFEN(FenString, "char " + ll);
2183 myAlertFEN(FenString, "char " + ll);
2195 myAlertFEN(FenString, "char " + ll);
2206 myAlertFEN(FenString, "char " + ll);
2220 myAlertFEN(FenString, "char " + ll);
/plugin/markdownextra/
H A Dmarkdown.php1524 foreach ($chars as $key => $char) {
1525 $ord = ord($char);
1531 if ($r > 90 && $char != '@') /* do nothing */;
/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/indexnumber/
H A DREADME.md20 inserts no space after the separator char, you'll have to enter the space yourself.
32 `#id` must be a number, prefixed by the # char. Each number must be unique for the page!
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1400 And the sons of Is'sa·char were To'la and Pu'vah and Iob and Shim'ron.
1488 "Is'sa·char is a strong-boned ass, lying down between the two saddlebags.
1536 Is'sa·char, Zeb'u·lun and Benjamin,
3613 of Is'sa·char, Ne·than'el the son of Zu'ar;
3664 …e camping alongside him will be the tribe of Is'sa·char, and the chieftain for the sons of Is'sa·c…
4083 of the tribe of Is'sa·char, I'gal the son of Joseph;
4843 and of the tribe of the sons of Is'sa·char a chieftain, Pal'ti·el the son of Az'zan;
6339 It was for Is'sa·char that the fourth lot came out, for the sons of Is'sa·char by their families.
6639 And the princes in Is'sa·char were with Deb'o·rah,And as Is'sa·char, so was Ba'rak.Into the low pla…
8862 Je·hosh'a·phat the son of Pa·ru'ah, in Is'sa·char;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php308 foreach ($ref as $char => $ucs) {
309 $s .= sprintf("0x%02X => 0x%04X,\n", ord($char), $ucs);
H A Dbox.inline.php180 $char = $manager_encoding->get_next_utf8_char($raw_content, $ptr);
185 if ($char == SYMBOL_SHY) {
188 $mapping = $manager_encoding->get_mapping($char);
211 $custom_char = $manager_encoding->add_custom_char(utf8_to_code($char));
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;
H A Doutput.pcl.class.php71 function PCLEscapeGroup($char, $value) { argument
72 $this->_character = $char;
/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/sphinxsearch/
H A Dfunctions.php416 * @param string $char the shortening character to use
418 function shorten($keep,$short,$max,$min=9,$char='⌇'){ argument
424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/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/geonav/db/
H A Dtest.sqlite7char(32) NOT NULL, state_abbr char(8) DEFAULT NULL, is_state int NOT NULL)������P��3���� %033i…
/plugin/aceeditor/
H A Dbuild.js1char|double|single|logical|u?int(?:8|16|32|64)|sparse",i=this.createKeywordMapper({"storage.type":…
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php554 function _isFilenameSafe($char) argument
558 return (strpos($_Auth_OpenID_filename_allowed, $char) !== false);

1234567