Searched refs:ID (Results 751 – 775 of 1363) sorted by relevance
1...<<31323334353637383940>>...55
/plugin/combo/ |
H A D | cli.php | 270 global $ID; 271 $ID = $id; 473 global $ID; 474 $ID = $id;
|
/plugin/captcha/ |
H A D | img.php | 17 global $ID; 19 $ID = $INPUT->str('id'); 15 $ID = $_REQUEST['id']; global() variable
|
H A D | wav.php | 17 global $ID; 19 $ID = $INPUT->str('id'); 15 $ID = $_REQUEST['id']; global() variable
|
H A D | action.php | 134 // we need to have $ID set for the captcha check 135 global $ID; 136 $ID = getID();
|
/plugin/googleplusone/ |
H A D | action.php | 32 global $ID;
|
/plugin/odt/renderer/ |
H A D | page.php | 152 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 D | settings.php | 4 $lang['jenkins.user'] = 'Enter the ID of a Jenkins User, with the right to view any job.';
|
/plugin/searchformgoto/ |
H A D | helper.php | 34 print '<input type="hidden" name="current_ns" value="'.cleanID(getNS($ID)).'" />';
|
/plugin/regex_template/ |
H A D | info.txt | 7 desc Choose template from regex on $ID
|
/plugin/showlogin2/ |
H A D | action.php | 51 global $ID;
|
/plugin/data-au/_test/ |
H A D | db.test.php | 124 global $ID; 125 $ID = 'foo:bar:start';
|
/plugin/editsections2/ |
H A D | action.php | 158 global $ID; 162 $calls = p_cached_instructions(wikiFN($ID), 'cacheonly');
|
/plugin/webcomponent/syntax/ |
H A D | related.php | 144 global $ID; 146 $id = $ID;
|
/plugin/tagfilter/syntax/ |
H A D | compare.php | 62 global $ID; 113 $form->addHidden('id', $ID);
|
/plugin/data/_test/ |
H A D | db.test.php |
|
/plugin/labeled/ |
H A D | admin_tpl.php | 7 <input type="hidden" name="id" value="<?php echo hsc($ID)?>" />
|
/plugin/ckgedit/action/ |
H A D | edit.php | 115 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 D | action.php | 33 global $ID;
|
/plugin/idoit/ |
H A D | README.md | 26 { "desc": "SYS-ID", "path": [ "sysid" ] }, 93 { "desc": "SYS-ID", "path": [ "sysid" ] }, 101 SYS-ID SYSID_1404992452
|
/plugin/twcheckliste/ |
H A D | renderer.php.old | 37 global $ID; 46 p_set_metadata($ID,array('format' => array('twcheckliste' => $headers) )); 61 global $ID;
|
/plugin/news/syntax/ |
H A D | button.php | 73 …='feed' value='refresh' /><input type='hidden' name='feed_ref' value='" . $ID. "' /><input type='s…
|
/plugin/include/ |
H A D | helper.php | 243 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 D | pagerules_intro.txt | 6 They are rules that are used to redirect a [[doku>pagename|DokuWiki ID]] based on a pattern to:
|
/plugin/data/syntax/ |
H A D | entry.php | 149 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 D | rev.php | 24 $perm = auth_quickaclcheck($ID);
|
1...<<31323334353637383940>>...55