Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 338 for Chaves (0.05 sec)

  1. android/guava/src/com/google/common/annotations/GwtIncompatible.java

    1. /**
    2. * The presence of this annotation on an API indicates that the method may not be used with
    3. * the <a href="http://www.gwtproject.org/">Google Web Toolkit</a> (GWT).
    4. *
    5. * <p>This annotation behaves identically to <a href=
    6. * "http://www.gwtproject.org/javadoc/latest/com/google/gwt/core/shared/GwtIncompatible.html">the
    7. * {@code @GwtIncompatible} annotation in GWT itself</a>.
    8. *
    9. * @author Charles Fry
    10. */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Dec 16 19:54:45 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  2. ci/official/requirements_updater/README.md

    1. ## Managing hermetic Python
    2.  
    3. To make sure that TensorFlow's build is reproducible, behaves uniformly across
    4. supported platforms (Linux, Windows, MacOS) and is properly isolated from
    5. specifics of a local system, we rely on hermetic Python (see
    6. [rules_python](https://github.com/bazelbuild/rules_python)) for all build
    7. and test commands executed via Bazel. This means that your system Python
    8. installation will be ignored during the build and Python interpreter itself
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Jun 29 00:19:18 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/NullnessCasts.java

    1. *
    2. * <p>Why <i>not</i> just add {@code SuppressWarnings}? The problem is that this method is
    3. * typically useful for {@code return} statements. That leaves the code with two options: Either
    4. * add the suppression to the whole method (which turns off checking for a large section of code),
    5. * or extract a variable, and put the suppression on that. However, a local variable typically
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 10 20:36:34 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/NullnessCasts.java

    1. *
    2. * <p>Why <i>not</i> just add {@code SuppressWarnings}? The problem is that this method is
    3. * typically useful for {@code return} statements. That leaves the code with two options: Either
    4. * add the suppression to the whole method (which turns off checking for a large section of code),
    5. * or extract a variable, and put the suppression on that. However, a local variable typically
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 10 20:36:34 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/PatternCompiler.java

    1. allowedOnPath = ".*/com/google/common/base/.*")
    2. CommonPattern compile(String pattern);
    3.  
    4. /**
    5. * Returns {@code true} if the regex implementation behaves like Perl -- notably, by supporting
    6. * possessive quantifiers but also being susceptible to catastrophic backtracking.
    7. */
    8. @RestrictedApi(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. guava/src/com/google/common/base/PatternCompiler.java

    1. allowedOnPath = ".*/com/google/common/base/.*")
    2. CommonPattern compile(String pattern);
    3.  
    4. /**
    5. * Returns {@code true} if the regex implementation behaves like Perl -- notably, by supporting
    6. * possessive quantifiers but also being susceptible to catastrophic backtracking.
    7. */
    8. @RestrictedApi(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. docs/pt/docs/advanced/templates.md

    1. ```Python hl_lines="4 11 15-18"
    2. {!../../docs_src/templates/tutorial001.py!}
    3. ```
    4.  
    5. /// note
    6.  
    7. Antes do FastAPI 0.108.0, Starlette 0.29.0, `name` era o primeiro parâmetro.
    8.  
    9. Além disso, em versões anteriores, o objeto `request` era passado como parte dos pares chave-valor no "context" dict para o Jinja2.
    10.  
    11. ///
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/BaseMavenParser.java

    1. O options = parseArgs("maven.config", args);
    2. if (options.goals().isPresent()) {
    3. // This file can only contain options, not args (goals or phases)
    4. throw new ParserException("Unrecognized maven.config file entries: "
    5. + options.goals().get());
    6. }
    7. return options;
    8. }
    9. }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/body-fields.md

    1. ## Recapitulando
    2.  
    3. Você pode usar `Field` do Pydantic para declarar validações extras e metadados para atributos do modelo.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. .github/workflows/multipart/migrate.sh

    1. docker-compose -f docker-compose-site1.yaml up -d
    2. docker-compose -f docker-compose-site2.yaml up -d
    3.  
    4. ./mc ready site1/
    5. ./mc ready site2/
    6.  
    7. for i in $(seq 1 10); do
    8. # mc admin heal -r --remove when used against a LB endpoint
    9. # behaves flaky, let this run 10 times before giving up
    10. ./mc admin heal -r --remove --json site1/ 2>&1 >/dev/null
    11. ./mc admin heal -r --remove --json site2/ 2>&1 >/dev/null
    12. done
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top