Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 25 of 153) sorted by last modified time

1234567

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe37166 Ġj Query
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5188 /* Query Table */
/plugin/api/
H A DREADME.md21 Request Query parameters:
33 Query parameters:
/plugin/statistics/
H A Dhelper.php29 public function Query() { function in helper_plugin_statistics
H A Dadmin.php125 $this->tlimit = $this->hlp->Query()->mktlimit($from, $to);
255 $result = $this->hlp->Query()->aggregate($this->tlimit);
278 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 15);
286 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 15);
294 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 15);
311 $result = $this->hlp->Query()->countries($this->tlimit, $this->start, 150);
317 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 150);
323 $result = $this->hlp->Query()->edits($this->tlimit, $this->start, 150);
330 $result = $this->hlp->Query()->imagessum($this->tlimit);
335 $result = $this->hlp->Query()
[all...]
/plugin/statistics/inc/
H A DStatisticsGraph.class.php71 * @param string $query The function to call on the Query object to get the data
76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false);
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
184 $result = $this->hlp->Query()->viewport($this->tlimit, 0, 100);
217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100);
269 $result = $this->hlp->Query()->dashboardviews($this->tlimit, $hours);
319 $result = $this->hlp->Query()->dashboardwiki($this->tlimit, $hours);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilter.php6 use Elastica\Query\AbstractQuery;
H A DFilters.php6 use Elastica\Query\AbstractQuery;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DCommon.php3 namespace Elastica\Query;
H A DConstantScore.php3 namespace Elastica\Query;
H A DDisMax.php3 namespace Elastica\Query;
19 * @param AbstractQuery|array $args Query
28 throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\AbstractQuery');
H A DDistanceFeature.php3 namespace Elastica\Query;
H A DExists.php3 namespace Elastica\Query;
H A DFunctionScore.php3 namespace Elastica\Query;
H A DFuzzy.php3 namespace Elastica\Query;
H A DGeoDistance.php3 namespace Elastica\Query;
H A DGeoShapeProvided.php3 namespace Elastica\Query;
8 * Query provided shape definitions
H A DHasChild.php3 namespace Elastica\Query;
5 use Elastica\Query as BaseQuery;
H A DHasParent.php3 namespace Elastica\Query;
5 use Elastica\Query as BaseQuery;
H A DInnerHits.php3 namespace Elastica\Query;
H A DLimit.php3 namespace Elastica\Query;
6 * Limit Query.
H A DMatch.php3 namespace Elastica\Query;
H A DMatchAll.php3 namespace Elastica\Query;
H A DMatchPhrase.php3 namespace Elastica\Query;

1234567