Home
last modified time | relevance | path

Searched refs:id (Results 1251 – 1275 of 3526) sorted by relevance

1...<<51525354555657585960>>...142

/plugin/qna/syntax/
H A Dtoc.php107 foreach ($pageId as $id) {
108 if (auth_quickaclcheck($id) < AUTH_READ) {
112 $pageToc = p_get_metadata($id, 'description tableofquestions');
116 $item['link'] = $id . '#' . $item['id'];
219 foreach ($pageId as $id) {
220 $metafile = metaFN($id, '.meta');
/plugin/yuriigantt/src/Entities/
H A DLink.php26 public $id; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Link
45 $this->id = $data->id;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1060 $this->id = $id;
1587 $this->id = $id;
2178 $this->id = $id;
2516 $this->id = $id;
2777 $this->id = $id;
3040 $this->id = $id;
3107 $this->id = $id;
3591 $this->id = $id;
3683 $this->id = $id;
4068 $this->id = $id;
[all …]
/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dbb.svg3 <g id="imagebot_2">
4 …<path transform="translate(-2.9576 19.9062) matrix(1 0 0 1 -644.529 -535.395)" fill="#000000" id="…
5 …<path transform="translate(-2.9576 19.9062) matrix(1 0 0 1 -644.529 -535.395)" fill="#ffffff" id="…
6 …<path transform="translate(-2.9576 19.9062) matrix(1 0 0 1 -644.529 -535.395)" fill="#ffffff" id="…
7 …<path transform="translate(-2.9576 19.9062) matrix(1 0 0 1 -644.529 -535.395)" fill="#ffffff" id="…
/plugin/svgpureinsert/
H A Dhelper.php21 public function getAdjustedSVG($id, $cachetime = -1) { argument
23 $cachefile = getCacheName($id . $info['date'], '.svg');
31 if(preg_match('/^https?:\/\//i', $id)) {
32 io_download($id, $cachefile); #FIXME make max size configurable
34 @copy(mediaFN($id), $cachefile);
/plugin/unusedmedias/admin/
H A Dlist.php122 foreach($this->orphans_medias as $id => $media){
124 ptln('<td>' . $id . '</td>');
125 $link = ml($id,'',true);
131 <input type="hidden" name="media_id_to_delete" value="'.$id.'" />
134 …<a href="#" class="btn_media_delete" title="'.$id.'" onclick=\'if(confirm("'.$this->getLang('js_co…
/plugin/iptrust2/
H A Daction.php102 function aclcheck($id){ argument
106 $id = cleanID($id);
107 $ns = getNS($id);
111 $matches = preg_grep('/^'.preg_quote($id,'/').'\s+/',$AUTH_ACL);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkItem.php30 public $id; variable in Google\\Service\\Dataflow\\WorkItem
85 public function setId($id) argument
87 $this->id = $id;
94 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php54 public $id; variable in Google\\Service\\Books\\Annotation
201 public function setId($id) argument
203 $this->id = $id;
210 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeTemplate.php42 public $id; variable in Google\\Service\\Compute\\NodeTemplate
153 public function setId($id) argument
155 $this->id = $id;
162 return $this->id;
H A DUrlMap.php50 public $id; variable in Google\\Service\\Compute\\UrlMap
187 public function setId($id) argument
189 $this->id = $id;
196 return $this->id;
H A DNetwork.php53 public $id; variable in Google\\Service\\Compute\\Network
178 public function setId($id) argument
180 $this->id = $id;
187 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccount.php50 public $id; variable in Google\\Service\\ShoppingContent\\Account
191 public function setId($id) argument
193 $this->id = $id;
200 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannel.php39 public $id; variable in Google\\Service\\YouTube\\Channel
142 public function setId($id) argument
144 $this->id = $id;
151 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DFilter.php37 public $id; variable in Google\\Service\\Analytics\\Filter
128 public function setId($id) argument
130 $this->id = $id;
137 return $this->id;
H A DGaData.php38 public $id; variable in Google\\Service\\Analytics\\GaData
143 public function setId($id) argument
145 $this->id = $id;
152 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DStudentSubmission.php54 public $id; variable in Google\\Service\\Classroom\\StudentSubmission
195 public function setId($id) argument
197 $this->id = $id;
204 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountUserProfile.php45 public $id; variable in Google\\Service\\Dfareporting\\AccountUserProfile
166 public function setId($id) argument
168 $this->id = $id;
175 return $this->id;
H A DEventTag.php50 public $id; variable in Google\\Service\\Dfareporting\\EventTag
193 public function setId($id) argument
195 $this->id = $id;
202 return $this->id;
/plugin/farmer/admin/
H A Dplugins.php69 ->id('farmer__bulk')
72 ->id('farmer__single')
75 ->id('farmer__matrix')
87 $bulkForm->id('farmer__pluginsforall');
110 $singleForm->id('farmer__pluginsforone');
121 echo '<div id="farmer__pluginmatrix"></div>';
/plugin/recommend/
H A Dscript.js30 let id = url.searchParams.get('id');
31 if ( id === null ) {
35 id = url.split('/').pop().split('?')[0];
42 title: LANG.plugins.recommend.formname + ' ' + id,
55 'id': id
/plugin/bez/action/
H A Dbase.php72 public function id() { function in action_plugin_bez_base
76 return $_GET['id'];
85 //don't create id with empty value
133 $id = call_user_func_array(array($this, 'id'), $args);
137 return DOKU_URL . $id. $get;
140 return DOKU_URL . 'doku.php/' . $id . $get;
143 return DOKU_URL . 'doku.php?id=' . $id . $get;
/plugin/searchtablejs/
H A Dsyntax.php65 $id = mt_rand();
66 $renderer->doc .= '<div class="searchtable'.$match.'" id="'.$id.'">';
67 $renderer->doc .= 'Filter: <form class="searchtable" onsubmit="return false;"><input class="searchtable" name="filtertable" onkeyup="searchtable.filterall(this, \''.$id.'\')" type="text"></form>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersMessagesAttachments.php38 * @param string $id The ID of the attachment.
42 public function get($userId, $messageId, $id, $optParams = []) argument
44 $params = ['userId' => $userId, 'messageId' => $messageId, 'id' => $id];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DIds.php29 * @param string $id Adds id to filter
33 public function addId(string $id): self argument
35 $this->_params['values'][] = $id;

1...<<51525354555657585960>>...142