| /dokuwiki/_test/tests/inc/ |
| H A D | template_include_page.test.php | 6 global $ID,$ACT; 16 global $ID,$ACT; 19 $ID = 'foo:bar'; 26 global $ID,$ACT; 28 $ID = 'foo:bar'; 35 global $ID,$ACT,$INPUT,$conf,$USERINFO; 42 $ID = 'foo:bar'; 52 global $ID,$ACT; 54 $ID = 'foo:bar'; 61 global $ID,$ACT; [all …]
|
| H A D | pageutils_findnearest.test.php | 34 global $ID; 36 $ID = 'foo:bar:baz:test'; 42 global $ID; 48 $ID = '0:0:0'; 55 $ID = '0'; 61 global $ID; 65 $ID = 'foo:bar:baz:test'; 69 $ID = 'foo'; 75 $ID = 'foo:bar:baz:test'; 79 $ID = 'foo:bar:test'; [all …]
|
| H A D | cache_stalecheck.test.php | 7 global $ID; 9 $ID = 'stale'; 10 $file = wikiFN($ID); 13 saveWikiText($ID, 'Fresh', 'Created'); 16 $cache = new CacheRenderer($ID, $file, 'xhtml'); 25 $fresh = p_cached_output($file, 'xhtml', $ID);
|
| H A D | common_pageinfo.test.php | 55 global $ID,$conf; 56 $ID = 'wiki:start'; 70 global $ID,$conf; 71 $ID = 'wiki:syntax'; 86 $info['meta'] = p_get_metadata($ID); 102 global $ID,$conf,$REV; 107 $ID = 'wiki:syntax'; 118 $info['meta'] = p_get_metadata($ID); 145 global $ID,$conf,$REV; 147 $ID = 'wiki:syntax'; [all …]
|
| H A D | common_basicinfo.test.php | 39 global $ID; 42 $this->assertEquals(basicinfo($ID,true),$info); 46 $this->assertEquals(basicinfo($ID,false),$info); 60 $this->assertEquals(basicinfo($ID,true),$info);
|
| H A D | cache_use.test.php | 17 global $ID, $conf; 20 $ID = 'cached'; 21 $file = wikiFN($ID); 24 saveWikiText($ID, 'Content', 'Created'); 26 $this->cache = new CacheRenderer($ID, $file, 'xhtml');
|
| /dokuwiki/inc/Action/ |
| H A D | Export.php | 40 global $ID; 56 $headers['Content-Disposition'] = 'attachment; filename=' . noNS($ID) . '.txt'; 57 $output = rawWiki($ID, $REV); 64 $pre .= ' <title>' . $ID . '</title>' . DOKU_LF; 79 $output = p_wiki_xhtml($ID, $REV, false); 87 $output = p_wiki_xhtml($ID, $REV, false); 93 $output = p_cached_output(wikiFN($ID, $REV), $mode, $ID); 94 $headers = p_get_metadata($ID, "format $mode"); 100 $data['id'] = $ID;
|
| H A D | Edit.php | 46 global $ID; 61 [$PRE, $TEXT, $SUF] = rawWikiSlices($RANGE, $ID, $REV); 63 $TEXT = rawWiki($ID, $REV); 66 $TEXT = pageTemplate($ID); 81 if (!$DATE) $DATE = @filemtime(wikiFN($ID)); 84 $lockedby = checklock($ID); 88 lock($ID);
|
| H A D | Logout.php | 37 global $ID; 43 $lockedby = checklock($ID); 45 unlock($ID); 50 send_redirect(wl($ID, ['do' => 'login'], true, '&'));
|
| H A D | Cancel.php | 22 global $ID; 23 unlock($ID);
|
| H A D | Show.php | 33 global $ID; 34 unlock($ID);
|
| H A D | Save.php | 33 global $ID; 58 …saveWikiText($ID, con($PRE, $TEXT, $SUF, true), $SUM, $INPUT->bool('minor')); //use pretty mode fo… 60 unlock($ID);
|
| H A D | Revert.php | 34 global $ID; 43 $text = rawWiki($ID, $REV); 54 saveWikiText($ID, $text, $sum, false);
|
| H A D | Source.php | 28 global $ID; 32 $TEXT = rawWiki($ID, $REV);
|
| /dokuwiki/lib/plugins/usermanager/lang/zh/ |
| H A D | import.txt | 3 需要至少有 4 列的 CSV 格式用户列表文件。列必须按顺序包括:用户ID、全名、电子邮件地址和组。 5 可以尝试上面的“导入用户”功能来查看示例文件。重复的用户ID将被忽略。
|
| /dokuwiki/lib/plugins/usermanager/lang/ko/ |
| H A D | import.txt | 4 열은 다음과 같이 포함해야 합니다: 사용자 ID, 실명, 이메일 주소와 그룹. 7 중복된 사용자 ID는 무시됩니다.
|
| /dokuwiki/lib/plugins/usermanager/lang/ja/ |
| H A D | import.txt | 4 列には、「ユーザーID、フルネーム、メールアドレス、グループ」を、この順序で含む必要があります。 8 重複するユーザーIDは無視されます。
|
| /dokuwiki/inc/Ui/ |
| H A D | Subscribe.php | 25 global $ID; 42 if ($sub['target'] !== $ID) { 52 $ID, 71 $ns = getNS($ID) . ':'; 73 $ID => '<code class="page">' . prettyprint_id($ID) . '</code>', 85 $form->setHiddenField('id', $ID);
|
| H A D | Index.php | 48 global $ID; 52 $ns = getNS($ID); 76 global $ID, $conf; 79 $nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? 'rel="nofollow"' : ''; 86 $link = wl($ID, 'idx=' . rawurlencode($item['id']));
|
| H A D | Backlinks.php | 22 global $ID; 28 $data = ft_backlinks($ID);
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Media.php | 15 global $ID; 19 $this->params['ns'] = getNS($ID);
|
| H A D | Index.php | 16 global $ID; 23 if ($conf['start'] == $ID && !$conf['sitemap']) {
|
| H A D | ImgBackto.php | 15 global $ID; 22 $this->replacement = $ID;
|
| H A D | Back.php | 16 global $ID; 19 $parent = tpl_getparent($ID);
|
| /dokuwiki/inc/ |
| H A D | Draft.php | 22 * @param string $ID the page id for this draft 25 public function __construct($ID, $client) argument 27 $this->id = $ID; 29 $this->cname = getCacheName("$client\n$ID", '.draft'); 30 if (file_exists($this->cname) && file_exists(wikiFN($ID))) { 31 if (filemtime($this->cname) < filemtime(wikiFN($ID))) {
|