Home
last modified time | relevance | path

Searched refs:id (Results 1076 – 1100 of 3526) sorted by relevance

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

/plugin/doi/Resolver/
H A DIsbnOpenLibraryResolver.php13 public function getData($id) argument
15 $message = $this->fetchCachedData($id);
21 $result['id'] = $message['isbn_13'][0] ?? $message['isbn_10'][0] ?? '';
22 $result['title'] = $message['full_title'] ?? $message['title'] ?? $id;
23 if(empty($result['title'])) $result['title'] = $id;
39 protected function fetchData($id)
42 $json = $http->get('https://openlibrary.org/api/books?jscmd=details&format=json&bibkeys=ISBN:' . $id);
38 fetchData($id) global() argument
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php689 public $id; variable in Google_Account
694 $this->id = $id;
748 public $id; variable in Google_AdClient
759 $this->id = $id;
933 public $id; variable in Google_AdUnit
959 $this->id = $id;
1107 public $id; variable in Google_AssociationSession
1122 $this->id = $id;
1174 public $id; variable in Google_CustomChannel
1184 $this->id = $id;
[all …]
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js53 Selectbox = function (id /*: String*/) { argument
99 node.id = 'selectbox'+(new Date).valueOf();
463 if (!isNumeric(id) || id<0 || !node.options[id]) return "";
464 return isString(p)?node.options[id][p]:[text.value,node.options[id].value];
506 return id;
884 if (!isNumber(id) || (!force && (id<0 || !node.options[Math.abs(id)]))) return false;
886 if (id >= node.options.length) {
887 id = node.options.length-1;
888 } else if (id < 0) {
889 id = 0;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php237 * @param mixed $id
242 public function start($id, $clear = false) argument
259 $this->currentId = $id;
303 * @param mixed $id
312 if ($id === null) {
313 $id = $this->currentId;
316 if ($id === null) {
344 $_size = $id->getSize();
354 $status = $id->getStatus();
355 $id = get_class($id) . '::' . $id->getName();
[all …]
/plugin/elasticsearch/helper/
H A Dplugins.php16 * @param string $id
19 public function updateRefreshState($id) { argument
20 $refreshStateFile = metaFN($id, '.elasticsearch_refresh');
/plugin/bez/ctl/
H A Dthread_report.php10 $thread_id = $this->get_param('id');
22 throw new Exception('there is now row with given id');
29 header('Location: ?id='.$this->id('thread', 'id', $thread->id));
41 header('Location: ?id='.$this->id('thread', 'id', $thread->id));
[all...]
/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dwn.svg3 <g id="imagebot_2">
4 …<path transform="translate(-0.7845 12.7318) matrix(1 0 0 1 267.693 -489.519)" fill="#000000" id="i…
5 …<path transform="translate(-0.7845 12.7318) matrix(1 0 0 1 267.693 -489.519)" fill="#ffffff" id="i…
6 …<path transform="translate(-0.7845 12.7318) matrix(1 0 0 1 267.693 -489.519)" fill="#ffffff" id="i…
7 …<path transform="translate(-0.7845 12.7318) matrix(1 0 0 1 267.693 -489.519)" fill="#000000" id="i…
8 …<path transform="translate(-0.7845 12.7318) matrix(1 0 0 1 267.693 -489.519)" fill="#000000" id="i…
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php93 $id = 'foo',
94 $context = SUT::getInstance($id)
99 ->isEqualTo($id);
106 $id = 'foo',
107 SUT::getInstance($id)
109 ->when($result = SUT::contextExists($id))
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php43 private $id; variable in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode
74 if ($this->id === null) {
78 $this->id = 'index';
83 $this->id = str_replace(':', '_', $this->name);
85 $this->id = $parentId . '/' . $this->name;
90 return $this->id;
/plugin/diagramsnet/lib/img/lib/mscae/
H A DPreviewRight.svg1id="B" d="M15.1 4.6l-1.3 1.3-.6-.6 3.6-3.6 1.1 1.1c.4.4.6.8.7 1.2a1.58 1.58 0 0 1-.5 1.2c-.3.3-.8.…
/plugin/dbquery/
H A Dhelper.php23 $id = $this->getConf('namespace') . ':' . $name;
24 if (!page_exists($id)) throw new \Exception("No query named '$name' found");
26 $doc = p_cached_output(wikiFN($id), 'dbquery');
98 $id = 'group' . $cnt++;
99 $parameters[$id] = $group;
100 $groupids[] = ":$id";
/plugin/randominc/
H A Daction.php77 * @param string $id wiki page name
83 function _inclusion_check($id, &$key, &$depends) { argument
84 $hasPart = p_get_metadata($id, 'relation haspart');
112 function _acl_read_check($id) { argument
113 return (AUTH_READ <= auth_quickaclcheck($id)) ? 'READ' : 'NONE';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php59 public function getMessage(?int $id = null): LdapMessageResponse
63 $message = $this->getAndValidateMessage($id);
75 * @param int|null $id
79 public function getMessages(?int $id = null)
83 return parent::getMessages($id);
122 * @param int|null $id
129 protected function constructMessage(Message $message, ?int $id = null)
54 getMessage(int $id = null) global() argument
72 getMessages(int $id = null) global() argument
110 constructMessage(Message $message, int $id = null) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DRemarketingList.php43 public $id; variable in Google\\Service\\Dfareporting\\RemarketingList
144 public function setId($id) argument
146 $this->id = $id;
153 return $this->id;
H A DChangeLog.php41 public $id; variable in Google\\Service\\Dfareporting\\ChangeLog
138 public function setId($id) argument
140 $this->id = $id;
147 return $this->id;
H A DCreativeAssetMetadata.php38 public $id; variable in Google\\Service\\Dfareporting\\CreativeAssetMetadata
129 public function setId($id) argument
131 $this->id = $id;
138 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DComment.php48 public $id; variable in Google\\Service\\Drive\\Comment
153 public function setId($id) argument
155 $this->id = $id;
162 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DReservation.php37 public $id; variable in Google\\Service\\Compute\\Reservation
116 public function setId($id) argument
118 $this->id = $id;
125 return $this->id;
H A DInstanceGroup.php38 public $id; variable in Google\\Service\\Compute\\InstanceGroup
119 public function setId($id) argument
121 $this->id = $id;
128 return $this->id;
H A DPublicDelegatedPrefix.php38 public $id; variable in Google\\Service\\Compute\\PublicDelegatedPrefix
119 public function setId($id) argument
121 $this->id = $id;
128 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DDevice.php36 public $id; variable in Google\\Service\\HomeGraphService\\Device
111 public function setId($id) argument
113 $this->id = $id;
120 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DDebuggee.php40 public $id; variable in Google\\Service\\CloudDebugger\\Debuggee
125 public function setId($id) argument
127 $this->id = $id;
134 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCollection.php52 public $id; variable in Google\\Service\\ShoppingContent\\Collection
175 public function setId($id) argument
177 $this->id = $id;
184 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DObjectAccessControl.php53 public $id; variable in Google\\Service\\Storage\\ObjectAccessControl
174 public function setId($id) argument
176 $this->id = $id;
183 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeploymentmanagerResource.php32 public $id; variable in Google\\Service\\DeploymentManager\\DeploymentmanagerResource
97 public function setId($id) argument
99 $this->id = $id;
106 return $this->id;

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