Home
last modified time | relevance | path

Searched refs:recent (Results 1 – 25 of 122) sorted by relevance

12345

/plugin/editor/
H A Dhelper.php101 $recent = parseChangelogLine($line);
102 if ($recent === false) return false;
126 $seen[$recent['id']] = 1;
135 $recent['perm'] = auth_quickaclcheck($recent['id']);
139 $recent['file'] = wikiFN($recent['id']);
140 $recent['exists'] = @file_exists($recent['file']);
141 if (!$recent['exists']) return false;
143 $recent['desc'] = $recent['sum'];
144 if ($recent['user']) {
148 $recent['user'] = $recent['ip'];
[all …]
/plugin/linkback/
H A 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['typ
[all...]
/plugin/discussion/
H A Dhelper.php216 $recent = parseChangelogLine($line);
217 if ($recent === false) return false;
219 $cid = $recent['extra'];
220 $fullcid = $recent['id'].'#'.$recent['extra'];
226 if ($recent['type'] === 'sc') return false;
239 $recent['perm'] = auth_quickaclcheck($recent['id']);
243 $recent['file'] = wikiFN($recent['id']);
244 $recent['exists'] = @file_exists($recent['file']);
245 if (!$recent['exists']) return false;
274 $recent['anchor'] = 'comment_'.$cid;
[all …]
/plugin/actionlink/
H A 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/jsonrpc/
H A 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'];
572 foreach ($recents as $recent) {
574 $change['name'] = $recent['id'];
576 $change['author'] = $recent['user'];
577 $change['version'] = $recent['date'];
[all …]
/plugin/clearhistory/lang/en/
H A Dintro.txt5 **Clean on recent changes:**
8 recent changes are checked.
/plugin/clearhistory/
H A Dadmin.php136 foreach ($recents as $recent) {
137 …$this->_parseChangesFile(metaFN($recent['id'], '.changes'), $recent['id'], $onlySmall, $onlyNoComm…
/plugin/backup/
H A Dstyle.less11 div.recent {
/plugin/upgrade/
H A Dplugin.info.txt6 desc Automatically upgrade your DokuWiki install to the most recent stable release
/plugin/changes/
H A Dplugin.info.txt8 desc List the most recent changes of the wiki
/plugin/loglog/lang/en/
H A Dauth_failed.txt3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…
H A Dauth_success.txt3 The number of recent logins has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md13 library via Composer, which will pull down the most recent tag.
/plugin/dokukiwix/lang/en/
H A Dintro.txt6 This plugin needs a recent browser and Javascript activated, as it makes use of AJAX.\\
/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.
43 The recent installation requires a Linux operating system that uses systemd for
/plugin/xcom/lang/en/
H A 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/elwikiupgrade/lang/ro/
H A Dstep0.txt1 Acest plugin va actualiza automat wiki-ul dvs. la cea mai recentă versiune DokuWiki disponibilă.Îna…
/plugin/inclform/
H A DREADME.md3 …org/plugin:inclform. There were only improvements to adapt the plugin to recent DokuWiki- and PHP-…
/plugin/searchindex/lang/en/
H A Dintro.txt11 //NOTE: This manager needs a recent browser as it makes use of modern JavaScript
/plugin/tableedit/
H A DREADME.md10 NB : There is a more recent plugin that do the same thing : Edittable.
/plugin/upgrade/lang/ro/
H A Dstep0.txt
/plugin/chat/
H A Dlocal.php.dist3 $conf['chat']['recentfirst'] = true; // display most recent comments first
/plugin/blextra/
H A Dhelper.php68 'type' => 'recent',
/plugin/dwcommits/
H A DREADME20 The initial impetus behind this plugin is to help determine recent changes to
/plugin/xcom/
H A Dremote.php190 * Number of returned pages is set by $conf['recent']
191 * However not accessible pages are skipped, so less than $conf['recent'] could be returned

12345