Home
last modified time | relevance | path

Searched refs:ID (Results 751 – 775 of 1363) sorted by relevance

1...<<31323334353637383940>>...55

/plugin/combo/
H A Dcli.php270 global $ID;
271 $ID = $id;
473 global $ID;
474 $ID = $id;
/plugin/captcha/
H A Dimg.php17 global $ID;
19 $ID = $INPUT->str('id');
15 $ID = $_REQUEST['id']; global() variable
H A Dwav.php17 global $ID;
19 $ID = $INPUT->str('id');
15 $ID = $_REQUEST['id']; global() variable
H A Daction.php134 // we need to have $ID set for the captcha check
135 global $ID;
136 $ID = getID();
/plugin/googleplusone/
H A Daction.php32 global $ID;
/plugin/odt/renderer/
H A Dpage.php152 global $ID;
238 $this->document->setTitle($ID);
248 $this->set_page_bookmark($ID);
255 global $ID;
318 global $ID;
1181 global $ID;
1182 resolve_mediaid(getNS($ID),$src, $exists);
1328 global $ID;
1332 resolve_pageid(getNS($ID),$id,$exists);
1340 if ($ID == $id) {
[all …]
/plugin/jenkins/lang/en/
H A Dsettings.php4 $lang['jenkins.user'] = 'Enter the ID of a Jenkins User, with the right to view any job.';
/plugin/searchformgoto/
H A Dhelper.php34 print '<input type="hidden" name="current_ns" value="'.cleanID(getNS($ID)).'" />';
/plugin/regex_template/
H A Dinfo.txt7 desc Choose template from regex on $ID
/plugin/showlogin2/
H A Daction.php51 global $ID;
/plugin/data-au/_test/
H A Ddb.test.php124 global $ID;
125 $ID = 'foo:bar:start';
/plugin/editsections2/
H A Daction.php158 global $ID;
162 $calls = p_cached_instructions(wikiFN($ID), 'cacheonly');
/plugin/webcomponent/syntax/
H A Drelated.php144 global $ID;
146 $id = $ID;
/plugin/tagfilter/syntax/
H A Dcompare.php62 global $ID;
113 $form->addHidden('id', $ID);
/plugin/data/_test/
H A Ddb.test.php
/plugin/labeled/
H A Dadmin_tpl.php7 <input type="hidden" name="id" value="<?php echo hsc($ID)?>" />
/plugin/ckgedit/action/
H A Dedit.php115 global $ID;
193 global $ID;
215 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
217 $text = rawWiki($ID,$REV);
221 $text = pageTemplate($ID);
491 $cname = getCacheName($INFO['client'].$ID,'.draft.fckl');
554 global $ID;
680 <input type="hidden" name="id" value="<?php echo $ID?>" />
/plugin/geonav/
H A Daction.php33 global $ID;
/plugin/idoit/
H A DREADME.md26 { "desc": "SYS-ID", "path": [ "sysid" ] },
93 { "desc": "SYS-ID", "path": [ "sysid" ] },
101 SYS-ID SYSID_1404992452
/plugin/twcheckliste/
H A Drenderer.php.old37 global $ID;
46 p_set_metadata($ID,array('format' => array('twcheckliste' => $headers) ));
61 global $ID;
/plugin/news/syntax/
H A Dbutton.php73 …='feed' value='refresh' /><input type='hidden' name='feed_ref' value='" . $ID. "' /><input type='s…
/plugin/include/
H A Dhelper.php243 global $ID;
244 $root_id = $ID;
266 global $ID;
267 $backupID = $ID;
268 $ID = $page; // Change the global $ID as otherwise plugins like the discussion plugin will save data for the wrong page
270 $ID = $backupID;
728 resolve_pageid(getNS($parent_id), $page, $exists); // resolve shortcuts and clean ID
/plugin/combo/lang/en/admin/
H A Dpagerules_intro.txt6 They are rules that are used to redirect a [[doku>pagename|DokuWiki ID]] based on a pattern to:
/plugin/data/syntax/
H A Dentry.php149 global $ID;
157 $this->saveData($data, $ID, $renderer->meta['title'] ?? '');
180 global $ID;
205 $val[$i] = $ID . '|' . $val[$i];
214 $val = $ID . '|' . $val;
/plugin/denyactions/action/
H A Drev.php24 $perm = auth_quickaclcheck($ID);

1...<<31323334353637383940>>...55