Home
last modified time | relevance | path

Searched refs:filter (Results 501 – 525 of 1263) sorted by relevance

1...<<21222324252627282930>>...51

/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js438 var filter = '@me';
595 'query': (mxUtils.trim(filter) == '') ? 'is:open' : filter,
614 …var dlg = new FilenameDialog(this.ui, filter, mxResources.get('ok'), mxUtils.bind(this, function(v…
618 filter = value;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_interval.test2 "date" filter (interval support as of PHP 5.3)
H A Dmerge.test2 "merge" filter
H A Dreplace.test2 "replace" filter
H A Dsplit.test2 "split" filter
H A Dnl2br.test2 "nl2br" filter
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst4 The ``format`` filter formats a given string by replacing the placeholders
H A Djson_encode.rst4 The ``json_encode`` filter returns the JSON representation of a value:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPolicyAnalyzer.php74 'filter' => [
H A DMyBusinessAccountManagement.php87 'filter' => [
215 'filter' => [
H A DCloudMachineLearningEngine.php170 'filter' => [
512 'filter' => [
608 'filter' => [
684 'filter' => [
H A DFirestore.php157 'filter' => [
233 'filter' => [
596 'filter' => [
638 'filter' => [
/plugin/acknowledge/
H A Dscript.js45 .filter(function (idx, el) {
/plugin/pdftools/
H A Dstyle.css81filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7b4b9', endColorstr='#555e64',…
102filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',…
/plugin/struct/types/
H A DPage.php25 'filter' => '',
84 $filter = $this->config['autocomplete']['filter'];
86 // this basically duplicates what we do in ajax_qsearch() but with a filter
90 if (!empty($filter) && !$this->filterMatch($id, $filter)) {
197 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
200 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
217 * Check if the given id matches a configured filter pattern
220 * @param string $filter
209 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() function in dokuwiki\\plugin\\struct\\types\\Page
[all...]
/plugin/structpublish/meta/
H A DRevision.php246 'filter: %pageid% = $ID$'
250 foreach ($andFilters as $filter) {
251 $lines[] = 'filter: ' . $filter;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php290 * @param FilterInterface|null $filter argument
294 public function dirSync(?string $rootNc = null, FilterInterface $filter = null, ...$attributes): DirSync
296 return new DirSync($this, $rootNc, $filter, ...$attributes);
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst17 Use the ``localizeddate`` filter to format dates into a localized string
24 The ``localizeddate`` filter accepts strings (it must be in a format supported
77 Use the ``localizednumber`` filter to format numbers into a localized string
116 Use the ``localizedcurrency`` filter to format a currency value into a localized string.
/plugin/behave/
H A Dbehave.js61 if (typeof Array.prototype.filter !== 'function') {
62 Array.prototype.filter = function(func /*, thisp */) { method in Array
323 …toDecrement += left.split(quoteMap[j]).filter(utils.isEven).join('').split(charSettings.keyMap[i].…
550 filter: function (e) { method in action
580 utils.addEvent(defaults.textarea, 'keypress', action.filter);
611 utils.removeEvent(defaults.textarea, 'keypress', action.filter);
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSchool_Building.svg1filter id="A" filterUnits="userSpaceOnUse" x="0" y="102.299" width="192.771" height="174.807"><feC…
/plugin/highlightjs/highlight/styles/
H A Dascetic.css15 .filter .argument,
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ConvertDocumentToFragment.txt
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2137-filter.phpt8 $_SERVER['argv'][4] = '--filter';
/plugin/pagequery/
H A DPageQuery.php122 $extrakeys = array_diff_key($opt['filter'], $opt['sort']);
542 * filter array of pages by specific meta data keys (or columns)
545 * @param array $filter meta-data filter: <meta key>:<query>
547 final public function filterMetadata(array $sort_array, array $filter): array
549 foreach ($filter as $metakey => $expr) {
575 private function filterByDate($filter, $date): bool
577 $filter = str_replace('/', '.', $filter); // allow for Euro style date formats
578 $filters = explode('->', $filter);
552 filterMetadata(array $sort_array, array $filter) global() argument
580 filterByDate($filter, $date) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst376 tag, ``autoescape``, and a filter, ``raw``.
385 escaping strategy), except those using the ``raw`` filter:
410 variables or filter arguments are never automatically escaped:
435 * Escaping is applied before printing, after any other filter is applied:
441 * The `raw` filter should only be used at the end of the filter chain:
449 * Automatic escaping is not applied if the last filter in the chain is marked
468 individual variables (so, the ``raw`` filter won't have any effect here).
491 the ``if`` tag, and the ``upper`` filter. Moreover, the templates will only be
570 filter whenever possible.
584 * ``\Twig\Error\RuntimeError``: Thrown when an error occurs at runtime (when a filter
[all …]

1...<<21222324252627282930>>...51