Home
last modified time | relevance | path

Searched refs:normalize (Results 26 – 50 of 178) sorted by path

12345678

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
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/symfony/polyfill-intl-idn/
H A DIdn.php339 $domain = Normalizer::normalize($domain, Normalizer::FORM_C);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php54 return self::normalize($s, $form) === $s;
57 public static function normalize(string $s, int $form = self::FORM_C) function in Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer
H A Dbootstrap.php22 …normalize($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::normalize($string, $form);…
H A Dbootstrap80.php18 …?int $form = p\Normalizer::FORM_C): string|false { return p\Normalizer::normalize((string) $string…
/plugin/callflow/
H A Draphael.js2978 function normalize(a) { function
3006 normalize(row[0]);
3012 normalize(row[1]);
/plugin/catlist/
H A Dscript.js42 if (typeof String.prototype.normalize === "function")
43 pagename = pagename.normalize('NFD')
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md100 …or Button](http://ckeditor.com/addon/colorbutton) plugin which will now normalize the CSS `backgro…
125 …Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) should only normalize input data.
649 …Word](http://ckeditor.com/addon/pastefromword) filter does not properly normalize semicolons style…
H A Dckeditor.js447 …),q.insertNode(k),w.call(this,k),k.mergeSiblings(),CKEDITOR.env.ie||k.$.normalize()):(k=new CKEDIT…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md520 …ton](https://ckeditor.com/cke4/addon/colorbutton) plugin which will now normalize the CSS `backgro…
545 … [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) should only normalize input data.
1069 …https://ckeditor.com/cke4/addon/pastefromword) filter does not properly normalize semicolons style…
H A Dckeditor.js487 …),y.insertNode(m),F.call(this,m),m.mergeSiblings(),CKEDITOR.env.ie||m.$.normalize()):(m=new CKEDIT…
H A Dckeditor.js.unc9733 …sertNode(l), D.call(this, l), l.mergeSiblings(), CKEDITOR.env.ie || l.$.normalize()) : (l = new CK…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php369 return normalizer::normalize(mb_strtolower($string,'utf-8'));
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …rt !== '') {\n regexPart = new RegExp(regexPart).source; //normalize not escaped char…
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 …x step smoothstep \" +\n \"length distance dot cross normalize ftransform facef…
H A Decl.min.js.map1 …osition matchtext matchunicode max merge mergejoin min nolocal nonempty normalize parse pipe power…
H A Dsql.min.js.map1 …onal natural nchar nclob nesting new next nfc nfd nfkc nfkd nil no none normalize normalized not n…
/plugin/codemirror/dist/
H A Dscripts.min.js7 …ar k,l;if(String.prototype.normalize){k=function(a){return a.normalize("NFD").toLowerCase()};l=fun…
H A Dscripts.min.js.map1normalize","adjustPos","folded","foldFunc","searchStringForward","fold","cutFrom","endString","sea…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64normalize-unicode|fn:normalize-space|fn:node-name|fn:node-kind|fn:nilled|fn:namespace-uri-from-QNa…
/plugin/combo/ComboStrap/
H A DStringUtility.php186 public static function normalize($expected) function in ComboStrap\\StringUtility
/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php74 public static function normalize($htmlText) function in ComboStrap\\Xml\\XhtmlUtility
H A DXmlDocument.php641 $element->normalize();
H A DXmlSystems.php83 $doc->normalize();
96 public static function normalize($text) function in ComboStrap\\Xml\\XmlSystems

12345678