Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 132) sorted by last modified time

123456

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php151 $chars = preg_split('//u', $line, -1, PREG_SPLIT_NO_EMPTY); // This is UTF8 multibyte safe!
152 $is_terminal = in_array($chars[0], $this->terminals);
155 foreach ($chars as $char) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js76319 value: function captureTo(chars) {
76328 if (final === EOC || chars.includes(final)) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs546 The longest 32-bit integer text is "-2147483648", exactly 11 chars
3137 /* 4/5 of first 1024 chars ascii -> quoted printable, else base64 */
12859 case 0x02: /* SerStr -- XLUnicodeString (<256 chars) */
15147 /* wch (chars), wpx (pixels) */
17198 if(n.length > 31) { if(safe) return false; throw new Error("Sheet names cannot exceed 31 chars"); }
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php2162 protected function skip($chars) { argument
2163 $this->pos += strspn($this->doc, $chars, $this->pos);
2167 protected function copy_skip($chars) { argument
2169 $len = strspn($this->doc, $chars, $pos);
2178 protected function copy_until($chars) { argument
2180 $len = strcspn($this->doc, $chars, $pos);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode39.php207 $chars = [
218 $k = array_keys($chars, $code[$i]);
224 return $chars[$j];
H A DCode93.php170 $chars = [
186 $k = array_keys($chars, $code[$i]);
194 $c = $chars[$check];
201 $k = array_keys($chars, $code[$i]);
209 $k = $chars[$check];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1974 $this->writer->write('%' . chr(226) . chr(227) . chr(207) . chr(211)); // 4 chars > 128 to show binary file
13390 // Don't allow non-breaking spaces that are converted to substituted chars or will break anyway and mess up table width calc.
26002 * Edited v1.2 Pass by reference; option to continue if invalid UTF-8 chars
26306 $chars = 6; // number of numerals in each half
26321 $chars = 5;
26333 $chars = 3;
26346 $chars = 4;
26372 // WORD SPACING for inner chars
26373 $xtra = $textw - ($cw * $chars);
26374 $charspacing = $xtra / ($chars
[all...]
H A DOtl.php2437 // Get types of new inserted chars - or replicate type of char being replaced
2617 // Get types of new inserted chars - or replicate type of char being replaced
2840 $chars = [];
2842 $chars[] = $this->OTLdata[$i]['hex'];
2849 $max = count($chars);
2851 $crntChar = $chars[$i];
2853 $prevChar = hexdec($chars[$i - 1]);
2857 if ($prevChar && isset($this->arabTransparentJoin[$prevChar]) && isset($chars[$i - 2])) {
2858 $prevChar = hexdec($chars[$i - 2]);
2859 if ($prevChar && isset($this->arabTransparentJoin[$prevChar]) && isset($chars[
2899 get_arab_glyphs($char, $type, & $chars, $i, $scriptTag, $usetags) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/
H A DUniqidGenerator.php23 $chars = 'ABCDEF1234567890';
27 $id .= $chars[random_int(0, 15)];
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md585 - Transform to uppercase/lowercase not working for chars > ASCII 128 when using core fonts
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php78 protected function matchCharacters(string $buffer, int $offset, array $chars): ?Token { argument
81 foreach ($chars as $type => $expectedChar) {
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js320 var escapeEntitiesRegEx={normal:function(list){var chars=[];
321 for(var ch in list){chars.push(ch)
322 }return new RegExp("(["+chars.join("")+"])","gm")
323 },reverse:function(list){var chars=[];
324 for(var ch in list){chars.push(ch)
325 }return new RegExp("("+chars.join("|")+")","gm")
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php41 $chars = \preg_split('//u', $input, -1, \PREG_SPLIT_NO_EMPTY);
43 return new self($input, $chars === false ? [] : $chars);
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki46 …quickly access the original wiki page of a paper document, I added that 4-chars quickcode that can…
81 … addressing metadata string stripped by white spaces and non-alphanumeric chars (except for an und…
/plugin/ckgedit/
H A Dscript.js42 var index, chars, match, stack = [], last = html; variable
93 chars = true;
106 chars = false;
116 chars = false;
126 chars = false;
130 if ( chars ) {
136 if ( handler.chars )
137 handler.chars( text );
145 if ( handler.chars )
146 handler.chars( text );
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …alse}else{if(ad=="a"){this.link_formats=new Array();this.in_link=false}}},chars:function(U){U=U.re…
H A Dparse_wiki.js.unc339 var c1_inx = results.lastIndexOf(c1); // start position of chars to delete
1414 chars: function(text) {
1882 var nowiki_escapes = '%'; //this technique allows for added chars to attach to NOWIKI_$1_
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc176 chars = editor.config.specialChars;
178 chars = chars.concat(extraChars);
185 size = chars.length,
192 if ( ( character = chars[ i ] ) ) {
/plugin/charpicker/
H A Dplugin.info.txt6 desc Adds characters to special chars picker
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md309 …uld gobble up the whole log record, we now handle those more gracefully by dropping chars as needed
461 * Added $maxColumnWidth to NativeMailerHandler to change the 70 chars default
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DUrlEncoder.php46 $chars = \mb_str_split($uri, 1, 'UTF-8');
48 $l = \count($chars);
50 $code = $chars[$i];
52 if (\preg_match('/^[0-9a-f]{2}$/i', $chars[$i + 1] . $chars[$i + 2]) === 1) {
53 $result .= '%' . $chars[$i + 1] . $chars[$i + 2];
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19 …ing){ad.useMMLspacing=128}return ad},createTextNode:function(ab){return g.chars(ab).With({nodeValu…
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19 …/&([a-z][a-z0-9]*);/ig,this.replaceEntity);o=this.trimSpace(o)}e.Append(a.chars(o))}else{if(f.node…

123456