Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 46) sorted by relevance

12

/template/strap/ComboStrap/
H A DSqliteRequest.php36 private $query; variable in ComboStrap\\SqliteRequest
83 $res = $this->sqlitePlugin->query($this->query);
84 $queryExecuted = $this->query;
95 $res = $sqLiteAdapater->query($this->statement);
168 $this->query = $string;
206 if ($this->query !== null) {
244 return $sqLiteAdapater->query($queryParametrized);
247 return $sqLiteAdapater->query($statement, $values);
H A DHttpRequest.php122 $query = $this->url->getQueryProperties();
123 $response = $testRequest->get($query, $path);
126 $query = $this->url->getQueryProperties();
127 foreach ($query as $queryKey => $queryValue) {
H A DIFetcherAbs.php96 $query = $url->getQueryProperties();
97 $tagAttributes = TagAttributes::createFromCallStackArray($query);
H A DDatabasePageRow.php914 $query = $this->getParametrizedLookupQuery($pageIdAttribute);
917 ->setQueryParametrized($query, [$pageIdValue]);
970 $query = $this->getParametrizedLookupQuery($canonicalName);
973 ->setQueryParametrized($query, [$canonicalValue]);
1050 $query = $this->getParametrizedLookupQuery($attribute);
1053 ->setQueryParametrized($query, [$attributeValue]);
1155 …$query = "select {$fields} from PAGES p, PAGE_ALIASES pa where p.{$pageIdAttribute} = pa.{$pageIdA…
1158 ->setQueryParametrized($query, [$alias]);
1330 $query = $this->getParametrizedLookupQuery(self::ROWID);
1333 ->setQueryParametrized($query, [$rowId]);
H A DLdJson.php282 'query-input' => 'required name=search_term_string',
H A DSqlite.php265 $res = $this->sqlitePlugin->query("PRAGMA compile_options");
H A DWikiPath.php480 $query = substr($uriWithoutScheme, $locationQuestionMark + 1);
481 parse_str($query, $queryKeys);
/template/strap/ComboStrap/Web/
H A DUrl.php75 private ArrayCaseInsensitive $query; variable in ComboStrap\\Web\\Url
100 $this->query = new ArrayCaseInsensitive();
124 $this->query = new ArrayCaseInsensitive($queryKeys);
270 return $this->query->getOriginalArray();
278 $value = $this->query[$key];
293 if (!isset($this->query[$propertyName])) {
296 return $this->query[$propertyName];
364 $actualValue = $this->query[$key];
366 $this->query[$key] = [$value];
369 $this->query[$key] = $actualValue;
[all …]
/template/templar/js/
Dbootstrap-typeahead.js84 this.query = this.$element.val()
86 if (!this.query || this.query.length < this.options.minLength) {
90 …items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.so…
112 return ~item.toLowerCase().indexOf(this.query.toLowerCase())
122 if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
123 else if (~item.indexOf(this.query)) caseSensitive.push(item)
131 var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')
132 return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
/template/mikio/assets/
H A Dmikio-typeahead.js188 lookup: function (query) { argument
189 if (typeof (query) != 'undefined' && query !== null) {
190 this.query = query;
192 this.query = this.$element.val();
195 if (this.query.length < this.options.minLength && !this.options.showHintOnFocus) {
205 … this.source(this.query, jQuery.proxy(this.process, this), jQuery.proxy(this.process, this));
207 this.source(this.query, jQuery.proxy(this.process, this));
250 return ~it.toLowerCase().indexOf(this.query.toLowerCase());
261 if (!it.toLowerCase().indexOf(this.query.toLowerCase())) {
263 } else if (~it.indexOf(this.query)) {
[all …]
H A Dmikio.js713 source: function (query, process) { argument
718 q: encodeURI(query)
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDbStore.php257 $query = Sqlite::createSelectFromTableAndColumns($tableName, $attributes);
258 $query = "$query where $uidAttribute = ? ";
261 ->setQueryParametrized($query, [$uidValue]);
268 …a->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL,…
/template/rtd_suterdev/css/
Dbasic.css316 --media-query: pc;
322 -media-query: pc;
329 --media-query: tb;
335 -media-query: tb;
343 --media-query: sp;
349 -media-query: sp;
/template/readthedokus/css/
H A Dbasic.css322 --media-query: pc;
328 -media-query: pc;
335 --media-query: tb;
341 -media-query: tb;
349 --media-query: sp;
355 -media-query: sp;
/template/bootstrap3/assets/typeahead/
Dbootstrap3-typeahead.min.js1query=d}else{this.query=this.$element.val()}if(this.query.length<this.options.minLength&&!this.opt…
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php429 $DOMNodeList = $xpath->query("namespace::*", $this->getDomDocument()->ownerDocument);
452 $DOMNodeList = $xpath->query('namespace::*', $this->getDomDocument()->ownerDocument);
480 function xpath($query, DOMElement $contextNode = null): DOMNodeList argument
508 $domList = $this->domXpath->query($query, $contextNode);
510 throw new ExceptionBadSyntax("The query expression ($query) may be malformed");
/template/parallax/lib/bootstrap/js/
Dbootstrap.js1711 this.query = this.$element.val()
1713 if (!this.query || this.query.length < this.options.minLength) {
1717 …items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.so…
1735 return ~item.toLowerCase().indexOf(this.query.toLowerCase())
1743 if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
1744 else if (~item.indexOf(this.query)) caseSensitive.push(item)
1750 var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')
1751 return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
Dbootstrap.min.js917 this.query = this.$element.val();
918 if (!this.query || this.query.length < this.options.minLength) {
921 …d = b.isFunction(this.source) ? this.source(this.query, b.proxy(this.process, this)) : this.source;
934 return ~d.toLowerCase().indexOf(this.query.toLowerCase())
938 if (!h.toLowerCase().indexOf(this.query.toLowerCase())) {
941 if (~h.indexOf(this.query)) {
950 var e = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
/template/strap/action/
H A Drouter.php437 $query = str_replace($replacementPart, ' ', $ID);
439 $url->setQueryParameter("q", $query);
/template/templar/less/
Dforms.less543 input.search-query {
553 .form-search .input-append .search-query,
554 .form-search .input-prepend .search-query {
557 .form-search .input-append .search-query {
563 .form-search .input-prepend .search-query {
Dnavbar.less145 .search-query {
470 .search-query {
/template/bootie/css/
Dcustom.css124 /* No float when the media query is too small */
/template/parallax/css/
Dparallax.css350 .navbar-search .search-query {
372 .navbar-search .search-query::-webkit-input-placeholder,
373 .navbar-search .search-query:-moz-placeholder,
374 .navbar-search .search-query::-moz-placeholder,
375 .navbar-search .search-query:-ms-input-placeholder {
/template/bootstrap3/
Dscript.js860 source: function (query, process) { argument
865 q: encodeURI(query)
/template/lcars/
Dcufon-yui.js7 …})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Sele…

12