Search Options

Results per page
Sort
Preferred Languages
Advance

Results 541 - 550 of 3,168 for ctan (0.07 sec)

  1. LICENSE

    1. you have the freedom to distribute copies of free software (and charge
    2. for this service if you wish); that you receive source code or can get
    3. it if you want it; that you can change the software and use pieces of
    4. it in new free programs; and that you are informed that you can do
    5. these things.
    6.  
    7. To protect your rights, we need to make restrictions that forbid
    8. distributors to deny you these rights or to ask you to surrender these
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/Lmhosts.java

    1. /* jcifs smb client library in Java
    2. * Copyright (C) 2000 "Michael B. Allen" <jcifs at samba dot org>
    3. *
    4. * This library is free software; you can redistribute it and/or
    5. * modify it under the terms of the GNU Lesser General Public
    6. * License as published by the Free Software Foundation; either
    7. * version 2.1 of the License, or (at your option) any later version.
    8. *
    9. * This library is distributed in the hope that it will be useful,
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 5.8K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/encoder.md

    1. You can use `jsonable_encoder` for that.
    2.  
    3. It receives an object, like a Pydantic model, and returns a JSON compatible version:
    4.  
    5. {* ../../docs_src/encoder/tutorial001_py310.py hl[4,21] *}
    6.  
    7. In this example, it would convert the Pydantic model to a `dict`, and the `datetime` to a `str`.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 23:31:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. cmd/testdata/xl-meta-merge.zip

    MinIO deployment starts using default root credentials `minioadmin:minioadmin`. You can test the deployment using the MinIO Console, an embedded web-based object browser built into MinIO Server. Point a web browser running on the host machine to <http://127.0.0.1:9000> and log in with the root credentials. You can use the Browser to create buckets, upload objects, and browse the contents of the MinIO server. You can also connect using any S3-compatible tool, such as the MinIO Client `mc` commandline...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. android/guava-testlib/src/com/google/common/testing/EqualsTester.java

    1. *
    2. * <p>The {@code @Nullable} annotations on the {@code equalityGroup} parameter imply that the
    3. * objects, and the array itself, can be null. That is for programmer convenience, when the
    4. * objects come from factory methods that are themselves {@code @Nullable}. In reality neither the
    5. * array nor its contents can be null, but it is not useful to force the use of {@code
    6. * requireNonNull} or the like just to assert that.
    7. *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Oct 31 19:11:50 UTC 2023
    - 6K bytes
    - Viewed (0)
  6. docs/en/docs/advanced/security/http-basic-auth.md

    1. # HTTP Basic Auth
    2.  
    3. For the simplest cases, you can use HTTP Basic Auth.
    4.  
    5. In HTTP Basic Auth, the application expects a header that contains a username and a password.
    6.  
    7. If it doesn't receive it, it returns an HTTP 401 "Unauthorized" error.
    8.  
    9. And returns a header `WWW-Authenticate` with a value of `Basic`, and an optional `realm` parameter.
    10.  
    11. That tells the browser to show the integrated prompt for a username and password.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 26 16:01:27 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. .github/workflows/tests.yml

    1. - 'gh-pages'
    2.  
    3. permissions:
    4. contents: read
    5.  
    6. jobs:
    7. # Label of the container job
    8. sqlite:
    9. strategy:
    10. matrix:
    11. go: ['1.22', '1.21', '1.20']
    12. platform: [ubuntu-latest] # can not run in windows OS
    13. runs-on: ${{ matrix.platform }}
    14.  
    15. steps:
    16. - name: Set up Go 1.x
    17. uses: actions/setup-go@v4
    18. with:
    19. go-version: ${{ matrix.go }}
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Mon Sep 30 03:21:19 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. tensorflow/c/eager/c_api_unified_experimental.h

    1. // here.
    2. void TF_SetTracingImplementation(const char* name, TF_Status*);
    3.  
    4. // Creates a new TensorFlow function. A Function is an execution context, and as
    5. // such it can trace operations through TF_ExecuteOperation. After completing
    6. // tracing, a function can be obtained by TF_FinalizeFunction.
    7. TF_ExecutionContext* TF_CreateFunction(const char* fn_name, TF_Status* status);
    8.  
    9. // Creates a context for eager execution of operations.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sun Oct 24 11:27:00 UTC 2021
    - 7K bytes
    - Viewed (0)
  9. architecture/networking/controllers.md

    1. * Simple object filtering. Beyond just static filters on objects, `kclient` supports _dynamic filters_ that can change at runtime.
    2. When a filter changes and includes/removes new objects, those are automatically handled.
    3. * Proper syncing and shutdown logic. Checking for when an informer has fully started can be quite tricky; `kclient` automatically handles it.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Feb 09 17:41:25 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/PathType.java

    1. * The type for all paths that could not be placed in any of the types requested by a caller.
    2. * This type can appear in the return value of a call to
    3. * {@link Session#resolveDependencies resolveDependencies(...)} when at least one dependency
    4. * cannot be associated to any type specified in the {@code desiredTypes} argument.
    5. * Plugins can choose to report a warning to users when unresolved paths exist.
    6. */
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat Sep 28 09:03:24 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top