Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for saker (0.25 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Tom Whitwell <******@****.***>
    cloudapps.digital
    london.cloudapps.digital
    
    // GOV.UK Pay : https://www.payments.service.gov.uk/
    // Submitted by Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
    pymnt.uk
    
    // UKHomeOffice : https://www.gov.uk/government/organisations/home-office
    // Submitted by Jon Shanks <******@****.***>
    homeoffice.gov.uk
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. 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

    java.io.Serializable { private void DefaultContext$Hidden(); } org/codehaus/plexus/context/DefaultContext.class package org.codehaus.plexus.context; public synchronized class DefaultContext implements Context { private static DefaultContext$Hidden HIDDEN_MAKER; private java.util.Map contextData; private Context parent; private boolean readOnly; public void DefaultContext(java.util.Map, Context); public void DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext();...
    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)
  3. 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

    java.io.Serializable { private void DefaultContext$Hidden(); } org/codehaus/plexus/context/DefaultContext.class package org.codehaus.plexus.context; public synchronized class DefaultContext implements Context { private static DefaultContext$Hidden HIDDEN_MAKER; private java.util.Map contextData; private Context parent; private boolean readOnly; public void DefaultContext(java.util.Map, Context); public void DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext();...
    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)
  4. 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

    java.io.Serializable { private void DefaultContext$Hidden(); } org/codehaus/plexus/context/DefaultContext.class package org.codehaus.plexus.context; public synchronized class DefaultContext implements Context { private static DefaultContext$Hidden HIDDEN_MAKER; private java.util.Map contextData; private Context parent; private boolean readOnly; public void DefaultContext(java.util.Map, Context); public void DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext();...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K 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

    java.io.Serializable { private void DefaultContext$Hidden(); } org/codehaus/plexus/context/DefaultContext.class package org.codehaus.plexus.context; public synchronized class DefaultContext implements Context { private static DefaultContext$Hidden HIDDEN_MAKER; private java.util.Map contextData; private Context parent; private boolean readOnly; public void DefaultContext(java.util.Map, Context); public void DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext();...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

     *
     * <p>Note that if you don't call {@code closeAsync()}, the captured objects will not be closed. The
     * automatic-closing approach described above is safer.
     *
     * @param <V> the type of the value of this step
     * @since 30.0
     */
    // TODO(dpb): Consider reusing one CloseableList for the entire pipeline, modulo combinations.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.cc

        Node* node = graph->graph.FindNodeId(*pos);
        // FindNodeId() returns nullptr for nodes that have been deleted.
        // We aren't currently allowing nodes to be deleted, but it is safer
        // to still check.
        if (node != nullptr) return ToOperation(node);
        *pos += 1;
      }
    
      // No more nodes.
      return nullptr;
    }
    
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.5.md

    ## Changelog since v1.5.0
    
    ### Other notable changes
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    the new chart uses the default namespace service account, and doesn't require additional RBAC permissions. - simplified label and chart structure. - ability to run a pilot dedicated for the gateway, isolated from the main pilot. This is more robust, safer on upgrades and allows a bit more flexibility. - the dedicated pilot-per-ingress is required if the gateway needs to support k8s-style ingress. # Port and basic host configuration In order to configure the Service object, the install/upgrade needs...
    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)
Back to top