Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 560 for Usages (0.05 sec)

  1. cmd/main.go

    1. Value: defaultConfigDir.Get(),
    2. Usage: "[DEPRECATED] path to legacy configuration directory",
    3. Hidden: true,
    4. },
    5. cli.StringFlag{
    6. Name: "certs-dir, S",
    7. Value: defaultCertsDir.Get(),
    8. Usage: "path to certs directory",
    9. },
    10. cli.BoolFlag{
    11. Name: "quiet",
    12. Usage: "disable startup and info messages",
    13. },
    14. cli.BoolFlag{
    15. Name: "anonymous",
    16. Usage: "hide sensitive information from logging",
    17. },
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jul 30 22:59:48 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. .github/PULL_REQUEST_TEMPLATE.md

    1. /kind deprecation
    2. /kind failing-test
    3. /kind flake
    4. /kind regression
    5. -->
    6.  
    7. #### What this PR does / why we need it:
    8.  
    9. #### Which issue(s) this PR fixes:
    10. <!--
    11. *Automatically closes linked issue when PR is merged.
    12. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    13. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
    14. -->
    15. Fixes #
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Sun Aug 01 08:59:21 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  3. ci/official/containers/linux_arm64/build.sh

    1. # See the License for the specific language governing permissions and
    2. # limitations under the License.
    3. # ==============================================================================
    4.  
    5. # Builds the following Docker images for Linux ARM64. See the accompanying
    6. # Dockerfile for more details:
    7. # - us-central1-docker.pkg.dev/tensorflow-sigs/build-arm64:jax-latest-multi-python
    8. # - us-central1-docker.pkg.dev/tensorflow-sigs/build-arm64:tf-latest-multi-python
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Aug 01 15:44:57 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/body-nested-models.md

    1. "metal",
    2. "bar"
    3. ],
    4. "images": [
    5. {
    6. "url": "http://example.com/baz.jpg",
    7. "name": "The Foo live"
    8. },
    9. {
    10. "url": "http://example.com/dave.jpg",
    11. "name": "The Baz"
    12. }
    13. ]
    14. }
    15. ```
    16.  
    17. /// info
    18.  
    19. Beachten Sie, dass der `images`-Schlüssel jetzt eine Liste von Bild-Objekten hat.
    20.  
    21. ///
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. common/scripts/tracing.sh

    1. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    2. # See the License for the specific language governing permissions and
    3. # limitations under the License.
    4.  
    5. # Usage: tracing::extract_prow_trace.
    6. # If running in a prow job, this sets the parent trace to the same value Prow tracing will use, as defined in https://github.com/kubernetes/test-infra/issues/30010
    7. function tracing::extract_prow_trace() {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 28 15:25:47 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. docs_src/body_nested_models/tutorial007_py39.py

    1. url: HttpUrl
    2. name: str
    3.  
    4.  
    5. class Item(BaseModel):
    6. name: str
    7. description: Union[str, None] = None
    8. price: float
    9. tax: Union[float, None] = None
    10. tags: set[str] = set()
    11. images: Union[list[Image], None] = None
    12.  
    13.  
    14. class Offer(BaseModel):
    15. name: str
    16. description: Union[str, None] = None
    17. price: float
    18. items: list[Item]
    19.  
    20.  
    21. @app.post("/offers/")
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat May 14 11:59:59 UTC 2022
    - 570 bytes
    - Viewed (0)
  7. internal/s3select/genmessage.go

    1. }
    2.  
    3. // Continuation Message
    4. // ====================
    5. // Header specification
    6. // --------------------
    7. // Continuation messages contain two headers, as follows:
    8. // https://docs.aws.amazon.com/AmazonS3/latest/API/images/s3select-frame-diagram-cont.png
    9. //
    10. // Payload specification
    11. // ---------------------
    12. // Continuation messages have no payload.
    13. func genContinuationMessage() {
    14. buf := new(bytes.Buffer)
    15.  
    16. buf.WriteByte(13)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 19 01:35:22 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  8. src/cmd/addr2line/main.go

    1. if len(os.Args) > 1 && os.Args[1] == "--help" {
    2. printUsage(os.Stdout)
    3. os.Exit(0)
    4. }
    5.  
    6. flag.Usage = usage
    7. flag.Parse()
    8. counter.Inc("addr2line/invocations")
    9. counter.CountFlags("addr2line/flag:", *flag.CommandLine)
    10. if flag.NArg() != 1 {
    11. usage()
    12. }
    13.  
    14. f, err := objfile.Open(flag.Arg(0))
    15. if err != nil {
    16. log.Fatal(err)
    17. }
    18. defer f.Close()
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Jun 21 19:58:04 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/SmbTreeImpl.java

    1. }
    2. }
    3.  
    4. if ( usage == 0 ) {
    5. synchronized ( this ) {
    6. log.debug("Usage dropped to zero, release session");
    7. if ( this.sessionAcquired.compareAndSet(true, false) ) {
    8. this.session.release();
    9. }
    10. }
    11. }
    12. else if ( usage < 0 ) {
    13. log.error("Usage count dropped below zero " + this);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbTreeConnection.java

    1. }
    2. }
    3.  
    4.  
    5. /**
    6. * @return tree connection with increased usage count
    7. */
    8. public SmbTreeConnection acquire () {
    9. long usage = this.usageCount.incrementAndGet();
    10. if ( log.isTraceEnabled() ) {
    11. log.trace("Acquire tree connection " + usage + " " + this);
    12. }
    13.  
    14. if ( usage == 1 ) {
    15. synchronized ( this ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 10:50:16 UTC 2020
    - 31K bytes
    - Viewed (0)
Back to top