Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 887 for Hannon (0.09 sec)

  1. okhttp/src/main/kotlin/okhttp3/ConnectionListener.kt

    1. */
    2. package okhttp3
    3.  
    4. import okio.IOException
    5.  
    6. /**
    7. * Listener for connection events. Extend this class to monitor the new connections and closes.
    8. *
    9. * All event methods must execute fast, without external locking, cannot throw exceptions,
    10. * attempt to mutate the event parameters, or be reentrant back into the client.
    11. * Any IO - writing to files or network should be done asynchronously.
    12. */
    13. @ExperimentalOkHttpApi
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Jan 23 14:31:42 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. cni/pkg/pluginlistener/listener.go

    1. return nil, fmt.Errorf("failed to remove unix://%s: %v", path, err)
    2. }
    3.  
    4. // Attempt to create the folder in case it doesn't exist
    5. if err := os.MkdirAll(filepath.Dir(path), 0o750); err != nil {
    6. // If we cannot create it, just warn here - we will fail later if there is a real error
    7. log.Warnf("Failed to create directory for %v: %v", path, err)
    8. }
    9.  
    10. var err error
    11. listener, err := net.Listen("unix", path)
    12. if err != nil {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jan 26 20:34:28 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/exbhv/GroupBhv.java

    1. return result;
    2. } catch (InstantiationException | IllegalAccessException e) {
    3. final String msg = "Cannot create a new instance: " + entityType.getName();
    4. throw new IllegalBehaviorStateException(msg, e);
    5. }
    6. }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/dcerpc/ndr/NdrException.java

    1. */
    2.  
    3. package jcifs.smb1.dcerpc.ndr;
    4.  
    5. import java.io.IOException;
    6.  
    7. public class NdrException extends IOException {
    8.  
    9. public static final String NO_NULL_REF = "ref pointer cannot be null";
    10. public static final String INVALID_CONFORMANCE = "invalid array conformance";
    11.  
    12. public NdrException( String msg ) {
    13. super( msg );
    14. }
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 1.2K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/Cache.kt

    1. val key = key(request.url)
    2. val snapshot: DiskLruCache.Snapshot =
    3. try {
    4. cache[key] ?: return null
    5. } catch (_: IOException) {
    6. return null // Give up because the cache cannot be read.
    7. }
    8.  
    9. val entry: Entry =
    10. try {
    11. Entry(snapshot.getSource(ENTRY_METADATA))
    12. } catch (_: IOException) {
    13. snapshot.closeQuietly()
    14. return null
    15. }
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/util/transport/Transport.java

    1. }
    2. public void run() {
    3. Thread run_thread = Thread.currentThread();
    4. Exception ex0 = null;
    5.  
    6. try {
    7. /* We cannot synchronize (run_thread) here or the caller's
    8. * thread.wait( timeout ) cannot reaquire the lock and
    9. * return which would render the timeout effectively useless.
    10. */
    11. doConnect();
    12. } catch( Exception ex ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 9K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/events/v1beta1/generated.proto

    1. // reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
    2. // This field cannot be empty for new Events.
    3. // +optional
    4. optional string reportingController = 4;
    5.  
    6. // reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`.
    7. // This field cannot be empty for new Events and it can have at most 128 characters.
    8. // +optional
    9. optional string reportingInstance = 5;
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. compat/maven-compat/src/test/java/org/apache/maven/artifact/deployer/SimpleArtifactMetadataSource.java

    1. public ResolutionGroup retrieve(
    2. Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) {
    3. throw new UnsupportedOperationException("Cannot retrieve metadata in this test case");
    4. }
    5.  
    6. public List<ArtifactVersion> retrieveAvailableVersions(
    7. Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/SettableFuture.java

    1. * other {@code Future}, be {@linkplain #cancel cancelled}.
    2. *
    3. * <p>{@code SettableFuture} is the recommended {@code ListenableFuture} implementation when your
    4. * task cannot be implemented with {@link ListeningExecutorService}, the various {@link Futures}
    5. * utility methods, or {@link ListenableFutureTask}. Those APIs have less opportunity for developer
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 01 17:18:04 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  10. docs/debugging/README.md

    1. mc: Decryption key: ad2b43d847fdb14e54c5836200177f7158b3f745433525f5d23c0e0208e50c9948540b54
    2.  
    3. mc: The decryption key will ONLY be shown here. It cannot be recovered.
    4. mc: The encrypted file can safely be shared without the decryption key.
    5. mc: Even with the decryption key, data stored with encryption cannot be accessed.
    6. ```
    7.  
    8. This file can be decrypted using the decryption tool below:
    9.  
    10. ### Installing decryption tool
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Feb 25 01:17:53 UTC 2022
    - 8.7K bytes
    - Viewed (0)
Back to top