Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,541 for Legault (0.27 sec)

  1. istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json

              "address": "/10.244.1.43",
              "port": {
                "9080": 9080
              }
            },
            "Kubernetes//Pod/default/reviews-v2-5b667bcbf8-twvx6:/10.244.1.42": {
              "workloadUid": "Kubernetes//Pod/default/reviews-v2-5b667bcbf8-twvx6",
              "service": "default/reviews.default.svc.cluster.local",
              "address": "/10.244.1.42",
              "port": {
                "9080": 9080
    Json
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 33.1K bytes
    - Viewed (0)
  2. istioctl/pkg/config/config_test.go

    authority                                default
    cert-dir                                 default
    insecure                                 default
    istioNamespace          istio-system     default
    plaintext                                default
    prefer-experimental                      default
    xds-address                              default
    xds-port                15012            default
    `,
    			WantException: false,
    		},
    	}
    
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Thu Jun 15 15:02:17 GMT 2023
    - 1.8K bytes
    - Viewed (0)
  3. okcurl/src/main/kotlin/okhttp3/curl/Main.kt

      val connectTimeout: Int by option(
        "--connect-timeout",
        help = "Maximum time allowed for connection (seconds)",
      ).int().default(DEFAULT_TIMEOUT)
    
      val readTimeout: Int by option("--read-timeout", help = "Maximum time allowed for reading data (seconds)").int().default(DEFAULT_TIMEOUT)
    
      val callTimeout: Int by option(
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.7K bytes
    - Viewed (1)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java

         * Append message content in trace style.
         * By default, bold magenta
         *
         * @param message the message to append
         * @return the current builder
         */
        @Nonnull
        default MessageBuilder trace(Object message) {
            return style(".trace:-bold,f:magenta", message);
        }
    
        /**
         * Append message content in debug style.
         * By default, bold cyan
         *
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 7K bytes
    - Viewed (0)
  5. maven-compat/src/test/java/org/apache/maven/repository/MirrorProcessorTest.java

            assertTrue(DefaultMirrorSelector.matchesLayout("default", "default,legacy"));
    
            assertFalse(DefaultMirrorSelector.matchesLayout("default", "legacy,!default"));
            assertFalse(DefaultMirrorSelector.matchesLayout("default", "!default,legacy"));
    
            assertFalse(DefaultMirrorSelector.matchesLayout("default", "*,!default"));
            assertFalse(DefaultMirrorSelector.matchesLayout("default", "!default,*"));
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 10.7K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/ntlmssp/Type2Message.java

        private static final int DEFAULT_FLAGS;
    
        private static final String DEFAULT_DOMAIN;
    
        private static final byte[] DEFAULT_TARGET_INFORMATION;
    
        private byte[] challenge;
    
        private String target;
    
        private byte[] context;
    
        private byte[] targetInformation;
    
        static {
            DEFAULT_FLAGS = NTLMSSP_NEGOTIATE_NTLM |
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 12.6K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/files/gateway-injection-template.yaml

        service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote }}
      annotations: {
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 8.6K bytes
    - Viewed (0)
  8. dbflute_fess/dfprop/dependencyInjectionMap.dfprop

    #
    # {Java} Seasar Only:
    # o dbfluteDiconNamespace: (NotRequired - Default 'dbflute')
    # o dbfluteDiconPackageName: (NotRequired - Default '../resources')
    # o dbfluteDiconFileName: (NotRequired - Default 'dbflute.dicon')
    # o j2eeDiconResourceName: (NotRequired - Default 'j2ee.dicon')
    #
    # {Java} Lasta Di Only:
    # o dbfluteDiXmlNamespace: (NotRequired - Default 'dbflute')
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 6.5K bytes
    - Viewed (0)
  9. dbflute_fess/dfprop/basicInfoMap.dfprop

    #
    # Adjustment Properties:
    # o generateOutputDirectory: (NotRequired - Default Java:'../src/main/java' CSharp:'../source')
    # o resourceOutputDirectory: (NotRequired - Default '../resources')
    # o isTableNameCamelCase: (NotRequired - Default false)
    # o isColumnNameCamelCase: (NotRequired - Default false)
    # o projectPrefix: (NotRequired - Default '')
    # o classAuthor: (NotRequired - Default 'DBFlute(AutoGenerator)')
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 9.2K bytes
    - Viewed (0)
  10. internal/config/notify/parse.go

    			passwordEnv = passwordEnv + config.Default + k
    		}
    		userEnv := target.EnvRedisUser
    		if k != config.Default {
    			userEnv = userEnv + config.Default + k
    		}
    		keyEnv := target.EnvRedisKey
    		if k != config.Default {
    			keyEnv = keyEnv + config.Default + k
    		}
    		queueDirEnv := target.EnvRedisQueueDir
    		if k != config.Default {
    			queueDirEnv = queueDirEnv + config.Default + k
    		}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 46.4K bytes
    - Viewed (0)
Back to top