Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 589 for Concept (0.14 sec)

  1. src/cmd/compile/internal/staticinit/sched.go

    		switch {
    		default:
    			// Note: float -> float/integer and complex -> complex are valid but subtle.
    			// For example a float32(float64 1e300) evaluates to +Inf at runtime
    			// and the compiler doesn't have any concept of +Inf, so that would
    			// have to be left for runtime code evaluation.
    			// For now
    			return nil, false
    
    		case ct.IsInteger() && t.IsInteger():
    			// truncate or sign extend
    			bits := t.Size() * 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/implementing_custom_tasks.adoc

        // Set the output file dynamically
        outputFile.set(layout.buildDirectory.file('dynamicOutput.txt'))
    }
    ----
    =====
    
    == Creating lazy inputs and outputs
    
    Gradle has the concept of lazy configuration, which allows task inputs and outputs to be referenced before they’re actually set.
    This is done via a `Property` class type.
    
    [.multi-language-sample]
    =====
    [source, kotlin]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:34:54 UTC 2024
    - 37.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      a request to \"foo.example.com\" SHOULD only be routed using routes
                      attached to the \"foo.example.com\" Listener (and not the \"*.example.com\"
                      Listener). This concept is known as \"Listener Isolation\". Implementations
                      that do not support Listener Isolation MUST clearly document this.
                      \n Implementations MAY merge separate Gateways onto a single set
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/MediaType.java

    import javax.annotation.CheckForNull;
    
    /**
     * Represents an <a href="http://en.wikipedia.org/wiki/Internet_media_type">Internet Media Type</a>
     * (also known as a MIME Type or Content Type). This class also supports the concept of media ranges
     * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">defined by HTTP/1.1</a>.
     * As such, the {@code *} character is treated as a wildcard and is used to represent any acceptable
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

      kCopy        // The NativeArray makes a copy of the native array and
                   // owns the copy.
    };
    
    // Adapts a native array to a read-only STL-style container.  Instead
    // of the complete STL container concept, this adaptor only implements
    // members useful for Google Mock's container matchers.  New members
    // should be added as needed.  To simplify the implementation, we only
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  6. docs/en/docs/deployment/concepts.md

    # Deployments Concepts
    
    When deploying a **FastAPI** application, or actually, any type of web API, there are several concepts that you probably care about, and using them you can find the **most appropriate** way to **deploy your application**.
    
    Some of the important concepts are:
    
    * Security - HTTPS
    * Running on startup
    * Restarts
    * Replication (the number of processes running)
    * Memory
    * Previous steps before starting
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 18K bytes
    - Viewed (0)
  7. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/dicom",
    				"application/dita+xml",
    				"application/dita+xml;format=map",
    				"application/dita+xml;format=topic",
    				"application/dita+xml;format=task",
    				"application/dita+xml;format=concept",
    				"application/dita+xml;format=val",
    				"application/dns",
    				"application/dvcs",
    				"application/ecmascript",
    				"application/edi-consent",
    				"application/edi-x12",
    				"application/edifact",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    === Deprecations
    
    [[file_collection_to_classpath]]
    ==== Converting files to a classpath where paths contain file separator
    
    Java has the concept of a path separator which is used to separate individual paths in a list of paths, for example in a classpath string.
    The individual paths must not contain the path separator.
    Consequently, using
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    if it knows that the build will fail at a later point because of missing credentials.
    
    Here is a link:../samples/sample_publishing_credentials.html[downloadable sample] that demonstrates the concept in more detail.
    
    Lookup is only supported for credentials listed in the xref:#credentials_lookup_properties[xrefstyle=short].
    [%header%autowidth,compact]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    [NOTE]
    ====
    Presently, a `Platform` consists of a defined operating system and architecture.
    As we continue to develop the native binary support in Gradle, the concept of Platform will be extended to include things like C-runtime version, Windows SDK, ABI, etc.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top