| /dokuwiki/inc/Ui/ |
| H A D | Revisions.php | 61 * 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 D | Recent.php | 132 * 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/_test/tests/Subscriptions/ |
| H A D | BulkSubscriptionsSenderTest.php | 41 $manager->add('sub1:', 'testuser', 'digest', '978328800'); // last mod 2001-01-01 63 $manager->add('sub1:', 'testuser', 'digest', '978328800'); // last mod 2001-01-01 83 $manager->add('sub1:', 'testuser', 'list', '978328800'); // last mod 2001-01-01 105 $manager->add('sub1:', 'testuser', 'list', '978328800'); // last mod 2001-01-01
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLog.php | 67 * 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 224 // skip last revision if the page exists 330 //no direction given or last rev, so no follow-up 393 * @param int $rev2 newest revision timestamp (0 looks up last revision) 410 //empty right side means a removed page. Look up last revision. 433 $lastRev = array_pop($allRevs); //keep last entry that could be external edit 451 $revs1[] = $lastRev; //push back last entry [all …]
|
| H A D | ChangeLogTrait.php | 109 * lines in first or last chunk, but they obviously does not contain $rev. 230 * @param int $head position head of last chunk 231 * @param int $tail position tail of last chunk
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | Media.php | 14 /** @var int The media revision aka last modified timestamp */ 34 * @param int $revision The media revision aka last modified timestamp 35 * @param int $mtime The media revision aka last modified timestamp
|
| H A D | Page.php | 14 /** @var int The page revision aka last modified timestamp */ 35 * @param int $mtime Last modified timestamp
|
| /dokuwiki/lib/exe/ |
| H A D | openapi.php | 59 $last = 0; variable 62 if ($code['code'] === $last && !$INPUT->has('debug')) continue; 63 $last = $code['code']; variable
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | Base.php | 59 * Retrieve the last modified time for the cache 66 * Set the last modified time to the current time
|
| H A D | Memcached.php | 98 * Retrieve the last modified time for the cache 108 * Set the last modified time to the current time 127 * Set the last modified time and data to NativeMemcached
|
| H A D | File.php | 94 * Retrieve the last modified time for the cache 104 * Set the last modified time to the current time
|
| H A D | Memcache.php | 102 * Retrieve the last modified time for the cache 119 * Set the last modified time to the current time
|
| H A D | Redis.php | 125 * Retrieve the last modified time for the cache 141 * Set the last modified time to the current time
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | admin.php | 63 //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 D | helper.php | 21 * 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 D | action.php | 52 //Update the last time we sent data
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | progress.php | 117 '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-CHILD','LAST-object', 325 'LAST-PROCEDURE','LAST-SERVER','LAST-SERVER-SOCKET','LAST-SOCKET', 326 'LAST-TAB-ITEM','LINE','LIST-ITEM-PAIRS','LIST-ITEMS',
|
| /dokuwiki/.github/ |
| H A D | release.php | 37 …$options->registerOption('name', 'The codename to use for the version. Defaults to the last used o… 108 … throw new \splitbrain\phpcli\Exception('Date must be equal or later than the last release'); 118 … throw new \splitbrain\phpcli\Exception('Codename must be different from the last release');
|
| /dokuwiki/inc/File/ |
| H A D | PageFile.php | 60 ? '' // 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/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | 55 // 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/inc/Action/ |
| H A D | Redirect.php | 11 * Used to redirect to the current page with the last edited section as a target if found
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 32 protected $last = 0; // index of the last user to be displayed variable in admin_plugin_usermanager 38 …protected $lastdisabled = false; // set to true if last user is unknown and last button is hence b… 182 case 'last': 223 $this->last, 301 echo '<button type="submit" name="fn[last]" ' . $page_buttons['last'] . '>' . 302 $this->lang['last'] . '</button>'; 984 $this->last = min($this->users_total, $this->start + $this->pagesize); 1001 $buttons['last'] = $disabled; 1004 $buttons['last'] = $buttons['next'] = 1009 $buttons['last'] = $disabled;
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | TableFormatter.php | 172 $columns[$idx] += ($remain); // add to last column 205 $last = count($columns) - 1; 221 if ($col != $last) {
|
| /dokuwiki/_test/tests/inc/ |
| H A D | common_saveWikiText.test.php | 29 // last revision 35 … $this->assertEquals($currentRevInfo, $lastRevInfo, 'current & last revs should be identical'); 42 // second to last revision (optional), intended to check logline of previous external edits 62 // last revision 484 * 4.3 externally edit as a result of a file which has older timestamp than last revision 528 // 4.3 externally edit as a result of a file which has older timestamp than last revision 543 $this->expectLogMessage('current file modification time is older than last');
|
| /dokuwiki/vendor/php81_bc/strftime/src/ |
| H A D | php-8.1-strftime.php | 154 // replace leading zeros with spaces but keep last char if also zero 158 // remove leading zeros but keep last char if also zero
|