Home
last modified time | relevance | path

Searched refs:id (Results 1051 – 1075 of 3526) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php35 public $id; variable in Google\\Service\\ServiceControl\\Request
114 public function setId($id) argument
116 $this->id = $id;
123 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DTeamDrive.php41 public $id; variable in Google\\Service\\Drive\\TeamDrive
134 public function setId($id) argument
136 $this->id = $id;
143 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestExecution.php27 public $id; variable in Google\\Service\\Testing\\TestExecution
70 public function setId($id) argument
72 $this->id = $id;
79 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVpnGateway.php34 public $id; variable in Google\\Service\\Compute\\VpnGateway
101 public function setId($id) argument
103 $this->id = $id;
110 return $this->id;
H A DNodeType.php43 public $id; variable in Google\\Service\\Compute\\NodeType
142 public function setId($id) argument
144 $this->id = $id;
151 return $this->id;
H A DHttpHealthCheck.php45 public $id; variable in Google\\Service\\Compute\\HttpHealthCheck
148 public function setId($id) argument
150 $this->id = $id;
157 return $this->id;
H A DHttpsHealthCheck.php45 public $id; variable in Google\\Service\\Compute\\HttpsHealthCheck
148 public function setId($id) argument
150 $this->id = $id;
157 return $this->id;
H A DSslPolicy.php46 public $id; variable in Google\\Service\\Compute\\SslPolicy
143 public function setId($id) argument
145 $this->id = $id;
152 return $this->id;
H A DPublicAdvertisedPrefix.php42 public $id; variable in Google\\Service\\Compute\\PublicAdvertisedPrefix
129 public function setId($id) argument
131 $this->id = $id;
138 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DTargetableRemarketingList.php43 public $id; variable in Google\\Service\\Dfareporting\\TargetableRemarketingList
142 public function setId($id) argument
144 $this->id = $id;
151 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DNode.php40 public $id; variable in Google\\Service\\TrafficDirectorService\\Node
119 public function setId($id) argument
121 $this->id = $id;
128 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DLayersummary.php50 public $id; variable in Google\\Service\\Books\\Layersummary
163 public function setId($id) argument
165 $this->id = $id;
172 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAnnouncement.php46 public $id; variable in Google\\Service\\Classroom\\Announcement
141 public function setId($id) argument
143 $this->id = $id;
150 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomDimension.php37 public $id; variable in Google\\Service\\Analytics\\CustomDimension
114 public function setId($id) argument
116 $this->id = $id;
123 return $this->id;
H A DUserDeletionRequest.php76 public function setId(UserDeletionRequestId $id) argument
78 $this->id = $id;
85 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementDefinition.php41 public $id; variable in Google\\Service\\Games\\AchievementDefinition
134 public function setId($id) argument
136 $this->id = $id;
143 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DExport.php33 public $id; variable in Google\\Service\\Vault\\Export
98 public function setId($id) argument
100 $this->id = $id;
107 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPage.php37 public $id; variable in Google\\Service\\Blogger\\Page
126 public function setId($id) argument
128 $this->id = $id;
135 return $this->id;
H A DComment.php33 public $id; variable in Google\\Service\\Blogger\\Comment
104 public function setId($id) argument
106 $this->id = $id;
113 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DInstance.php34 public $id; variable in Google\\Service\\Baremetalsolution\\Instance
99 public function setId($id) argument
101 $this->id = $id;
108 return $this->id;
/plugin/combo/action/
H A Dlang.php27 * * {@link getID()} invoked later reads the id from the input variable
36 $INPUT->set("id", $normalizedId);
66 * Arabic characters should not be deleted, otherwise the page id abbr becomes the last name
75 $id = getID("id", $clean);
76 $id = WikiPath::normalizeWikiPath($id);
77 self::setNormalizedId($id);
78 $page = MarkupPath::createMarkupFromId($id);
85 LogUtility::internalError("No last name, we were unable to set the request id righ
[all...]
/plugin/cryptsign/
H A Dscript.js37 var id = jQuery(edid)[0].form.id.value; // current page ID
41 { text:text, id: id},
/plugin/refnotes/
H A Dlocale.php58 public function getLang($id) { argument
59 return $this->plugin->getLang($id);
65 public function getFileName($id) { argument
66 return $this->plugin->localFN($id);
/plugin/randomtables/syntax/
H A Droller.php68 $id = $renderer->_xmlEntities($data[1]);
69 $renderer->doc .= '<button class="randomtable" data-src="' . $id . '" data-target="results-'
70 . $id . '">Roll</button><div id="results-' . $id . '" class="results"></div>';
/plugin/doi/Resolver/
H A DDoiResolver.php11 public function getData($id) argument
13 $data = $this->fetchCachedData($id);
16 $result['id'] = $data['DOI'];
17 $result['title'] = empty($data['title']) ? $id : $data['title'];
18 $result['url'] = $data['URL'] ?? 'https://doi.org/' . $id;
39 protected function fetchData($id)
43 $json = $http->get('https://doi.org/' . $id);
49 public function getFallbackURL($id)
51 return 'https://doi.org/' . $id;
55 public function cleanID($id)
38 fetchData($id) global() argument
48 getFallbackURL($id) global() argument
54 cleanID($id) global() argument
[all...]

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