Home
last modified time | relevance | path

Searched refs:c (Results 226 – 234 of 234) sorted by path

12345678910

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php149 private $c;
327 $c = $this->c;
348 $i = 0; // $c[0] == 0
349 $j = $c[1];
350 $k = $c[2];
351 $l = $c[3];
376 $i = 0; // $c[0] == 0
377 $j = $c[1];
378 $k = $c[
161 var $c; global() variable in phpseclib\\Crypt\\Rijndael
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php265 // immediately available." -- paragraph 8.1.3.2.c
929 c) the "Tag Type" alternative is used and the value of "TagDefault" for the module is IMPLICIT TAGS or
1361 $c = ord($in[$i++]);
1364 $c = ($c << 8) | ord($in[$i++]);
1365 $c = ($c << 8) | ord($in[$i++]);
1368 $c = ($c << 8) | ord($in[$i++]);
1372 case ($c
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php17 * $c = $a->add($b);
19 * echo $c->toString(); // outputs 5
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt1 Copyright (c) 2004-2022, Ryan Parman and Sam Sneddon.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE172 c) You must cause the whole of the work to be licensed at no
306 c) Accompany the work with a written offer, valid for at
H A DReadMe.txt7 * (c) 2004-2007 phlyLabs, Berlin *
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE1 Copyright (c) 2015 Andreas Gohr <gohr@cosmocode.de>
/dokuwiki/vendor/splitbrain/php-cli/
H A DLICENSE3 Copyright (c) 2016 Andreas Gohr
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE3 Copyright (c) 2005, 2006, 2007 Nick Galbreath

12345678910