Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 75 for findRef (0.13 sec)

  1. src/cmd/go/internal/modfetch/codehost/git.go

    	info.Origin.Hash = refs["HEAD"]
    
    	return info, nil
    }
    
    // findRef finds some ref name for the given hash,
    // for use when the server requires giving a ref instead of a hash.
    // There may be multiple ref names for a given hash,
    // in which case this returns some name - it doesn't matter which.
    func (r *gitRepo) findRef(ctx context.Context, hash string) (ref string, ok bool) {
    	refs, err := r.loadRefs(ctx)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt

      private val finder = FastFallbackExchangeFinder(routePlanner, taskRunner)
    
      @AfterEach
      fun tearDown() {
        taskFaker.close()
        routePlanner.close()
      }
    
      @Test
      fun takeConnectedConnection() {
        val plan0 = routePlanner.addPlan()
        plan0.connectState = TLS_CONNECTED
    
        taskRunner.newQueue().execute("connect") {
          val result0 = finder.find()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 24 04:40:49 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  3. docs/de/docs/alternatives.md

    !!! check "Inspirierte **FastAPI**"
        Wege zu finden, eine großartige Performanz zu erzielen.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:26:28 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  4. docs/de/docs/advanced/settings.md

    Hello Wade Wilson from Python
    
    // Die Umgebungsvariable existiert danach nicht mehr
    $ python main.py
    
    Hello World from Python
    ```
    
    </div>
    
    !!! tip "Tipp"
        Weitere Informationen dazu finden Sie unter <a href="https://12factor.net/config" class="external-link" target="_blank">The Twelve-Factor App: Config</a>.
    
    ### Typen und Validierung
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:17:14 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export_test.cc

      ASSERT_THAT(exported_model->graph_def().node(), SizeIs(2));
    
      // Match the `_Arg` node that corresponds to the argument of @main.
      const auto arg_node_itr =
          llvm::find_if(exported_model->graph_def().node(),
                        [](const NodeDef& node) { return node.op() == "_Arg"; });
      ASSERT_NE(arg_node_itr, exported_model->graph_def().node().end());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest_pred_impl.h

    // 'gen_gtest_pred_impl.py 5'.  DO NOT EDIT BY HAND!
    //
    // Implements a family of generic predicate assertion macros.
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
    #define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_
    
    // Makes sure this header is not included before gtest.h.
    #ifndef GTEST_INCLUDE_GTEST_GTEST_H_
    # error Do not include gtest_pred_impl.h directly.  Include gtest.h instead.
    #endif  // GTEST_INCLUDE_GTEST_GTEST_H_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/transforms/hlo_matchers.cc

      // Each value `dim` in `index` should be in [0, shape[dim]).
      static std::optional<SmallVector<int64_t>> NextTensorIndex(
          SmallVector<int64_t> index, ArrayRef<int64_t> shape, int64_t fixed_axis) {
    #ifndef NDEBUG
        assert(shape.size() == index.size());
        assert(fixed_axis < shape.size());
        assert(fixed_axis >= 0);
        assert(index[fixed_axis] == 0);
        for (size_t i = 0; i < shape.size(); ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  8. src/runtime/asm_ppc64x.s

    	MOVD	R1, R14			// save current stack
    	SUB	$cgoCalleeStackSize, R1	// reserve the callee area
    	RLDCR	$0, R1, $~15, R1	// 16-byte align
    	BL	(CTR)			// may clobber R0, R3-R12
    	MOVD	R14, R1			// restore stack
    #ifndef GOOS_aix
    	MOVD	24(R1), R2
    #endif
    	XOR	R0, R0			// fix R0
    
    nocgo:
    	// update stackguard after _cgo_init
    	MOVD	(g_stack+stack_lo)(g), R3
    	ADD	$const_stackGuard, R3
    	MOVD	R3, g_stackguard0(g)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  9. docs/de/docs/help-fastapi.md

    Durch das Hinzufügen eines Sterns können andere Benutzer es leichter finden und sehen, dass es für andere bereits nützlich war.
    
    ## Das GitHub-Repository auf Releases beobachten
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:29:57 UTC 2024
    - 16K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    // generic termibits.h (which is included by termbits.h on sparc).
    #include <asm-generic/termbits.h>
    #else
    #include <asm/termbits.h>
    #endif
    
    #ifndef PTRACE_GETREGS
    #define PTRACE_GETREGS	0xc
    #endif
    
    #ifndef PTRACE_SETREGS
    #define PTRACE_SETREGS	0xd
    #endif
    
    #ifdef SOL_BLUETOOTH
    // SPARC includes this in /usr/include/sparc64-linux-gnu/bits/socket.h
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
Back to top