Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 132) sorted by path

123456

/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/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js19761 ctx[method](chars, left, top);
20711 var chars = this.text.split(''),
20731 this.renderSelection(chars, boundaries, ctx);
20817 chars, typeOfBoundaries);
20840 if (chars[i] === '\n') {
20908 renderSelection: function(chars, boundaries, ctx) { argument
20974 chars = line.split(''),
20991 charsToRender += chars[i];
21782 for (var i = 0, chars = selectedText.split(''), len = chars.length; i < len; i++) {
21783 if (chars[i] === '\n') {
[all …]
H A Dfabric.min.js11 …ineWidth}}return maxWidth},_renderChars:function(method,ctx,chars,left,top){ctx[method](chars,left… argument
13chars=this.text.split(""),boundaries,ctx;if(this.canvas.contextTop){ctx=this.canvas.contextTop;ctx… argument
15chars=this._textLines[lineIndex].split(""),charOffset=0,lineLeftOffset=this._getSVGLineLeftOffset(…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2749 function charsLeftIndex(string, chars) {
5474 chars = chars == null ? ' ' : (chars + '');
5475 return repeat(chars, ceil(padLength / chars.length)).slice(0, padLength);
11617 function pad(string, length, chars) {
11629 chars = createPad('', rightLength, chars);
11630 return chars.slice(0, leftLength) + string + chars;
12079 if (guard ? isIterateeCall(value, chars, guard) : chars == null) {
12082 chars = (chars + '');
12083 return string.slice(charsLeftIndex(string, chars), charsRightIndex(string, chars) + 1);
12110 if (guard ? isIterateeCall(value, chars, guard) : chars == null) {
[all …]
H A Dpdfmake.min.js.map1chars","charsRightIndex","compareAscending","criteria","compareMultipleAscending","objCriteria","o…
/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/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php386 $chars = array(
394 $k = array_keys($chars, $code{$i});
398 return $chars[$j];
537 $chars = array(
550 $k = array_keys($chars, $code{$i});
558 $c = $chars[$check];
564 $k = array_keys($chars, $code{$i});
572 $k = $chars[$check];
/plugin/charpicker/
H A Dplugin.info.txt6 desc Adds characters to special chars picker
/plugin/ckgdoku/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/ckgdoku/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
69 chars = true;
82 chars = false;
92 chars = false;
102 chars = false;
106 if ( chars ) {
112 if ( handler.chars )
113 handler.chars( text );
121 if ( handler.chars )
122 handler.chars( text );
/plugin/ckgdoku/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.unc252 var c1_inx = results.lastIndexOf(c1); // start position of chars to delete
1407 chars: function( text ) {
1876 var nowiki_escapes = '%'; //this technique allows for added chars to attach to NOWIKI_$1_
H A Dscript-cmpr.js1chars){u.chars(t)}}}else{m=m.replace(new RegExp("(.*)</"+r.last()+"[^>]*>"),function(v,w){w=w.repl…
/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/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/code3/src/
H A Dtz.js297 function PR_prefixMatch(chars, len, prefix) { argument
300 if (prefix.charAt(i) != chars[i]) { return false; }
/plugin/codehighlight/cp/engines/
H A Dgecko.js27 chars = '|32|46|62|8|'; // charcodes that trigger syntax highlighting
50 else if(chars.indexOf('|'+charCode+'|')!=-1||keyCode==13) { // syntax highlighting
H A Dmsie.js25 chars = '|32|46|62|'; // charcodes that trigger syntax highlighting
47 else if(chars.indexOf('|'+charCode+'|')!=-1||charCode==13) { // syntax highlighting
H A Dopera.js24 chars = '|32|46|62|'; // charcodes that trigger syntax highlighting
45 else if(chars.indexOf('|'+charCode+'|')!=-1||keyCode==13) { // syntax highlighting
/plugin/codehighlight/cp/languages/
H A Dgeneric.css9 em {font-weight:bold;} /* special chars */
H A Dperl.css11 u {font-weight:bold;} /* special chars */
H A Druby.css10 u {font-weight:bold;} /* special chars */
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1chars","len","firstIndex","SearchState","setQuery","getOverlay","searchOverlay","setOverlay","over…

123456