Home
last modified time | relevance | path

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

123

/plugin/openid/Auth/Yadis/
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/fedauth/Auth/Yadis/
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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DFilterHandler.php143 $filtered = [];
146 $filtered[] = $record;
150 if (count($filtered) > 0) {
151 $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered);
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/
Dadmin.php234 $filtered = [];
245 $filtered[$user] = $userdata;
250 $filtered[$user] = $userdata;
253 return $filtered;
/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md763 Return the decendants of the current set filtered by the selector and optional XPath axes.
868 *Optionally filtered by selector.*
887 *Optionally filtered by selector.*
906 *Optionally filtered by input.*<br>
907 *Optionally filtered by selector.*
943 *Optionally filtered by selector.*
962 *Optionally filtered by selector.*
981 *Optionally filtered by input.*<br>
982 *Optionally filtered by selector.*
1001 *Optionally filtered by selector.*
[all …]
/plugin/fastwiki/
Daction.php230 $filtered = array();
235 $filtered[] = $newid;
237 $pages = $filtered;
/plugin/youtrack/
Dplugin.info.txt6 desc List YouTrack issues filtered by YouTrack Query Language
/plugin/asciidocjs/node_modules/pug-filters/
DCHANGELOG.md30 - Add support for filtered includes
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.MakeAbsolute.txt9 being filtered assumes a specific base path, but will actually be
/plugin/aichat/vendor/vanderlee/php-sentence/src/
DSentence.php193 $filtered = array_filter($punctuations, function ($p) {
197 foreach ($filtered as $punctuation) {
/plugin/subjectindex/inc/
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/
Ddate.rst20 depending on the filtered date.
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/
Dhelpers.php410 $filtered = array();
414 $filtered[$key] = $value;
418 return $filtered;
/plugin/tagfilter/script/select2/
Dselect2.js509 var t = query.term, filtered = { results: [] }, process; variable
535 $(data().results).each2(function(i, datum) { process(datum, filtered.results); });
536 query.callback(filtered);
544 var t = query.term, filtered = {results: []}; variable
549 filtered.results.push(isObject ? this : {id: this, text: this});
552 query.callback(filtered);
2847 var ids = [], filtered = [], self = this;
2853 filtered.push(this);
2856 data = filtered;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Ddate.rst23 except when the filtered data is of type `DateInterval`_, when the format must conform to
/plugin/subjectindex/syntax/
Dindex.php136 $section_entries = $all_entries->filtered($opt['section'], $opt['regex']);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
DCHANGES.md116 * Magic methods are now filtered for keywords (thanks @seagoj)
/plugin/jokuwiki/
DREADME.md26 …in HTML markup). If the configuration does not allow for HTML, then it is filtered by htmlentities.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DChangeLog-5.7.md147 …it/issues/2137): Warnings for invalid data providers are suppressed when test execution is filtered
/plugin/jplayer/vendor/kriswallsmith/assetic/
DREADME.md299 where the filtered asset can be found.
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
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/
Ddefault.js25 …h]}a.attributes.style=CKEDITOR.tools.writeCssText(e);return!0},inliner:{filtered:"break-before bre… property
26 …,filter:function(a){var b=CKEDITOR.plugins.pastefromword.styles.inliner.filtered,c=m.array.indexOf…
/plugin/codemirror/dist/modes/
Dmirc.min.js.map1 … \"$eval $event $exist $feof $ferr $fgetc $file $filename $filtered $finddir \" +\n …

123