Home
last modified time | relevance | path

Searched refs:ID (Results 351 – 375 of 1363) sorted by last modified time

1...<<11121314151617181920>>...55

/plugin/pot/
H A Dsyntax.php59 global $ID;
/plugin/text/
H A Drenderer.php61 global $ID;
75 p_set_metadata($ID,$meta);
437 global $ID;
440 resolve_pageid(getNS($ID),$id,$exists);
/plugin/indexmenu/
H A Daction.php83 global $ID;
95 if (!p_get_metadata($ID, 'indexmenu hasindexmenu')) return;
153 global $ID, $ACT, $INFO;
155 if ($n = p_get_metadata($ID, 'indexmenu_n')) {
H A Dadmin.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php760 global $ID;
761 $id = $ID;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md979 <doc>Delete a group by ID</doc>
1047 "description":"Group to delete by ID",
1060 "description":"Group to get by ID",
1073 "description":"Group to update by ID",
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md127 #### Call using an ID Token
129 Proxy (IAP), you will need to fetch an ID token to access your application. For
141 // Provide the ID token audience. This can be a Client ID associated with an IAP application,
171 For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID
220 you can include the ID token in a `Proxy-Authorization: Bearer`
221 header instead. If a valid ID token is found in a `Proxy-Authorization` header,
235 // Provide the ID token audience. This can be a Client ID associated with an IAP application
262 If you are [using Google ID tokens to authenticate users][google-id-tokens], use
263 the `Google\Auth\AccessToken` class to verify the ID token:
273 (IAP), you can verify the ID token coming from the IAP server by pointing to the
[all …]
/plugin/deletepagebutton/
H A Daction.php51 global $ID;
55 || !$this->canDelete($ID)
87 global $ID, $INFO, $lang;
96 saveWikiText($ID, null, $lang['deleted']);
/plugin/vshare/
H A Dsites.ini3 ; vid = a public sample video ID
/plugin/instructions/
H A Dsyntax.php34 global $ID, $INFO;
36 $urlpage = DOKU_URL."doku.php?id=".$ID;
42 $id_curr = $ID;
44 $id_curr = substr(strrchr($ID, ":"), 1);
/plugin/translate/
H A Daction.php113 global $ID, $INFO; // $PRE, $TEXT, $SUF,
137 global $INFO, $ID;
277 global $ID, $INFO;
319 if (!page_exists($ID)) {
326 $translated_id = $my->translationLookup($target_lang, $ID);
378 $meta['relation']['istranslationof'][$ID] = $source_lang;
384 p_set_metadata($ID, $meta);
H A Dhelper.php58 global $INFO, $ID, $conf;
59 if (is_null($id)) $id = $ID;
118 global $ID;
119 if (is_null($id)) $id = $ID;
177 global $ID;
184 global $INFO, $ID;
196 global $INFO, $ID;
233 global $INFO, $ID;
268 global $INFO,$ID;
378 global $ID, $INFO;
[all …]
/plugin/tablelayout/action/
H A Dprint.php32 global $ID;
33 if (auth_quickaclcheck($ID) < AUTH_READ) {
34 msg('Not Authorized for page ' . hsc($ID), -1);
47 global $INPUT, $ID;
48 list(, $table, ) = rawWikiSlices($INPUT->str('range'), $ID);
/plugin/gemini/
H A Dcli.php248 global $ID;
252 $ID = $id;
254 $file = wikiFN($ID);
258 'body' => p_cached_output($file, 'gemini', $ID),
H A Drenderer.php266 global $ID;
270 if ($id === '') $id = $ID;
271 $id = (new PageResolver($ID))->resolveId($id);
404 global $ID;
406 $src = (new MediaResolver($ID))->resolveId($src);
/plugin/discordnotifier/
H A Dhelper.php135 global $ID;
/plugin/lms/
H A Daction.php55 global $ID;
74 $hlp->markLesson($ID, $user, true);
77 $hlp->markLesson($ID, $user, true);
78 $next = $hlp->getNextLesson($ID, $user);
80 $ID = $next;
84 $hlp->markLesson($ID, $user, false);
H A Dhelper.php39 global $ID;
43 $oldid = $ID;
44 $ID = $INFO['id'];
46 $ID = $oldid;
51 * @param string $id Page ID of the lesson
98 * @param string $id Page ID of the lesson
99 * @return int|false Either the lesson info or fals if given ID is not a lesson
/plugin/latex-was/
H A Dadmin.php147 global $ID,$INFO;
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php126 global $ID;
127 $ID = cleanID($INPUT->str('name'));
129 $tmpFilename = uniqid($ID);
136 'id' => $ID,
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js51419 ID = 'id',
51486 ids.unclaim(businessObject[ID]);
51488 elementRegistry.updateId(element, properties[ID]);
51490 ids.claim(properties[ID], businessObject);
51554 ids.unclaim(properties[ID]);
51556 elementRegistry.updateId(element, oldProperties[ID]);
51558 ids.claim(oldProperties[ID], businessObject);
51566 return ID in properties && properties[ID] !== businessObject[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);
H A Dpopupscript.php40 global $ID;
43 p_set_metadata($ID, array( 'popupscript' => trim($data)));
/plugin/popupviewer/
H A Daction.php34 global $ID;
62 $ID = getID('id');
64 if (auth_quickaclcheck($ID) < AUTH_READ) {
73 $JSINFO['id'] = $ID;
80 $popupscript = p_get_metadata($ID, 'popupscript', true);
84 $dest = str_replace(":", "/", $ID);
94 …$data = '<div class="dokuwiki" style="padding-bottom: 10px;">' . p_wiki_xhtml($ID,'',true) . '</di…
99 $SRC = mediaFN($ID);
/plugin/openas/
H A Daction.php220 global $ID;
223 if(isset($locked_array[$ID])) {
225 $new_id = $locked_array[$ID][0];
226 $orig_id = $locked_array[$ID][1];
227 $this->resolve_ids($new_id, $orig_id, $ID);
229 unset($locked_array[$ID]);

1...<<11121314151617181920>>...55