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 1 – 25 of 131) sorted by relevance

123456

/dokuwiki/inc/Ui/
H A DRevisions.php61 * decide if this is the last page or is there another one.
71 // decide if this is the last page or is there another one
98 $last = $first + $conf['recent'];
107 $html .= html_btn('older', $this->id, "n", $callback($last));
H A DRecent.php132 * decide if this is the last page or is there another one.
185 $last = $first + $conf['recent'];
198 $html .= '<button type="submit" name="first[' . $last . ']" accesskey="p"'
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php67 * Checks if the revision is last revision
70 * @return bool true if $rev is last revision, otherwise false
81 * identical with or newer than the "last" revision, that depends on whether the file
98 * Return the last revision identifier, date value of the last entry of the changelog
222 // skip last revision if the page exists
328 //no direction given or last rev, so no follow-up
389 * @param int $rev2 newest revision timestamp (0 looks up last revision)
406 //empty right side means a removed page. Look up last revision.
422 $lastRev = array_pop($allRevs); //keep last entr
[all...]
H A DChangeLogTrait.php109 * lines in first or last chunk, but they obviously does not contain $rev.
225 * @param int $head position head of last chunk
226 * @param int $tail position tail of last chunk
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php63 //Update the last time we sent the data
93 //If there was an error the last time we tried to autosubmit, warn the user
102 //Print the last time the data was sent
H A Dhelper.php21 * and when it was submited for the last time
26 * File where the last error which happened when we tried to autosubmit, will be log
32 * submitted for the last time
76 * Compute the last time the data was sent. If it has never been sent, we return 0.
230 $last = (int) substr(array_pop($list), 0, 10);
231 $dur = ($last - $first) / (60 * 60 * 24); // number of days in the changelog
H A Daction.php52 //Update the last time we sent data
/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/geshi/geshi/src/geshi/
H A Dprogress.php117 'Width','ACTIVE-WINDOW','AUDIT-CONTROL','FIRST','LAST',
121 'LAST-EVENT','LOG-MANAGER','RCODE-INFO','SECURITY-POLICY',
128 'ADD-HEADER-ENTRY','ADD-INDEX-FIELD','ADD-LAST','ADD-LIKE-COLUMN',
150 'FIND-LAST','FIND-UNIQUE','GET-attribute','GET-attribute-NODE',
158 'GET-ITERATION','GET-LAST','GET-LOCALNAME-BY-INDEX','GET-MESSAGE',
229 'LAST-OF','LC','LDBNAME','LEFT-TRIM',
301 'FIRST-SOCKET','FIRST-TAB-ITEM','FIT-LAST-COLUMN','FLAT-BUTTON',
324 'LAST-ASYNC-REQUEST','LAST-BATCH','LAST
[all...]
H A Dcss.php286 'text-align-last',
834 'last-child',
835 'last-of-type',
839 'nth-last-child',
840 'nth-last-of-type',
H A Dperl6.php75 'unless', 'next', 'last', 'redo', 'not', 'our', 'let',
86 'ENTER', 'LEAVE', 'KEEP', 'UNDO', 'NEXT', 'LAST', 'PRE',
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
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 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 DRedis.php163 * Retrieve the last modified time for the cache
179 * Set the last modified time to the current time
/dokuwiki/inc/File/
H A DPageFile.php60 ? '' // attic stores complete last page version for a deleted page
212 // update the purgefile (timestamp of the last time anything within the wiki was changed)
219 * Checks if the current page version is newer than the last entry in the page's changelog.
234 // file is older than last revision, that is erroneous/incorrect occurence.
245 $msg = "PageFile($this->id)::detectExternalEdit(): page file should be newer than last revision "
/dokuwiki/inc/Action/
H A DRedirect.php11 * Used to redirect to the current page with the last edited section as a target if found
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php55 // Less than the configured time period passed since last
183 * but determines the last known revision first
187 * @param int $lastupdate Time of the last notification
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php172 $columns[$idx] += ($remain); // add to last column
205 $last = count($columns) - 1;
221 if ($col != $last) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php31 protected $last = 0; // index of the last user to be displayed
37 protected $lastdisabled = false; // set to true if last user is unknown and last button is hence buggy
181 case 'last':
222 $this->last,
300 echo '<button type="submit" name="fn[last]" ' . $page_buttons['last'] . '>' .
301 $this->lang['last'] . '</button>';
983 $this->last
26 protected $last = 0; // index of the last user to be displayed global() variable in admin_plugin_usermanager
[all...]
/dokuwiki/inc/Sitemap/
H A DItem.php21 * @param int $lastmod Timestamp of the last modification
/dokuwiki/inc/Parsing/
H A DParser.php74 * This is the last step before actually parsing.
/dokuwiki/lib/plugins/config/core/
H A DWriter.php69 * Update last modified time stamp of the config file

123456