Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 25 of 247) sorted by relevance

12345678910

/plugin/strata/_test/
Dtypes.test.php18 $s = $type->normalize('bob', '');
21 $s = $type->normalize('Bob', '');
24 $s = $type->normalize('Bob', 10);
27 $s = $type->normalize('Bob', 'master');
30 $s = $type->normalize(' Bob ', '');
33 $s = $type->normalize('Bob & Alice', '');
36 $s = $type->normalize('Één ís één.', '');
43 $s = $type->normalize('bob', '');
46 $s = $type->normalize('Bob', '');
49 $s = $type->normalize('Bob', 10);
[all …]
Dstrataquerytest.inc.php22 $bob = $ref->normalize('Bob', 'person');
23 $alice = $ref->normalize('Alice', 'person');
24 $carol = $ref->normalize('Carol', 'person');
26 $img_bob = $ref->normalize('Bob.png', 50);
27 $img_alice = $ref->normalize('Alice.svg', 50);
28 $img_carol = $ref->normalize('Carol.jpg', 50);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DGMP.php177 return $this->normalize($temp);
191 return $this->normalize($temp);
205 return $this->normalize($temp);
230 return [$this->normalize($quotient), $this->normalize($remainder)];
290 return $temp->value === false ? false : $this->normalize($temp);
309 'gcd' => $this->normalize(new self($g)),
310 'x' => $this->normalize(new self($s)),
311 'y' => $this->normalize(new self($t))
326 return $this->normalize(new self($r));
354 return $this->normalize($temp);
[all …]
DBCMath.php178 return $this->normalize($temp);
192 return $this->normalize($temp);
206 return $this->normalize($temp);
232 return [$this->normalize($quotient), $this->normalize($remainder)];
290 'gcd' => $this->normalize(new static($u)),
291 'x' => $this->normalize(new static($a)),
292 'y' => $this->normalize(new static($b))
372 return $this->normalize($temp);
388 return $this->normalize($temp);
478 protected function normalize(BCMath $result) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
[all …]
DEngine.php321 return $this->normalize($n->subtract($temp));
336 …->compare(static::$zero[static::class]) < 0 ? $this->normalize($n->subtract($x)) : $this->normaliz…
434 $temp = $this->normalize($this);
472 return $this->normalize(static::$zero[static::class]);
486 return $this->normalize(new static($temp, 256));
496 return $this->normalize(new static($leading_ones | $temp, 256));
568 return $this->normalize($result);
647 return $this->normalize($temp->powModInner($e, $n));
1042 return $this->normalize($root);
1077 return $this->normalize($root);
[all …]
DPHP.php546 return [$this->normalize($quotient), $this->normalize($remainder)];
563 return [$this->normalize($temp), $this->normalize(static::$zero[static::class])];
571 return [$this->normalize(static::$zero[static::class]), $this->normalize($x)];
681 return [$this->normalize($quotient), $this->normalize($x)];
742 return $this->normalize($result);
753 protected function normalize(PHP $result) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
866 return $this->normalize($temp);
885 return $this->normalize($temp);
/plugin/asciidocjs/node_modules/jstransformer/
Dindex.js14 tr.normalize = normalize;
51 function normalize(result) { function
76 }).then(tr.normalize).nodeify(cb);
145 return tr.normalize(_this._tr.render(str, options, locals)).body;
178 return tr.normalize(this._tr.renderFile(filename, options, locals)).body;
220 return tr.normalize(this._tr.compileClient(str, options));
245 return tr.normalize(this._tr.compileFileClient(filename, options));
249 return tr.normalize(this._tr.compileClient(tr.readFileSync(filename, 'utf8'), options));
286 return tr.normalize(this._tr.render(str, options, locals));
293 return tr.normalize({body: body, dependencies: compiled.dependencies});
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
DJsonFormatter.php77 $normalized = $this->normalize($record);
129 return $this->toJson($this->normalize($records), true);
159 protected function normalize($data, int $depth = 0) function in Monolog\\Formatter\\JsonFormatter
175 $normalized[$key] = $this->normalize($value, $depth + 1);
190 return parent::normalize($data);
DWildfireFormatter.php73 $record = $this->normalize($record);
131 protected function normalize($data, int $depth = 0) function in Monolog\\Formatter\\WildfireFormatter
137 return parent::normalize($data, $depth);
DNormalizerFormatter.php55 return $this->normalize($record);
130 protected function normalize($data, int $depth = 0) function in Monolog\\Formatter\\NormalizerFormatter
159 $normalized[$key] = $this->normalize($value, $depth + 1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
DBase.php88 return $x->normalize($temp);
93 return $x->normalize($temp);
100 return $x->normalize($temp);
103 return $x->normalize(static::slidingWindow($x, $e, $n, $class));
/plugin/asciidocjs/node_modules/jake/lib/utils/
Dfile.js31 let from = path.normalize(fromPath);
32 let to = path.normalize(toPath);
108 let dir = path.normalize(dirPath);
146 let from = path.normalize(fromPath);
147 let to = path.normalize(toPath);
201 let dirPath = path.normalize(dir);
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Drewrite-url.js40 normalize(absolute(uri, rebaseConfig)) :
41 normalize(relative(uri, rebaseConfig));
74 function normalize(uri) { function
/plugin/asciidocjs/node_modules/nunjucks/src/
Dfilters.js6 function normalize(value, defaultValue) { function
40 str = normalize(str, '');
46 str = normalize(str, '');
137 str = normalize(str, '');
166 var value = normalize(val, '');
201 str = normalize(str, '');
411 input = normalize(input, '');
427 str = normalize(str, '');
440 input = normalize(input, '');
459 str = normalize(str, '');
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php121 public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS) function in GuzzleHttp\\Psr7\\UriNormalizer
180 …return (string) self::normalize($uri1, $normalizations) === (string) self::normalize($uri2, $norma…
DHeader.php22 foreach (self::normalize($header) as $val) {
50 public static function normalize($header) function in GuzzleHttp\\Psr7\\Header
/plugin/strata/types/
Dlink.php35 function normalize($value, $hint) { function in plugin_strata_type_link
47 return $page->normalize($value,null);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php124 …public static function normalize(UriInterface $uri, int $flags = self::PRESERVING_NORMALIZATIONS):… function in GuzzleHttp\\Psr7\\UriNormalizer
181 …return (string) self::normalize($uri1, $normalizations) === (string) self::normalize($uri2, $norma…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
DBase.php68 return $x->normalize($temp);
71 return $x->normalize(static::slidingWindow($x, $e, $n, $class));
/plugin/asciidocjs/node_modules/source-map/lib/
Dutil.js80 function normalize(aPath) { function
123 exports.normalize = normalize;
174 : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath);
486 return normalize(sourceURL);
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dindex.js11 import { normalize, resolve } from 'path';
35 normalize, property
/plugin/catlist/
Dscript.js42 if (typeof String.prototype.normalize === "function")
43 pagename = pagename.normalize('NFD')
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dremove-unused-at-rules.js14 function normalize(value) { function
118 match = normalize(property[2][1].toLowerCase());
145 normalizedMatch = normalize(component.value[j][1].toLowerCase());
157 normalizedMatch = normalize(property[j][1].toLowerCase());
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Dutil.js80 function normalize(aPath) { function
123 exports.normalize = normalize;
174 : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dparser.js12 var flags = { arrays: {}, bools: {}, strings: {}, counts: {}, normalize: {}, configs: {} } property
30 ;[].concat(opts.normalize).filter(Boolean).forEach(function (key) {
31 flags.normalize[key] = true
294 if (flags.normalize[keys[i]]) {
297 val = path.normalize(v)
302 path.normalize(val) : val

12345678910