Home
last modified time | relevance | path

Searched refs:filter (Results 276 – 300 of 1263) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCertificateManager.php89 'filter' => [
155 'filter' => [
239 'filter' => [
323 'filter' => [
407 'filter' => [
487 'filter' => [
H A DCloudFilestore.php88 'filter' => [
158 'filter' => [
246 'filter' => [
340 'filter' => [
420 'filter' => [
H A DVMMigrationService.php93 'filter' => [
177 'filter' => [
271 'filter' => [
359 'filter' => [
455 'filter' => [
553 'filter' => [
679 'filter' => [
753 'filter' => [
835 'filter' => [
917 'filter' => [
H A DSpanner.php160 'filter' => [
236 'filter' => [
302 'filter' => [
396 'filter' => [
492 'filter' => [
524 'filter' => [
726 'filter' => [
848 'filter' => [
960 'filter' => [
992 'filter' => [
H A DDisplayVideo.php145 'filter' => [
190 'filter' => [
269 'filter' => [
335 'filter' => [
425 'filter' => [
494 'filter' => [
620 'filter' => [
715 'filter' => [
775 'filter' => [
841 'filter' => [
[all …]
H A DWorkflows.php87 'filter' => [
139 'filter' => [
205 'filter' => [
H A DTPU.php88 'filter' => [
130 'filter' => [
288 'filter' => [
330 'filter' => [
/plugin/infomail/
H A Dadmin.php14 if ($INPUT->filter('trim')->str('infomail_simple_new')) {
15 … $newlist = cleanID(":wiki:infomail:list_" . $INPUT->filter('trim')->str('infomail_simple_new'));
H A Daction.php138 $bookmark = $INPUT->filter('trim')->str('r_predef');
155 … $s_name = $INPUT->filter('trim')->str('s_name', $this->getConf('default_sender_displayname'));
159 $s_email = $INPUT->filter('trim')->str('s_email', $this->getConf('default_sender'), true);
166 $id = $INPUT->filter('cleanID')->str('id');
/plugin/csv/
H A Dhelper.php86 foreach ($filters as $col => $filter) {
87 list($text, $type) = $filter;
172 foreach ($opt['filter'] as $col => $filter) {
173 if (!preg_match("/$filter/i", $row[$col])) {
/plugin/authplaincas/
H A Dauth.php606 function getUserCount($filter=array()) { argument
610 if (!count($filter)) return count($this->users);
613 $this->_constructPattern($filter);
628 * @param filter array of field/pattern pairs
631 function retrieveUsers($start=0,$limit=0,$filter=array()) { argument
639 $this->_constructPattern($filter);
684 function _constructPattern($filter) { argument
686 foreach ($filter as $item => $pattern) {
/plugin/tools/
H A Dstyle.css27 filter: alpha(opacity=60);
35 filter: aplha(opacity=100);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst11 The ``escape`` filter escapes a string for safe insertion into the final
21 For convenience, the ``e`` filter is defined as an alias:
27 The ``escape`` filter can also be used in other contexts than HTML thanks to
43 The ``escape`` filter supports the following escaping strategies:
67 escape filter; but that does not work when using a variable as the
/plugin/strata/lib/
H A Dstrata_querytree_visitor.php20 * Visit a filter pattern.
42 * Visit a filter operation.
46 foreach($query['rhs'] as &$filter) {
47 $this->visit_fp($filter);
86 case 'filter':
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoolQuery.php53 * Sets the filter.
57 public function addFilter(AbstractQuery $filter): self argument
59 return $this->addParam('filter', $filter);
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md153 A filter manager is also provided for organizing filters.
187 'scss', // filter through the filter manager's "scss" filter
188 '?yui_css', // don't use this filter in debug mode
196 Prefixing a filter name with a question mark, as `yui_css` is here, will cause
197 that filter to be omitted when the factory is in debug mode.
245 'scss', // filter through the filter manager's "scss" filter
246 '?yui_css', // don't use this filter in debug mode
293 {% stylesheets '/path/to/sass/main.sass' filter='sass,?yui_css' output='css/all.css' %}
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php61 $filter = new PreTreeFilterHeaderFooter("HEADER", "FOOTER");
62 $pipeline->pre_tree_filters[] = $filter;
/plugin/idoit/
H A Dsyntax.php40 foreach ($request['filter'] as $filter) {
81 if ($request['filter']) {
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DFilterTokenParser.php36 … $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag());
45 return new PrintNode($filter, $token->getLine(), $this->getTag());
/plugin/bookmarkme/
H A Dstyle.css30 filter: alpha(opacity=60);
38 filter: aplha(opacity=100);
/plugin/youtrack/
H A Dhelper.php210 * @param string $filter Filter in YouTrack query language
213 function getIssues($filter) { argument
219 'filter' => $filter,
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php164 $filter = SUT::append($stream, $name)
166 ->when($result = SUT::remove($filter))
178 $filter = SUT::append($stream, $name)
/plugin/struct/types/
H A DMedia.php124 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null)
128 $url = wl($page, $filter);
139 $R->internallink("$page?$filter", $media);
129 renderTagCloudLink($value, \\Doku_Renderer $R, $mode, $page, $filter, $weight) global() argument
/plugin/structodt/
H A Dhelper.php233 foreach ($filters as $filter) {
234 $colname = $filter[0];
235 $value = $filter[2];
236 $comp = $filter[1];
237 $op = $filter[3];
/plugin/backup/
H A Dadmin.php309 * @param Callable|null $filter a filter method, returns true for all files to add
313 protected function addDirectoryToTar(Tar $tar, $dir, $as, $logger = null, $filter = null) argument
324 if ($filter !== null && !$filter($file)) {
358 foreach ($this->filters as $filter) {
359 if (strpos($path, $filter) === 0) {

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