Home
last modified time | relevance | path

Searched defs:query (Results 1 – 25 of 208) sorted by relevance

123456789

/plugin/strata/lib/
H A Dstrata_querytree_visitor.php28 function visit_opt(&$query) { argument
36 function visit_and(&$query) { argument
44 function visit_filter(&$query) { argument
54 function visit_minus(&$query) { argument
63 visit_union(& $query) global() argument
72 visit_select(& $query) global() argument
76 dispatch(& $query) global() argument
99 visit(& $query) global() argument
[all...]
/plugin/blogtng/
H A Dadmin.php251 private function htmlSearchResults($query) {
343 private function htmlShowPaginatedResult($resid, $query, $itemdisplaycallback, $count, $limit) {
383 private function htmlPagination($query, $currentpage, $maximum, $limit) {
441 private function htmlPaginationurl($query, $offset, $text, $title) {
454 private function buildUrlParams($query, $offset) {
483 private function htmlLatestItems($query) {
533 private function htmlEntryList($entries, $query) {
560 private function htmlEntryItem($entry, $query) {
627 private function htmlCommentList($comments, $query) {
751 private function htmlEntryEditForm($entry, $query, $field = 'commentstatus') {
[all …]
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php62 function fetch_array($query, $result_type = MYSQL_ASSOC) {
89 function query($sql, $type = '', $cachetime = FALSE) { function in ucclient_db
111 function result($query, $row) {
116 function num_rows($query) {
121 function num_fields($query) {
125 function free_result($query) {
133 function fetch_row($query) {
138 function fetch_fields($query) {
H A Ddbi.class.php51 function fetch_array($query, $result_type = MYSQLI_ASSOC) {
78 function query($sql, $type = '', $cachetime = FALSE) { function in ucclient_db
100 function result($query, $row) {
109 function num_rows($query) {
114 function num_fields($query) {
118 function free_result($query) {
126 function fetch_row($query) {
131 function fetch_fields($query) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearchableInterface.php53 * If no query is set, matchall query is created argument
39 search($query = '', $options = null, string $method = Request POST) global() argument
61 createSearch($query = '', $options = null) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSimple.php20 public function __construct(array $query) argument
32 public function setQuery(array $query): self argument
H A DBoosting.php21 public function setPositiveQuery(AbstractQuery $query): self argument
31 public function setNegativeQuery(AbstractQuery $query): self argument
H A DHasParent.php21 public function __construct($query, string $type) argument
35 setQuery($query) global() argument
[all...]
H A DHasChild.php23 public function __construct($query, ?string $type = null) argument
37 setQuery($query) global() argument
[all...]
H A DSimpleQueryString.php15 public function __construct(string $query, array $fields = []) argument
30 public function setQuery(string $query): self argument
[all...]
/plugin/strata/helper/
H A Dtriples.php268 queryResources($query) global() argument
539 _trans_opt($query) global() argument
548 _trans_and($query) global() argument
557 _trans_filter($query) global() argument
633 _trans_minus($query) global() argument
661 _trans_union($query) global() argument
703 _trans_select($query) global() argument
810 _dispatch($query) global() argument
835 translate($query) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DDynamicGroupQuery.php25 public $query; variable in Google\\Service\\CloudIdentity\\DynamicGroupQuery
34 public function setQuery($query)
H A DMemberRestriction.php27 public $query; variable in Google\\Service\\CloudIdentity\\MemberRestriction
46 public function setQuery($query)
/plugin/sphinxsearch-was/
H A Daction.php106 function _search($query, $start, $prev)
323 function _getCategories($query)
333 function _getKeywords($query)
H A DSphinxSearch.php203 public function getExcerpt($data, $query)
218 public function starQuery($query)
228 public function removeStars($query)
272 private function _enableQuotesAndDefis($query)
/plugin/sphinxsearch/
H A Daction.php101 function _search($query, $start, $prev) {
368 function _getCategories($query)
378 function _getKeywords($query)
H A DSphinxSearch.php202 public function getExcerpt($data, $query)
214 public function starQuery($query)
224 public function removeStars($query)
268 private function _enableQuotesAndDefis($query)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DReportingRule.php33 public $query; variable in Google\\Service\\AlertCenter\\ReportingRule
66 public function setQuery($query)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DQueryTimeSeriesRequest.php33 public $query; variable in Google\\Service\\Monitoring\\QueryTimeSeriesRequest
66 public function setQuery($query)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSearchRequest.php33 public $query; variable in Google\\Service\\ShoppingContent\\SearchRequest
66 public function setQuery($query)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DSearchGoogleLocationsRequest.php31 public $query; variable in Google\\Service\\MyBusinessBusinessInformation\\SearchGoogleLocationsRequest
64 public function setQuery($query)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1PhraseMatchRule.php31 public $query; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1PhraseMatchRule
64 public function setQuery($query)
/plugin/strata/driver/
H A Ddriver.php202 public function prepare($query) { argument
222 query($query, $message = false) global() argument
[all...]
/plugin/authsqlite/
H A Dauth.php330 protected function _substituteAnimal($query)
361 protected function _queryDB($query) {
388 protected function _modifyDB($query) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSuggestRequest.php28 public $query; variable in Google\\Service\\CloudSearch\\SuggestRequest
49 public function setQuery($query)

123456789