| /plugin/asciidocjs/node_modules/lodash/ |
| D | _createPadding.js | 20 function createPadding(length, chars) { argument 21 chars = chars === undefined ? ' ' : baseToString(chars); 23 var charsLength = chars.length; 25 return charsLength ? baseRepeat(chars, length) : chars; 27 var result = baseRepeat(chars, nativeCeil(length / stringSize(chars))); 28 return hasUnicode(chars)
|
| D | trimStart.js | 29 function trimStart(string, chars, guard) { argument 31 if (string && (guard || chars === undefined)) { 34 if (!string || !(chars = baseToString(chars))) { 38 start = charsStartIndex(strSymbols, stringToArray(chars));
|
| D | trimEnd.js | 27 function trimEnd(string, chars, guard) { argument 29 if (string && (guard || chars === undefined)) { 32 if (!string || !(chars = baseToString(chars))) { 36 end = charsEndIndex(strSymbols, stringToArray(chars)) + 1;
|
| D | trim.js | 31 function trim(string, chars, guard) { argument 33 if (string && (guard || chars === undefined)) { 36 if (!string || !(chars = baseToString(chars))) { 40 chrSymbols = stringToArray(chars),
|
| D | pad.js | 33 function pad(string, length, chars) { argument 43 createPadding(nativeFloor(mid), chars) + 45 createPadding(nativeCeil(mid), chars)
|
| D | padEnd.js | 29 function padEnd(string, length, chars) { argument 35 ? (string + createPadding(length - strLength, chars))
|
| D | padStart.js | 29 function padStart(string, length, chars) { argument 35 ? (createPadding(length - strLength, chars) + string)
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
| D | JS.php | 300 $chars = str_split($string); 301 $numChars = count($chars); 303 $char = $chars[$i]; 367 if ($chars[$x] !== '\\') { 410 if ($chars[($i - 1)] !== '\\') { 416 $char = $chars[$i]; 435 if ($buffer === $char && $char === '/' && $chars[($i + 1)] !== '*') { 439 $chars, 467 || isset($chars[($i + 1)]) === false 468 || preg_match('|[a-zA-z0-9_]|', $chars[($i + 1)]) === 0) [all …]
|
| /plugin/fckg/ |
| D | script.js | 41 var index, chars, match, stack = [], last = html; 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 );
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/ |
| D | generate-identifier-regex.js | 30 function generate(chars) { argument 32 for (var i = 0, at = 0x10000; i < chars.length; i++) { 33 var from = chars[i], to = from; 34 while (i < chars.length - 1 && chars[i + 1] == to + 1) {
|
| /plugin/asciidocjs/node_modules/babylon/bin/ |
| D | generate-identifier-regex.js | 34 function generate(chars) { argument 37 for (let i = 0, at = 0x10000; i < chars.length; i++) { 38 const from = chars[i]; 40 while (i < chars.length - 1 && chars[i + 1] == to + 1) {
|
| /plugin/ckgdoku/ |
| D | script.js | 41 var index, chars, match, stack = [], last = html; 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/ckgedit/ |
| D | script.js | 42 var index, chars, match, stack = [], last = html; 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/toolbox/ |
| D | ToolboxCounter.js | 86 function html(head, chars, words) { argument 89 if (!chars) return out; 92 out += '<dd>' + toolbox_lang.chars.replace('%d', chars) + '</dd>';
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/ |
| D | UniqidGenerator.php | 23 $chars = 'ABCDEF1234567890'; 27 $id .= $chars[random_int(0, 15)];
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | InputStream.php | 41 $chars = \preg_split('//u', $input, -1, \PREG_SPLIT_NO_EMPTY); 43 return new self($input, $chars === false ? [] : $chars);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
| D | Code93.php | 170 $chars = [ 186 $k = array_keys($chars, $code[$i]); 194 $c = $chars[$check]; 201 $k = array_keys($chars, $code[$i]); 209 $k = $chars[$check];
|
| D | Code39.php | 207 $chars = [ 218 $k = array_keys($chars, $code[$i]); 224 return $chars[$j];
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | acl.auth.php.dist | 11 # or user names you need to urlencode them (only chars <128, leave 12 # UTF-8 multibyte chars as is)
|
| /plugin/twofactoryubiauth/ |
| D | helper.php | 156 …$chars = array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u"… 161 $rand = rand(0,count($chars)-1); 162 $nonce .= $chars[$rand];
|
| /plugin/fckg/scripts/ |
| D | script-cmpr.js | 1 …chars){u.chars(t)}}}else{m=m.replace(new RegExp("(.*)</"+r.last()+"[^>]*>"),function(v,w){w=w.repl…
|
| /plugin/asciidocjs/node_modules/jake/lib/utils/ |
| D | index.js | 140 var chars = _UUID_CHARS 145 radix = radix || chars.length; 151 uuid[i] = chars[0 | Math.random()*radix]; 166 uuid[i] = chars[(i == 19) ? (r & 0x3) | 0x8 : r];
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/ |
| H A D | Status.php | 78 protected function matchCharacters(string $buffer, int $offset, array $chars): ?Token { argument 81 foreach ($chars as $type => $expectedChar) {
|
| /plugin/swfobject/ |
| D | syntax.php | 237 $chars = "^&|!+\-*\/%=\?:;,{}()<>% \t\n\r'\"[]"; 243 while ($i < $slen && (strpos($chars,$s[$i]) === false) ){ 321 if($i+1 < $slen && (strpos($chars,$s[$i+1]) !== false)){ 329 if($lch && (strpos($chars,$lch) !== false)){
|
| /plugin/judge/helper/ |
| D | jdatetime.class.php | 107 $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'));
|