Home
last modified time | relevance | path

Searched full:recent (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/plugin/editor/
Dhelper.php37 if ((!$num) || (!is_numeric($num))) $num = $conf['recent'];
58 // read all recent changes. (kept short)
101 $recent = parseChangelogLine($line);
102 if ($recent === false) return false;
105 if(isset($seen[$recent['id']])) return false;
112 if ($recent['user'] != $user) return false;
115 if (!in_array($recent['user'], $user)) return false;
118 if ($recent['ip'] != $user) return false;
123 if ($recent['type']==='e') return false;
126 $seen[$recent['id']] = 1;
[all …]
/plugin/linkback/
Dhelper.php99 $num = $conf['recent'];
109 // read all recent changes. (kept short)
152 $recent = parseChangelogLine($line);
153 if ($recent === false) {
157 $lid = $recent['extra'];
158 $fulllid = $recent['id'] . '#' . $recent['extra'];
166 if ($recent['type'] === 'sc') {
174 if (isHiddenPage($recent['id'])) {
177 if ($recent['type'] === 'hl') {
182 if (($ns) && (strpos($recent['id'] . ':', $ns . ':') !== 0)) {
[all …]
Dtools.php150 * Trims the recent comments cache to the last $conf['changes_days'] recent
151 * changes or $conf['recent'] items, which ever is larger.
164 if (count($lines) < $conf['recent']) {
189 … $extra = $conf['recent'] - count($out_lines); // do we need extra lines do bring us up to minimum
/plugin/discussion/
Dhelper.php34 'desc' => 'returns pages with discussion sections, sorted by recent comments',
108 * Returns an array of pages with discussion sections, sorted by recent comments
199 $num = $conf['recent'];
209 // read all recent changes. (kept short)
265 $recent = parseChangelogLine($line);
266 if ($recent === false) return false;
268 $cid = $recent['extra'];
269 $fullcid = $recent['id'] . '#' . $recent['extra'];
275 if ($recent['type'] === 'sc') return false;
281 if (isHiddenPage($recent['id'])) return false;
[all …]
/plugin/loglog/lang/en/
Dsettings.php4 $lang['login_success_interval'] = 'Interval to check the number of recent successful logins, in min…
5 $lang['login_success_email'] = 'Email to send notifications about too many recent logins';
7 $lang['login_failed_interval'] = 'Interval to check the number of recent failed login attempts, in …
/plugin/jsonrpc/
Djsonrpc.php542 foreach ($recents as $recent) {
544 $change['name'] = $recent['id'];
545 $change['lastModified'] = new IJR_Date($recent['date']);
546 $change['author'] = $recent['user'];
547 $change['version'] = $recent['date'];
548 $change['perms'] = $recent['perms'];
549 $change['size'] = @filesize(wikiFN($recent['id']));
572 foreach ($recents as $recent) {
574 $change['name'] = $recent['id'];
575 $change['lastModified'] = new IJR_Date($recent['date']);
[all …]
/plugin/snippets/
Dhelper.php33 'desc' => 'checks metadata for most recent version of $id',
41 'desc' => 'check if snippet inserted in a page was updated to most recent version',
68 …ta shows that the (snippet) file has been restored from an earlier version, that is the most recent
69 * version; otherwise the last modified date is the most recent version
70 * @param string $id id of page to be checked for most recent version
83 * Checks the most recent version of snippet against the timestamp for snippet
/plugin/actionlink/
Dsyntax.php98 case 'recent':
100 …$renderer->doc .=$this->tpll_link(wl($ID,'do=recent'),$title,'class="action recent" accesskey="r"'…
102 case ':recent':
103 case '/recent':
105 …$renderer->doc .=$this->tpll_link(wl('','do=recent'),$title,'class="action recent" accesskey="r"');
/plugin/sphinxsearch-was/
H A DINSTALL17 as a milestone. You can skip ahead to the recent installation instructions if
18 you are running a fairly recent Linux-based machine.
41 ===== Recent =====
43 The recent installation requires a Linux operating system that uses systemd for
/plugin/yearbox/
Dsyntax.php75 $opt['recent'] = false; // special 1-2 row 'recent pages' view...
98 case 'recent':
99 $opt['recent'] = ((int)$value > 0) ? (int)$value : 0;
149 * @param int $recent previous days that must be visible
355 if ($opt['recent'] > 0) {
356 // recent days (matching at least no. of recent days given; shows complete months only)
359 $prev_date = $today - ($opt['recent'] * 12 * 60 * 60);
/plugin/clearhistory/lang/en/
Dintro.txt5 **Clean on recent changes:**
8 recent changes are checked.
Dlang.php9 $lang['clean on recent changes'] = 'Clean the history based on the recent changes page.';
/plugin/include/syntax/
H A Dwrap.php38 … if (defined('SEC_EDIT_PATTERN')) { // for DokuWiki Greebo and more recent versions
44 … if (defined('SEC_EDIT_PATTERN')) { // for DokuWiki Greebo and more recent versions
53 … if (defined('SEC_EDIT_PATTERN')) { // for DokuWiki Greebo and more recent versions
/plugin/farm/install/animaltemplate/conf/
Ddokuwiki.php30 $conf['recent'] = 20; //how many entries to show in recent
31 $conf['breadcrumbs'] = 10; //how many recent visited pages to show
97 …epages'] = ''; //Regexp for pages to be skipped from RSS, Search and Recent Changes
110 // 'current' - most recent revision of page
117 $conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
/plugin/timetrack/lang/en/
Dlang.php17 $lang['recent'] = 'Recent Tracks';
/plugin/clearhistory/
Dadmin.php61 echo $this->getLang('clean on recent changes') . '</label></fieldset><br/>';
125 * Scans the recent changed files for changes
136 foreach ($recents as $recent) {
137 …$this->_parseChangesFile(metaFN($recent['id'], '.changes'), $recent['id'], $onlySmall, $onlyNoComm…
/plugin/backup/lang/en/
Dlang.php31 $lang['recent'] = 'Your most recent backups:';
/plugin/overlay/lang/en/
Dsettings.php4 $lang['recent'] = 'Initially hide overlay when accessing recent changes.';
/plugin/xcom/lang/en/
Dfunctions.txt43 …he number of pages in the result is controlled \\ via the [[doku>:config:recent]] configuration se…
85 …Returns a list of recent changes since given timestamp. \\ As stated in [[doku>:recent_changes|:re…
91 ^Description|Returns a list of recent changed media since given timestamp.|
/plugin/hidingip/
Daction.php18 * 1. Recent Changes
30 …if (array_search('recent', $whentohide) !== FALSE) $controller->register_hook('HTML_RECENTFORM_OUT…
37 * In recent changes
93 // The function is very similar to that in recent changes.
/plugin/userspagecreate/
Daction.php164 if you want see link to userpage to revisions and recent page then change file html.php
175 // print htmlspecialchars($recent['user']);
176 print mytpl_userhtmllink($recent['user']);
/plugin/timetrack/
Daction.php171 } else if($cmd === 'recent' ) {
185 … $dialogHtml .= $this->tthlp->html_week($dbUserValues,$daterange,$dbUserTasks,'recent',$pageid);
187 'dialog' => $this->tthlp->html_prepareDialog('recent',
190 'cmd' => 'recent',
/plugin/hidingip/conf/
Ddefault.php3 $conf['whenToHide'] = 'revision,recent,diff,userlink';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/Resource/
DServicesRollouts.php41 * most recent (in any state) and the last 10 successful (if not already part of
42 * the set of 100 most recent) rollouts are kept for each service. The rest will
/plugin/upgrade/
Dplugin.info.txt6 desc Automatically upgrade your DokuWiki install to the most recent stable release

12345678910>>...17