Home
last modified time | relevance | path

Searched refs:id (Results 1201 – 1225 of 3526) sorted by relevance

1...<<41424344454647484950>>...142

/plugin/pagebuttons/
H A Daction.php133 protected function canDelete($id) { argument
137 && page_exists($id)
138 && auth_quickaclcheck($id) >= AUTH_EDIT
139 && checklock($id) === false && !@file_exists(wikiLockFN($id));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DOrderDocument.php52 public $id; variable in Google\\Service\\Dfareporting\\OrderDocument
191 public function setId($id) argument
193 $this->id = $id;
200 return $this->id;
H A DTargetingTemplate.php39 public $id; variable in Google\\Service\\Dfareporting\\TargetingTemplate
134 public function setId($id) argument
136 $this->id = $id;
143 return $this->id;
H A DAdvertiser.php51 public $id; variable in Google\\Service\\Dfareporting\\Advertiser
182 public function setId($id) argument
184 $this->id = $id;
191 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DPermission.php50 public $id; variable in Google\\Service\\Drive\\Permission
167 public function setId($id) argument
169 $this->id = $id;
176 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupRun.php47 public $id; variable in Google\\Service\\SQLAdmin\\BackupRun
182 public function setId($id) argument
184 $this->id = $id;
191 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Entity.php61 public $id; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Entity
224 public function setId($id) argument
226 $this->id = $id;
233 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectLocation.php58 public $id; variable in Google\\Service\\Compute\\InterconnectLocation
201 public function setId($id) argument
203 $this->id = $id;
210 return $this->id;
H A DNodeGroup.php39 public $id; variable in Google\\Service\\Compute\\NodeGroup
138 public function setId($id) argument
140 $this->id = $id;
147 return $this->id;
H A DSecurityPolicy.php44 public $id; variable in Google\\Service\\Compute\\SecurityPolicy
157 public function setId($id) argument
159 $this->id = $id;
166 return $this->id;
H A DFirewallPolicy.php44 public $id; variable in Google\\Service\\Compute\\FirewallPolicy
153 public function setId($id) argument
155 $this->id = $id;
162 return $this->id;
H A DMachineType.php42 public $id; variable in Google\\Service\\Compute\\MachineType
155 public function setId($id) argument
157 $this->id = $id;
164 return $this->id;
H A DAddress.php42 public $id; variable in Google\\Service\\Compute\\Address
151 public function setId($id) argument
153 $this->id = $id;
160 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItemProduct.php44 public $id; variable in Google\\Service\\ShoppingContent\\OrderLineItemProduct
151 public function setId($id) argument
153 $this->id = $id;
160 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DApplication.php60 public $id; variable in Google\\Service\\Appengine\\Application
221 public function setId($id) argument
223 $this->id = $id;
230 return $this->id;
H A DInstance.php41 public $id; variable in Google\\Service\\Appengine\\Instance
150 public function setId($id) argument
152 $this->id = $id;
159 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomDataSource.php40 public $id; variable in Google\\Service\\Analytics\\CustomDataSource
143 public function setId($id) argument
145 $this->id = $id;
152 return $this->id;
H A DMcfData.php32 public $id; variable in Google\\Service\\Analytics\\McfData
107 public function setId($id) argument
109 $this->id = $id;
116 return $this->id;
/plugin/diagramsnet/lib/img/lib/mscae/
H A DLogStreaming.svg1id="B" d="M5.04 17.125a4.9 4.9 0 0 1 1.396-3.428L4.54 11.8c-1.35 1.373-2.183 3.253-2.183 5.325a7.5…
/plugin/translation/flags/
H A Duz.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 640 480"><path fill="#1eb53a" d="M0 320h640v160H0z"/><path fill="#0099b5" d="M0 0h640v160H0z"/><path fill="#ce1126" d="M0 153.6h640v172.8H0z"/><path fill="#fff" d="M0 163.2h640v153.6H0z"/><circle cx="134.4" cy="76.8" r="57.6" fill="#fff"/><circle cx="153.6" cy="76.8" r="57.6" fill="#0099b5"/><g fill="#fff" transform="matrix(1.92 0 0 1.92 261.1 122.9)"><g id="e"><g id="d"><g id="c"><g id="b"><path id="a" d="M0-6-1.9-.3 1 .7"/><use xlink:href="#a" width="100%" height="100%" transform="scale(-1 1)"/ (…)
/plugin/struct/meta/
H A DAggregationList.php16 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
18 parent::__construct($id, $mode, $renderer, $searchConfig);
15 protected $id; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationList
54 __construct($id, $mode, \\Doku_Renderer $renderer, SearchConfig $searchConfig) global() argument
/plugin/telleveryone/
H A Dadmin.php111 $id = $log['id'];
118 if ($id == $INPUT->int('edit')) {
123 $form->setHiddenField('log[id]', $id);
130 'edit' => $id
142 'log[id]' => $id
173 $textarea->id('wiki__text');
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php35 $id = uniqid();
39 $this->renderModalContent($renderer, $id, $params);
43 … protected function renderModalContent(Doku_Renderer $renderer, string $id, array $params): void { argument
45 …$renderer->doc .= '<button data-toggle="modal" data-target="#feedModal' . $id . '" class="btn btn-…
49 $renderer->doc .= '<div id="feedModal' . $id . '" class="modal" data-id="' . $id . '">
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dsite_collection.svg1id="A" x1="56.926" y1="155.719" x2="167.953" y2="154.963" gradientUnits="userSpaceOnUse"><stop off…
/plugin/bez/mdl/
H A DThread_comment.php11 protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count;
21 return array('id', 'thread_id', 'type', 'author',
53 if ($this->id === NULL) {
64 $this->thread_id = $this->thread->id;
73 if (isset($defaults['thread']) && $this->thread_id == $defaults['thread']->id) {
81 $this->acl->grant('id', BEZ_PERMISSION_DELETE);
89 $this->acl->grant('id', BEZ_PERMISSION_DELETE);
108 return $tpl->url('thread', 'id', $this->thread_id) . '#k' . $this->id;
112 return '#k' . $this->id;
[all...]

1...<<41424344454647484950>>...142