Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 3,957 for Filler (0.27 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/file/ContentFilterable.java

         * <pre>
         *    filter(HeadFilter, lines:25, skip:2)
         *    filter(ReplaceTokens, tokens:[copyright:'2009', version:'2.3.1'])
         * </pre>
         *
         * @param properties map of filter properties
         * @param filterType Class of filter to add
         * @return this
         */
        ContentFilterable filter(Map<String, ?> properties, Class<? extends FilterReader> filterType);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 16 22:05:15 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/multiple-filters/pom.xml

      <artifactId>b</artifactId>
      <version>1.0</version>
    
        <build>
            <filters>
                <filter>src/main/filters/a.properties</filter>
                <filter>src/main/filters/c.properties</filter>
                <filter>src/main/filters/b.properties</filter>
                <filter>src/main/filters/d.properties</filter>
            </filters>
        </build>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Nov 09 12:45:14 UTC 2019
    - 631 bytes
    - Viewed (0)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/renderer/declarations/modifiers/renderers/KtKeywordsFilter.kt

            val self = this
            return KaRendererKeywordFilter filter@{ modifier, symbol ->
                val analysisSession = this@filter
                self.filter(analysisSession, modifier, symbol) || other.filter(analysisSession, modifier, symbol)
            }
        }
    
        public object ALL : KaRendererKeywordFilter {
            override fun filter(analysisSession: KaSession, modifier: KtKeywordToken, annotated: KaAnnotated): Boolean {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. src/image/png/testdata/pngsuite/README.original

    Testing basn4a08.png: PASS (32 zero samples)
     Filter 1 was used 1 times
     Filter 4 was used 31 times
    Testing basn4a16.png: PASS (64 zero samples)
     Filter 0 was used 1 times
     Filter 1 was used 2 times
     Filter 2 was used 1 times
     Filter 4 was used 28 times
    Testing basn6a08.png: PASS (160 zero samples)
     Filter 1 was used 1 times
     Filter 4 was used 31 times
    Testing basn6a16.png: PASS (1072 zero samples)
     Filter 1 was used 4 times
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.7K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener_waypoint.go

    		}
    		tcpChain := &listener.FilterChain{
    			Filters: append([]*listener.Filter{
    				xdsfilters.ConnectAuthorityNetworkFilter,
    			},
    				lb.buildInboundNetworkFilters(cc)...),
    			Name: "direct-tcp",
    		}
    		// TODO: maintains undesirable persistent HTTP connections to "encap"
    		httpChain := &listener.FilterChain{
    			Filters: append([]*listener.Filter{
    				xdsfilters.ConnectAuthorityNetworkFilter,
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/filter/EncodingFilterTest.java

            final EncodingFilter filter = new EncodingFilter();
            Map<String, String[]> paramMap;
    
            paramMap = filter.parseQueryString("a=", "UTF-8");
            assertEquals(1, paramMap.size());
            assertEquals("", paramMap.get("a")[0]);
    
            paramMap = filter.parseQueryString("a", "UTF-8");
            assertEquals(1, paramMap.size());
            assertEquals("", paramMap.get("a")[0]);
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. pkg/config/validation/envoyfilter/envoyfilter.go

    								fmt.Errorf("Envoy filter: filter match has no effect when used with %v", cp.ApplyTo))) // nolint: stylecheck
    						}
    						// filter names are required if network filter matches are being made
    						if listenerMatch.FilterChain.Filter.Name == "" {
    							errs = validation.AppendValidation(errs, fmt.Errorf("Envoy filter: filter match has no name to match on")) // nolint: stylecheck
    							continue
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

                - orRules:
                    rules:
                    - metadata:
                        filter: envoy.filters.a.b
                        path:
                        - key: c
                        value:
                          stringMatch:
                            exact: exact
                    - metadata:
                        filter: envoy.filters.a.b
                        path:
                        - key: c
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/java-library-ignore-deprecated-test.dot

       "api" [shape="box", label=<<B>api</B>>, color="chartreuse3", bgcolor="chartreuse3", style="filled"]
    
       "compileOnlyApi" [shape="box", label=<<B>compileOnlyApi</B>>, color="chartreuse3", bgcolor="chartreuse3", style="filled"]
    
       "implementation" [shape="box", label=<<B>implementation</B>>, color="chartreuse3", bgcolor="chartreuse3", style="filled"]
       "implementation" -> "api"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                        - metadata:
                            filter: envoy.filters.http.jwt_authn
                            path:
                            - key: payload
                            - key: iss
                            value:
                              stringMatch:
                                exact: requestPrincipals
                        - metadata:
                            filter: envoy.filters.http.jwt_authn
                            path:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top