/plugin/c3chart/assets/ |
H A D | c3.min.js | 2 …t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof de… argument
|
H A D | d3.min.js | 2 …t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&de… argument
|
H A D | js-yaml.min.js | 2 …t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&defi… argument
|
/plugin/siteexport/inc/ |
H A D | readCSS.patch | 139 $CSSstr = preg_replace('/[\s\n\r\t\f]/s',' ',$CSSstr); 231 $t = ''; 235 if (isset($tags[0])) { $t = trim($tags[0]); } 239 if ($level==1) { $tag = $t; } 241 $tag = $t.'>>PSEUDO>>'.$m[1]; 254 if (isset($tags[0])) { $t = trim($tags[0]); } 255 if ($t) { 266 … else if (preg_match('/^('.$this->mpdf->allowedCSStags.')$/',$t)) { $tag= $t; } 275 else { $t = ''; } 276 if ($t) { [all …]
|
/plugin/siteexport/ |
H A D | jquery.filedownload.js | 150 …t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\…
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | CHANGELOG.md | 357 …ne() to initialize the timezone monolog should use in case date.timezone isn't correct for your app
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
H A D | AsymmetricKey.php | 553 $t = ''; 554 while (strlen($t) < $qlen) { 556 $t = $t . $v; 558 $k = $this->bits2int($t);
|
H A D | SymmetricKey.php | 1031 $t = $password . $salt; 1033 $t = $hashObj->hash($t); 1035 $key = substr($t, 0, $dkLen); 3331 $t = $y[$n] ^ $xn; 3332 $temp = self::$gcmField->newInteger($t);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | DES.php | 712 $t = unpack('Nl/Nr', $block); 713 list($l, $r) = [$t['l'], $t['r']]; 724 $t = unpack('Nl/Nr', $block); 725 list($l, $r) = [$t['l'], $t['r']]; 737 $t = $sbox1[($b1 >> 24) & 0x3F] ^ $sbox2[($b2 >> 24) & 0x3F] ^ 744 $r = $t; 748 $t = $l; 750 $r = $t; 1233 $t = unpack('Nl/Nr', $key); 1234 list($l, $r) = [$t['l'], $t['r']];
|
H A D | Hash.php | 511 $t = $c->encrypt("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"); 516 substr($t, unpack('C', $index)[1] * $taglen, $taglen) : 517 substr($t, 0, $taglen); 628 $t = count($m); 630 $k = array_pad(array_slice($k, 0, $t), $t, 0); 642 while ($i < $t) {
|
H A D | RSA.php | 585 $t = "\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14"; 606 $t .= $h; 607 $tLen = strlen($t); 615 $em = "\0\1$ps\0$t"; 642 $t = "\x30\x1f\x30\x07\x06\x05\x2b\x0e\x03\x02\x1a\x04\x14"; 666 $t .= $h; 667 $tLen = strlen($t); 675 $em = "\0\1$ps\0$t"; 694 $t = ''; 698 $t .= $this->mgfHash->hash($mgfSeed . $c); [all …]
|
H A D | Twofish.php | 562 $t = 0xff & ($B >> 24); 568 $u = $t << 1; 571 if ($t & 0x80) { 576 $B ^= $t ^ ($u << 16); 579 $u ^= 0x7fffffff & ($t >> 1); 582 if ($t & 0x01) {
|
H A D | RC2.php | 371 $t = strlen($key); 386 for ($i = $t; $i < 128; $i++) { 387 $l[$i] = $pitable[$l[$i - 1] + $l[$i - $t]];
|
/plugin/authgooglesheets/vendor/google/auth/ |
H A D | COPYING | 183 replaced with your own identifying information. (Don't include
|
H A D | LICENSE | 182 replaced with your own identifying information. (Don't include
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 80 * Improvement: Don't include summary in exception message when body is empty [#1621](https://github… 413 caused problems for many users: they aren't PSR-4 compliant, require an 716 * OAuth parameters are only added via the plugin if they aren't already set
|
H A D | UPGRADING.md | 567 used in debugging or deserializing messages, so it doesn't make sense for
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/ |
H A D | README.md | 133 // Can be generated with "ssh-keygen -t rsa -m pem"
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A D | BinaryField.php | 62 $t = ceil($m / 8); 80 $reduce = function ($c) use ($u, $mStart, $m, $t, $finalMask, $pad, $h) { 101 $c = substr($c, -$t); 102 if (strlen($c) == $t) {
|
/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | AccessToken.php | 287 * token, if a token isn't provided.
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | README.md | 81 // Return a value and don't break the chain
|
/plugin/authgooglesheets/vendor/google/apiclient/ |
H A D | LICENSE | 182 replaced with your own identifying information. (Don't include
|
H A D | README.md | 125 $ php -S localhost:8000 -t examples/ 431 ### What do I do if something isn't working? ###
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | Engine.php | 919 if ($length >= 163) { $t = 2; } // floor(1300 / 8) 930 else { $t = 27; } 933 return $t; 942 * @param int $t 945 protected function testPrimality($t) argument 958 for ($i = 0; $i < $t; ++$i) { 986 * @param int|bool $t 989 public function isPrime($t = false) argument 991 if (!$t) { 992 $t = $this->setupIsPrime(); [all …]
|
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
H A D | Idn.php | 618 $t = self::TMIN; 620 $t = self::TMAX; 622 $t = $k - $bias; 625 if ($digit < $t) { 629 $baseMinusT = self::BASE - $t; 713 $t = self::TMIN; 715 $t = self::TMAX; 717 $t = $k - $bias; 720 if ($q < $t) { 724 $qMinusT = $q - $t; [all …]
|