Home
last modified time | relevance | path

Searched +full:last -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 101 – 125 of 131) sorted by path

123456

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php90 * If there is no '.', the string is truncated after the last ' ' character.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php60 * This explains 3 of the 4 _encryptBlock() implementations. the last _encryptBlock()
336 * Holds the last used key
H A DDES.php730 // Last step should not permute L & R.
H A DRijndael.php152 * Holds the last used key- and block_size information
584 // 2. Apply InvMixColumn to all Round Keys except the first and the last one."
H A DTripleDES.php
H A DTwofish.php341 * Holds the last used key
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php379 $last = count($temp) - 1;
380 for ($i = 0; $i < $last; $i++) {
388 if ($temp[$last]['type'] != self::TYPE_BIT_STRING) {
391 $current['content'] = $temp[$last]['content'][0] . $current['content'] . substr($temp[$i]['content'], 1);
H A DX509.php3557 $last = $key;
3572 case isset($last):
3573 $attributes[$last]['value'][] = $value;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php333 * Was the last packet due to the channels being closed or not?
1099 // since 'handle' is the last field in the SSH_FXP_HANDLE packet, we'll just remove the first four bytes that
2773 * Gets last access time of file
3165 // 'ctime' contains the last time the file attributes were changed. The
3405 * Makes sure that only the last 1MB worth of packets will be logged
3459 * Returns the last error on the SFTP layer
H A DSSH1.php
H A DSSH2.php642 * Contains the type of the last sent message
856 * The Last Interactive Response
1259 * Send Identification String Last
1285 * Send SSH_MSG_KEXINIT Last
3423 * Returns a channel identifier, presently of the last interactive channel opened, regardless of current status.
3743 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
4403 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
4420 * Makes sure that only the last 1MB worth of packets will be logged
4774 * Returns the last error received on the SSH layer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php741 $last = count($arguments) - 1;
744 if ($i != $last) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php268 // the last parameter (currently 0) is for flags and ssh-agent only defines one flag (for ssh-dss): SSH_AGENT_OLD_SIGNATURE
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php346 * Use this method to get the last error ocurred
348 * @return string The last error, that occured
373 // Find last occurence of the delimiter
478 // remember the last ouccrence of it in the input
614 // On match: Replace the last starter with the composed character and remove
670 $last = (int) $input[0];
671 $result[] = $last; // copy first char from input to output
675 $sindex = $last - $this->_sbase;
676 $lindex = $last - $this->_lbase;
683 $last
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php99 * Retrieve the last modified time for the cache
106 * Set the last modified time to the current time
H A DFile.php134 * Retrieve the last modified time for the cache
144 * Set the last modified time to the current time
H A DMemcache.php142 * Retrieve the last modified time for the cache
159 * Set the last modified time to the current time
H A DMemcached.php138 * Retrieve the last modified time for the cache
148 * Set the last modified time to the current time
167 * Set the last modified time and data to NativeMemcached
H A DMySQL.php327 * Retrieve the last modified time for the cache
347 * Set the last modified time to the current time
H A DRedis.php163 * Retrieve the last modified time for the cache
179 * Set the last modified time to the current time
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php263 $this->handler = $this->get_handler(); // Needs to load last
H A DIRI.php375 // C: if the input buffer begins with a prefix of "/../" or "/..", where ".." is a complete path segment, then replace that prefix with "/" in the input buffer and remove the last segment and its preceding "/" (if any) from the output buffer; otherwise,
H A DMisc.php311 // This is last, as behaviour of this varies with OS userland and PHP version
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php274 // We should only use the last Content-Type header. c.f. issue #1

123456