Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 411 - 420 of 624 for actives (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java

            lock.readLock().lock();
            try {
                return handles.get(path);
            } finally {
                lock.readLock().unlock();
            }
        }
    
        /**
         * Get the number of active handles
         * @return the number of handles
         */
        public int getHandleCount() {
            return handles.size();
        }
    
        private void periodicMaintenance() {
            if (shutdown) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:49:49 GMT 2025
    - 13K bytes
    - Click Count (0)
  2. docs/ja/docs/project-generation.md

    - ๐Ÿ“ซ ใƒกใƒผใƒซใƒ™ใƒผใ‚นใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰ใƒชใ‚ซใƒใƒชใ€‚
    - โœ… [Pytest](https://pytest.org) ใซใ‚ˆใ‚‹ใƒ†ใ‚นใƒˆใ€‚
    - ๐Ÿ“ž ใƒชใƒใƒผใ‚นใƒ—ใƒญใ‚ญใ‚ท / ใƒญใƒผใƒ‰ใƒใƒฉใƒณใ‚ตใจใ—ใฆใฎ [Traefik](https://traefik.io)ใ€‚
    - ๐Ÿšข Docker Composeใ‚’ไฝฟ็”จใ—ใŸใƒ‡ใƒ—ใƒญใ‚คๆ‰‹้ †๏ผˆ่‡ชๅ‹•HTTPS่จผๆ˜Žๆ›ธใ‚’ๅ‡ฆ็†ใ™ใ‚‹ใƒ•ใƒญใƒณใƒˆใ‚จใƒณใƒ‰Traefikใƒ—ใƒญใ‚ญใ‚ทใฎใ‚ปใƒƒใƒˆใ‚ขใƒƒใƒ—ๆ–นๆณ•ใ‚’ๅซใ‚€๏ผ‰ใ€‚
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  3. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalDistributionArchiveCheckPluginFuncTest.groovy

                }
                tasks.register("buildDarwinZip", Zip) {
                    from 'SomeFile.txt'
                }"""
        }
    
        @Unroll
        def "plain class files in distribution #archiveType archives are detected"() {
            given:
            file("SomeFile.class") << """
                some dummy class file
            """
            buildFile << """
                tasks.withType(AbstractArchiveTask).configureEach {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 5.9K bytes
    - Click Count (0)
  4. src/main/java/jcifs/util/SmbCircuitBreaker.java

                log.debug("[{}] Dynamic threshold adjustment: {} -> {}", name, oldThreshold, newThreshold);
            }
        }
    
        /**
         * Get current active requests count
         *
         * @return number of active requests
         */
        public int getActiveRequests() {
            return activeRequests.get();
        }
    
        /**
         * Get average response time
         *
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 33.4K bytes
    - Click Count (0)
  5. docs/batch-jobs/README.md

    ## Batch Jobs Terminology
    
    ### Job
    A job is the basic unit of work for MinIO Batch Job. A job is a self describing YAML, once this YAML is submitted and evaluated - MinIO performs the requested actions on each of the objects obtained under the described criteria in job YAML file.
    
    ### Type
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Oct 06 06:00:43 GMT 2022
    - 4.8K bytes
    - Click Count (0)
  6. compat/maven-compat/src/main/mdo/profiles.mdo

          <fields>
            <field>
              <name>activeByDefault</name>
              <version>1.0.0</version>
              <type>boolean</type>
              <description>Flag specifying whether this profile is active as a default.</description>
            </field>
            <field>
              <name>jdk</name>
              <version>1.0.0</version>
              <type>String</type>
              <description><![CDATA[
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Jan 22 11:03:29 GMT 2025
    - 13.8K bytes
    - Click Count (0)
  7. impl/maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java

            ProjectActivation projectActivation = request.getProjectActivation();
    
            projectActivation.getActivations().stream()
                    .filter(pa -> pa.activationSettings().active())
                    .forEach(pas -> {});
    
            Set<String> requiredSelectors = projectActivation.getRequiredInactiveProjectSelectors();
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 11 16:38:19 GMT 2025
    - 18.5K bytes
    - Click Count (0)
  8. CLAUDE.md

    ```
    src/main/java/org/codelibs/fess/
    โ”œโ”€โ”€ FessBoot.java              # Application entry point
    โ”œโ”€โ”€ Constants.java             # Central application constants
    โ”œโ”€โ”€ app/
    โ”‚   โ”œโ”€โ”€ web/                   # Controllers (Actions)
    โ”‚   โ”‚   โ”œโ”€โ”€ base/              # Base action classes (FessBaseAction, FessAdminAction)
    โ”‚   โ”‚   โ”œโ”€โ”€ admin/             # Admin controllers ({feature}/ with Action, Forms)
    โ”‚   โ”‚   โ””โ”€โ”€ api/               # API controllers
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 09:48:10 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/ResponseBody.kt

    import okio.BufferedSource
    import okio.ByteString
    import okio.use
    
    /**
     * A one-shot stream from the origin server to the client application with the raw bytes of the
     * response body. Each response body is supported by an active connection to the webserver. This
     * imposes both obligations and limits on the client application.
     *
     * ### The response body must be closed.
     *
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue May 27 14:51:25 GMT 2025
    - 11.6K bytes
    - Click Count (0)
  10. docs/en/docs/release-notes.md

    ### Internal
    
    * ๐Ÿ‘ฅ Update FastAPI People. PR [#3450](https://github.com/tiangolo/fastapi/pull/3450) by [@github-actions[bot]](https://github.com/apps/github-actions).
    * ๐Ÿ‘ฅ Update FastAPI People. PR [#3319](https://github.com/tiangolo/fastapi/pull/3319) by [@github-actions[bot]](https://github.com/apps/github-actions).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top