Home
last modified time | relevance | path

Searched refs:ID (Results 26 – 50 of 88) sorted by relevance

1234

/dokuwiki/lib/plugins/popularity/lang/ru/
H A Dintro.txt5 Отправляйте данные время от времени для того, чтобы сообщать разработчикам о том, что ваша вики «подросла». Отправленные вами данные будут идентифицированы по анонимному ID.
/dokuwiki/lib/plugins/popularity/lang/ar/
H A Dintro.txt5 نشجعك على تكرار هذه الخطوة من وقت لآخر لابقاء المطورين على علم بنمو الويكي خاصتك. بياناتك المرسلة مكررا ستحتفظ ب ID بلا اسماء يميزها.
/dokuwiki/inc/
H A DTaskRunner.php25 global $INPUT, $conf, $ID;
37 $ID = cleanID($INPUT->str('id'));
198 global $ID;
201 if ((string) $ID === '') {
206 return idx_addPage($ID, true);
234 global $ID;
242 $sent = $sub->sendBulk($ID);
H A Dparserutils.php84 //ensure $id is in global $ID (needed for parsing)
85 global $ID;
86 $keep = $ID;
87 $ID = $id;
108 //restore ID (just in case)
109 $ID = $keep;
254 global $ID;
263 $cache = ($ID == $id);
330 * @param string $id is the ID of a wiki page
344 global $ID,
[all...]
H A Dtemplate.php144 global $ID;
155 $meta = p_get_metadata($ID, '', METADATA_RENDER_USING_CACHE);
227 global $ID;
264 'href' => wl($ID, 'do=index', false, '&'),
305 'href' => wl($ID, 'do=edit', false, '&')
323 'href' => exportlink($ID, 'xhtml', '', false, '&')
332 'href' => exportlink($ID, 'raw', '', false, '&')
341 if ((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID)) {
346 $canonicalUrl = wl($ID, '', true, '&');
347 if ($ID
[all...]
/dokuwiki/lib/plugins/popularity/lang/zh/
H A Dintro.txt5 我们鼓励您不时重复该步骤,以便我们能了解您的维基站点发展进度。您的数据集将被匿名 ID 标识。
/dokuwiki/lib/plugins/popularity/lang/ko/
H A Dintro.txt
/dokuwiki/lib/plugins/popularity/lang/zh-tw/
H A Dintro.txt5 我們鼓勵您經常重複這個步驟,讓開發者了解您的 wiki 網站的成長情形。您的資料集將會被標識為一個匿名的識別碼 (ID) 。
/dokuwiki/
H A Ddoku.php23 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
43 $ID = getID();
77 $pagelog = new PageChangeLog($ID);
90 wl($ID, ['rev' => $rev_n]),
109 //send 404 for missing pages if configured or ID has special meaning to bots
112 ($conf['send404'] || preg_match('/^(robots\.txt|sitemap\.xml(\.gz)?|favicon\.ico|crossdomain\.xml)$/', $ID)) &&
41 $ID = getID(); global() variable
/dokuwiki/inc/Action/
H A DRedirect.php28 global $ID;
31 $opts = ['id' => $ID, 'preact' => $ACT];
/dokuwiki/lib/plugins/popularity/lang/ja/
H A Dintro.txt
/dokuwiki/lib/exe/
H A Ddetail.php9 global $INPUT, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
14 $ID = cleanID($INPUT->str('id')); variable
/dokuwiki/inc/Ui/
H A DLogin.php39 global $ID;
47 $form = new Form(['id' => 'dw__login', 'action' => wl($ID)]);
50 $form->setHiddenField('id', $ID);
H A DPageView.php19 * @param null|string $text wiki text or null for showing $ID
36 global $ID;
67 $html = p_wiki_xhtml($ID, $REV, true, $DATE_AT);
H A DSearchState.php113 global $ID, $conf;
138 $href = wl($ID, $hrefAttributes, false, '&');
H A DAdmin.php106 global $ID;
109 echo '<a href="' . wl($ID, 'do=admin&amp;page=' . $item['plugin']) . '">';
H A DEditor.php28 global $ID;
67 $form->setHiddenField('id', $ID);
174 $draft = new Draft($ID, $INFO['client']);
/dokuwiki/lib/plugins/acl/
H A Daction.php45 global $ID;
59 $ID = getID();
H A Dadmin.php29 * $ID
62 global $ID;
84 $this->current_item = ['id' => $ID, 'type' => 'f'];
118 $scope = $ID;
234 global $ID;
239 $ns = dirname(str_replace(':', '/', $ID));
349 global $ID;
368 echo '<input type="hidden" name="id" value="' . hsc($ID) . '" />';
382 global $ID;
396 printf($this->getLang('p_choose_id'), hsc($ID));
[all...]
/dokuwiki/inc/Menu/
H A DMobileMenu.php58 global $ID;
66 $html .= '<input type="hidden" name="id" value="' . $ID . '" />';
/dokuwiki/inc/parser/
H A Dmetadata.php67 global $ID;
73 $this->persistent['date']['created'] = filectime(wikiFN($ID));
92 global $ID;
109 $this->meta['date']['modified'] = filemtime(wikiFN($ID));
463 * @param string $id page ID to link to. eg. 'wiki:syntax'
468 global $ID;
485 $resolver = new PageResolver($ID);
491 // $data = array('relation' => array('isreferencedby' => array($ID => true)));
600 * @param string $src media ID
730 * @param string $src image URL or ID
[all...]
/dokuwiki/lib/plugins/usermanager/lang/it/
H A Dimport.txt4 Le colonne devono contenere, in ordine: ID utente, nome completo, indirizzo e-mail e gruppi.
7 Verranno ignorati gli ID utenti duplicati.
/dokuwiki/lib/plugins/usermanager/lang/sk/
H A Dimport.txt4 Stĺpce musia obsahovať postupne: ID používateľa, meno a priezvisko, emailová adresa a skupiny.
7 Duplicitné ID používateľov budú ignorované.
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php53 <div class="pageId"><span><?php echo hsc($ID) ?></span></div>
/dokuwiki/lib/plugins/config/
H A Dadmin.php40 global $ID, $INPUT;
65 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'config'], true, '&'));
79 global $ID;
91 // POST to script() instead of wl($ID) so config manager still works if
92 // rewrite config is broken. Add $ID as hidden field to remember
93 // current ID in most cases.
95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';

1234