Searched refs:recent (Results 1 – 25 of 143) sorted by relevance
123456
| /plugin/editor/ |
| D | helper.php | 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; 129 if (isHiddenPage($recent['id'])) return false; 132 if (($ns) && (strpos($recent['id'], $ns.':') !== 0)) return false; [all …]
|
| /plugin/linkback/ |
| D | helper.php | 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)) { 187 $recent['perm'] = auth_quickaclcheck($recent['id']); 188 if ($recent['perm'] < AUTH_READ) { [all …]
|
| /plugin/discussion/ |
| H A D | helper.php | 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; 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/ |
| D | syntax.php | 98 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/ |
| D | jsonrpc.php | 542 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/ |
| D | intro.txt | 5 **Clean on recent changes:** 8 recent changes are checked.
|
| /plugin/clearhistory/ |
| D | admin.php | 136 foreach ($recents as $recent) { 137 …$this->_parseChangesFile(metaFN($recent['id'], '.changes'), $recent['id'], $onlySmall, $onlyNoComm…
|
| /plugin/backup/ |
| D | style.less | 11 div.recent {
|
| /plugin/upgrade/ |
| H A D | plugin.info.txt | 6 desc Automatically upgrade your DokuWiki install to the most recent stable release
|
| /plugin/changes/ |
| D | plugin.info.txt | 8 desc List the most recent changes of the wiki
|
| /plugin/loglog/lang/en/ |
| D | auth_success.txt | 3 The number of recent logins has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
|
| D | auth_failed.txt | 3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/ |
| D | README.md | 13 library via Composer, which will pull down the most recent tag.
|
| /plugin/xcom/lang/en/ |
| D | functions.txt | 43 …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 D | INSTALL | 17 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/ |
| D | intro.txt | 6 This plugin needs a recent browser and Javascript activated, as it makes use of AJAX.\\
|
| /plugin/upgrade/lang/ro/ |
| H A D | step0.txt | 1 Acest plugin va actualiza automat wiki-ul dvs. la cea mai recentă versiune DokuWiki disponibilă. În…
|
| /plugin/inclform/ |
| H A D | README.md | 3 …org/plugin:inclform. There were only improvements to adapt the plugin to recent DokuWiki- and PHP-…
|
| /plugin/searchindex/lang/en/ |
| H A D | intro.txt | 11 //NOTE: This manager needs a recent browser as it makes use of modern JavaScript
|
| /plugin/elwikiupgrade/lang/ro/ |
| D | step0.txt | 1 Acest plugin va actualiza automat wiki-ul dvs. la cea mai recentă versiune DokuWiki disponibilă.Îna…
|
| /plugin/tableedit/ |
| D | README.md | 10 NB : There is a more recent plugin that do the same thing : Edittable.
|
| /plugin/searchindex/lang/ro/ |
| H A D | intro.txt | 8 //NOTĂ: Acest manager are nevoie de un browser recent, deoarece folosește JavaScript pentru a efect…
|
| /plugin/chat/ |
| D | local.php.dist | 3 $conf['chat']['recentfirst'] = true; // display most recent comments first
|
| /plugin/blextra/ |
| D | helper.php | 68 'type' => 'recent',
|
| /plugin/dwcommits/ |
| D | README | 20 The initial impetus behind this plugin is to help determine recent changes to
|
123456