Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 97) sorted by relevance

1234

/dokuwiki/_test/tests/inc/
H A Dtemplate_include_page.test.php6 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 Dpageutils_findnearest.test.php34 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 Dcache_stalecheck.test.php7 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 Dcommon_pageinfo.test.php55 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 Dcommon_basicinfo.test.php39 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 Dcache_use.test.php17 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 DExport.php40 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 DEdit.php46 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 DLogout.php37 global $ID;
43 $lockedby = checklock($ID);
45 unlock($ID);
50 send_redirect(wl($ID, ['do' => 'login'], true, '&'));
H A DCancel.php22 global $ID;
23 unlock($ID);
H A DShow.php33 global $ID;
34 unlock($ID);
H A DSave.php33 global $ID;
58 …saveWikiText($ID, con($PRE, $TEXT, $SUF, true), $SUM, $INPUT->bool('minor')); //use pretty mode fo…
60 unlock($ID);
H A DRevert.php34 global $ID;
43 $text = rawWiki($ID, $REV);
54 saveWikiText($ID, $text, $sum, false);
H A DSource.php28 global $ID;
32 $TEXT = rawWiki($ID, $REV);
/dokuwiki/lib/plugins/usermanager/lang/zh/
H A Dimport.txt3 需要至少有 4 列的 CSV 格式用户列表文件。列必须按顺序包括:用户ID、全名、电子邮件地址和组。
5 可以尝试上面的“导入用户”功能来查看示例文件。重复的用户ID将被忽略。
/dokuwiki/lib/plugins/usermanager/lang/ko/
H A Dimport.txt4 열은 다음과 같이 포함해야 합니다: 사용자 ID, 실명, 이메일 주소와 그룹.
7 중복된 사용자 ID는 무시됩니다.
/dokuwiki/lib/plugins/usermanager/lang/ja/
H A Dimport.txt4 列には、「ユーザーID、フルネーム、メールアドレス、グループ」を、この順序で含む必要があります。
8 重複するユーザーIDは無視されます。
/dokuwiki/inc/Ui/
H A DSubscribe.php25 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 DIndex.php48 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 DBacklinks.php22 global $ID;
28 $data = ft_backlinks($ID);
/dokuwiki/inc/Menu/Item/
H A DMedia.php15 global $ID;
19 $this->params['ns'] = getNS($ID);
H A DIndex.php16 global $ID;
23 if ($conf['start'] == $ID && !$conf['sitemap']) {
H A DImgBackto.php15 global $ID;
22 $this->replacement = $ID;
H A DBack.php16 global $ID;
19 $parent = tpl_getparent($ID);
/dokuwiki/inc/
H A DDraft.php22 * @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))) {

1234