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 126 – 131 of 131) sorted by path

123456

/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php170 * RFC 4291 allows you to represent the last two parts of an IPv6 address
/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/splitbrain/php-archive/src/
H A DZip.php926 ); // last mod file time and date
972 ); // last mod file time and date
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php199 } // last required arguments seen
H A DTableFormatter.php172 $columns[$idx] += ($remain); // add to last column
205 $last = count($columns) - 1;
221 if ($col != $last) {
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php57 $lch = ''; // last char added
217 // if this ch is space AND the last char processed

123456