Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 213 for example2 (0.14 sec)

  1. pilot/pkg/networking/core/route/route_test.go

    		serviceRegistry := map[host.Name]*model.Service{
    			"*.example.org":             exampleWildcardService,
    			"goodbye.hello.example.org": exampleNestedWildcardService,
    		}
    
    		wildcardIndex := map[host.Name]types.NamespacedName{
    			"*.example.org":       virtualServiceWithWildcardHost.NamespacedName(),
    			"*.hello.example.org": virtualServiceWithNestedWildcardHost.NamespacedName(),
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    	autoSvc.Resolution = model.Passthrough
    	autoSvc.Attributes.ServiceRegistry = provider.Kubernetes
    
    	extSvc := buildServiceWithPort("example1.com", 9999, protocol.TCP, tnow)
    	extSvc.Resolution = model.Passthrough
    	extSvc.Attributes.ServiceRegistry = provider.External
    
    	extSvcSelector := buildServiceWithPort("example2.com", 9999, protocol.TCP, tnow)
    	extSvcSelector.Resolution = model.Passthrough
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  3. docs/screenshots/Example-1.png

    Example-1.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 09 02:22:34 UTC 2017
    - 97.2K bytes
    - Viewed (0)
  4. docs/screenshots/Example-1.jpg

    Example-1.jpg...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 29 16:10:47 UTC 2017
    - 88.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/copy-with-deep-filter-example.png

    copy-with-deep-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/copy-with-flat-filter-example.png

    copy-with-flat-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 62.8K bytes
    - Viewed (0)
  7. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    Shinsuke Sugaya <******@****.***> 1452930635 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  8. fastapi/param_functions.py

            strict=strict,
            multiple_of=multiple_of,
            allow_inf_nan=allow_inf_nan,
            max_digits=max_digits,
            decimal_places=decimal_places,
            example=example,
            examples=examples,
            openapi_examples=openapi_examples,
            deprecated=deprecated,
            include_in_schema=include_in_schema,
            json_schema_extra=json_schema_extra,
            **extra,
        )
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  9. src/testing/testing.go

    //	    // 3
    //	    // 0
    //	}
    //
    // Example functions without output comments are compiled but not executed.
    //
    // The naming convention to declare examples for the package, a function F, a type T and
    // method M on type T are:
    //
    //	func Example() { ... }
    //	func ExampleF() { ... }
    //	func ExampleT() { ... }
    //	func ExampleT_M() { ... }
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    include::sample[dir="snippets/files/copy/groovy",files="build.gradle[tags=copy-multiple-files-with-flat-filter-example]"]
    ====
    
    One thing to note, as demonstrated in the following diagram, is that only the PDFs that reside directly in the `reports` directory are copied:
    
    image::copy-with-flat-filter-example.png[]
    
    You can include files in subdirectories by using an Ant-style glob pattern (`\**/*`), as done in this updated example:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top