Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of about 10,000 for sget (0.12 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/file/ArchiveOperationsIntegrationTest.groovy

                        def outFile = outputFile.get().asFile
                        outFile.parentFile.mkdirs()
                        outFile.text = archives.${archiveType}(inputFile.get().asFile).read().text
                    }
                }
    
                tasks.register("myTask", MyTask) {
                    inputFile.set(createArchive.flatMap { it.outputFile })
                    outputFile.set(layout.buildDirectory.file("unpacked/file.txt"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 8.1K bytes
    - Viewed (0)
  2. configure.py

          environ_cp.get('LD_LIBRARY_PATH') != '1'):
        write_action_env_to_bazelrc('LD_LIBRARY_PATH',
                                    environ_cp.get('LD_LIBRARY_PATH'))
    
      if (environ_cp.get('TF_NEED_ROCM') == '1' and environ_cp.get('ROCM_PATH')):
        write_action_env_to_bazelrc('ROCM_PATH', environ_cp.get('ROCM_PATH'))
    
      if (environ_cp.get('TF_NEED_ROCM') == '1' and environ_cp.get('HIP_PLATFORM')):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolution/KaCall.kt

     *   //   operationSymbol: String?.plus()
     *   // }
     * }
     * ```
     * Such a call always involve both calls to `get` and `set` functions. With the example above, a call to `String?.plus` is sandwiched
     * between `get` and `set` call to compute the new value passed to `set`.
     *
     * Note that simple access using the array access convention is not captured by this class. For example, assuming `ThrowingMap` throws
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            final Set<String> arrayFieldSet = getIndexAdminArrayFieldSet();
            final Set<String> dateFieldSet = getIndexAdminDateFieldSet();
            final Set<String> integerFieldSet = getIndexAdminIntegerFieldSet();
            final Set<String> longFieldSet = getIndexAdminLongFieldSet();
            final Set<String> floatFieldSet = getIndexAdminFloatFieldSet();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
  5. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/DefaultSnapshotHierarchyTest.groovy

            assertFileSnapshot(set, dir2FileSibling)
            assertPartialDirectoryNode(set, dir2)
            assertHasNoMetadata(set, dir2File)
    
            when:
            set = invalidate(fullSet, parent.file("sub/more/dir4"))
            then:
            assertDirectorySnapshot(set, dir1)
            assertDirectorySnapshot(set, dir2)
            assertDirectorySnapshot(set, dir3)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/test/groovy/org/gradle/language/cpp/plugins/CppLibraryPluginTest.groovy

            project.library.binaries.get().name as Set == ['mainDebugShared', 'mainReleaseShared', 'mainDebugStatic', 'mainReleaseStatic'] as Set
            project.components.containsAll(project.library.binaries.get())
    
            and:
            def binaries = project.library.binaries.get()
            binaries.findAll { it.debuggable && it.optimized && it instanceof CppSharedLibrary }.size() == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/fields/fields.go

    	Has(field string) (exists bool)
    
    	// Get returns the value for the provided field.
    	Get(field string) (value string)
    }
    
    // Set is a map of field:value. It implements Fields.
    type Set map[string]string
    
    // String returns all fields listed as a human readable string.
    // Conveniently, exactly the format that ParseSelector takes.
    func (ls Set) String() string {
    	selector := make([]string, 0, len(ls))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 19 14:50:16 UTC 2017
    - 1.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionPropertyIntegrationTest.groovy

                        def file = outputFile.asFile.get()
                        file.text = inputFiles.get()*.asFile.text.join(',')
                    }
                }
    
                task createFiles(type: FileOutputTask)
                task merge(type: MergeTask) {
                    outputFile = layout.buildDirectory.file("merged.txt")
                    inputFiles.set(createFiles.outputFiles)
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyJavaInterOpIntegrationTest.groovy

                        System.out.println("list = " + list.get());
                        System.out.println("set = " + set.get());
                        System.out.println("map = " + map.get());
                    }
                }
            """
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  10. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/CliFe10AnalysisFacade.kt

            resolveSession = componentProvider.get()
            deprecationResolver = componentProvider.get()
            callResolver = componentProvider.get()
            kotlinToResolvedCallTransformer = componentProvider.get()
            kotlinTypeRefiner = componentProvider.get()
    
            val builtIns = resolveSession!!.moduleDescriptor.builtIns
            val typeSpecificityComparator = componentProvider.get<TypeSpecificityComparator>()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top