/plugin/farmer/admin/ |
H A D | setup.php | 30 global $ID; 68 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
|
H A D | config.php | 38 global $ID; 54 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
|
/plugin/imapmarkers/syntax/ |
H A D | reference.php | 19 global $ID; 22 …plugin_imapmarkers_reference.__construct ID='%s' COMPONENT='%s'", cleanID($ID), $this->getPluginCo…
|
/plugin/tag/syntax/ |
H A D | topic.php | 48 global $ID; 62 $ns = getNS($ID);
|
/plugin/struct/action/ |
H A D | entry.php | 64 global $ID, $INPUT; 70 $valid = AccessDataValidator::validateDataForPage($INPUT->arr(self::$VAR), $ID, $errors);
|
/plugin/linkback/action/ |
H A D | antispam.php | 121 $ID = substr($_SERVER['PATH_INFO'], 1); 122 $searchurl = preg_quote(wl($ID), '!');
|
/plugin/wysiwyg/fckeditor/_samples/afp/ |
H A D | fck.afpa | 1 <application ID="fck"/>
|
/plugin/googleanalytics/ |
H A D | README.md | 21 …* **Basic** "Google Analytics ID" (also known as "[analytics.js](https://developers.google.com/ana… 22 …* **Newer** "Global Site Tag ID" (also known as "[gtag.js](https://developers.google.com/analytics… 24 If you set a "Global Site Tag ID", then this method will be used and any "Google Analytics ID" / **…
|
/plugin/owncloud/ |
H A D | helper.php | 221 global $ID; 224 $authorlist->setOptions($ID,array('displayaslist'=>false)); 288 global $ID; 296 $authorlist->setOptions($ID,array('displayaslist'=>false)); 401 global $ID; 416 resolve_mediaid(getNS($ID),$src, $exists); 435 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc… 451 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
|
/plugin/log/lang/en/ |
H A D | log.txt | 2 Log for [[@@ID@@]]:
|
/plugin/schedule/syntax/ |
H A D | block.php | 75 global $ID; 76 $ns = getNS ($ID); 83 $ns = getNS ($ID);
|
/plugin/popupviewer/syntax/ |
H A D | viewer.php | 62 resolve_mediaid(getNS($ID),$id,$exists); 73 global $ID, $conf, $JSINFO; 120 resolve_pageid(getNS($ID),$id,$exists);
|
/plugin/combo/action/ |
H A D | routermessage.php | 190 global $ID; 197 if ($page->getWikiId() === $ID) { 218 if ($page->getWikiId() === $ID) {
|
/plugin/templater/ |
H A D | syntax.php | 75 global $ID; 84 $parentpage = empty(self::$pagestack)? $ID : end(self::$pagestack); // get correct namespace 258 global $ID; 262 if (getNS($ID) == $iNS)
|
/plugin/struct/renderer/ |
H A D | csv.php | 55 global $ID; 56 $filename = noNS($ID ?? 'data') . '.csv'; 61 p_set_metadata($ID, ['format' => ['struct_csv' => $headers]]);
|
/plugin/twofactor/action/ |
H A D | profile.php | 70 global $ID; 74 send_redirect(wl($ID, array('do' => 'login'), true, '&')); 81 send_redirect(wl($ID, ['do' => 'twofactor_profile'], true, '&'));
|
/plugin/combo/db/combo/ |
H A D | update0005.sql | 3 ID TEXT NOT NULL PRIMARY KEY, -- The page id field
|
H A D | update0013.sql | 4 ID TEXT NOT NULL PRIMARY KEY, -- The page id field
|
/plugin/translator/syntax/ |
H A D | translator.php | 61 global $ID; 255 …& !empty($line['TranslationValue']) ) $form->addElement("(" . tpl_link(wl($ID, array('do' => 'admi… 285 global $ID; 296 …('Permalink')}:</div><div style='width:200px;float:right'>" . tpl_link(wl($ID, array('Category' =>… 392 global $ID; 394 $form = new Doku_Form($hid, wl($ID), 'post', $formType);
|
/plugin/approve/lang/ru/ |
H A D | assignments_intro.txt | 10 * Отдельные страницы указываются по их полному ID.
|
/plugin/log/lang/de/ |
H A D | log.txt | 2 Log für [[@@ID@@]]:
|
/plugin/zotero/ |
H A D | ZoteroEntries.txt.dist | 1 |**Zotero ID**|**Short Name**|**Title**|**Author**|**Date**|**Info**|
|
/plugin/publistx/ |
H A D | syntax.php | 54 global $ID; 55 $mylang = $trans->getLangPart($ID);
|
/plugin/toctweak/syntax/ |
H A D | metatoc.php | 41 global $ID; 55 if ($id == $hash) { $id = $ID.$hash; }
|
/plugin/vbsso/ |
H A D | admin.php | 60 global $ID; 64 sharedapi_url_redirect(wl($ID, array('do' => 'admin', 'page' => 'vbsso'), TRUE, '&'));
|