Home
last modified time | relevance | path

Searched refs:id (Results 501 – 525 of 3526) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DI18nRegion.php29 public $id; variable in Google\\Service\\YouTube\\I18nRegion
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DLiveChatModerator.php29 public $id; variable in Google\\Service\\YouTube\\LiveChatModerator
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DMembershipsLevel.php29 public $id; variable in Google\\Service\\YouTube\\MembershipsLevel
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DEnterprise.php28 public $id; variable in Google\\Service\\AndroidEnterprise\\Enterprise
55 public function setId($id) argument
57 $this->id = $id;
64 return $this->id;
H A DStoreCluster.php26 public $id; variable in Google\\Service\\AndroidEnterprise\\StoreCluster
41 public function setId($id) argument
43 $this->id = $id;
50 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeOptimizationConfiguration.php26 public $id; variable in Google\\Service\\Dfareporting\\CreativeOptimizationConfiguration
41 public function setId($id) argument
43 $this->id = $id;
50 return $this->id;
H A DMobileApp.php29 public $id; variable in Google\\Service\\Dfareporting\\MobileApp
60 public function setId($id) argument
62 $this->id = $id;
69 return $this->id;
H A DPostalCode.php37 public $id; variable in Google\\Service\\Dfareporting\\PostalCode
88 public function setId($id) argument
90 $this->id = $id;
97 return $this->id;
H A DSize.php33 public $id; variable in Google\\Service\\Dfareporting\\Size
74 public function setId($id) argument
76 $this->id = $id;
83 return $this->id;
H A DUserRolePermission.php29 public $id; variable in Google\\Service\\Dfareporting\\UserRolePermission
60 public function setId($id) argument
62 $this->id = $id;
69 return $this->id;
H A DMobileCarrier.php33 public $id; variable in Google\\Service\\Dfareporting\\MobileCarrier
74 public function setId($id) argument
76 $this->id = $id;
83 return $this->id;
/plugin/minimap/
H A Dsyntax.php363 function getNamespaceStartId($id) argument
368 $id = $id . ":";
370 if (page_exists($id . $conf['start'])) {
372 $homePageId = $id . $conf['start'];
373 } elseif (page_exists($id . noNS(cleanID($id)))) {
375 $homePageId = $id . noNS(cleanID($id));
376 } elseif (page_exists($id)) {
378 $homePageId = substr($id, 0, -1);
381 $homePageId = $id . $conf['start'];
/plugin/linksuggest/
H A Daction.php48 $current_pageid = trim($INPUT->post->str('id')); //current id
78 //resolve the ns based on current id
113 $page = $matchedPages[0]['id'];
137 'id' => noNS($entry['id']),
170 $current_pageid = trim($INPUT->post->str('id')); //current id
196 //resolve the ns based on current id
234 'id'
252 search_pages($ns, $id, $pagesonly = false) global() argument
284 search_medias($ns, $id) global() argument
[all...]
/plugin/statistics/
H A Ddb.sql2 `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
32 PRIMARY KEY (`id`),
72 `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
80 PRIMARY KEY (`id`),
92 `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
100 PRIMARY KEY (`id`)
153 `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
182 `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
215 `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
231 PRIMARY KEY (`id`),
[all...]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dworkspace_site.svg1id="A" xlink:href="#R"><stop offset="0" stop-color="#0f2da0"/><stop offset="1" stop-color="#89b3f3…
/plugin/tagfilter/
H A Dhelper.php265 $pages[] = $p['id'];
266 if (!isset($this->ps_pages[$p['id']])) {
267 $this->ps_pages[$p['id']] = $p;
286 $pages[] = $p['id'];
304 $pages[] = $p['id'];
305 if (!isset($this->ps_pages[$p['id']])) {
306 $this->ps_pages[$p['id']] = $p;
321 foreach ($this->ps_pages_id as $id) {
322 $ret[] = $this->ps_pages[$id];
333 $id
358 getTagImageColumn($id, $col, $ns) global() argument
497 td($id, $column = null) global() argument
[all...]
/plugin/bez/tpl/mail/
H A Dtask_comment.php21 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>">
22 #z<?php echo $tpl->get('task')->id ?>
35 <a href="<?php $tpl->url('task', 'tid', $tpl->get('task')->id) ?>#k_" style="text-decoration: none; color: #444; font-weight: bold;">Dodaj komentarz</a>
41 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">Przejdź do problemu</a>,
42 albo <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'unsubscribe') ?>">
H A Dthread_comment.php22 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
23 #<?php echo $tpl->get('thread')->id ?>
36 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>#k_" style="text-decoration: none; color: #444; font-weight: bold;">Dodaj komentarz</a>
42 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">Przejdź do problemu</a>,
43 albo <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'unsubscribe') ?>">
/plugin/blog/
H A Daction.php45 // determine page id by rewrite mode
48 preg_match('#id=([^&]*)#', $url['query'], $match);
50 $id = cleanID(str_replace($base_url, '', $match[1]));
52 $id = cleanID($match[1]);
58 $id = cleanID(str_replace('/',':',str_replace($base_url, '', $url['path'])));
60 $id = cleanID(str_replace('/',':', $url['path']));
67 $id = cleanID(str_replace($base_url, '', $match[1]));
69 $id = cleanID($match[1]);
75 if(p_get_metadata($id, 'type') == 'draft') {
112 $data = array('id'
[all...]
/plugin/timetrack/db/
H A Dupdate0001.sql1 CREATE TABLE user (id INTEGER PRIMARY KEY, user TEXT); field
4 CREATE TABLE page (id INTEGER PRIMARY KEY, page TEXT); field
7 CREATE TABLE project (id INTEGER PRIMARY KEY, page_id INTEGER, abbr TEXT, name TEXT); field
10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER… field
13 CREATE TABLE user_time (id INTEGER PRIMARY KEY, update_time INTEGER, user_id INTEGER, task_id INTEG… field
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2PurchaseTransaction.php33 public $id; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PurchaseTransaction
74 public function setId($id) argument
76 $this->id = $id;
83 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1PurchaseTransaction.php33 public $id; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1PurchaseTransaction
74 public function setId($id) argument
76 $this->id = $id;
83 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfileSummary.php25 public $id; variable in Google\\Service\\Analytics\\ProfileSummary
46 public function setId($id) argument
48 $this->id = $id;
55 return $this->id;
H A DFilterRef.php33 public $id; variable in Google\\Service\\Analytics\\FilterRef
74 public function setId($id) argument
76 $this->id = $id;
83 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdClient.php29 public $id; variable in Google\\Service\\AdSenseHost\\AdClient
60 public function setId($id) argument
62 $this->id = $id;
69 return $this->id;

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