Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 601 - 610 of 814 for thrice (0.49 seconds)

  1. docs/en/docs/tutorial/dependencies/index.md

    /// tip
    
    This is just standard Python, it's called a "type alias", it's actually not specific to **FastAPI**.
    
    But because **FastAPI** is based on the Python standards, including `Annotated`, you can use this trick in your code. 😎
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  2. cmd/peer-rest-server.go

    		}
    	}
    }
    
    // TraceHandler sends http trace messages back to peer rest client
    func (s *peerRESTServer) TraceHandler(ctx context.Context, payload []byte, _ <-chan []byte, out chan<- []byte) *grid.RemoteErr {
    	var traceOpts madmin.ServiceTraceOpts
    	err := json.Unmarshal(payload, &traceOpts)
    	if err != nil {
    		return grid.NewRemoteErr(err)
    	}
    	var wg sync.WaitGroup
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 53.6K bytes
    - Click Count (0)
  3. cmd/admin-handlers.go

    		opts.Storage = true
    		opts.OS = true
    		// Older mc - cannot deal with more types...
    	}
    	return opts, err
    }
    
    // TraceHandler - POST /minio/admin/v3/trace
    // ----------
    // The handler sends http trace to the connected HTTP client.
    func (a adminAPIHandlers) TraceHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	// Validate request signature.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 99.7K bytes
    - Click Count (0)
  4. src/main/java/jcifs/netbios/NbtAddress.java

                    this.calledName = null;
                }
            } else {
                this.calledName = null;
            }
    
            return this.calledName;
        }
    
        /*
         * There are three degrees of state that any NbtAddress can have.
         *
         * 1) IP Address - If a dot-quad IP string is used with getByName (or used
         * to create an NbtAddress internal to this netbios package), no query is
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 15.1K bytes
    - Click Count (0)
  5. cmd/globals.go

    	globalHTTPServer        *xhttp.Server
    	globalTCPOptions        xhttp.TCPOptions
    	globalHTTPServerErrorCh = make(chan error)
    	globalOSSignalCh        = make(chan os.Signal, 1)
    
    	// global Trace system to send HTTP request/response
    	// and Storage/OS calls info to registered listeners.
    	globalTrace = pubsub.New[madmin.TraceInfo, madmin.TraceType](8)
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Sep 03 18:23:41 GMT 2024
    - 16.2K bytes
    - Click Count (1)
  6. misc/cgo/gmp/gmp.go

    the Go package big's integer type Int.
    
    This is a syntactically valid Go programβ€”it can be parsed with the Go
    parser and processed by godocβ€”but it is not compiled directly by gc.
    Instead, a separate tool, cgo, processes it to produce three output
    files.  The first two, 6g.go and 6c.c, are a Go source file for 6g and
    a C source file for 6c; both compile as part of the named package
    (gmp, in this example).  The third, gcc.c, is a C source file for gcc;
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 9.5K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/base/Optional.java

      @Override
      public abstract boolean equals(@Nullable Object object);
    
      /**
       * Returns a hash code for this instance.
       *
       * <p><b>Comparison to {@code java.util.Optional}:</b> this class leaves the specific choice of
       * hash code unspecified, unlike the Java 8+ equivalent.
       */
      @Override
      public abstract int hashCode();
    
      /**
       * Returns a string representation for this instance.
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jun 04 13:03:16 GMT 2025
    - 15.4K bytes
    - Click Count (0)
  8. docs/uk/docs/tutorial/query-params-str-validations.md

    Ми ΠΏΠ΅Ρ€Π΅Ρ‚Π²ΠΎΡ€ΡŽΡ”ΠΌΠΎ Ρ†Π΅ΠΉ Ρ–Ρ‚Π΅Ρ€Π°Π±Π΅Π»ΡŒΠ½ΠΈΠΉ ΠΎΠ±'Ρ”ΠΊΡ‚ Ρƒ Π·Π²ΠΈΡ‡Π°ΠΉΠ½ΠΈΠΉ `list` Π·Π° допомогою `list(data.items())`.
    
    ΠŸΠΎΡ‚Ρ–ΠΌ, Π²ΠΈΠΊΠΎΡ€ΠΈΡΡ‚ΠΎΠ²ΡƒΡŽΡ‡ΠΈ `random.choice()`, ΠΌΠΈ ΠΌΠΎΠΆΠ΅ΠΌΠΎ ΠΎΡ‚Ρ€ΠΈΠΌΠ°Ρ‚ΠΈ Π²ΠΈΠΏΠ°Π΄ΠΊΠΎΠ²Π΅ значСння Π·Ρ– списку, Ρ‚ΠΎΠ±Ρ‚ΠΎ ΠΎΡ‚Ρ€ΠΈΠΌΡƒΡ”ΠΌΠΎ ΠΊΠΎΡ€Ρ‚Π΅ΠΆ Ρ–Π· `(id, name)`. Π¦Π΅ ΠΌΠΎΠΆΠ΅ Π±ΡƒΡ‚ΠΈ Ρ‰ΠΎΡΡŒ Π½Π° Π·Ρ€Π°Π·ΠΎΠΊ `("imdb-tt0371724", "The Hitchhiker's Guide to the Galaxy")`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 25.9K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_tr.properties

    labels.search_result_sort_filename_asc=Dosya AdΔ±na GΓΆre (artan)
    labels.search_result_sort_filename_desc=Dosya AdΔ±na GΓΆre (azalan)
    labels.search_result_sort_created_asc=Tarihe GΓΆre (artan)
    labels.search_result_sort_created_desc=Tarihe GΓΆre (azalan)
    labels.search_result_sort_content_length_asc=Boyuta GΓΆre (artan)
    labels.search_result_sort_content_length_desc=Boyuta GΓΆre (azalan)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.2K bytes
    - Click Count (0)
  10. guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java

                        return null;
                      },
                      service);
            } else if (i % DIRECT_EXECUTIONS_PER_THREAD == DIRECT_EXECUTIONS_PER_THREAD - 1) {
              // When at max depth, record stack trace depth
              lengthChecks.add(
                  serializer.submit(
                      () -> {
                        holder.count++;
                        return Thread.currentThread().getStackTrace().length;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 13.6K bytes
    - Click Count (0)
Back to Top