Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for allfields (0.15 sec)

  1. src/mdo/transformer.vm

        #set ( $allFields = $Helper.xmlFields( $class ) )
        protected ${class.name} transform${class.name}(${class.name} target) {
            if (target == null) {
                return null;
            }
            Supplier<${class.name}.Builder> creator = () -> ${class.name}.newBuilder(target);
            ${class.name}.Builder builder = null;
        #foreach ( $field in $allFields )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. src/os/user/lookup_unix_test.go

    		}
    	}
    }
    
    func TestLookupUserPopulatesAllFields(t *testing.T) {
    	u, err := findUsername("allfields", strings.NewReader(testUserFile))
    	if err != nil {
    		t.Fatal(err)
    	}
    	want := &User{
    		Username: "allfields",
    		Uid:      "6",
    		Gid:      "12",
    		Name:     "mansplit",
    		HomeDir:  "/home/allfields",
    	}
    	if !reflect.DeepEqual(u, want) {
    		t.Errorf("findUsername: got %#v, want %#v", u, want)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 11 04:31:34 UTC 2022
    - 7.3K bytes
    - Viewed (0)
  3. src/mdo/common.vm

    ## pomFile attribute to a java.nio.file.Path.  Modello does not support this
    ## type and loading a model with such a type would fail the Modello validation.
    ##
    #foreach ( $field in $model.getClass("Model", $version).allFields )
      #if ( $field.name == "pomFile" )
        #set ( $dummy = $field.setType("java.nio.file.Path") )
      #end
    #end
    #set ( $locationTracking = true )
    #end
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jan 19 23:38:51 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. src/mdo/model-version.vm

    #foreach ( $class in $model.allClasses )
        #set ( $dummy = $versions.add( $class.versionRange.fromVersion ) )
        #foreach ( $field in $class.allFields )
            #if ( ! $Helper.xmlFieldMetadata( $field ).transient )
                #set ( $dummy = $versions.add( $field.versionRange.fromVersion ) )
            #end
        #end
    #end
    #if ( $minimalVersion )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 16 13:44:33 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/utils/InlineDelegatedPropertyAccessorsAnalyzer.kt

        val allFiles = this
        val filesQueueToAnalyze = ArrayDeque(allFiles)
        val collector = InlineFunctionsCollector(allFiles.first().project, reifiedInlineFunctionsOnly = false) { declaration ->
            val containingFile = declaration.containingKtFile
            if (allFiles.add(containingFile)) {
                filesQueueToAnalyze += containingFile
            }
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. operator/pkg/validate/validate_values_test.go

    	valuesYAML := ""
    	var allFiles []string
    	manifestDir := filepath.Join(repoRootDir, "manifests/charts")
    	for _, sd := range []string{"base", "gateways", "istio-cni", "istio-control"} {
    		dir := filepath.Join(manifestDir, sd)
    		files, err := util.FindFiles(dir, yamlFileFilter)
    		if err != nil {
    			t.Fatalf(err.Error())
    		}
    		allFiles = append(allFiles, files...)
    	}
    	for _, f := range allFiles {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 13:43:12 UTC 2024
    - 6K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/internal/DefaultStaticLibraryBinarySpec.java

            protected Set<File> getOutputs() {
                Set<File> allFiles = new LinkedHashSet<File>();
                if (hasSources()) {
                    allFiles.add(getStaticLibraryFile());
                }
                for (FileCollection resourceSet : additionalLinkFiles) {
                    allFiles.addAll(resourceSet.getFiles());
                }
                return allFiles;
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  8. testing/smoke-test/src/smokeTest/groovy/org/gradle/play/integtest/fixtures/external/PlayApp.groovy

            return new SourceFile(path, name, file.text);
        }
    
        void writeSources(TestFile sourceDir) {
            gradleBuild.writeToDir(sourceDir)
            for (SourceFile srcFile : allFiles) {
                srcFile.writeToDir(sourceDir)
            }
        }
    
        List<SourceFile> sourceFiles(String baseDir, String rootDir = getName()) {
            List sourceFiles = new ArrayList()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/utils/InlineFunctionAnalyzer.kt

                    }
                }
                analyzedElements.addAll(nextInlineFunctions)
            }
        }
    
        /**
         * Returns the list of files that contain all reached inline functions.
         */
        fun allFiles(): List<KtFile> = analyzedElements.mapTo(mutableSetOf()) { it.containingKtFile }.toList()
    
        /**
         * Returns the set of [KtObjectDeclaration]s which are defined as an object literal in one of the reached inline functions.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10CompilerFacility.kt

            // by the backend.
            val inlineAnalyzer = InlineFunctionAnalyzer(analysisContext, analyzeOnlyReifiedInlineFunctions = disableInline)
            inlineAnalyzer.analyze(file)
    
            val filesToCompile = inlineAnalyzer.allFiles().collectReachableInlineDelegatedPropertyAccessors()
            val bindingContext = analysisContext.analyze(filesToCompile, AnalysisMode.ALL_COMPILER_CHECKS)
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top