Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 1,883 for Paths (0.17 sec)

  1. maven-core/src/main/java/org/apache/maven/configuration/BeanConfigurationPathTranslator.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.configuration;
    
    import java.io.File;
    
    /**
     * Postprocesses filesystem paths. For instance, a path translator might want to resolve relative paths given in the
     * bean configuration against some base directory.
     *
     */
    public interface BeanConfigurationPathTranslator {
    
        /**
         * Translates the specified path.
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/cgo_trimpath_macro.txt

    # This is a test that -trimpath trims the paths of every directory
    # of Cgo dependencies in the module, and trims file paths included
    # through the __FILE__ macro using --file-prefix-map.
    
    [!cgo] skip
    [short] skip 'links and runs binaries'
    
    # Test in main module.
    go run -trimpath -mod=vendor ./main
    stdout '(\\_\\_|/_)[\\/]m[\\/]c[\\/]bar.h'
    
    # Test in vendored module.
    go run -trimpath -mod=vendor v.com/main
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 22 19:56:37 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. tests/test_tutorial/test_sub_applications/test_tutorial001.py

    from docs_src.sub_applications.tutorial001 import app
    
    client = TestClient(app)
    
    openapi_schema_main = {
        "openapi": "3.1.0",
        "info": {"title": "FastAPI", "version": "0.1.0"},
        "paths": {
            "/app": {
                "get": {
                    "responses": {
                        "200": {
                            "description": "Successful Response",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  4. platforms/jvm/jvm-services/src/integTest/groovy/org/gradle/jvm/toolchain/InvalidJvmInstallationReportingIntegrationTest.groovy

            // Require a different JDK to be able to find the logs of its probing for system properties
            def existingJdk = AvailableJavaHomes.differentJdk
    
            // Use two invalid installation paths to verify that the implementation reports a warning on each of them
            // (as opposed to e.g. reporting only the first one)
            def invalidJdkHome1 = createInvalidJdkHome("jdk1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/main/java/org/gradle/language/swift/tasks/internal/SymbolHider.java

     */
    
    package org.gradle.language.swift.tasks.internal;
    
    import java.io.File;
    import java.io.IOException;
    import java.nio.charset.StandardCharsets;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    import java.util.Arrays;
    
    
    /**
     * Parse and hide given symbols in on object file based on COFF format documented
     * here: https://docs.microsoft.com/en-us/windows/desktop/debug/pe-format
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  6. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/SingleEntryModuleLibrary.java

        /**
         * Creates single entry module library
         *
         * @param library a path to jar or class folder in idea format
         * @param javadoc paths to javadoc jars or javadoc folders
         * @param source paths to source jars or source folders
         * @param scope scope
         */
        public SingleEntryModuleLibrary(FilePath library, Set<FilePath> javadoc, Set<FilePath> source, String scope) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  7. analysis/analysis-api-standalone/analysis-api-standalone-native/tests/org/jetbrains/kotlin/analysis/api/standalone/konan/fir/test/cases/session/builder/testUtils.kt

    import org.jetbrains.kotlin.test.util.KtTestUtil
    import java.nio.file.Files
    import java.nio.file.Path
    import java.nio.file.Paths
    import kotlin.io.path.absolutePathString
    import kotlin.io.path.extension
    import kotlin.streams.asSequence
    
    internal fun testDataPath(path: String): Path {
        return Paths.get("analysis/analysis-api-standalone/analysis-api-standalone-native/testData/nativeSessionBuilder").resolve(path)
    }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Nov 16 13:31:53 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. pkg/test/framework/resource/config/factory.go

    	// File reads the given files and calls YAML.
    	File(ns string, paths ...string) Plan
    
    	// Eval the same as YAML, but it evaluates the template parameters.
    	Eval(ns string, args any, yamlText ...string) Plan
    
    	// EvalFile the same as File, but it evaluates the template parameters.
    	EvalFile(ns string, args any, paths ...string) Plan
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  9. releasenotes/notes/fips.yaml

      * mTLS communication between Envoy proxies;
      * regular TLS on the downstream and the upstream of Envoy proxies (e.g. gateway);
      * Google gRPC side requests from Envoy proxies (e.g. Stackdriver extensions);
      * Istiod xDS server;
      * Istiod injection and validation webhook servers.
    
      The restrictions are not applied on the following data paths:
      * Istiod to Kubernetes API server;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 00:16:21 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. maven-embedder/src/main/java/org/apache/maven/cli/ResolveFile.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.cli;
    
    import java.io.File;
    import java.nio.file.Paths;
    
    /**
     * Resolve relative file path against the given base directory
     */
    public class ResolveFile {
        public static File resolveFile(File file, String baseDirectory) {
            if (file == null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 22 13:26:01 UTC 2022
    - 1.4K bytes
    - Viewed (0)
Back to top