Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1471 - 1480 of 3,527 for getA (0.02 seconds)

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

  1. compat/maven-compat/src/main/java/org/apache/maven/repository/MetadataResolutionResult.java

            exceptions.add(e);
    
            return this;
        }
    
        public OverConstrainedVersionException getVersionRangeViolation(int i) {
            return (OverConstrainedVersionException) versionRangeViolations.get(i);
        }
    
        public List<Exception> getVersionRangeViolations() {
            return versionRangeViolations == null
                    ? Collections.emptyList()
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 9.2K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SIDCacheImpl.java

            int si;
    
            synchronized (this.sidCache) {
                for (si = 0; si < length; si++) {
                    final SID s = sids[offset + si].unwrap(SID.class);
                    final SID sid = this.sidCache.get(s);
                    if (sid != null) {
                        s.type = sid.type;
                        s.domainName = sid.domainName;
                        s.acctName = sid.acctName;
                    } else {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Mon Aug 25 14:34:10 GMT 2025
    - 13.6K bytes
    - Click Count (0)
  3. mockwebserver/src/main/kotlin/mockwebserver3/internal/RecordedRequestFactory.kt

    ) {
      override fun toString() = "$method $target $version"
    }
    
    internal val DEFAULT_REQUEST_LINE_HTTP_1 =
      RequestLine(
        method = "GET",
        target = "/",
        version = "HTTP/1.1",
      )
    
    internal val DEFAULT_REQUEST_LINE_HTTP_2 =
      RequestLine(
        method = "GET",
        target = "/",
        version = "HTTP/2",
      )
    
    private fun requestUrl(
      socket: MockWebServerSocket,
      requestLine: RequestLine,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jul 29 12:43:16 GMT 2025
    - 3.3K bytes
    - Click Count (0)
  4. docs/uk/docs/editor-support.md

    - **Навігація CodeLens** - Клікабельні посилання над викликами тестового клієнта (наприклад, `client.get('/items')`), які переходять до відповідної *операції шляху* для швидкої навігації між тестами та реалізацією.
    - **Розгортання у FastAPI Cloud** - Розгортання вашого застосунку у [FastAPI Cloud](https://fastapicloud.com/) в один клік.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:25:54 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  5. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/warnings/InjectAllowedWarnings.java

            this.testName = testName;
        }
    
        @Override
        public void transformTest(ObjectNode doNodeParent) {
            ObjectNode doNodeValue = (ObjectNode) doNodeParent.get(getKeyToFind());
            ArrayNode arrayWarnings = (ArrayNode) doNodeValue.get(getSkipFeatureName());
            if (arrayWarnings == null) {
                arrayWarnings = new ArrayNode(jsonNodeFactory);
                doNodeValue.set(getSkipFeatureName(), arrayWarnings);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 15 08:50:42 GMT 2021
    - 3.3K bytes
    - Click Count (0)
  6. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/warnings/InjectWarnings.java

        }
    
        @Override
        public void transformTest(ObjectNode doNodeParent) {
            ObjectNode doNodeValue = (ObjectNode) doNodeParent.get(getKeyToFind());
            ArrayNode arrayWarnings = (ArrayNode) doNodeValue.get(getSkipFeatureName());
            if (arrayWarnings == null) {
                arrayWarnings = new ArrayNode(jsonNodeFactory);
                doNodeValue.set(getSkipFeatureName(), arrayWarnings);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/dict/DictionaryItem.java

        /**
         * Default constructor for DictionaryItem.
         * Creates a new dictionary item with default values.
         */
        public DictionaryItem() {
            // Default constructor
        }
    
        /**
         * Gets the unique identifier for this dictionary item.
         *
         * @return the ID of this dictionary item
         */
        public long getId() {
            return id;
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1.3K bytes
    - Click Count (0)
  8. src/main/java/jcifs/internal/smb2/nego/NegotiateContextRequest.java

     * for capability negotiation and security enhancements.
     *
     * @author mbechler
     */
    public interface NegotiateContextRequest extends Encodable {
    
        /**
         * Gets the negotiate context type.
         *
         * @return the SMB2 negotiate context type
         */
        int getContextType();
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 1.2K bytes
    - Click Count (0)
  9. src/main/java/jcifs/internal/smb2/nego/NegotiateContextResponse.java

     * in response to negotiate context requests.
     *
     * @author mbechler
     */
    public interface NegotiateContextResponse extends Decodable {
    
        /**
         * Gets the negotiate context type.
         *
         * @return the SMB2 negotiate context type
         */
        int getContextType();
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 1.2K bytes
    - Click Count (0)
  10. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.ci-reporting.gradle.kts

            project.gradle.taskGraph.whenReady {
                testFilesCleanupServiceProvider.get().onTaskGraphReady()
            }
        }
        val testFilesCleanupService = testFilesCleanupServiceProvider.get()
        testFilesCleanupService.addProjectState(project.path, project.layout.buildDirectory.asFile, testFilesCleanup.reportOnly)
    
        project.tasks.configureEach {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 11 09:36:42 GMT 2026
    - 3.1K bytes
    - Click Count (0)
Back to Top