Home
last modified time | relevance | path

Searched +full:index -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 126 – 141 of 141) sorted by path

123456

/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group_id=198487)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DDES.php152 * For each byte value index, the entry holds an 8-byte string
154 * corresponding bit in the index value.
H A DHash.php447 * @param int $index a non-negative integer less than 2^64
451 private function kdf($index, $numbytes)
453 $this->c->setIV(pack('N4', 0, $index, 0, 1));
475 $index = $nonce[$last] & $mask;
476 $nonce[$last] = $nonce[$last] ^ $index;
497 substr($t, unpack('C', $index)[1] * $taglen, $taglen) :
887 _string_shift(& $string, $index = 1) global() argument
H A DRC4.php234 0, // index $i
235 0, // index $j
H A DRSA.php2169 _string_shift(& $string, $index = 1) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1364 _string_shift(& $string, $index = 1) global() argument
H A DX509.php135 * If disposition is >= 0, this is the index of the target value.
3760 * Get the index of a revoked certificate.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php4650 * named constants from it, using the value as the name of the constant and the index as the value of the constant.
4476 _string_shift(& $string, $index = 1) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php235 _string_shift(& $string, $index = 1) global() argument
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php139 $query = $this->mysql->exec('CREATE TABLE `' . $this->options['extras']['prefix'] . 'items` (`feed_id` TEXT CHARACTER SET utf8 NOT NULL, `id` TEXT CHARACTER SET utf8 NOT NULL, `data` MEDIUMBLOB NOT NULL, `posted` INT UNSIGNED NOT NULL, INDEX `feed_id` (`feed_id`(125)))');
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2077 * Uses the git index if it exists, otherwise uses the modification time
2087 if (file_exists($root . '/.git/index')) {
2088 static::$SIMPLEPIE_BUILD = filemtime($root . '/.git/index');
H A DSimplePie.php2989 * @param int $start Index to start at
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php152 $header['index'] = $i;
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php48 $idx = 0; // char index for input string
55 $j = 0; // char forward index for input string

123456