Home
last modified time | relevance | path

Searched +refs:filter +refs:against +refs:base (Results 1 – 25 of 16823) sorted by relevance

12345678910>>...673

/dports/sysutils/dnf/dnf-4.9.0/doc/
H A Dapi_queries.rst31 base = dnf.Base()
32 base.fill_sack()
34 q = base.sack.query()
36 i = i.filter(name='dnf')
48 base = dnf.Base()
49 base.read_all_repos()
50 base.fill_sack()
52 q = base.sack.query()
54 a = a.filter(name='dnf')
83 .. method:: filter(\*\*kwargs)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rollup-pluginutils/
H A DREADME.md76 var filter = createFilter( options.include, options.exclude );
80 // if `options.include` is omitted or has zero length, filter
84 if ( !filter( id ) ) return;
92 If you want to resolve the patterns against a directory other than
96 var filter = createFilter( options.include, options.exclude, {resolve: '/my/base/dir'} )
99 If `resolve` is a string, then this value will be used as the base directory.
100 Relative paths will be resolved against `process.cwd()` first. If `resolve` is
101 `false`, then the patterns will not be resolved against any directory. This can
102 be useful if you want to create a filter for virtual module names.
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/ldap/docs/
H A Dldap.md4 The LDAP module provides a method for authenticating users against an
10 : Authenticate the user against a single LDAP server.
13 : Allow the user to chose one LDAP server to authenticate against.
60 * The DN which will be used as a base for the search.
64 'search.base' => 'ou=people,dc=example,dc=org',
73 * The attribute(s) the username should match against.
118 array with attributes the username should be matched against.
198 * the organization-part of the username is matched against the index.
251 Filter to add attributes to the identity by executing a query against
253 in the ldap:AttributeAddUsersGroups filter (below), these are the filter
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/ldap/docs/
H A Dldap.md4 The LDAP module provides a method for authenticating users against an
10 : Authenticate the user against a single LDAP server.
13 : Allow the user to chose one LDAP server to authenticate against.
60 * The DN which will be used as a base for the search.
64 'search.base' => 'ou=people,dc=example,dc=org',
73 * The attribute(s) the username should match against.
118 array with attributes the username should be matched against.
198 * the organization-part of the username is matched against the index.
251 Filter to add attributes to the identity by executing a query against
253 in the ldap:AttributeAddUsersGroups filter (below), these are the filter
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@rollup/pluginutils/
H A DREADME.md100 Constructs a filter function which can be used to determine whether or not certain modules should b…
109 …r array of patterns. If `options.include` is omitted or has zero length, filter will return `true`…
117against a directory other than `process.cwd()`. If a `String` is specified, then the value will be…
126 var filter = createFilter(options.include, options.exclude, {
127 resolve: '/my/base/dir'
132 if (!filter(id)) return;
/dports/net-mgmt/observium/observium/mibs/raisecom/
H A DSWITCH-PORTMIRROR-MIB120 "Set ingress mirror filter rule. all: mirror all frames from mirroring ports;
142 "MAC address that is compared against ingress frames in accordance with the
143 ingress mirror filter rules."
156 "Set egress mirror filter rule. all: mirror all frames from mirroring ports;
169 pass the egress mirror filter rule are further divided by the value that user sets,
178 "MAC address that is compared against ingress frames in accordance with the
179 egress mirror filter rules."
208 "A table of mirror base configuration."
216 "Table entry for mirror base configuration."
287 "A table of mirror rspan base configuration."
[all …]
/dports/security/p5-Authen-Simple-LDAP/Authen-Simple-LDAP-0.3/
H A DREADME32 Authenticate against a LDAP service.
84 The distinguished name of the search base.
88 * filter
90 LDAP filter to use in search, defaults to "(uid=%s)".
92 filter => '(uid=%s)'
96 The search scope, can be "base", "one" or "sub", defaults to
99 filter => 'sub'
117 filter => '(&(objectClass=inetOrgPerson)(objectClass=posixAccount)(uid=%s))'
126 filter => '(&(objectClass=organizationalPerson)(objectClass=user)(sAMAccountName=%s))'
/dports/devel/ice37/ice-3.7.2/config/
H A DMake.rules6 # Select an installation base directory. The directory will be created
64 # List of binary distributions to build against. Defaults to undefined,
66 # a language mapping or tests against a binary distribution.
113 ifneq ($(filter all cpp obj%c,$(ICE_BIN_DIST)),)
114 # NOTE: on macOS, if ICE_HOME isn't set we build against /usr/local/opt/ice because the
119 ifeq ($(filter all cpp,$(ICE_BIN_DIST)),)
125 ifeq ($(filter all obj%c,$(ICE_BIN_DIST)),)
131 ifeq ($(filter all cpp,$(ICE_BIN_DIST)),)
139 … $(and $(filter cpp,$(ICE_BIN_DIST)),$(filter %/cpp/,$(call mappingdir,$(or $1,$(currentdir))))))
148 #usr_dir_install := $(or $(filter yes,$(USR_DIR_INSTALL)),$(filter /usr%,$(prefix)))
[all …]
/dports/devel/php-ice37/ice-3.7.2/config/
H A DMake.rules6 # Select an installation base directory. The directory will be created
64 # List of binary distributions to build against. Defaults to undefined,
66 # a language mapping or tests against a binary distribution.
113 ifneq ($(filter all cpp obj%c,$(ICE_BIN_DIST)),)
114 # NOTE: on macOS, if ICE_HOME isn't set we build against /usr/local/opt/ice because the
119 ifeq ($(filter all cpp,$(ICE_BIN_DIST)),)
125 ifeq ($(filter all obj%c,$(ICE_BIN_DIST)),)
131 ifeq ($(filter all cpp,$(ICE_BIN_DIST)),)
139 … $(and $(filter cpp,$(ICE_BIN_DIST)),$(filter %/cpp/,$(call mappingdir,$(or $1,$(currentdir))))))
148 #usr_dir_install := $(or $(filter yes,$(USR_DIR_INSTALL)),$(filter /usr%,$(prefix)))
[all …]
/dports/devel/py-ice37/ice-3.7.2/config/
H A DMake.rules6 # Select an installation base directory. The directory will be created
64 # List of binary distributions to build against. Defaults to undefined,
66 # a language mapping or tests against a binary distribution.
113 ifneq ($(filter all cpp obj%c,$(ICE_BIN_DIST)),)
114 # NOTE: on macOS, if ICE_HOME isn't set we build against /usr/local/opt/ice because the
119 ifeq ($(filter all cpp,$(ICE_BIN_DIST)),)
125 ifeq ($(filter all obj%c,$(ICE_BIN_DIST)),)
131 ifeq ($(filter all cpp,$(ICE_BIN_DIST)),)
139 … $(and $(filter cpp,$(ICE_BIN_DIST)),$(filter %/cpp/,$(call mappingdir,$(or $1,$(currentdir))))))
148 #usr_dir_install := $(or $(filter yes,$(USR_DIR_INSTALL)),$(filter /usr%,$(prefix)))
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_auth_ldap/
H A DREADME.markdown35 …ldap\_base LDAP base directory which stores user accounts …
37 …ldap\_rootdn The distinguished name to auth against
39 …ldap\_filter Search filter, with `$user` and `$host` substituted for user- and hostname …
40 …ldap\_scope Search scope. other values: "base" and "onelevel" …
43 ldap\_admin\_filter Search filter to match admins, works like ldap\_filter
/dports/www/firefox-esr/firefox-91.8.0/browser/components/places/
H A DInteractionsBlocklist.jsm30 // A blocklist of regular expressions. Maps base hostnames to a list regular
31 // expressions for URLs with that base hostname. In this context, "base
33 // example, the base hostname for "https://www.maps.google.com/a/place" is
35 // check all URLs against a long list of regular expressions. The regexes are
114 * Checks a URL against a blocklist of URLs. If the URL is blocklisted, we
123 // First, find the URL's base host: the hostname without any subdomains or a
149 // URL. Also check the URL against the custom blocklist.
160 * Adds a regex to HOST_BLOCKLIST. Since we can't parse the base host from
162 * against these wildcard regexes.
209 HOST_BLOCKLIST["*"] = HOST_BLOCKLIST["*"].filter(
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/places/
H A DInteractionsBlocklist.jsm30 // A blocklist of regular expressions. Maps base hostnames to a list regular
31 // expressions for URLs with that base hostname. In this context, "base
33 // example, the base hostname for "https://www.maps.google.com/a/place" is
35 // check all URLs against a long list of regular expressions. The regexes are
114 * Checks a URL against a blocklist of URLs. If the URL is blocklisted, we
123 // First, find the URL's base host: the hostname without any subdomains or a
149 // URL. Also check the URL against the custom blocklist.
160 * Adds a regex to HOST_BLOCKLIST. Since we can't parse the base host from
162 * against these wildcard regexes.
209 HOST_BLOCKLIST["*"] = HOST_BLOCKLIST["*"].filter(
/dports/devel/clazy/clazy-1.5/
H A DChangelog17 base-class-event
21 - Fixes against clang 4.0
22 - Fixes against Qt 5.9
28 - clazy-standalone executable. Allows to run clazy against a JSON compilation database
33 install-event-filter
71 skipped-base-method
82 …- Added -header-filter=<regex> option to clazy-standalone. Only headers matching the regexp will h…
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/handlers/
H A Dviews_handler_relationship.inc17 * The base relationship handler can only handle a single join. Some relationships
22 * - base: The new base table this relationship will be adding. This does not
23 * have to be a declared base table, but if there are no tables that
24 * utilize this base table, it won't be very effective.
27 * - relationship table: The actual table this relationship operates against.
29 * - relationship field: The actual field this relationship operates against.
32 * shown in parentheses next to any field/sort/filter/argument that uses
94 // Figure out what base table this relationship brings to the party.
95 $table_data = views_fetch_data($this->definition['base']);
96 …ase_field = empty($this->definition['base field']) ? $table_data['table']['base']['field'] : $this…
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/docs/tests/
H A Dperformance-tests.md11 This will run all DAMP tests, you can filter by test name with:
37 It runs all these three tests two times. Each time against a different web page:
38 * "simple": an empty webpage. This test highlights the performance of all tools against the simples…
56 On the bottom panel that just opened, click on "Compare result against another revision".
62 Next to "Talos" select menu, in the filter textbox, type "damp".
64 ![PerfHerder filter](perfherder-filter-subtests.png)
69 On this page, you can filter by test name with the filter box on top of the result table.
72 …Average time it took to run the test on the base build (by default, the last 2 days of DAMP runs o…
78 Difference in percent between the base and new runs.
88 …% between two runs of the same build, and you get a 1% difference between your base and new builds,
[all …]
/dports/devel/grpc/grpc-1.42.0/src/proto/grpc/testing/xds/v3/
H A Dlistener.proto22 import "src/proto/grpc/testing/xds/v3/base.proto";
47 // The name of the filter to instantiate. The name must match a
48 // :ref:`supported filter <config_network_filters>`.
74 // listener in determining a filter chain match.
96 // a filter chain match. Those values will be compared against the server names of a new
99 // The server name will be matched against all wildcard domains, i.e. ``www.example.com``
100 // will be first matched against ``www.example.com``, then ``*.example.com``, then ``*.com``.
111 // This value will be compared against the transport protocol of a new connection, when
122 // determining a filter chain match. Those values will be compared against the application
176 // A list of filter chains to consider for this listener. The
[all …]
/dports/science/clipper/clipper-2.1/dox/
H A Dclipper_contrib.dox10 to switch between these. Therefore, an abstract base class is defined
12 implementations are derived from the base class, differing only in
16 base class in which you are interested, and then pick the appropriate
26 \par Structure factor calculation against Fo from coordinates:
43 …- See also the filter functions, clipper::MapFilterFn_step, clipper::MapFilterFn_linear, clipper::…
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dregistry.hg33 /** An abstract base class for management of Gst::Plugin objects.
119 /** Runs a filter against all plugins in the registry and returns a List with
123 * @param filter The filter to use.
128 …Glib::ListHandle< Glib::RefPtr<Gst::Plugin> > get_plugin_list(const Plugin::SlotFilter& filter, bo…
131 /** Runs a filter against all plugins in the registry and returns a List with
135 * @param filter The filter to use.
140 …b::RefPtr<const Gst::Plugin> > get_plugin_list(const Plugin::SlotFilter& filter, bool first) const;
142 /** Runs a filter against all features of the plugins in the registry and
146 * @param filter The filter to use.
153 /** Runs a filter against all features of the plugins in the registry and
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_lib_ldap/
H A DREADME.md4 (mod\_storage\_ldap) to query against an LDAP server. It also provides a plugin library (mod\_lib\…
39 * basedn - The base DN against which to base your LDAP queries for users.
40 * filter - An LDAP filter expression that matches users.
50 * basedn - The base DN against which to base your LDAP queries for groups.
58 …mefield (whatever namefield is set to is the name) - An attribute pair to match this group against.
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidutils/unix/
H A Dlibsidutils.spec26 filter files (types 1 and 2).
73 - Merge Windows code base.
76 - Moved filter struct to libsidplay for sidbuilder classes.
77 Synced against libini-1.1.8 for bug fixes.
H A Dlibsidutils.spec.in26 filter files (types 1 and 2).
73 - Merge Windows code base.
76 - Moved filter struct to libsidplay for sidbuilder classes.
77 Synced against libini-1.1.8 for bug fixes.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/templates/headless-build/
H A Dbuild.properties21 # baseLocation - where things you are building against are installed
22 # bootclasspath - The base jars to compile against (typicaly rt.jar)
92 #jnlp.configs=${configs} #uncomment to filter the content of the generated jnlp files based on th…
115 #p2.mirror.slicing.filter=
171 # Settings for the base Eclipse components and Java class libraries
172 # against which you are building.
177 base=<path/to/parent/of/eclipse> key
178 baseLocation=${base}/eclipse
180 #Folder containing repositories whose content is needed to compile against
181 #repoBaseLocation=${base}/repos
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/docs/reference/commandline/
H A Dsearch.md9 pull requests against that repo. If you see this file in
24 -f, --filter value Filter output based on conditions provided (default [])
53 busybox Busybox base image. 316 [OK] …
57 azukiapp/busybox This image is meant to be used as the base... 2 …
88 busybox Busybox base image. …
100 The filtering flag (`-f` or `--filter`) format is a `key=value` pair. If there is more
101 than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`)
115 $ docker search --filter stars=3 busybox
118 busybox Busybox base image. 325 [OK]
129 $ docker search --filter is-automated busybox
[all …]
/dports/mail/py-afew/afew-3.0.1/docs/
H A Dconfiguration.rst14 mostly been developed and used against the **new** tag. To use that,
31 You can modify filters, and define your own versions of the base Filter that
47 You can add filters based on the base filter as well. These can be customised
52 text that will be displayed while running this filter if the verbosity is high
56 the query to use against the messages, specified in standard notmuch format.
180 filter = not is:spam

12345678910>>...673