Home
last modified time | relevance | path

Searched refs:ID (Results 451 – 475 of 1363) sorted by relevance

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

/plugin/datatemplate/syntax/
H A Dlist.php176 global $ID;
178 resolve_pageid(getNS($ID), $wikipage, $exists); // resolve shortcuts
274 global $ID;
289 $text .= '<a href="'.wl($ID,$params).
300 $text .= '<a href="'.wl($ID, $params).'"' . $selected . '>' . $i. '</a>';
309 $text .= '<a href="'.wl($ID,$params).
/plugin/addressbook/
H A Dsyntax.php72 global $ID;
120 $renderer->doc .= $this->showcontact(intval(substr($data,8)),$ID);
130 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
138 $renderer->doc .= $this->buildIndex($list,'department',$ID);
139 } else $renderer->doc .= $this->buildIndex(false,false,$ID);
208 } else $renderer->doc .= $this->buildIndex($list,false,$ID);
220 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
238 global $ID;
243 $out .= '<form enctype="multipart/form-data" action="'.wl($ID).'" method="POST">';
255 global $ID;
[all …]
/plugin/dokutranslate/
H A Dajax.php24 $ID = getID(); variable
36 global $ID;
/plugin/git/action/
H A Dalertupstreamchanges.php37 global $conf, $ID;
43 …if ($gitRemoteStatusUrl === wl($ID,'',true)) return; // Skip remote GIT status page, no notificat…
/plugin/icalevents/
H A Drenderer.php79 global $ID;
92 p_set_metadata($ID, array('format' => array('icalevents' => $headers)));
/plugin/poldek/
H A Daction.php51 global $ID;
59 $packages = p_get_metadata($ID, "plugin_" . $this->getPluginName());
/plugin/superacl/
H A Dajax.php22 $ID = getID(); variable
38 global $ID;
/plugin/pagehere/
H A Dsyntax.php35 global $ID;
40 $renderer->doc .= '<input name="id" type="hidden" value="' . hsc($ID) . '" />';
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php63 global $ID;
66 $id = cleanID($data[0]) ?: $ID;
/plugin/displaytitle/
H A Dsyntax.php42 global $ID;
45 if (empty($id) || strlen(trim($id)) == 0) { $id = $ID; }
/plugin/autolink2/syntax/
H A Dadd.php53 global $ID;
59 $my->_updateAutolinkIndex($ID, $anchors);
/plugin/adfs/
H A Daction.php53 global $ID;
58 … $event->data->addElement('<a href="' . wl($ID, array('do' => 'login')) . '">Login here</a>');
/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/mailto/
H A Dsyntax.php61 global $ID;
62 $metas=p_get_metadata($ID);
/plugin/indexeverywhere/
H A DshowTheTree.php66 global $ID;
67 $ns = dirname(str_replace(':','/',$ID));
/plugin/markdowku/
H A Dimagesreference.php35 global $ID;
49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE);
/plugin/publish/action/
H A Drevisions.php21 global $ID;
28 $meta = p_get_metadata($ID);
/plugin/combo/renderer/
H A Dxml.php93 global $ID;
95 $ID,
/plugin/pagequery/
H A Daction.php27 global $ID;
40 if (!p_get_metadata($ID, 'pagequery')) {
/plugin/gcalendar/inc/
H A Dgcal_show.php21 global $ID;
53 $curr_link = wl($ID,$curr_link_options);
60 $prev_link = wl( $ID, $prev_link_options );
67 $next_link = wl( $ID, $next_link_options );
130 global $ID;
/plugin/eventline/
H A Dplain.php109 global $ID;
111 resolve_mediaid(getNS($ID),$src, $exists);
132 global $ID;
137 resolve_pageid(getNS($ID),$id,$exists);
155 if ($id == $ID) {
/plugin/ckgdoku/action/
H A Dsave.php180 global $ID, $conf;
189 $current_id = $this->abs2rel($link_id,$ID);
196 $current_id = $this->abs2rel($link_id,$ID);
219 global $ID;
222 $rel = $this->abs2rel($link_id,$ID);
/plugin/feedback/
H A Dadmin.php55 global $ID;
62 $action = wl($ID, array('do' => 'admin', 'page' => 'feedback'));
/plugin/oiddelegate/
H A Daction.php30 global $ID;
35 $delegate = $delegates[$ID]; // check delegate for current page
/plugin/shorty/
H A Dsyntax.php74 global $ID;
81 $shortUrl = $shorty->getShortUrl($ID, $data);

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