Home
last modified time | relevance | path

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

12345678

/plugin/strata/_test/
H A 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('Bo
[all...]
H A 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/
H A DGMP.php177 return $this->normalize($temp);
191 return $this->normalize($temp);
205 return $this->normalize($temp);
230 return [$this->normalize($quotient), $this->normalize($remainder)];
354 return $this->normalize($temp);
368 return $this->normalize($temp);
382 return $this->normalize($temp);
401 return $this->normalize($temp);
417 return $this->normalize($temp);
576 return $this->normalize($root);
[all …]
H A 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 …]
H A 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));
568 return $this->normalize($result);
647 return $this->normalize($temp->powModInner($e, $n));
1042 return $this->normalize($root);
1077 return $this->normalize($root);
1243 return $this->normalize(new static($left & $right, -256));
[all …]
H A 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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A 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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A 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);
H A 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);
H A 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);
H A DGelfMessageFormatter.php91 $context = parent::normalize($record['context']);
95 $extra = parent::normalize($record['extra']);
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMap.php44 $key = $this->normalizer->normalize($reference->getLabel());
51 $label = $this->normalizer->normalize($label);
58 $label = $this->normalizer->normalize($label);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A 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…
H A DHeader.php22 foreach (self::normalize($header) as $val) {
50 public static function normalize($header) function in GuzzleHttp\\Psr7\\Header
/plugin/strata/types/
H A Dlink.php35 function normalize($value, $hint) { function in plugin_strata_type_link
47 return $page->normalize($value,null);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php68 return $x->normalize($temp);
71 return $x->normalize(static::slidingWindow($x, $e, $n, $class));
/plugin/catlist/
H A Dscript.js42 if (typeof String.prototype.normalize === "function")
43 pagename = pagename.normalize('NFD')
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md23 [normalize.css](https://github.com/necolas/normalize.css):
27 composer require components/normalize.css
34 "components/normalize.css": "3.*",
47 <link href="components/normalize/normalize.css" rel="stylesheet">
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php196 $uri = Uri\normalize($uri);
197 $baseUri = Uri\normalize($this->getBaseUrl());
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php196 $uri = Uri\normalize($uri);
197 $baseUri = Uri\normalize($this->getBaseUrl());
/plugin/commonmark/vendor/league/commonmark/src/Normalizer/
H A DTextNormalizerInterface.php22 * @param string $text The text to normalize
32 public function normalize(string $text, array $context = []): string;
25 public function normalize(string $text, $context = null): string; global() function
H A DSlugNormalizer.php37 public function normalize(string $text, array $context = []): string
24 public function normalize(string $text, $context = null): string global() function in League\\CommonMark\\Normalizer\\SlugNormalizer
/plugin/icalevents/vendor/sabre/uri/tests/
H A DNormalizeTest.php14 normalize($in)
/plugin/davcal/vendor/sabre/uri/tests/
H A DNormalizeTest.php14 normalize($in)
/plugin/strata/lib/
H A Dstrata_type.php36 * @param value string the value to normalize
40 function normalize($value, $hint) { function in plugin_strata_type

12345678