Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 232 for _notoc (0.12 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/schema/generated.pb.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by protoc-gen-gogo. DO NOT EDIT.
    // source: k8s.io/apimachinery/pkg/runtime/schema/generated.proto
    
    package schema
    
    import (
    	fmt "fmt"
    
    	math "math"
    
    	proto "github.com/gogo/protobuf/proto"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/results/VisitedGraphResults.java

        Set<UnresolvedDependency> getUnresolvedDependencies();
    
        /**
         * Returns an optional failure describing an error that occurred during resolution.
         * This failure does not encompass unresolved dependencies and is _not_ captured in the resolution result.
         */
        Optional<ResolveException> getResolutionFailure();
    
        /**
         * Returns the root of the dependency graph.
         */
        MinimalResolutionResult getResolutionResult();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/TrackingHttpHandler.java

    import java.util.Collection;
    
    interface TrackingHttpHandler {
        /**
         * Selects a response producer to handle the given request.
         *
         * This method is called under the state lock. The handler is _not_ called under the state lock. That is, the lock is held only while selecting how to handle the request.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/types/nodename.go

    //	to the cloudprovider how to do this mapping.
    //
    //	For AWS, the InstanceID is not yet suitable for use as a Node.Name, so we actually use the
    //	PrivateDnsName for the Node.Name.  And this is _not_ always the same as the hostname: if
    //	we are using a custom DHCP domain it won't be.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/api/meta/errors_test.go

    import (
    	"errors"
    	"fmt"
    	"testing"
    
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    func TestErrorMatching(t *testing.T) {
    	testCases := []struct {
    		name string
    		// input should contain an error that is _not_ empty, otherwise the naive reflectlite.DeepEqual matching of
    		// the errors lib will always succeed, but for all of these we want to verify that the matching is based on
    		// type.
    		input       error
    		new         func() error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 11 22:50:51 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/compatibility.go

    		g = "core"
    	}
    	return g + "." + gvk.Version + "." + gvk.Kind
    }
    
    func dumpProto(t *testing.T, data []byte) string {
    	t.Helper()
    	protoc, err := exec.LookPath("protoc")
    	if err != nil {
    		t.Log(err)
    		return ""
    	}
    	cmd := exec.Command(protoc, "--decode_raw")
    	cmd.Stdin = bytes.NewBuffer(data)
    	d, err := cmd.CombinedOutput()
    	if err != nil {
    		t.Log(err)
    		return ""
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 16:38:32 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/SocksProxyServer.groovy

     *
     * You need to either always call start() and stop() in each test or use a
     * JUnit @Rule with an instance of this class.
     *
     * When used as a rule, the proxy is stopped automatically at the end of the test,
     * but it is _not_ automatically started.
     *
     * To use the proxy with a build, you must call configureProxy(GradleExecuter) before
     * starting the proxy.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. src/runtime/sys_darwin_arm64.s

    	MOVW	0(R0), R0	// arg 1 how
    	BL	libc_pthread_sigmask(SB)
    	CMP	$0, R0
    	BEQ	2(PC)
    	BL	notok<>(SB)
    	RET
    
    TEXT runtime·sigaction_trampoline(SB),NOSPLIT,$0
    	MOVD	8(R0), R1	// arg 2 new
    	MOVD	16(R0), R2	// arg 3 old
    	MOVW	0(R0), R0	// arg 1 how
    	BL	libc_sigaction(SB)
    	CMP	$0, R0
    	BEQ	2(PC)
    	BL	notok<>(SB)
    	RET
    
    TEXT runtime·usleep_trampoline(SB),NOSPLIT,$0
    	MOVW	0(R0), R0	// arg 1 usec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:59 UTC 2023
    - 18.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/api/resource/generated.pb.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by protoc-gen-gogo. DO NOT EDIT.
    // source: k8s.io/apimachinery/pkg/api/resource/generated.proto
    
    package resource
    
    import (
    	fmt "fmt"
    
    	math "math"
    
    	proto "github.com/gogo/protobuf/proto"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  10. pkg/test/echo/proto/echo.proto

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    syntax = "proto3";
    
    import "google/protobuf/wrappers.proto";
    
    // Generate with protoc --go_out=. echo.proto -I /work/common-protos/ -I.
    package proto;
    option go_package="../proto";
    option java_package = "io.istio.test";
    option java_outer_classname = "Echo";
    
    service EchoTestService {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 31 17:42:23 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top