Home
last modified time | relevance | path

Searched refs:b (Results 601 – 625 of 2511) sorted by last modified time

1...<<21222324252627282930>>...101

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less135 /* extra precedence b/c buttons have margin set to zero */
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php168 '?a=b#c=d',
/plugin/davcal/syntax/
H A Dtable.php117 private static function sort_events_asc($a, $b) argument
120 $from2 = new \DateTime($b['start']);
124 private static function sort_events_desc($a, $b) argument
127 $from2 = new \DateTime($b['start']);
/plugin/pot/
H A DLICENSE99 b) You must cause any work that you distribute or publish, that in
143 b) Accompany it with a written offer, valid for at least three
154 an offer, in accord with Subsection b above.)
/plugin/spreadout/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/indexmenu/scripts/
H A Dcontextmenu.js82 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.page+'</b></span>'],
88 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.editmode+'</b></span>'],
95 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.ns+'</b></span>'],
173 let b = urlbase, re = new RegExp(sepchar, 'g');
175 b += (urlbase.indexOf("?id=") < 0) ? '?id=' : '';
176 window.location.href = IndexmenuContextmenu.getid(b, enteredText + " @" + fnid) + "do=search";
H A Dcontextmenu.local.js.example
/plugin/indexmenu/syntax/
H A Dindexmenu.php926 _cmp($a, $b) global() argument
/plugin/indexmenu/
H A DCOPYING99 b) You must cause any work that you distribute or publish, that in
144 b) Accompany it with a written offer, valid for at least three
155 an offer, in accord with Subsection b above.)
/plugin/actionrenderer/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php154 usort($logFiles, function ($a, $b) {
155 return strcmp($b, $a);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php354 $b = ord($x[$i]);
358 $r .= chr((($b * 0x0202020202) & 0x010884422010) % 1023);
362 $p1 = ($b * 0x0802) & 0x22110;
363 $p2 = ($b * 0x8020) & 0x88440;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php277 * @param int $b
281 protected static function quarterRound(&$a, &$b, &$c, &$d) argument
287 $a+= $b; $d = self::leftRotate($d ^ $a, 16);
288 $c+= $d; $b = self::leftRotate($b ^ $c, 12);
289 $a+= $b; $d = self::leftRotate($d ^ $a, 8);
290 $c+= $d; $b = self::leftRotate($b ^ $c, 7);
H A DSalsa20.php428 * @param int $b
432 protected static function quarterRound(&$a, &$b, &$c, &$d) argument
434 $b ^= self::leftRotate($a + $d, 7);
435 $c ^= self::leftRotate($b + $a, 9);
436 $d ^= self::leftRotate($c + $b, 13);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1101 $b = '';
1102 while (strlen($b) < $blockLength) {
1103 $b .= $ai;
1105 $b = substr($b, 0, $blockLength);
1106 $b = new BigInteger($b, 256);
1112 $temp = $temp->add($b);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php506 $b = ltrim($curve->getB()->toBytes(), "\0");
507 if (!strlen($b)) {
508 $b = "\0";
518 'b' => $b
H A DXML.php259 $b = self::query($xpath, 'curve/b', 'B coefficient is not present');
269 new BigInteger($b, 256)
310 $b = self::query($xpath, 'curveparamstype/b', 'B coefficient is not present', false);
323 $b = str_replace(["\r", "\n", ' ', "\t"], '', $b);
326 new BigInteger($b)
442 $b = $curve->getB();
451 '<' . $pre . 'B>' . $b . '</' . $pre . 'B>' . "\r\n" .
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING98 (b) You must cause any modified files to carry prominent notices
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DHex.php50 $b = $chunk[1] >> 4;
54 (87 + $b + ((($b - 10) >> 8) & ~38)),
78 $b = $chunk[1] >> 4;
82 (55 + $b + ((($b - 10) >> 8) & ~6)),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php58 protected $b; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
103 * @param string $b
111 $this->b = $this->factory->newInteger(pack('H*', $b));
190 $b = $x2->multiply($o1);
194 $e = $x1->add($b);
213 $e = $a->add($b);
252 $b = $a->multiply($a);
255 $x3 = $b->add($this->b);
266 $x3 = $b->add($this->b->multiply($d->multiply($d)));
268 $p1 = $b->multiply($z3);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php267 $b = $y1->multiply($y1);
269 $h = $a->add($b);
272 $g = $a->subtract($b);
318 $b = $y1->add($x1)->multiply($y2->add($x2));
321 $e = $b->subtract($a);
324 $h = $b->add($a);
H A DEd448.php206 $b = $x1->add($y1);
207 $b = $b->multiply($b);
214 $x3 = $b->subtract($e)->multiply($j);
256 $b = $a->multiply($a);
260 $f = $b->subtract($e);
261 $g = $b->add($e);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php133 $b = $x->value;
135 $length = max(strlen($a), strlen($b));
138 $b = str_pad($b, $length, "\0", STR_PAD_LEFT);
140 return strcmp($a, $b);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1165 * @param array $b
1169 private function comparator($a, $b) argument
1173 if ($a['filename'] === $b['filename']) {
1178 if ($a['filename'] === $b['filename']) {
1183 if (!isset($b['type'])) {
1186 if ($b['type'] !== $a['type']) {
1190 case isset($b['type']) && $b['type'] === NET_SFTP_TYPE_DIRECTORY:
1198 if (isset($b[$sort])) {
1212 $b[$sort] &= 07777;
1215 if ($a[$sort] === $b[$sort]) {
[all …]
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php579 $b = false === $lastDelimIndex ? 0 : $lastDelimIndex;
584 for ($j = 0; $j < $b; ++$j) {
592 if ($b > 0) {
593 ++$b;
596 for ($in = $b; $in < $inputLength; ++$out) {
680 $b = $out;
682 if ($b > 0) {
733 $bias = self::adaptBias($delta, $h + 1, $h === $b);

1...<<21222324252627282930>>...101