Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 125 for vs (0.02 sec)

  1. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

         */
        public boolean isProjectRequired() {
            return projectRequired;
        }
    
        // ----------------------------------------------------------------------
        // Online vs. Offline requirement
        // ----------------------------------------------------------------------
    
        /**
         * @param requiresOnline <code>true</code> if the Mojo is online, <code>false</code> otherwise.
         */
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. cmd/data-usage-cache.go

    	Children dataUsageHashMap `msg:"ch"`
    	// These fields do no include any children.
    	Size          int64             `msg:"sz"`
    	Objects       uint64            `msg:"os"`
    	Versions      uint64            `msg:"vs"` // Versions that are not delete markers.
    	DeleteMarkers uint64            `msg:"dms"`
    	ObjSizes      sizeHistogram     `msg:"szs"`
    	ObjVersions   versionsHistogram `msg:"vh"`
    	AllTierStats  *allTierStats     `msg:"ats,omitempty"`
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. docs/pt/docs/async.md

    Esses são detalhes muito técnicos de como **FastAPI** funciona por baixo do capô.
    
    Se você tem algum conhecimento técnico (corrotinas, threads, blocking etc) e está curioso sobre como o FastAPI controla o `async def` vs normal `def`, vá em frente.
    
    ///
    
    ### Funções de operação de rota
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  4. docs/en/docs/contributing.md

        * Search for such links in the translated document using the regex `#[^# ]`.
        * Search in all documents already translated into your language for `your-translated-document.md`. For example VS Code has an option "Edit" -> "Find in Files".
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Aug 25 02:44:06 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt

            }
            else -> throw expected
          }
        }
      }
    
      /**
       * Attack the CA intermediates check by presenting unrelated chains to the handshake vs.
       * certificate pinner.
       *
       * This chain is valid but not pinned:
       *
       * ```
       *   attackerCa
       *    -> phonyVictim
       * ```
       *
       *
       * This chain is pinned but not valid:
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	// "VMOVQ r/m64, xmm1"/6E vs "VMOVQ xmm2/m64, xmm1"/7E with mem operand.
    	VMOVQ (AX), X20           // 62e1fd086e20 or 62e1fe087e20
    	VMOVQ 7(DX), X20          // 62e1fd086ea207000000 or 62e1fe087ea207000000
    	VMOVQ -15(R11)(CX*1), X20 // 62c1fd086ea40bf1ffffff or 62c1fe087ea40bf1ffffff
    	VMOVQ (SP)(AX*2), X20     // 62e1fd086e2444 or 62e1fe087e2444
    	// "VMOVQ xmm1, r/m64"/7E vs "VMOVQ xmm1, xmm2/m64"/D6 with mem operand.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  7. docs/pt/docs/contributing.md

    ### Testes no seu editor
    
    Se você quer usar os testes integrados em seu editor adicione `./docs_src` na sua variável `PYTHONPATH`.
    
    Por exemplo, no VS Code você pode criar um arquivo `.env` com:
    
    ```env
    PYTHONPATH=./docs_src
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. fess-crawler/src/test/resources/extractor/eml/sample3.eml

    NEWS003 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 【3】"PS3""PSP"the Best シリーズ 2012年12月発売予定タイトル ---------- "PS3""PSP"ベストが登場! お買い求めやすいプライスで、ヒット作をお楽しみください! ▼"PS3" 『バイオハザード リバイバルセレクション』 『真・三國無双5』 『NINJA GAIDEN Σ』 『戦国無双3 Z』 『戦国BASARA3 宴』 『機動戦士ガンダム EXTREME VS.』 http://www.jp.playstation.com/R/m21111_NEWS004 ▼"PSP" 『シャイニング・ハーツ』 『真・三國無双6 Special』 『セブンスドラゴン2020』 『フォトカノ』 http://www.jp.playstation.com/R/m21111_NEWS005 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 【4】SCEソフトウェア情報 ---------- ▼"PS3" 『スポーツチャンピオン 2』モード紹介、新要素紹介を更新!...
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 539.6K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/DfsImpl.java

                }
                else if ( cachedKeyLen < searchLen ) {
                    match = key.startsWith(cachedKey);
                }
                else if ( log.isTraceEnabled() ) {
                    log.trace(key + " vs. " + cachedKey);
                }
    
                if ( match ) {
                    if ( log.isDebugEnabled() ) {
                        log.debug("Matched " + cachedKey);
                    }
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:07:29 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  10. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                        msg = "duplicate declaration of version " + Objects.toString(dependency.getVersion(), "(?)");
                    } else {
                        msg = "version " + Objects.toString(existing.getVersion(), "(?)") + " vs "
                                + Objects.toString(dependency.getVersion(), "(?)");
                    }
    
                    addViolation(
                            problems,
                            errOn31,
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 77.1K bytes
    - Viewed (0)
Back to top