Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for iostream (0.22 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

                     ]
                    },
                    {
                     "upstream_protocol": "HTTP11",
                     "alpn_override": [
                      "istio-http/1.1",
                      "istio",
                      "http/1.1"
                     ]
                    },
                    {
                     "upstream_protocol": "HTTP2",
                     "alpn_override": [
                      "istio-h2",
    Others
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Jun 21 14:20:23 GMT 2023
    - 206.7K bytes
    - Viewed (2)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    the subject identity in the certificate. items: type: string type: array type: object type: object type: array proxyProtocol: description: The upstream PROXY protocol settings. properties: version: description: The PROXY protocol version to use. enum: - V1 - V2 type: string type: object tls: description: TLS related settings for connections to the upstream service. properties: caCertificates: description: 'OPTIONAL: The path to the file containing certificate authority certificates to use in verifying...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    Configuration); public PlexusContainer getParentContainer(); public classworlds.realm.ClassRealm getComponentRealm(String); private static java.io.InputStream toStream(java.io.File) throws PlexusContainerExcep; private static java.io.InputStream toStream(java.net.URL) throws PlexusContainerExcep; private static java.io.InputStream toStream(String) throws PlexusContainerExcep; public classworlds.realm.ClassRealm getLookupRealm(Object); } org/codehaus/plexus/DuplicateChildContai.class package org.codehaus.plexus;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  4. fastapi/applications.py

                Type[Response],
                Doc(
                    """
                    The default response class to be used.
    
                    Read more in the
                    [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/#default-response-class).
    
                    **Example**
    
                    ```python
                    from fastapi import FastAPI
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    Configuration); public PlexusContainer getParentContainer(); public classworlds.realm.ClassRealm getComponentRealm(String); private static java.io.InputStream toStream(java.io.File) throws PlexusContainerExcep; private static java.io.InputStream toStream(java.net.URL) throws PlexusContainerExcep; private static java.io.InputStream toStream(String) throws PlexusContainerExcep; public classworlds.realm.ClassRealm getLookupRealm(Object); } org/codehaus/plexus/DuplicateChildContai.class package org.codehaus.plexus;...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/SmbFile.java

        static final int DEFAULT_ATTR_EXPIRATION_PERIOD = 5000;
    
        static final int HASH_DOT     = ".".hashCode();
        static final int HASH_DOT_DOT = "..".hashCode();
    
        static LogStream log = LogStream.getInstance();
        static long attrExpirationPeriod;
        static boolean ignoreCopyToException;
    
        static {
    
            try {
                Class.forName( "jcifs.smb1.Config" );
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    configuration.PlexusConfiguration getConfiguration(); public void setConfiguration(configuration.PlexusConfiguration); public PlexusContainer getParentContainer(); public classworlds.realm.ClassRealm getComponentRealm(String); private java.io.InputStream toStream(String) throws PlexusContainerExcep; public classworlds.realm.ClassRealm getLookupRealm(Object); } org/codehaus/plexus/DuplicateChildContai.class package org.codehaus.plexus; public synchronized class DuplicateChildContai extends PlexusContainerExcep...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    configuration.PlexusConfiguration getConfiguration(); public void setConfiguration(configuration.PlexusConfiguration); public PlexusContainer getParentContainer(); public classworlds.realm.ClassRealm getComponentRealm(String); private java.io.InputStream toStream(String) throws PlexusContainerExcep; public classworlds.realm.ClassRealm getLookupRealm(Object); } org/codehaus/plexus/DuplicateChildContai.class package org.codehaus.plexus; public synchronized class DuplicateChildContai extends PlexusContainerExcep...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.cc

        RunMetadata run_metadata_proto;
        result = session->Run(run_options_proto, input_pairs, output_tensor_names,
                              target_oper_names, &outputs, &run_metadata_proto);
    
        // Serialize back to upstream client, who now owns the new buffer
        if (run_metadata != nullptr) {
          status->status = MessageToBuffer(run_metadata_proto, run_metadata);
          if (!status->status.ok()) return;
        }
      } else {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

      Changelog (vs 55-8872-18-0)
        * Cherry-pick runc PR#608: Eliminate redundant parsing of mountinfo
        * Updated kubernetes to v1.4.5
        * Fixed a bug in e2fsprogs that caused mke2fs to take a very long time. Upstream fix: http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?h=next&id=d33e690fe7a6cbeb51349d9f2c7fb16a6ebec9c2
    ```
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
Back to top