Home
last modified time | relevance | path

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

1234

/dokuwiki/inc/Action/
H A DLocked.php38 global $ID;
43 $locktime = filemtime(wikiLockFN($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/inc/
H A DActionRouter.php207 global $ID;
218 $perm = auth_quickaclcheck($ID);
H A DAjax.php131 global $ID;
135 $ID = cleanID($INPUT->post->str('id'));
136 if (empty($ID)) return;
151 if (!checklock($ID)) {
152 lock($ID);
156 $draft = new Draft($ID, $INFO['client']);
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 Dmedia.php117 * @param string $id the media ID or URL
131 * @param string $id the media ID or URL
839 global $ID;
843 'action' => wl($ID),
1507 global $ID;
1527 return wl($ID, $gets, $abs, $amp);
1679 global $ID;
1680 $ns = (string)getNS($ID);
2151 * @param string $src - ID of media file
2153 * @return array - array(mime type => file ID)
[all...]
/dokuwiki/lib/plugins/popularity/lang/eo/
H A Dintro.txt5 Ni instigas vin ripeti tiun agon iam kaj tiam por teni la disvolvigantojn informitaj, dum via vikio kreskas. Viaj resendotaj datenaroj estos identigitaj per anonima ID.
/dokuwiki/lib/plugins/popularity/lang/es/
H A Dintro.txt5 Te animamos a repetir este paso de vez en cuando para mantener informados a los desarrolladores a medida que tu wiki crece. Tus paquetes repetidos de datos se identifican por un ID anónimo.
/dokuwiki/lib/plugins/styling/
H A Dadmin.php65 global $ID;
74 $target = wl($ID, ['do' => 'admin', 'page' => 'styling']);
/dokuwiki/inc/Menu/Item/
H A DIndex.php16 global $ID;
23 if ($conf['start'] == $ID && !$conf['sitemap']) {
/dokuwiki/inc/Menu/
H A DMobileMenu.php58 global $ID;
66 $html .= '<input type="hidden" name="id" value="' . $ID . '" />';
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md211 * `$item->get_id()` can now be forced to return the supplied ID instead of generating a new one. [#509](https://github.com/simplepie/simplepie/pull/509)
/dokuwiki/lib/plugins/popularity/lang/gl/
H A Dintro.txt5 Animámoste a levar a cabo este proceso de cando en vez para manteres informados aos desenvolvedores a medida que o teu wiki vaia medrando. Os teus xogos de datos repetidos seran identificados por un ID anónimo.
/dokuwiki/lib/plugins/popularity/lang/hu/
H A Dintro.txt5 Szeretnénk megkérni, hogy időről időre ismételd meg ezt a műveletet, hogy a fejlesztők értesülhessenek, hogyan nő a wikid mérete. Az ismételt adatküldéseid egy anoním ID-vel lesznek azonosítva.
/dokuwiki/lib/plugins/popularity/lang/ko/
H A Dintro.txt
/dokuwiki/inc/Ui/
H A DAdmin.php104 global $ID;
107 echo '<a href="' . wl($ID, 'do=admin&amp;page=' . $item['plugin']) . '">';
H A DLogin.php39 global $ID;
47 $form = new Form(['id' => 'dw__login', 'action' => wl($ID)]);
50 $form->setHiddenField('id', $ID);
/dokuwiki/lib/plugins/acl/
H A Daction.php45 global $ID;
59 $ID = getID();
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG991 - Code lines can have their own unique ID (for use with javascript)
/dokuwiki/lib/plugins/popularity/lang/ca/
H A Dintro.txt5 Els desenvolupadors de DokuWiki us preguen que repetiu aquest pas de tant en tant per tal de mantenir-los ben informats a mesura que creix el vostre wiki. Els conjunts de dades que envieu al llarg del temps quedaran identificats per un ID anònim.
/dokuwiki/lib/plugins/popularity/lang/ca-valencia/
H A Dintro.txt5 L'animem a que repetixca este procés de tant en tant per a mantindre informats als desenrolladors quan el wiki creixca. Els seus conjunts reiteratius de senyes s'identificaran en un ID anònim.
/dokuwiki/lib/plugins/popularity/lang/de/
H A Dintro.txt5 Bitte wiederholen Sie das Versenden der Daten von Zeit zu Zeit, um die Entwickler über das Wachstum Ihres Wikis auf dem Laufenden zu halten. Ihre wiederholten Dateneinsendungen werden über eine anonyme ID identifiziert.
/dokuwiki/lib/exe/
H A Ddetail.php9 global $INPUT, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
14 $ID = cleanID($INPUT->str('id')); variable
/dokuwiki/lib/plugins/popularity/lang/ro/
H A Dintro.txt5 Sunteţi încurajat să repetaţi acest pas din când în când pentru a ţine dezvoltatorii la curent cu dezvoltarea wiki-ului dvs. Seturile de date trimise in mod repetat vor fi identificate printr-un ID anonim.

1234