Home
last modified time | relevance | path

Searched refs:id (Results 526 – 550 of 3526) sorted by relevance

1...<<21222324252627282930>>...142

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DAlias.php33 public $id; variable in Google\\Service\\Directory\\Alias
74 public function setId($id) argument
76 $this->id = $id;
83 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DGenerateConfigReportResponse.php30 public $id; variable in Google\\Service\\ServiceManagement\\GenerateConfigReportResponse
67 public function setId($id) argument
69 $this->id = $id;
76 return $this->id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DPutScript.php35 if (isset($this->id) !== true) {
37 'id is required for put_script'
40 $id = $this->id;
44 return "/_scripts/$id/$context";
46 return "/_scripts/$id";
H A DUpdate.php34 if (isset($this->id) !== true) {
36 'id is required for update'
39 $id = $this->id;
52 return "/$index/$type/$id/_update";
54 return "/$index/_update/$id";
H A DCreate.php34 if (isset($this->id) !== true) {
36 'id is required for create'
39 $id = $this->id;
52 return "/$index/$type/$id/_create";
54 return "/$index/_create/$id";
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dcluster_server.svg1id="A" x1="97.23" y1="235.365" x2="97.511" y2="119.946"/><linearGradient id="B" xlink:href="#N"><s…
/plugin/pagestat/
H A Dremote.php45 function rawPage($id,$rev=''){ argument
46 $id = $this->resolvePageId($id);
47 if(auth_quickaclcheck($id) < AUTH_READ){
50 $text = rawWiki($id,$rev);
57 private function resolvePageId($id) argument
59 $id = cleanID($id);
60 if (empty($id)) {
62 $id = cleanID($conf['start']);
64 return $id;
/plugin/mtg/
H A Dsyntax.php103 $id = "mtg-" . str_replace(" ", "_", strtolower($card_name)) . "-$pos";
108 …output .= "onmouseover=\"document.getElementById('$id').src='$image_uri'; document.getElementById(…
109 …put .= "onmouseout=\"document.getElementById('$id').src='$transparent_pixel'; document.getElementB…
110 $output .= ">$card_name<img class='mtg' src='$transparent_pixel' id='$id' /></a>";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DFloodlightConfigurations.php37 * @param string $id Floodlight configuration ID.
41 public function get($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
69 * @param string $id FloodlightConfiguration ID.
74 public function patch($profileId, $id, FloodlightConfiguration $postBody, $optParams = []) argument
76 $params = ['profileId' => $profileId, 'id' => $id, 'postBody' => $postBody];
H A DAccounts.php37 * @param string $id Account ID.
41 public function get($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
81 * @param string $id Account ID.
86 public function patch($profileId, $id, Account $postBody, $optParams = []) argument
88 $params = ['profileId' => $profileId, 'id' => $id, 'postBody' => $postBody];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEqlNamespace.php33 * $params['id'] = (string) The async search ID
41 $id = $this->extractArgument($params, 'id');
46 $endpoint->setId($id);
53 * $params['id'] = (string) The async search ID
63 $id = $this->extractArgument($params, 'id');
68 $endpoint->setId($id);
75 * $params['id'] = (string) The async search ID
83 $id
[all...]
H A DAsyncSearchNamespace.php33 * $params['id'] = (string) The async search ID
41 $id = $this->extractArgument($params, 'id');
46 $endpoint->setId($id);
53 * $params['id'] = (string) The async search ID
64 $id = $this->extractArgument($params, 'id');
69 $endpoint->setId($id);
76 * $params['id'] = (string) The async search ID
84 $id
[all...]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1id:"general",label:d.Settings,elements:[{type:"html",html:d.Header,},{type:"textarea",id:"contents…
/plugin/autostartpage/
H A Daction.php46 $id=$ns.":".$conf['start'];
47 $file=wikiFN($id);
53 $page=preg_replace("/".$conf['sepchar']."/"," ",noNS($id));
82 $wikitext=preg_replace("/@ID@/", $id, $wikitext);
99 if(auth_quickaclcheck($id) >= AUTH_CREATE || $this->getConf('forcecreate')){
103 saveWikiText($id, $wikitext, "autostartpage", $minor = false);
107 … msg($this->getLang('createmsg').' <a href="'.wl($id).'">'.noNS($id).'</a>', 1);
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php9 function getBacklinks($id) { argument
11 $backlinks = $this->_load($id);
13 $link = $this->_verifyLink($backlink, $id);
18 $this->_save($checkedBacklinks, $id);
90 $id = cleanID($raw_id);
91 $id = str_replace(':','/',$raw_id);
92 $id .= '.link';
95 $fn = $backlinkDir.'/'.utf8_encodeFN($id);
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1id:"general",label:d.Settings,elements:[{type:"html",html:d.Header,},{type:"textarea",id:"contents…
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php30 * @param int $id The account id
35 $params = array('id' => $id);
63 * @param int $id The account id
287 public $id; variable in Google_Account
309 public function setId( $id) { argument
310 $this->id = $id;
313 return $this->id;
555 public $id; variable in Google_DirectDeal
590 public function setId( $id) { argument
591 $this->id = $id;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DCve.php28 public $id; variable in Google\\Service\\SecurityCommandCenter\\Cve
53 public function setId($id) argument
55 $this->id = $id;
62 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DModification.php31 public $id; variable in Google\\Service\\BigtableAdmin\\Modification
66 public function setId($id) argument
68 $this->id = $id;
75 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSubaccount.php34 public $id; variable in Google\\Service\\Dfareporting\\Subaccount
75 public function setId($id) argument
77 $this->id = $id;
84 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DDomainMapping.php26 public $id; variable in Google\\Service\\Appengine\\DomainMapping
39 public function setId($id) argument
41 $this->id = $id;
48 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DIosVersion.php26 public $id; variable in Google\\Service\\Testing\\IosVersion
47 public function setId($id) argument
49 $this->id = $id;
56 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DAuditRefs.php34 public $id; variable in Google\\Service\\PagespeedInsights\\AuditRefs
72 public function setId($id) argument
74 $this->id = $id;
81 return $this->id;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js96 JsHttpRequest.PENDING[_11.id]=this;
254 var id=null;
257 delete JsHttpRequest.TIMEOUTS[id];
260 JsHttpRequest.TIMEOUTS[id]=_31;
263 return id;
267 delete JsHttpRequest.TIMEOUTS[id];
268 var r=window.JsHttpRequest_tmp(id);
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
362 var id=this.id;
[all …]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js281 JsHttpRequest.PENDING[ldObj.id] = false;
344 id = window.JsHttpRequest_tmp(func, dt);
346 var id = null;
354 JsHttpRequest.TIMEOUTS[id] = mediator;
357 return id;
364 JsHttpRequest.clearTimeout = function(id) { argument
367 var r = window.JsHttpRequest_tmp(id);
402 var th = this.PENDING[d.id];
403 delete this.PENDING[d.id];
490 var id = this.id;
[all …]

1...<<21222324252627282930>>...142