Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1851 - 1860 of 3,127 for xcode (0.04 sec)

  1. compat/maven-toolchain-builder/src/main/java/org/apache/maven/toolchain/building/DefaultToolchainsBuildingResult.java

    1. private PersistedToolchains effectiveToolchains;
    2.  
    3. private List<Problem> problems;
    4.  
    5. /**
    6. * Default constructor
    7. *
    8. * @param effectiveToolchains the merged toolchains, may not be {@code null}
    9. * @param problems the problems while building the effectiveToolchains, if any.
    10. */
    11. public DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains, List<Problem> problems) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. docs/pt/docs/deployment/manually.md

    1. <font color="#3465A4">INFO </font> Resolved absolute path <font color="#75507B">/home/user/code/awesomeapp/</font><font color="#AD7FA8">main.py</font>
    2. <font color="#3465A4">INFO </font> Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files
    3. <font color="#3465A4">INFO </font> Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Sep 20 11:10:02 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/request-files.md

    1. ///
    2.  
    3. /// warning | Aviso
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Oct 30 19:52:32 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. docs/fr/docs/deployment/docker.md

    1. Cette image est dotée d'un mécanisme d'"auto-tuning", de sorte qu'il vous suffit d'ajouter votre code pour obtenir automatiquement des performances très élevées. Et sans faire de sacrifices.
    2.  
    3. Mais vous pouvez toujours changer et mettre à jour toutes les configurations avec des variables d'environnement ou des fichiers de configuration.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. README.md

    1. ## Script
    2.  
    3. - [Groovy](https://github.com/codelibs/fess-script-groovy)
    4. - [OGNL](https://github.com/codelibs/fess-script-ognl)
    5.  
    6. ## Development Information
    7.  
    8. ### Get Source Code
    9.  
    10. 1. Clone Fess's repository:
    11. ```
    12. $ cd ~/workspace
    13. $ git clone https://github.com/codelibs/fess.git
    14. ```
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.3K bytes
    - Viewed (1)
  6. android/guava/src/com/google/common/util/concurrent/UncaughtExceptionHandlers.java

    1. * Thread.currentThread().setUncaughtExceptionHandler(UncaughtExceptionHandlers.systemExit());
    2. * ...
    3. * </pre>
    4. *
    5. * <p>The returned handler logs any exception at severity {@code SEVERE} and then shuts down the
    6. * process with an exit status of 1, indicating abnormal termination.
    7. */
    8. public static UncaughtExceptionHandler systemExit() {
    9. return new Exiter(Runtime.getRuntime());
    10. }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Dec 14 20:35:03 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. guava-testlib/src/com/google/common/testing/TestLogHandler.java

    1. import java.util.List;
    2. import java.util.logging.Handler;
    3. import java.util.logging.LogRecord;
    4. import org.checkerframework.checker.nullness.qual.Nullable;
    5.  
    6. /**
    7. * Tests may use this to intercept messages that are logged by the code under test. Example:
    8. *
    9. * <pre>
    10. * TestLogHandler handler;
    11. *
    12. * protected void setUp() throws Exception {
    13. * super.setUp();
    14. * handler = new TestLogHandler();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Jun 21 20:53:25 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. guava/src/com/google/common/cache/RemovalCause.java

    1. * CacheBuilder#maximumSize} or {@link CacheBuilder#maximumWeight}.
    2. */
    3. SIZE {
    4. @Override
    5. boolean wasEvicted() {
    6. return true;
    7. }
    8. };
    9.  
    10. /**
    11. * Returns {@code true} if there was an automatic removal due to eviction (the cause is neither
    12. * {@link #EXPLICIT} nor {@link #REPLACED}).
    13. */
    14. abstract boolean wasEvicted();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jun 15 18:00:07 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  9. impl/maven-core/src/main/java/org/apache/maven/artifact/repository/DefaultRepositoryRequest.java

    1. // enables no-arg constructor
    2. }
    3.  
    4. /**
    5. * Creates a shallow copy of the specified repository request.
    6. *
    7. * @param repositoryRequest The repository request to copy from, must not be {@code null}.
    8. */
    9. public DefaultRepositoryRequest(RepositoryRequest repositoryRequest) {
    10. setLocalRepository(repositoryRequest.getLocalRepository());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation/DistributionManagementArtifactRelocationSource.java

    1. * existed in Maven 3 land, uses POM distributionManagement/relocation.
    2. * <p>
    3. * Note: this component should kick-in last regarding relocations.
    4. *
    5. * @since 4.0.0
    6. * @deprecated since 4.0.0, use {@code maven-api-impl} jar instead
    7. */
    8. @Singleton
    9. @Named(DistributionManagementArtifactRelocationSource.NAME)
    10. @Priority(5)
    11. @Deprecated(since = "4.0.0")
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top