Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 106 for trac (0.22 sec)

  1. docs/em/docs/tutorial/first-steps.md

    #### ๐Ÿ› ๏ธ
    
    "๐Ÿ› ๏ธ" ๐Ÿ“ฅ ๐Ÿ”— 1๏ธโƒฃ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” "๐Ÿ‘ฉโ€๐Ÿ”ฌ".
    
    1๏ธโƒฃ:
    
    * `POST`
    * `GET`
    * `PUT`
    * `DELETE`
    
    ...& ๐ŸŒ… ๐Ÿ˜ ๐Ÿ•:
    
    * `OPTIONS`
    * `HEAD`
    * `PATCH`
    * `TRACE`
    
    ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ› ๏ธ, ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ”— ๐Ÿ”  โžก โš™๏ธ 1๏ธโƒฃ (โš–๏ธ ๐ŸŒ…) ๐Ÿ‘ซ "๐Ÿ‘ฉโ€๐Ÿ”ฌ".
    
    ---
    
    ๐Ÿ•โ” ๐Ÿ— ๐Ÿ”—, ๐Ÿ‘† ๐Ÿ›Ž โš™๏ธ ๐Ÿ‘ซ ๐ŸŽฏ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ‘ฉโ€๐Ÿ”ฌ ๐ŸŽญ ๐ŸŽฏ ๐ŸŽฏ.
    
    ๐Ÿ›Ž ๐Ÿ‘† โš™๏ธ:
    
    * `POST`: โœ ๐Ÿ’ฝ.
    * `GET`: โœ ๐Ÿ’ฝ.
    * `PUT`: โ„น ๐Ÿ’ฝ.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.1K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_4x.md

        automatically retry on an unshared connection.
     *  Fix: Don't crash if a TLS tunnel's response body is truncated.
     *  Fix: Don't track unusable routes beyond their usefulness. We had a bug where we could track
        certain bad routes indefinitely; now we only track the ones that could be necessary.
     *  Fix: Defer proxy selection until a proxy is required. This saves calls to `ProxySelector` on
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 17 13:25:31 GMT 2024
    - 25.2K bytes
    - Viewed (0)
  3. cmd/bucket-lifecycle.go

    		Duration:  duration,
    		Path:      pathJoin(oi.Bucket, oi.Name),
    		Error:     "",
    		Message:   getSource(4),
    		Custom:    map[string]string{"version-id": oi.VersionID},
    	}
    }
    
    func (sys *LifecycleSys) trace(oi ObjectInfo) func(event string) {
    	startTime := time.Now()
    	return func(event string) {
    		duration := time.Since(startTime)
    		if globalTrace.NumSubscribers(madmin.TraceILM) > 0 {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 17 05:09:58 GMT 2024
    - 33.1K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/first-steps.md

    "Operation" here refers to one of the HTTP "methods".
    
    One of:
    
    * `POST`
    * `GET`
    * `PUT`
    * `DELETE`
    
    ...and the more exotic ones:
    
    * `OPTIONS`
    * `HEAD`
    * `PATCH`
    * `TRACE`
    
    In the HTTP protocol, you can communicate to each path using one (or more) of these "methods".
    
    ---
    
    When building APIs, you normally use these specific HTTP methods to perform a specific action.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 12K bytes
    - Viewed (0)
  5. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10CallResolver.kt

                } ?: return emptyList()
                val dataFlowInfo = getDataFlowInfoBefore(unwrappedPsi)
                val bindingTrace = DelegatingBindingTrace(this, "Trace for all candidates", withParentDiagnostics = false)
                val dataFlowValueFactory = DataFlowValueFactoryImpl(analysisContext.languageVersionSettings)
    
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Mon Apr 29 12:48:54 GMT 2024
    - 34.8K bytes
    - Viewed (0)
  6. cmd/metacache-walk.go

    	}
    	send := func(entry metaCacheEntry) error {
    		objReturned(entry.metadata)
    		select {
    		case <-ctx.Done():
    			return ctx.Err()
    		case out <- entry:
    		}
    		return nil
    	}
    
    	// Fast exit track to check if we are listing an object with
    	// a trailing slash, this will avoid to list the object content.
    	if HasSuffix(opts.BaseDir, SlashSeparator) {
    		metadata, err := s.readMetadata(ctx, pathJoin(volumeDir,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 15 08:25:46 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  7. docs/ja/docs/tutorial/first-steps.md

    #### Operation
    
    ใ“ใ“ใงใฎใ€Œใ‚ชใƒšใƒฌใƒผใ‚ทใƒงใƒณใ€ใจใฏใ€HTTPใฎใ€Œใƒกใ‚ฝใƒƒใƒ‰ใ€ใฎ1ใคใ‚’ๆŒ‡ใ—ใพใ™ใ€‚
    
    ไปฅไธ‹ใฎใ‚ˆใ†ใชใ‚‚ใฎใฎ1ใค:
    
    * `POST`
    * `GET`
    * `PUT`
    * `DELETE`
    
    ...ใ•ใ‚‰ใซใ‚ˆใ‚Šใ‚จใ‚ญใ‚พใƒใƒƒใ‚ฏใชใ‚‚ใฎ:
    
    * `OPTIONS`
    * `HEAD`
    * `PATCH`
    * `TRACE`
    
    HTTPใƒ—ใƒญใƒˆใ‚ณใƒซใงใฏใ€ใ“ใ‚Œใ‚‰ใฎใ€Œใƒกใ‚ฝใƒƒใƒ‰ใ€ใฎ1ใค๏ผˆใพใŸใฏ่ค‡ๆ•ฐ๏ผ‰ใ‚’ไฝฟ็”จใ—ใฆๅ„ใƒ‘ใ‚นใซใ‚ขใ‚ฏใ‚ปใ‚นใงใใพใ™ใ€‚
    
    ---
    
    APIใ‚’ๆง‹็ฏ‰ใ™ใ‚‹ใจใใฏใ€้€šๅธธใ€ใ“ใ‚Œใ‚‰ใฎ็‰นๅฎšใฎHTTPใƒกใ‚ฝใƒƒใƒ‰ใ‚’ไฝฟ็”จใ—ใฆ็‰นๅฎšใฎใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’ๅฎŸ่กŒใ—ใพใ™ใ€‚
    
    ้€šๅธธใฏๆฌกใ‚’ไฝฟ็”จใ—ใพใ™:
    
    * `POST`: ใƒ‡ใƒผใ‚ฟใฎไฝœๆˆ
    * `GET`: ใƒ‡ใƒผใ‚ฟใฎ่ชญใฟๅ–ใ‚Š
    * `PUT`: ใƒ‡ใƒผใ‚ฟใฎๆ›ดๆ–ฐ
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.2K bytes
    - Viewed (0)
  8. docs/tr/docs/index.md

    <div style="text-align: right; margin-right: 10%;">Deon Pillsbury - <strong>Cisco</strong> <a href="https://www.linkedin.com/posts/deonpillsbury_cisco-cx-python-activity-6963242628536487936-trAp/" target="_blank"><small>(ref)</small></a></div>
    
    ---
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.9K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/internal/concurrent/TaskRunner.kt

        val name = lock.withLock { nextQueueName++ }
        return TaskQueue(this, "Q$name")
      }
    
      /**
       * Returns a snapshot of queues that currently have tasks scheduled. The task runner does not
       * necessarily track queues that have no tasks scheduled.
       */
      fun activeQueues(): List<TaskQueue> {
        lock.withLock {
          return busyQueues + readyQueues
        }
      }
    
      fun cancelAll() {
        lock.assertHeld()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 29 00:33:04 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  10. docs/az/docs/index.md

    <div style="text-align: right; margin-right: 10%;">Deon Pillsbury - <strong>Cisco</strong> <a href="https://www.linkedin.com/posts/deonpillsbury_cisco-cx-python-activity-6963242628536487936-trAp/" target="_blank"><small>(ref)</small></a></div>
    
    ---
    
    ## **Typer**, CLI-larฤฑn FastAPI-ฤฑ
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 22.8K bytes
    - Viewed (0)
Back to top