Home
last modified time | relevance | path

Searched refs:ID (Results 676 – 700 of 1363) sorted by relevance

1...<<21222324252627282930>>...55

/plugin/farmer/admin/
H A Dsetup.php30 global $ID;
68 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
H A Dconfig.php38 global $ID;
54 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
/plugin/imapmarkers/syntax/
H A Dreference.php19 global $ID;
22 …plugin_imapmarkers_reference.__construct ID='%s' COMPONENT='%s'", cleanID($ID), $this->getPluginCo…
/plugin/tag/syntax/
H A Dtopic.php48 global $ID;
62 $ns = getNS($ID);
/plugin/struct/action/
H A Dentry.php64 global $ID, $INPUT;
70 $valid = AccessDataValidator::validateDataForPage($INPUT->arr(self::$VAR), $ID, $errors);
/plugin/linkback/action/
H A Dantispam.php121 $ID = substr($_SERVER['PATH_INFO'], 1);
122 $searchurl = preg_quote(wl($ID), '!');
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa1 <application ID="fck"/>
/plugin/googleanalytics/
H A DREADME.md21 …* **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 Dhelper.php221 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 Dlog.txt2 Log for [[@@ID@@]]:
/plugin/schedule/syntax/
H A Dblock.php75 global $ID;
76 $ns = getNS ($ID);
83 $ns = getNS ($ID);
/plugin/popupviewer/syntax/
H A Dviewer.php62 resolve_mediaid(getNS($ID),$id,$exists);
73 global $ID, $conf, $JSINFO;
120 resolve_pageid(getNS($ID),$id,$exists);
/plugin/combo/action/
H A Droutermessage.php190 global $ID;
197 if ($page->getWikiId() === $ID) {
218 if ($page->getWikiId() === $ID) {
/plugin/templater/
H A Dsyntax.php90 global $ID;
99 $parentpage = empty(self::$pagestack)? $ID : end(self::$pagestack); // get correct namespace
273 global $ID;
277 if (getNS($ID) == $iNS)
/plugin/struct/renderer/
H A Dcsv.php55 global $ID;
56 $filename = noNS($ID ?? 'data') . '.csv';
61 p_set_metadata($ID, ['format' => ['struct_csv' => $headers]]);
/plugin/twofactor/action/
H A Dprofile.php70 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 Dupdate0005.sql3 ID TEXT NOT NULL PRIMARY KEY, -- The page id field
H A Dupdate0013.sql4 ID TEXT NOT NULL PRIMARY KEY, -- The page id field
/plugin/translator/syntax/
H A Dtranslator.php61 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 Dassignments_intro.txt10 * Отдельные страницы указываются по их полному ID.
/plugin/log/lang/de/
H A Dlog.txt2 Log für [[@@ID@@]]:
/plugin/zotero/
H A DZoteroEntries.txt.dist1 |**Zotero ID**|**Short Name**|**Title**|**Author**|**Date**|**Info**|
/plugin/publistx/
H A Dsyntax.php54 global $ID;
55 $mylang = $trans->getLangPart($ID);
/plugin/toctweak/syntax/
H A Dmetatoc.php41 global $ID;
55 if ($id == $hash) { $id = $ID.$hash; }
/plugin/vbsso/
H A Dadmin.php60 global $ID;
64 sharedapi_url_redirect(wl($ID, array('do' => 'admin', 'page' => 'vbsso'), TRUE, '&'));

1...<<21222324252627282930>>...55