| /template/strap/ComboStrap/ |
| H A D | SqliteRequest.php | 36 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 D | HttpRequest.php | 122 $query = $this->url->getQueryProperties(); 123 $response = $testRequest->get($query, $path); 126 $query = $this->url->getQueryProperties(); 127 foreach ($query as $queryKey => $queryValue) {
|
| H A D | IFetcherAbs.php | 96 $query = $url->getQueryProperties(); 97 $tagAttributes = TagAttributes::createFromCallStackArray($query);
|
| H A D | DatabasePageRow.php | 914 $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 D | LdJson.php | 282 'query-input' => 'required name=search_term_string',
|
| H A D | Sqlite.php | 265 $res = $this->sqlitePlugin->query("PRAGMA compile_options");
|
| H A D | WikiPath.php | 480 $query = substr($uriWithoutScheme, $locationQuestionMark + 1); 481 parse_str($query, $queryKeys);
|
| /template/strap/ComboStrap/Web/ |
| H A D | Url.php | 75 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/ |
| D | bootstrap-typeahead.js | 84 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 D | mikio-typeahead.js | 188 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 D | mikio.js | 713 source: function (query, process) { argument 718 q: encodeURI(query)
|
| /template/strap/ComboStrap/Meta/Store/ |
| H A D | MetadataDbStore.php | 257 $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/ |
| D | basic.css | 316 --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 D | basic.css | 322 --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/ |
| D | bootstrap3-typeahead.min.js | 1 …query=d}else{this.query=this.$element.val()}if(this.query.length<this.options.minLength&&!this.opt…
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlDocument.php | 429 $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/ |
| D | bootstrap.js | 1711 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) {
|
| D | bootstrap.min.js | 917 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 D | router.php | 437 $query = str_replace($replacementPart, ' ', $ID); 439 $url->setQueryParameter("q", $query);
|
| /template/templar/less/ |
| D | forms.less | 543 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 {
|
| D | navbar.less | 145 .search-query { 470 .search-query {
|
| /template/bootie/css/ |
| D | custom.css | 124 /* No float when the media query is too small */
|
| /template/parallax/css/ |
| D | parallax.css | 350 .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/ |
| D | script.js | 860 source: function (query, process) { argument 865 q: encodeURI(query)
|
| /template/lcars/ |
| D | cufon-yui.js | 7 …})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Sele…
|