Home
last modified time | relevance | path

Searched refs:id (Results 551 – 575 of 3526) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DNamespace.php23 * @param string $id The identification of the match builder
27 public function lookupId($id); argument
34 …* @param string $id The identification of the match build…
37 public function registerId($id, PHPUnit_Framework_MockObject_Builder_Match $builder); argument
/plugin/slidesharewp/syntax/
H A Dslidesharewp.php56 $id = $result[1][0];
58 return array($id, $doc);
71 list($id, $doc) = $data;
72 $id = urlencode($id);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DAclRule.php29 public $id; variable in Google\\Service\\Calendar\\AclRule
58 public function setId($id) argument
60 $this->id = $id;
67 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchResponseSearchResult.php25 public $id; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchResponseSearchResult
44 public function setId($id) argument
46 $this->id = $id;
53 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicy.php34 public $id; variable in Google\\Service\\OSConfig\\OSPolicy
73 public function setId($id) argument
75 $this->id = $id;
82 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DPagespeedApiLoadingExperienceV5.php30 public $id; variable in Google\\Service\\PagespeedInsights\\PagespeedApiLoadingExperienceV5
49 public function setId($id) argument
51 $this->id = $id;
58 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DProjectListProjects.php29 public $id; variable in Google\\Service\\Bigquery\\ProjectListProjects
58 public function setId($id) argument
60 $this->id = $id;
67 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccountSummary.php26 public $id; variable in Google\\Service\\Analytics\\AccountSummary
45 public function setId($id) argument
47 $this->id = $id;
54 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DVideoFormat.php29 public $id; variable in Google\\Service\\Dfareporting\\VideoFormat
58 public function setId($id) argument
60 $this->id = $id;
67 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataTransfer/
H A DApplication.php30 public $id; variable in Google\\Service\\DataTransfer\\Application
59 public function setId($id) argument
61 $this->id = $id;
68 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DSource.php29 public $id; variable in Google\\Service\\PeopleService\\Source
58 public function setId($id) argument
60 $this->id = $id;
67 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DType.php25 public $id; variable in Google\\Service\\DeploymentManager\\Type
44 public function setId($id) argument
46 $this->id = $id;
53 return $this->id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DExplain.php34 if (isset($this->id) !== true) {
36 'id is required for explain'
39 $id = $this->id;
52 return "/$index/$type/$id/_explain";
54 return "/$index/_explain/$id";
/plugin/bez/tpl/
H A Dtask_programs.php11 $tpl->param('id') == $task_program->id): ?>
14 <input type="hidden" name="id" value="<?php echo $task_program->id ?>" />
26 <a href="<?php echo $tpl->url('task_programs', 'action', 'edit', 'id', $task_program->id) ?>">
33 href="<?php echo $tpl->url('task_programs', 'action', 'remove', 'id', $task_program->id) ?>">
41 <a href="<?php echo $tpl->url('tasks', 'task_program_id', $task_program->id) ?>">
H A Dtypes.php11 $tpl->param('id') == $label->id): ?>
13 <input type="hidden" name="id" value="<?php echo $label->id ?>" />
25 <a href="<?php echo $tpl->url('types', 'action', 'edit', 'id', $label->id) ?>">
32 href="<?php echo $tpl->url('types', 'action', 'remove', 'id', $label->id) ?>">
40 <a href="<?php echo $tpl->url('threads', 'label_id', $label->id) ?>">
H A Dthread.php8 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'task_add') ?>#z_" class="bez_subscribe_button">
18 $tpl->param('kid') == $entity->id): ?>
27 $tpl->param('tid') == $entity->id): ?>
97 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'unsubscribe') ?>" class="bez_subscribe_button"><span class="bez_awesome">&#xf1f6;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('unsubscribe') ?></a>
100 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'subscribe') ?>" class="bez_subscribe_button"><span class="bez_awesome">&#xf0f3;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('subscribe') ?></a>
108 <ul id="issue_participants">
114 <a href="<?php echo $tpl->url('thread', 'id',
[all...]
/plugin/log404/
H A Dhelper.php68 public function save($id) { argument
70 $page = cleanID($id);
84 public function getRecord($id) { argument
85 return (isset($this->data[$id])) ? $this->data[$id] : false;
88 public function deleteRecord($id) { argument
93 if ($rid != $id) {
/plugin/combo/ComboStrap/
H A DFetcherTraitWikiPath.php41 * @throws ExceptionBadArgument - if the wiki id (id/media) property was not found and the path was not set
50 $id = $tagAttributes->getValueAndRemove(MediaMarkup::$MEDIA_QUERY_PARAMETER);
52 if ($id === null) {
53 $id = $tagAttributes->getValueAndRemove(FetcherRawLocalPath::SRC_QUERY_PARAMETER);
55 if ($id === null) {
56 $id = $tagAttributes->getValueAndRemove(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE);
59 if ($id === null) {
64 $path = WikiPath::toValidAbsolutePath($id);
67 * Markup id hav
[all...]
H A DPageRules.php32 ->setQueryParametrized('delete from PAGE_RULES where id = ?', [$ruleId]);
46 * @param integer $id
49 function ruleExists($id): bool argument
51 $id = strtolower($id);
56 ->setQueryParametrized("SELECT count(*) FROM PAGE_RULES where ID = ?", [$id]);
107 * @return int - the rule id
123 * @return int - the last id
153 function updateRule($id, $matcher, $target, $priority) argument
162 $id
256 getRule($id) global() argument
[all...]
/plugin/dev/skel/
H A Dremote.php19 public function myExample($id)
22 $id = cleanID($id);
23 if (auth_quickaclcheck($id) < AUTH_READ) {
16 myExample($id) global() argument
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php187 * @param string $id ID.
190 protected function _resolve($path, &$accumulator, $id = null) argument
205 $id = substr($path, $posId + 1);
208 $id = null;
223 if (null === $id) {
231 return $this[$next]->reachId($id);
237 return $tnext->_resolve(substr($path, $pos + 1), $accumulator, $id);
316 * @param string $id ID of the component.
320 public function reachId($id) argument
325 [$this->getName(), $id]
/plugin/recommend/
H A Daction.php131 $id = getID(); // we may run in AJAX context
132 if ($id === '') throw new \RuntimeException('No ID given');
135 'action' => wl($id, ['do' => 'recommend'], false, '&'),
138 $form->setHiddenField('id', $id); // we need it for the ajax call
218 $id = $INPUT->filter('cleanID')->str('id');
219 if ($id === '' || !page_exists($id)) throw new \Exception($this->getLang('err_page'));
225 'PAGE' => $id,
227 'URL' => wl($id, '', true),
236 $log->writeEntry($id, $sender, $recipients, $comment);
/plugin/mediarename/
H A Daction.php74 $id = cleanID($ns.':'.$info['id'],false,true);
77 $tmp=$id;
85 $ext=strrchr($id,'.');
88 $tmp=substr($id,0,strrpos($id,'.')).'_'.$cnt.$ext;
91 $tmp=$id.'_'.$cnt;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DCaptions.php36 * @param string $id
52 public function delete($id, $optParams = []) argument
54 $params = ['id' => $id];
61 * @param string $id The ID of the caption track to download, required for One
82 public function download($id, $optParams = []) argument
84 $params = ['id' => $id];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DBackupRuns.php40 * @param string $id The ID of the backup run to delete. To find a backup run
46 public function delete($project, $instance, $id, $optParams = []) argument
48 $params = ['project' => $project, 'instance' => $instance, 'id' => $id];
59 * @param string $id The ID of this backup run.
63 public function get($project, $instance, $id, $optParams = []) argument
65 $params = ['project' => $project, 'instance' => $instance, 'id' => $id];

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