Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 590 for Selection (0.06 seconds)

  1. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

         * Excludes the active session and optionally filters by name.
         * This method performs batch deletion of both parameters and session records.
         *
         * @param activeSessionId the session ID to exclude from deletion (can be null)
         * @param name optional name filter for sessions to delete (can be null or blank)
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 19.9K bytes
    - Click Count (0)
  2. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

    fun Project.isNativeProject() = name.contains("native")
    
    fun Project.isKotlinDslToolingBuilders() = name.contains("kotlin-dsl-tooling-builders")
    
    /**
     * Whether the project supports running with predictive test selection.
     *
     * Our performance tests don't work with PTS, yet.
     * Smoke and soak tests are hard to grasp for PTS, that is why we run them without.
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Dec 19 06:44:41 GMT 2025
    - 18.9K bytes
    - Click Count (0)
  3. docs/smb3-features/05-rdma-smb-direct-design.md

        }
        
        @Override
        public void shutdown() {
            // Nothing to clean up for TCP
        }
    }
    ```
    
    ## 5. Integration with Existing Code
    
    ### 5.1 Transport Selection
    ```java
    // In SmbTransportPool.java
    public SmbTransport createTransport(CIFSContext context, 
                                       InetSocketAddress address) throws IOException {
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 16 02:53:50 GMT 2025
    - 35.9K bytes
    - Click Count (0)
  4. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java

            performProfileActivation(context, request.getProfileActivation());
    
            //
            // Builder, concurrency and parallelism
            //
            // We preserve the existing methods for builder selection which is to look for various inputs in the threading
            // configuration. We don't have an easy way to allow a pluggable builder to provide its own configuration
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Sep 11 17:20:46 GMT 2025
    - 28.2K bytes
    - Click Count (0)
  5. internal/s3select/select.go

    	if s3Select.progressReader != nil {
    		return s3Select.progressReader.Stats()
    	}
    
    	return -1, -1
    }
    
    // Open - opens S3 object by using callback for SQL selection query.
    // Currently CSV, JSON and Apache Parquet formats are supported.
    func (s3Select *S3Select) Open(rsc io.ReadSeekCloser) error {
    	offset, length, err := s3Select.ScanRange.StartLen()
    	if err != nil {
    		return err
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Feb 18 16:25:55 GMT 2025
    - 21.2K bytes
    - Click Count (0)
  6. okhttp/src/androidMain/baseline-prof.txt

    HSPLokhttp3/internal/connection/RouteSelector$Selection;-><init>(Ljava/util/List;)V
    HSPLokhttp3/internal/connection/RouteSelector$Selection;->hasNext()Z
    HSPLokhttp3/internal/connection/RouteSelector$Selection;->next()Lokhttp3/Route;
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Mon Dec 30 23:28:56 GMT 2024
    - 127.9K bytes
    - Click Count (1)
  7. api/go1.19.txt

    pkg debug/pe, type COFFSymbolAuxFormat5 struct, NumRelocs uint16 #51868
    pkg debug/pe, type COFFSymbolAuxFormat5 struct, SecNum uint16 #51868
    pkg debug/pe, type COFFSymbolAuxFormat5 struct, Selection uint8 #51868
    pkg debug/pe, type COFFSymbolAuxFormat5 struct, Size uint32 #51868
    pkg encoding/binary, func AppendUvarint([]uint8, uint64) []uint8 #51644
    pkg encoding/binary, func AppendVarint([]uint8, int64) []uint8 #51644
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.2.md

    does not guarantee they will be satisfied. Both the “hard” and “soft” variants
    of node affinity use the new syntax. Documentation is [here](http://kubernetes.io/docs/user-guide/node-selection/) (see section “Alpha feature in Kubernetes v1.2: Node Affinity“). Design doc is [here](https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/nodeaffinity.md).
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/helper/SearchHelper.java

         *
         * This method prioritizes explicit language parameters over browser locale settings
         * and handles special cases like "all languages" selection.
         *
         * @param request The HTTP servlet request
         * @param params The search request parameters
         * @return Array of normalized language codes
         */
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 20 05:56:45 GMT 2025
    - 36.3K bytes
    - Click Count (0)
  10. src/main/java/jcifs/Configuration.java

         */
        boolean isDisablePlainTextPasswords();
    
        /**
         *
         *
         * Property {@code jcifs.resolveOrder} (string, default {@code LMHOSTS,DNS,WINS,BCAST})
         *
         * @return order and selection of resolver modules, see {@link ResolverType}
         */
        List<ResolverType> getResolveOrder();
    
        /**
         *
         * Property {@code jcifs.netbios.baddr} (string, default {@code 255.255.255.255})
         *
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 25.4K bytes
    - Click Count (0)
Back to Top