Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 160) sorted by relevance

1234567

/plugin/asciidocjs/node_modules/lodash/
D_createPadding.js20 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)
DtrimStart.js29 function trimStart(string, chars, guard) { argument
31 if (string && (guard || chars === undefined)) {
34 if (!string || !(chars = baseToString(chars))) {
38 start = charsStartIndex(strSymbols, stringToArray(chars));
DtrimEnd.js27 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;
Dtrim.js31 function trim(string, chars, guard) { argument
33 if (string && (guard || chars === undefined)) {
36 if (!string || !(chars = baseToString(chars))) {
40 chrSymbols = stringToArray(chars),
Dpad.js33 function pad(string, length, chars) { argument
43 createPadding(nativeFloor(mid), chars) +
45 createPadding(nativeCeil(mid), chars)
DpadEnd.js29 function padEnd(string, length, chars) { argument
35 ? (string + createPadding(length - strLength, chars))
DpadStart.js29 function padStart(string, length, chars) { argument
35 ? (createPadding(length - strLength, chars) + string)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
DJS.php300 $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/
Dscript.js41 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/
Dgenerate-identifier-regex.js30 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/
Dgenerate-identifier-regex.js34 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/
Dscript.js41 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/
Dscript.js42 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/
DToolboxCounter.js86 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/
DUniqidGenerator.php23 $chars = 'ABCDEF1234567890';
27 $id .= $chars[random_int(0, 15)];
/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/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
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];
DCode39.php207 $chars = [
218 $k = array_keys($chars, $code[$i]);
224 return $chars[$j];
/plugin/farm/install/animaltemplate/conf/
Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
12 # UTF-8 multibyte chars as is)
/plugin/twofactoryubiauth/
Dhelper.php156 …$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/
Dscript-cmpr.js1chars){u.chars(t)}}}else{m=m.replace(new RegExp("(.*)</"+r.last()+"[^>]*>"),function(v,w){w=w.repl…
/plugin/asciidocjs/node_modules/jake/lib/utils/
Dindex.js140 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 DStatus.php78 protected function matchCharacters(string $buffer, int $offset, array $chars): ?Token { argument
81 foreach ($chars as $type => $expectedChar) {
/plugin/swfobject/
Dsyntax.php237 $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/
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'));

1234567