Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 25 of 41) sorted by relevance

12

/plugin/fedauth/Auth/Yadis/
H A DXRDS.php421 $filtered = array();
441 if (!array_key_exists($pri, $filtered)) {
442 $filtered[$pri] = array();
445 $filtered[$pri][] = $service;
459 if (!array_key_exists($pri, $filtered)) {
460 $filtered[$pri] = array();
462 $filtered[$pri][] = $service;
467 $pri_keys = array_keys($filtered);
472 $result = array_merge($result, $filtered[$pri]);
/plugin/openid/Auth/Yadis/
H A DXRDS.php438 $filtered = [];
458 if (!array_key_exists($pri, $filtered)) {
459 $filtered[$pri] = [];
462 $filtered[$pri][] = $service;
476 if (!array_key_exists($pri, $filtered)) {
477 $filtered[$pri] = [];
479 $filtered[$pri][] = $service;
484 $pri_keys = array_keys($filtered);
489 $result = array_merge($result, $filtered[$pri]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFilterHandler.php143 $filtered = [];
146 $filtered[] = $record;
150 if (count($filtered) > 0) {
151 $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered);
H A DDynamoDbHandler.php72 $filtered = $this->filterEmptyFields($record['formatted']);
74 $formatted = $this->marshaler->marshalItem($filtered);
77 $formatted = $this->client->formatAttributes($filtered);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php123 $filtered = [];
127 $filtered[] = $choice;
131 return $filtered;
/plugin/twofactor/
H A Dadmin.php213 * Get the filtered users that have a twofactor provider set
234 $filtered = [];
245 $filtered[$user] = $userdata;
250 $filtered[$user] = $userdata;
253 return $filtered;
/plugin/fastwiki/
H A Daction.php230 $filtered = array();
235 $filtered[] = $newid;
237 $pages = $filtered;
/plugin/youtrack/
H A Dplugin.info.txt6 desc List YouTrack issues filtered by YouTrack Query Language
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MakeAbsolute.txt
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php193 $filtered = array_filter($punctuations, function ($p) {
197 foreach ($filtered as $punctuation) {
/plugin/subjectindex/inc/
H A Dcommon.php103 function filtered($section = null, $regex = null, $pid = null) { function in SI_Index
179 $page_index = $this->index->filtered(null, null, $pid);
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst20 depending on the filtered date.
/plugin/filelist/
H A Dsyntax.php
/plugin/tagfilter/script/select2/
H A Dselect2.js215 $(e.target).trigger("mousemove-filtered", e);
509 var t = query.term, filtered = { results: [] }, process; class in AnonymousFunctionbb87bed01300
535 $(data().results).each2(function(i, datum) { process(datum, filtered.results); });
536 query.callback(filtered);
544 var t = query.term, filtered = {results: []}; class in tags.AnonymousFunctionbb87bed01600
549 filtered.results.push(isObject ? this : {id: this, text: this});
552 query.callback(filtered);
738 this.dropdown.on("mousemove-filtered touchstart touchmove touchend", resultsSelector, this.bind(this.highlightUnderEvent));
2847 var ids = [], filtered = [], self = this;
2853 filtered
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst23 except when the filtered data is of type `DateInterval`_, when the format must conform to
/plugin/subjectindex/syntax/
H A Dindex.php136 $section_entries = $all_entries->filtered($opt['section'], $opt['regex']);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md116 * Magic methods are now filtered for keywords (thanks @seagoj)
/plugin/jokuwiki/
H A DREADME.md26 …in HTML markup). If the configuration does not allow for HTML, then it is filtered by htmlentities.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md147 …it/issues/2137): Warnings for invalid data providers are suppressed when test execution is filtered
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md299 where the filtered asset can be found.
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js23 …e]}a.attributes.style=CKEDITOR.tools.writeCssText(f);return!0},inliner:{filtered:"break-before bre…
24 …Text))});return a},filter:function(a){var b=CKEDITOR.plugins.pastefromword.styles.inliner.filtered,
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js25 …h]}a.attributes.style=CKEDITOR.tools.writeCssText(e);return!0},inliner:{filtered:"break-before bre…
26 …,filter:function(a){var b=CKEDITOR.plugins.pastefromword.styles.inliner.filtered,c=m.array.indexOf…
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 … \"$eval $event $exist $feof $ferr $fgetc $file $filename $filtered $finddir \" +\n …
/plugin/jquery/
H A Djquery-1.4.2.js3708 var filtered = jQuery.grep(elements, function( elem ) {
3713 return jQuery.filter(qualifier, filtered, !keep);
3715 qualifier = jQuery.filter( qualifier, filtered );
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md898 - Elastica\Query\Filtered triggers E_USER_DEPRECATED error because filtered query is deprecated since ES 2.0.0-beta1. Use BoolQuery instead.
899 - Elastica\QueryBuilder\DSL\Query::filtered() triggers E_USER_DEPRECATED error because filtered query is deprecated since ES 2.0.0-beta1. Use bool() instead.
1264 - Removed the requirement to set arguments filter and/or query in Filtered, according to the documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-filtered-query.html [#616](https://github.com/ruflin/Elastica/issues/616/)
1625 - Add filtered queries to the percolator API.

12