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 76 – 100 of 131) sorted by relevance

123456

/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);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dc_loadrunner.php132 'ENDFORM', 'LAST', 'ENDITEM', 'EXTRARES', 'ITEMDATA', 'STARTHIDDENS', 'ENDHIDDENS', 'CONNECT', 'RECEIVE', 'RESOLVE',
H A Dpowershell.php126 '-LiteralName', '-ListenerOption', '-List', '-Line', '-Leaf', '-Last', '-Key', '-ItemType',
H A Drails.php273 'first_page', 'last_page', 'last', 'length', 'new', 'page_count',
H A Dracket.php527 'for*/hash', 'for*/hasheq', 'for*/hasheqv', 'for*/last',
532 'for/last', 'for/list', 'for/lists', 'for/or', 'for/product',
611 'interface-extension?', 'interface?', 'is-a?', 'is-a?/c', 'last',
612 'last-pair', 'list-&gt;set', 'list-&gt;seteq', 'list-&gt;seteqv',
H A Dactionscript3.php345 //FIX: Must be last in order to avoid conflicts with keywords present
H A Dvisualfoxpro.php245 'Isometric','Key','Keycolumns','Keycomp','Keyset','Last',
H A Dmysql.php88 'ISOLATION LEVEL','JOIN','KEYS','KEY','KILL','LANGUAGE SQL','LAST',
/dokuwiki/inc/
H A Dtemplate.php811 //render crumbs, highlight the last one
813 $last = count($crumbs);
818 if ($i == $last) $out .= '<span class="curid">';
820 if ($i == $last) $out .= '</span>';
H A DDifferenceEngine.php226 * of the two files do not match, and likewise that the last lines do not
456 * previous unchanged line matches the last changed one.
471 * Set CORRESPONDING to the end of the changed run, at the last
H A Dcommon.php42 * filled up with the $default value. If the input string contains more elements, the last
828 // still here? just use the last address
1268 * Checks if the current page version is newer than the last entry in the page's
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php754 * Get last error from Active Directory
756 * This function gets the last message from Active Directory
/dokuwiki/lib/plugins/authad/
H A Dauth.php232 //last password set (Windows counts from January 1st 1601)
603 // get first and last name
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php
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."
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php274 // We should only use the last Content-Type header. c.f. issue #1
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php199 } // last required arguments seen
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php926 ); // last mod file time and date
972 ); // last mod file time and date
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
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
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
/dokuwiki/
H A Dfeed.php51 // check cacheage and deliver if nothing has changed since last
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php638 * @var bool Stores if last-modified and/or etag headers were sent with the
1762 // Want to know if we tried to send last-modified and/or etag headers
1766 if (isset($this->data['headers']['last-modified']) || isset($this->data['headers']['etag'])) {
1770 if (isset($this->data['headers']['last-modified'])) {
1771 $headers['if-modified-since'] = $this->data['headers']['last-modified'];
1924 * Get the last HTTP status code
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php582 * Returns an error message associated with the last GeSHi operation,
3044 //Check if this comment is the last in the source
3056 // Take into account that the comment might be the last in the source
3080 // Parse the last bit
3101 // // Parse the last stuff (redundant?)
3104 // Lop off the very first and last spaces
4666 // make sure the last tokens get converted as well

123456