Home
last modified time | relevance | path

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

123456

/plugin/editor/
Dhelper.php101 $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;
129 if (isHiddenPage($recent['id'])) return false;
132 if (($ns) && (strpos($recent['id'], $ns.':') !== 0)) return false;
[all …]
/plugin/linkback/
Dhelper.php152 $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)) {
187 $recent['perm'] = auth_quickaclcheck($recent['id']);
188 if ($recent['perm'] < AUTH_READ) {
[all …]
/plugin/discussion/
H A Dhelper.php265 $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;
282 if ($recent['type'] === 'hc') return false;
285 if ($ns && strpos($recent['id'] . ':', $ns . ':') !== 0) return false;
288 $recent['perm'] = auth_quickaclcheck($recent['id']);
289 if ($recent['perm'] < AUTH_READ) return false;
[all …]
/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/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/clearhistory/lang/en/
Dintro.txt5 **Clean on recent changes:**
8 recent changes are checked.
/plugin/clearhistory/
Dadmin.php136 foreach ($recents as $recent) {
137 …$this->_parseChangesFile(metaFN($recent['id'], '.changes'), $recent['id'], $onlySmall, $onlyNoComm…
/plugin/backup/
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/
Dplugin.info.txt8 desc List the most recent changes of the wiki
/plugin/loglog/lang/en/
Dauth_success.txt3 The number of recent logins has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
Dauth_failed.txt3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…
/plugin/authgooglesheets/vendor/google/apiclient-services/
DREADME.md13 library via Composer, which will pull down the most recent tag.
/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/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/dokukiwix/lang/en/
Dintro.txt6 This plugin needs a recent browser and Javascript activated, as it makes use of AJAX.\\
/plugin/upgrade/lang/ro/
H A Dstep0.txt1 Acest plugin va actualiza automat wiki-ul dvs. la cea mai recentă versiune DokuWiki disponibilă. În…
/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/elwikiupgrade/lang/ro/
Dstep0.txt1 Acest plugin va actualiza automat wiki-ul dvs. la cea mai recentă versiune DokuWiki disponibilă.Îna…
/plugin/tableedit/
DREADME.md10 NB : There is a more recent plugin that do the same thing : Edittable.
/plugin/searchindex/lang/ro/
H A Dintro.txt8 //NOTĂ: Acest manager are nevoie de un browser recent, deoarece folosește JavaScript pentru a efect…
/plugin/chat/
Dlocal.php.dist3 $conf['chat']['recentfirst'] = true; // display most recent comments first
/plugin/blextra/
Dhelper.php68 'type' => 'recent',
/plugin/dwcommits/
DREADME20 The initial impetus behind this plugin is to help determine recent changes to

123456