Home
last modified time | relevance | path

Searched refs:filtered (Results 26 – 41 of 41) sorted by path

12

/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst20 depending on the filtered date.
/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/jokuwiki/
H A DREADME.md26 …in HTML markup). If the configuration does not allow for HTML, then it is filtered by htmlentities.
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md299 where the filtered asset can be found.
/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/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/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php123 $filtered = [];
127 $filtered[] = $choice;
131 return $filtered;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MakeAbsolute.txt
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md461 *(Array)*: Returns the new array of filtered values.
526 *(Array)*: Returns the new array of filtered values.
560 *(Array)*: Returns the new array of filtered values.
597 *(Array)*: Returns the new array of filtered values.
2273 *(Array)*: Returns the new array of filtered values.
2301 *(Array)*: Returns the new array of filtered values.
2331 *(Array)*: Returns the new array of filtered values.
2364 *(Array)*: Returns the new array of filtered values.
2598 *(Array)*: Returns the new filtered array.
3256 *(Array)*: Returns the new filtered array.
/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/subjectindex/plugins/
H A Dbible_verses.txt18125 …kept on] the dregs, of well-oiled dishes filled with marrow, of [wine kept on] the dregs, filtered.
/plugin/subjectindex/syntax/
H A Dindex.php136 $section_entries = $all_entries->filtered($opt['section'], $opt['regex']);
/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/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/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2249 * Fixed: TemporaryFileFilter filtered out too many files. Fixed some of the
/plugin/youtrack/
H A Dplugin.info.txt6 desc List YouTrack issues filtered by YouTrack Query Language

12