Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 174 for synthetic (0.17 sec)

  1. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

    	ProgressNotify bool
    	// SendInitialEvents, when set together with Watch option,
    	// begin the watch stream with synthetic init events to build the
    	// whole state of all resources followed by a synthetic "Bookmark"
    	// event containing a ResourceVersion after which the server
    	// continues streaming events.
    	SendInitialEvents *bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:53:48 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  8. src/crypto/sha1/sha1block_arm.s

    #define Rd	R5		// SHA-1 accumulator
    #define Re	R6		// SHA-1 accumulator
    #define Rt0	R7		// Temporary
    #define Rt1	R8		// Temporary
    // r9, r10 are forbidden
    // r11 is OK provided you check the assembler that no synthetic instructions use it
    #define Rt2	R11		// Temporary
    #define Rctr	R12	// loop counter
    #define Rw	R14		// point to w buffer
    
    // func block(dig *digest, p []byte)
    // 0(FP) is *digest
    // 4(FP) is p.array (struct Slice)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__policy__v1_openapi.json

              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/cfg/cfg.go

    	}
    	return s
    }
    
    // Return returns the return statement at the end of this block if present, nil
    // otherwise.
    //
    // When control falls off the end of the function, the ReturnStmt is synthetic
    // and its [ast.Node.End] position may be beyond the end of the file.
    func (b *Block) Return() (ret *ast.ReturnStmt) {
    	if len(b.Nodes) > 0 {
    		ret, _ = b.Nodes[len(b.Nodes)-1].(*ast.ReturnStmt)
    	}
    	return
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top