Home
last modified time | relevance | path

Searched refs:selfLink (Results 226 – 247 of 247) sorted by path

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCluster.php174 public $selfLink; variable in Google\\Service\\Container\\Cluster
923 public function setSelfLink($selfLink) argument
925 $this->selfLink = $selfLink;
932 return $this->selfLink;
H A DNodePool.php58 public $selfLink; variable in Google\\Service\\Container\\NodePool
231 public function setSelfLink($selfLink) argument
233 $this->selfLink = $selfLink;
240 return $this->selfLink;
H A DOperation.php54 public $selfLink; variable in Google\\Service\\Container\\Operation
205 public function setSelfLink($selfLink) argument
207 $this->selfLink = $selfLink;
214 return $this->selfLink;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeployment.php54 public $selfLink; variable in Google\\Service\\DeploymentManager\\Deployment
179 public function setSelfLink($selfLink) argument
181 $this->selfLink = $selfLink;
188 return $this->selfLink;
H A DManifest.php58 public $selfLink; variable in Google\\Service\\DeploymentManager\\Manifest
189 public function setSelfLink($selfLink) argument
191 $this->selfLink = $selfLink;
198 return $this->selfLink;
H A DOperation.php84 public $selfLink; variable in Google\\Service\\DeploymentManager\\Operation
329 public function setSelfLink($selfLink) argument
331 $this->selfLink = $selfLink;
338 return $this->selfLink;
H A DType.php39 public $selfLink; variable in Google\\Service\\DeploymentManager\\Type
100 public function setSelfLink($selfLink) argument
102 $this->selfLink = $selfLink;
109 return $this->selfLink;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Licensing/
H A DLicenseAssignment.php41 public $selfLink; variable in Google\\Service\\Licensing\\LicenseAssignment
114 public function setSelfLink($selfLink) argument
116 $this->selfLink = $selfLink;
123 return $this->selfLink;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupRun.php63 public $selfLink; variable in Google\\Service\\SQLAdmin\\BackupRun
238 public function setSelfLink($selfLink) argument
240 $this->selfLink = $selfLink;
247 return $this->selfLink;
H A DDatabase.php53 public $selfLink; variable in Google\\Service\\SQLAdmin\\Database
158 public function setSelfLink($selfLink) argument
160 $this->selfLink = $selfLink;
167 return $this->selfLink;
H A DDatabaseInstance.php130 public $selfLink; variable in Google\\Service\\SQLAdmin\\DatabaseInstance
571 public function setSelfLink($selfLink) argument
573 $this->selfLink = $selfLink;
580 return $this->selfLink;
H A DOperation.php53 public $selfLink; variable in Google\\Service\\SQLAdmin\\Operation
208 public function setSelfLink($selfLink) argument
210 $this->selfLink = $selfLink;
217 return $this->selfLink;
H A DSslCert.php53 public $selfLink; variable in Google\\Service\\SQLAdmin\\SslCert
160 public function setSelfLink($selfLink) argument
162 $this->selfLink = $selfLink;
169 return $this->selfLink;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucket.php96 public $selfLink; variable in Google\\Service\\Storage\\Bucket
439 public function setSelfLink($selfLink) argument
441 $this->selfLink = $selfLink;
448 return $this->selfLink;
H A DBucketAccessControl.php63 public $selfLink; variable in Google\\Service\\Storage\\BucketAccessControl
208 public function setSelfLink($selfLink) argument
210 $this->selfLink = $selfLink;
217 return $this->selfLink;
H A DHmacKeyMetadata.php45 public $selfLink; variable in Google\\Service\\Storage\\HmacKeyMetadata
136 public function setSelfLink($selfLink) argument
138 $this->selfLink = $selfLink;
145 return $this->selfLink;
H A DNotification.php60 public $selfLink; variable in Google\\Service\\Storage\\Notification
167 public function setSelfLink($selfLink) argument
169 $this->selfLink = $selfLink;
176 return $this->selfLink;
H A DObjectAccessControl.php71 public $selfLink; variable in Google\\Service\\Storage\\ObjectAccessControl
244 public function setSelfLink($selfLink) argument
246 $this->selfLink = $selfLink;
253 return $this->selfLink;
H A DStorageObject.php116 public $selfLink; variable in Google\\Service\\Storage\\StorageObject
485 public function setSelfLink($selfLink) argument
487 $this->selfLink = $selfLink;
494 return $this->selfLink;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTask.php68 public $selfLink; variable in Google\\Service\\Tasks\\Task
239 public function setSelfLink($selfLink) argument
241 $this->selfLink = $selfLink;
248 return $this->selfLink;
H A DTaskList.php37 public $selfLink; variable in Google\\Service\\Tasks\\TaskList
92 public function setSelfLink($selfLink) argument
94 $this->selfLink = $selfLink;
101 return $this->selfLink;
/plugin/sqlite/
H A Dadmin.php119 $form = new Form(['action' => $this->selfLink()]);
236 protected function selfLink($form = true, $params = [])
276 $form = new Form(['action' => $this->selfLink(), 'enctype' => 'multipart/form-data', 'method' => 'post']);
288 echo '<a href="' . $this->selfLink(false, $command) . '">' . $this->getLang($label) . '</a>';
307 $link = $this->selfLink(false, ['sql' => $query['sql']]);
308 $del = $this->selfLink(false, ['cmd' => 'delete_query', 'name' => $query['name']]);
226 protected function selfLink($form = true, $params = []) global() function in admin_plugin_sqlite

12345678910