Home
last modified time | relevance | path

Searched refs:id (Results 476 – 500 of 3526) sorted by relevance

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

/plugin/bez/db/
H A Dupdate0013.sql7 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
12 label.id AS label_id,
14 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
22 (SELECT COUNT(*) FROM thread_comment WHERE type = 'cause' AND thread_id=thread.id) AS cause_count
24 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
25 LEFT JOIN label ON label.id = thread_label.label_id
/plugin/data-au/
H A Daction.php52 $id = ltrim($dataau[1].':'.$dataau[2],':');
55 $res = $sqlite->query('SELECT pid FROM pages WHERE page = ?',$id);
171 $id = array();
172 if (!preg_match($regexp, $page, $id)) {
177 $id = $id[1];
180 stripos($id, cleanID($search)) === false &&
187 $title = utf8_ucwords(str_replace('_', ' ', $id));
189 $result[hsc($id)] = hsc($title);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php42 protected $id = 0;
89 $this->id = 0;
97 return ++$this->id;
105 return $this->id;
174 protected function getAndValidateMessage(?int $id): LdapMessage
176 $message = parent::getMessage($id);
192 if ($id !== null && $message->getMessageId() !== $id) {
195 $id,
38 protected $id = 0; global() variable in FreeDSx\\Ldap\\Protocol\\LdapQueue
166 getAndValidateMessage(int $id) global() argument
/plugin/data/
H A Daction.php59 $id = ltrim($data[1] . ':' . $data[2], ':');
61 // get page id
62 $pid = (int) $sqlite->queryValue('SELECT pid FROM pages WHERE page = ?', $id);
181 $id = [];
182 if (!preg_match($regexp, $page, $id)) {
187 $id = $id[1];
191 stripos($id, cleanID($search)) === false &&
194 // Search string is not in id part or title
199 $title = PhpString::ucwords(str_replace('_', ' ', $id));
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DProject.php25 public $id; variable in Google\\Service\\Dns\\Project
40 public function setId($id) argument
42 $this->id = $id;
49 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostAuthor.php29 public $id; variable in Google\\Service\\Blogger\\PostAuthor
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DPageAuthor.php29 public $id; variable in Google\\Service\\Blogger\\PageAuthor
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DCommentAuthor.php29 public $id; variable in Google\\Service\\Blogger\\CommentAuthor
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCaption.php29 public $id; variable in Google\\Service\\YouTube\\Caption
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DI18nLanguage.php29 public $id; variable in Google\\Service\\YouTube\\I18nLanguage
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DSuperChatEvent.php29 public $id; variable in Google\\Service\\YouTube\\SuperChatEvent
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DLiveChatBan.php29 public $id; variable in Google\\Service\\YouTube\\LiveChatBan
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DVideoCategory.php29 public $id; variable in Google\\Service\\YouTube\\VideoCategory
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DTestItem.php33 public $id; variable in Google\\Service\\YouTube\\TestItem
68 public function setId($id) argument
70 $this->id = $id;
77 return $this->id;
H A DVideoAbuseReportReason.php29 public $id; variable in Google\\Service\\YouTube\\VideoAbuseReportReason
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
H A DComment.php29 public $id; variable in Google\\Service\\YouTube\\Comment
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentProvenance.php26 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentProvenance
41 public function setId($id) argument
43 $this->id = $id;
50 return $this->id;
H A DGoogleCloudDocumentaiV1beta2DocumentProvenance.php26 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentProvenance
41 public function setId($id) argument
43 $this->id = $id;
50 return $this->id;
H A DGoogleCloudDocumentaiV1beta1DocumentProvenance.php26 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentProvenance
41 public function setId($id) argument
43 $this->id = $id;
50 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DUserId.php29 public $id; variable in Google\\Service\\CloudSearch\\UserId
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/
H A DAttestorPublicKey.php33 public $id; variable in Google\\Service\\BinaryAuthorization\\AttestorPublicKey
68 public function setId($id) argument
70 $this->id = $id;
77 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DOffersItems.php34 public $id; variable in Google\\Service\\Books\\OffersItems
69 public function setId($id) argument
71 $this->id = $id;
78 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideo.php25 public $id; variable in Google\\Service\\Slides\\Video
40 public function setId($id) argument
42 $this->id = $id;
49 return $this->id;
H A DCreateVideoRequest.php27 public $id; variable in Google\\Service\\Slides\\CreateVideoRequest
54 public function setId($id) argument
56 $this->id = $id;
63 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DThread.php30 public $id; variable in Google\\Service\\Gmail\\Thread
55 public function setId($id) argument
57 $this->id = $id;
64 return $this->id;

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