Home
last modified time | relevance | path

Searched refs:base (Results 376 – 400 of 1781) sorted by last modified time

1...<<11121314151617181920>>...72

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php169 * @param int $base
171 public function __construct($x = 0, $base = 10) argument
181 $this->value = new self::$mainEngine($x, $base);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md632 * Bug: RedirectPlugin now uses strict RFC 3986 compliance when combining a base URL with a relative…
900 * Bug fix: Absolute URLs with a path in a service description will now properly override the base U…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php285 * @param UriInterface|null $base An optional base URI to compare against
291 public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null) argument
293 if ($base !== null) {
294 $uri = UriResolver::resolve($base, $uri);
296 return ($uri->getScheme() === $base->getScheme())
297 && ($uri->getAuthority() === $base->getAuthority())
298 && ($uri->getPath() === $base->getPath())
299 && ($uri->getQuery() === $base->getQuery());
323 * @param UriInterface $base Base URI
331 public static function resolve(UriInterface $base, $rel) argument
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3144 * @param int $base optional
3147 public function setSerialNumber($serial, $base = -256) argument
3149 $this->serialNumber = new BigInteger($serial, $base);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php61 * @param int $base
64 public function __construct($x = 0, $base = 10) argument
80 parent::__construct($x, $base);
86 * @param int $base
89 protected function initialize($base) argument
91 switch (abs($base)) {
/plugin/authgooglesheets/
H A Dplugin.info.txt1 base authgooglesheets
/plugin/a2s/
H A DASCIIToSVG.php1768 $base = substr($ent, 0, -5);
1770 if (isset(self::$objects[$base]) &&
1786 self::$objects[$base][$i]['width'] = $width;
1787 self::$objects[$base][$i]['height'] = $height;
1788 self::$objects[$base][$i++]['path'] = self::parsePath($path);
H A Dplugin.info.txt1 base a2s
/plugin/deletepagebutton/
H A Dplugin.info.txt1 base deletepagebutton
/plugin/foldablelist/
H A Dplugin.info.txt1 base foldablelist
/plugin/structcondstyle/
H A Dplugin.info.txt1 base structcondstyle
/plugin/c3chart/assets/
H A Dd3.min.js2base=function(t){return arguments.length?(i=+t,n()):i},e.domain=function(t){return arguments.lengt… function
/plugin/c3chart/
H A Dplugin.info.txt1 base c3chart
/plugin/vshare/
H A Dplugin.info.txt1 base vshare
/plugin/instructions/
H A Dplugin.info.txt1 base instructions
/plugin/translate/
H A Dplugin.info.txt1 base translate
/plugin/wideredit/
H A Dplugin.info.txt1 base wideredit
/plugin/twofactorgoogleauth/
H A Dplugin.info.txt1 base twofactorgoogleauth
/plugin/tablelayout/
H A Dplugin.info.txt1 base tablelayout
H A Dyarn.lock921 glob-base@^0.3.0:
923 …resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea32…
1820 glob-base "^0.3.0"
/plugin/gemini/
H A Dplugin.info.txt1 base gemini
/plugin/layeranimation/
H A Dplugin.info.txt3 base layeranimation
/plugin/discordnotifier/
H A Dplugin.info.txt1 base discordnotifier
/plugin/oauthkeycloak/
H A Dplugin.info.txt1 base oauthkeycloak
/plugin/oauthdrkserver/
H A Dplugin.info.txt1 base oauthdrkserver

1...<<11121314151617181920>>...72