Home
last modified time | relevance | path

Searched refs:chars (Results 76 – 100 of 132) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dspecial_chars.test2 "§" special chars in a block name
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst99 This is shown in the user menu. This string should be shorter than 30 chars
/plugin/searchtablejs/
H A Dtablefilter.js918 chars = new Array('\\','[','^','$','.','|','?','*','+','(',')');
920 for(e in chars) escape(chars[e]);
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js918 chars = new Array('\\','[','^','$','.','|','?','*','+','(',')');
920 for(e in chars) escape(chars[e]);
/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/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 Dscript-cmpr.js1chars){u.chars(t)}}}else{m=m.replace(new RegExp("(.*)</"+r.last()+"[^>]*>"),function(v,w){w=w.repl…
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_
/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/gtime/gtlib/util/
H A DGTBaseX.php70 $this->chars = GTUtil::toArray($alphabet);
192 $result .= $this->chars[($buff >> ($size - $this->bits)) & $mask];
H A DGTBigInteger.php93 $chars = array(
98 if (!in_array($c, $chars, true)) {
/plugin/fckg/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
48 chars = true;
61 chars = false;
71 chars = false;
81 chars = false;
85 if ( chars ) {
91 if ( handler.chars )
92 handler.chars( text );
100 if ( handler.chars )
101 handler.chars( text );
H A DChanges297 replace utf8 chars in plugin regexes with entities (edit.php)
/plugin/fckg/scripts/
H A Dscript-cmpr.js1chars){u.chars(t)}}}else{m=m.replace(new RegExp("(.*)</"+r.last()+"[^>]*>"),function(v,w){w=w.repl…
/plugin/preventzerowidthchars/
H A Dplugin.info.txt6 desc Remove all zero-width-chars from text that is to be saved
H A DREADME3 Remove all zero-width-chars from text that is to be saved
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php300 $chars = str_split($string);
301 $numChars = count($chars);
303 $char = $chars[$i];
410 if ($chars[($i - 1)] !== '\\') {
439 $chars,
625 if (isset($chars[($i - 2)]) === true && $chars[($i - 2)] === '\\') {
946 $numChars = count($chars);
948 if ($chars[$next] === '/') {
968 if ($chars[$next] !== '/') {
989 if ($chars[$next] !== ' ') {
[all …]
/plugin/toolbox/
H A DToolboxCounter.js86 function html(head, chars, words) { argument
89 if (!chars) return out;
92 out += '<dd>' + toolbox_lang.chars.replace('%d', chars) + '</dd>';
/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/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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(…
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 …]
/plugin/judge/helper/
H A Djdatetime.class.php107 $chars = (preg_match_all('/([a-zA-Z]{1})/', $format, $chars)) ? $chars[0] : array();
111 $intact = self::filterArray($chars, $intact);
125 $keys = self::filterArray($chars, $keys, array('z'));
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...

123456