Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for puppies (0.13 sec)

  1. docs/features/calls.md

    If the response issues an authorization challenge, OkHttp will ask the [`Authenticator`](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-authenticator/) (if one is configured) to satisfy the challenge. If the authenticator supplies a credential, the request is retried with that credential included.
    
    ## Retrying Requests
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java

     */
    package org.apache.maven.api.plugin;
    
    import java.util.function.Supplier;
    
    import org.apache.maven.api.annotations.Experimental;
    import org.apache.maven.api.annotations.Provider;
    
    /**
     * This interface supplies the API for providing feedback to the user from the {@code Mojo},
     * using standard Maven channels.
     * There should be no big surprises here, although you may notice that the methods accept
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenSessionBuilderSupplier.java

    import org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy;
    
    import static java.util.Objects.requireNonNull;
    
    /**
     * A simple {@link Supplier} of {@link SessionBuilder} instances, that on each call supplies newly
     * constructed instance. To create session out of builder, use {@link SessionBuilder#build()}. For proper closing
     * of sessions, use {@link CloseableSession#close()} method on built instance(s).
     * <p>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Mar 27 14:46:12 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/MavenSessionBuilderSupplier.java

    import org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy;
    
    import static java.util.Objects.requireNonNull;
    
    /**
     * A simple {@link Supplier} of {@link SessionBuilder} instances, that on each call supplies newly
     * constructed instance. To create session out of builder, use {@link SessionBuilder#build()}. For proper closing
     * of sessions, use {@link CloseableSession#close()} method on built instance(s).
     * <p>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 16:33:18 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/go/ast/inspector/inspector.go

    			// pop
    			push := ev.index
    			if in.events[push].typ&mask != 0 {
    				f(ev.node, false)
    			}
    		}
    		i++
    	}
    }
    
    // WithStack visits nodes in a similar manner to Nodes, but it
    // supplies each call to f an additional argument, the current
    // traversal stack. The stack's first element is the outermost node,
    // an *ast.File; its last is the innermost, n.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/testing/eventclock/fake.go

    type Fake struct {
    	baseclocktest.FakePassiveClock
    
    	// waiters is a heap of waiting work, sorted by time
    	waiters     eventWaiterHeap
    	waitersLock sync.RWMutex
    
    	// clientWG may be nil and if not supplies constraints on time
    	// passing in Run.  The Run method will not pick a new time until
    	// this is nil or its counter is zero.
    	clientWG *waitGroupCounter
    
    	// fuzz is the amount of noise to add to scheduling.  An event
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  7. pkg/volume/util/fsquota/common/quota_common_linux_impl.go

    			maxQuota:         (1<<(bitsPerWord-1) - 1) & (1<<58 - 1),
    			allowEmptyOutput: false, // ext4 filesystems always report something even if a quota is not present
    		},
    	}
    )
    
    // VolumeProvider supplies a quota applier to the generic code.
    type VolumeProvider struct {
    }
    
    var quotaCmds = []string{"/sbin/xfs_quota",
    	"/usr/sbin/xfs_quota",
    	"/bin/xfs_quota"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 9.1K bytes
    - Viewed (0)
Back to top