Home
last modified time | relevance | path

Searched refs:ID (Results 76 – 88 of 88) sorted by last modified time

1234

/dokuwiki/lib/plugins/popularity/lang/ru/
H A Dintro.txt5 Отправляйте данные время от времени для того, чтобы сообщать разработчикам о том, что ваша вики «подросла». Отправленные вами данные будут идентифицированы по анонимному ID.
/dokuwiki/lib/plugins/popularity/lang/sk/
H A Dintro.txt5 Doporučujeme Vám opakovať tento krok z času na čas pri napredovaní Vašej wiki a tak pomôcť vývojárom DokuWiki. Vaše dáta budú označené anonymným ID.
/dokuwiki/inc/Action/
H A DLogout.php37 global $ID;
43 $lockedby = checklock($ID);
45 unlock($ID);
50 send_redirect(wl($ID, ['do' => 'login'], true, '&'));
H A DPreview.php40 global $ID, $INFO;
41 $draft = new Draft($ID, $INFO['client']);
H A DRedirect.php28 global $ID;
31 $opts = ['id' => $ID, 'preact' => $ACT];
H A DShow.php33 global $ID;
34 unlock($ID);
/dokuwiki/inc/
H A Dhtml.php147 global $ID;
164 $html .= html_btn('secedit', $ID, '', $params, 'post', $name);
265 * @param null|string $txt wiki text or null for showing $ID
537 * @param string $id Page id, if null $ID is used
H A DDraft.php22 * @param string $ID the page id for this draft
25 public function __construct($ID, $client)
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))) {
24 __construct($ID, $client) global() argument
/dokuwiki/inc/Form/
H A DForm.php34 global $ID;
42 $self = wl($ID, $get, false, '&'); //attributes are escaped later
/dokuwiki/lib/plugins/popularity/lang/ar/
H A Dintro.txt5 نشجعك على تكرار هذه الخطوة من وقت لآخر لابقاء المطورين على علم بنمو الويكي خاصتك. بياناتك المرسلة مكررا ستحتفظ ب ID بلا اسماء يميزها.
/dokuwiki/lib/plugins/authad/
H A Dauth.php207 global $ID;
282 $url = wl($ID, ['do' => 'profile']);
/dokuwiki/lib/plugins/usermanager/lang/ja/
H A Dimport.txt
/dokuwiki/lib/plugins/usermanager/lang/ko/
H A Dimport.txt4 열은 다음과 같이 포함해야 합니다: 사용자 ID, 실명, 이메일 주소와 그룹.

1234