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 path

123456

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt445 | reverse | display the last items in the feed first |
452 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/dokuwiki/
H A Dfeed.php51 // check cacheage and deliver if nothing has changed since last
/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/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/inc/
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 DErrorHandler.php98 * Last resort to handle fatal errors that still can't be caught
H A DJpegMeta.php1055 case 0xDA: // SOS: Start of scan... the image itself and the last block on the file
1217 elseif ($marker == 0xDA) { // SOS: Start of scan... the image itself and the last block on the file
H A DMailer.class.php177 * Whatever is set here is directly passed to PHP's mail() command as last
H A DTaskRunner.php107 // Trims the recent changes cache to the last $conf['changes_days'] recent
H A Dauth.php1349 * @param bool $sticky whether or not the cookie will last beyond the session
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
H A Dform.php252 * first (underflow) or last (overflow) element.
H A Dhtml.php483 //close last item
/dokuwiki/inc/Extension/
H A DPluginInterface.php24 * date - Last modified date of the plugin in YYYY-MM-DD format
/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/Form/
H A DForm.php109 * first (underflow) or last (overflow) element.
453 // either right after the last close or at the begining
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php196 // close last paragraph
/dokuwiki/inc/Parsing/
H A DParser.php74 * This is the last step before actually parsing.
/dokuwiki/inc/Sitemap/
H A DItem.php21 * @param int $lastmod Timestamp of the last modification
/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
H A DSubscriberManager.php202 // if no last sent is set, use 0
/dokuwiki/inc/Ui/
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"'
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));
/dokuwiki/inc/Utf8/tables/
H A Dromanization.php297 // Japanese characters (last update: 2008-05-09)

123456