Home
last modified time | relevance | path

Searched refs:filter (Results 451 – 475 of 1263) sorted by relevance

1...<<11121314151617181920>>...51

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudDomains.php86 'filter' => [
128 'filter' => [
234 'filter' => [
H A DAccessApproval.php163 'filter' => [
279 'filter' => [
395 'filter' => [
H A DCloudRetail.php266 'filter' => [
380 'filter' => [
554 'filter' => [
596 'filter' => [
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DApartments.svg1filter id="A" filterUnits="userSpaceOnUse" x="47.779" y="149.499" width="42.679" height="25.822"><…
/plugin/dropfiles/src/
H A Dupload.js225 var filesWithoutErrors = filelist.filter(function (file) {
228 filesThatExist = filelist.filter(function (file) {
231 var filesWithOtherErrors = filelist.filter(function (file) {
305 var $uploadBarsDone = $uploadBars.filter(function(index, element) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Df29a28fffa7ec604a33a838f48f7ea79.asciidoc21 'filter' => [
H A D1b8caf0a6741126c6d0ad83b56fce290.asciidoc18 'filter' => [
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc17 'filter' => [
H A D028f6d6ac2594e20b78b8a8f8cbad49d.asciidoc22 'filter' => [
H A D06afce2955f9094d96d27067ebca32e8.asciidoc14 'filter' => [
/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor_ie7.css5filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColors…
/plugin/ckgedit/ckeditor/skins/moono/
H A Deditor_ie7.css5filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColors…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dabs.test2 "abs" filter
H A Dbatch_with_keys.test2 "batch" filter preserves array keys
H A Ddate_default_format.test2 "date" filter
H A Ddate_modify.test2 "date_modify" filter
H A Dforce_escape.test2 "escape" filter
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dabs.rst4 The ``abs`` filter returns the absolute value.
H A Dkeys.rst4 The ``keys`` filter returns the keys of an array. It is useful when you want to
H A Dtitle.rst4 The ``title`` filter returns a titlecased version of the value. Words will
/plugin/fullscreenmode/
H A Dstyle.css8 backdrop-filter: blur(4px);
/plugin/struct/types/
H A DUser.php165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
179 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
150 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() function in dokuwiki\\plugin\\struct\\types\\User
/plugin/pirate/
H A Dplugin.info.txt7 desc Pirate export filter, me matey! Arrrr!
/plugin/strata/
H A Dmanual.txt107 filter: select
110 filter: text
404 filter: text
416 Using ''%%filter%%'' you can specify whether and how columns are filterable:
417 * ''text'': a text input field. It filters rows that have a value that contains the filter string (substring matching). E.g.: filtering for //David// will match //10 David Street//.
418 * ''%%select%%'': a drop down select box filter, which contains all possible values. It filters rows that have exactly the value that is selected (exact matching).
419 * ''%%prefix select%%'': a drop down select box filter, which contains all possible values. It filters rows that start with the value that is selected (prefix matching). E.g.: if the values //EN//, //%%EN-US%%//, and //%%EN-GB%%// are present, filtering for //EN// will match all three values.
420 * ''%%suffix select%%'': a drop down select box filter, which contains all possible values. It filters rows that end with the value that is selected (suffix matching). E.g.: if the values //10 David Street// and //David Street// are present, filtering for //David Street// will match both values.
425 The properties ''%%sort%%'' and ''%%filter%%'' are applied on each column. It is also possible to set these properties differently for some columns, as follows:
434 filter
[all...]
/plugin/bez/mdl/
H A DTask.php251 public function set_data($post, $filter=NULL) {
341 public function get_participants($filter='') {
348 if ($filter != '') {
349 if (!in_array($filter, $possible_flags)) {
350 throw new \Exception("unknown flag $filter");
352 $sql .= " $filter=1 AND";
250 set_data($post, $filter = NULL) global() argument
340 get_participants($filter = '') global() argument

1...<<11121314151617181920>>...51