Home
last modified time | relevance | path

Searched refs:id (Results 451 – 475 of 3526) sorted by relevance

1...<<11121314151617181920>>...142

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DElection.php29 public $id; variable in Google\\Service\\CivicInfo\\Election
56 public function setId($id) argument
58 $this->id = $id;
65 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DGradeCategory.php29 public $id; variable in Google\\Service\\Classroom\\GradeCategory
56 public function setId($id) argument
58 $this->id = $id;
65 return $this->id;
H A DInvitation.php29 public $id; variable in Google\\Service\\Classroom\\Invitation
56 public function setId($id) argument
58 $this->id = $id;
65 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdvertiserGroup.php29 public $id; variable in Google\\Service\\Dfareporting\\AdvertiserGroup
56 public function setId($id) argument
58 $this->id = $id;
65 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveBackgroundImageFile.php25 public $id; variable in Google\\Service\\Drive\\DriveBackgroundImageFile
42 public function setId($id) argument
44 $this->id = $id;
51 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1IntentParameter.php29 public $id; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1IntentParameter
56 public function setId($id) argument
58 $this->id = $id;
65 return $this->id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DDelete.php34 if (isset($this->id) !== true) {
36 'id is required for delete'
39 $id = $this->id;
52 return "/$index/$type/$id";
54 return "/$index/_doc/$id";
H A DExists.php34 if (isset($this->id) !== true) {
36 'id is required for exists'
39 $id = $this->id;
52 return "/$index/$type/$id";
54 return "/$index/_doc/$id";
H A DExistsSource.php34 if (isset($this->id) !== true) {
36 'id is required for exists_source'
39 $id = $this->id;
52 return "/$index/$type/$id/_source";
54 return "/$index/_source/$id";
H A DGetSource.php34 if (isset($this->id) !== true) {
36 'id is required for get_source'
39 $id = $this->id;
52 return "/$index/$type/$id/_source";
54 return "/$index/_source/$id";
H A DGet.php34 if (isset($this->id) !== true) {
36 'id is required for get'
39 $id = $this->id;
52 return "/$index/$type/$id";
54 return "/$index/_doc/$id";
/plugin/combo/ComboStrap/
H A DDisplay.php26 $id = $tagAttributes->getId();
28 $id = $tagAttributes->getDefaultGeneratedId();
29 $tagAttributes->setId($id);
31 $css = "#$id:empty { display: none; }";
34 ->attachCssInternalStyleSheet("display-none-if-empty-$id", $css);
/plugin/projects/lib/
H A Dlayout.php59 $dep_id = $this->project->id($dep);
79 $id = $this->file_name;
81 $renderer->doc .= "<div class=\"project_file\" id=\"$id\">";
82 $renderer->doc .= "<a name=\"$id\"></a>";
128 $renderer->doc .= button_delete($this->project->id($this->file_name));
168 $renderer->internalmedia($this->project->id($name));
181 $renderer->doc .= button_remake($this->project->id($this->file_name));
195 $id = implode(':', $path);
196 if (!getNS($id)) $id = $project->id($id);
197 $this->crosslink = $id;
/plugin/targetlink/
H A Dsyntax.php112 $parts = explode('?', $id, 2);
114 $id = $parts[0];
122 if($id === '') {
123 $id = $ID;
127 $default = $xhtml->_simpleTitle($id);
130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);
133 $name = $xhtml->_getLinkTitle($name, $default, $isImage, $id, $linktype);
146 @list($id, $hash) = explode('#', $id, 2);
155 if($id == $INFO['id']) {
164 $link['url'] = wl($id, $params);
[all …]
/plugin/combo/syntax/
H A Dminimap.php143 $callingId = $INFO['id'];
179 $pageId = $this->getNamespaceStartId($pageArray['id']);
184 $pageId = $pageArray['id'];
231 if ($pageArray['id'] == $nameSpacePathPrefix . $currentNameSpace) {
240 } else if ($pageArray['id'] == $nameSpacePathPrefix . $startConf) {
243 } else if ($pageArray['id'] == $nameSpacePathPrefix . $conf['sidebar']) {
316 $renderer->doc .= '<div id="minimap__plugin"><div class="panel panel-default">'
365 * Return the id of the start page of a namespace
367 * @param string $id an id o
370 getNamespaceStartId($id) global() argument
[all...]
/plugin/combo/admin/
H A Dpagerules.php109 $id = $_POST[PageRules::ID_NAME] ?? null;
128 if ($id == null) {
136 $this->pageRuleManager->updateRule($id, $matcher, $target, $priority);
174 $id = $_POST[PageRules::ID_NAME];
175 if ($id != null) {
176 $rule = $this->pageRuleManager->getRule($id);
185 ptln('<div id="form_container" style="max-width: 600px;">');
194 ptln('<p><input type="text" style="width: 100%;" id="' . PageRules::MATCHER_NAME . '" required="required" name="' . PageRules::MATCHER_NAME . '" ' . $matcherDefault . ' class="edit" placeholder="pattern"/> </p>');
201 ptln('<p><input type="text" style="width: 100%;" required="required" id="' . PageRules::TARGET_NAME . '" name="' . PageRules::TARGET_NAME . '" ' . $targetDefault . ' class="edit" placeholder="target" /></p>');
203 ptln('<p><input type="text" id
306 getLangOrDefault($id, $default) global() argument
[all...]
/plugin/toctweak/syntax/
H A Dsidetoc.php33 list($id, $topLv, $maxLv, $tocClass, $tocTitle) = $data;
37 $id = '@ID@';
45 $data = array($id, $topLv, $maxLv, $tocClass, $tocTitle);
55 list($id, $topLv, $maxLv, $tocClass, $tocTitle) = $data;
57 $id = $INFO['id']; // str_replace('@ID@', $INFO['id'], $id);
60 $meta = p_get_metadata($id, 'toc');
73 $toc = $tocTweak->get_metatoc($id, $topLv, $maxLv, $section);
/plugin/outliner/
H A Dscript.js75 var id = getOutlinerId(this.parentNode.parentNode);
76 localStorage.setItem(id,'open');
77 localStorage.setItem(id + '_action','noAction');
82 var id = getOutlinerId(this);
83 if (id) {
85 setState(this, localStorage.getItem(id),localStorage.getItem(id + '_action'));
/plugin/tindexmenu/syntax/
H A Dindexmenu.php157 if (preg_match('/id#(\S+)/u',$match[1],$id) >0) $gen_id=$id[1];
448 if (!$id) {
450 $id = $ID;
494 $id = pathID($file);
498 preg_match($skip_index, $id))
546 if (isHiddenPage($id) || auth_quickaclcheck($id) < AUTH_READ) return false;
549 preg_match($skip_file, $id))
560 if (noNS($id)==noNS(getNS($id))) return false;
563 if (@is_dir(dirname(wikiFN($id))."/".utf8_encodeFN(noNS($id)))) return false;
575 if (!$conf['useheading'] || !$title=p_get_first_heading($id,FALSE)) $title=noNS($id);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DVersion.php26 public static function id() function in PHPUnit_Runner_Version
45 if (strpos(self::id(), '-')) {
46 $version = explode('-', self::id())[0];
48 $version = self::id();
59 return 'PHPUnit ' . self::id() . ' by Sebastian Bergmann and contributors.';
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DParentId.php8 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-parent-id-query.html
16 * @param string $id ID of the parent document. The query will return child documents of this parent document.
19 public function __construct(string $type, string $id, bool $ignoreUnmapped = false) argument
22 $this->setId($id);
31 private function setId(string $id): void argument
33 $this->setParam('id', $id);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php21 function dwfck_read($id) argument
26 $sess_file = "$sess_save_path/sess_$id";
31 function dwfck_write($id, $sess_data) argument
36 $sess_file = "$sess_save_path/sess_$id";
48 function dwfck_destroy($id) argument
53 $sess_file = "$sess_save_path/sess_$id";
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php21 function dwfck_read($id) argument
26 $sess_file = "$sess_save_path/sess_$id";
31 function dwfck_write($id, $sess_data) argument
36 $sess_file = "$sess_save_path/sess_$id";
48 function dwfck_destroy($id) argument
53 $sess_file = "$sess_save_path/sess_$id";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettingsFilters.php54 * @param string $id The ID of the filter to be deleted.
57 public function delete($userId, $id, $optParams = []) argument
59 $params = ['userId' => $userId, 'id' => $id];
68 * @param string $id The ID of the filter to be fetched.
72 public function get($userId, $id, $optParams = []) argument
74 $params = ['userId' => $userId, 'id' => $id];
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php21 function dwfck_read($id) argument
26 $sess_file = "$sess_save_path/sess_$id";
31 function dwfck_write($id, $sess_data) argument
36 $sess_file = "$sess_save_path/sess_$id";
48 function dwfck_destroy($id) argument
53 $sess_file = "$sess_save_path/sess_$id";

1...<<11121314151617181920>>...142