Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 3,760 for package_a (0.26 sec)

  1. common/config/.golangci.yml

              - pkg: github.com/golang/protobuf/jsonpb
                desc: "don't use the jsonpb package directly; use util/protomarshal instead"
              - pkg: google.golang.org/protobuf/encoding/protojson
                desc: "don't use the protojson package directly; use util/protomarshal instead"
              - pkg: gomodules.xyz/jsonpatch/v3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:03:06 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. src/go/types/check.go

    	// disambiguating package names in error messages.
    	//
    	// pkgPathMap is allocated lazily, so that we don't pay the price of building
    	// it on the happy path. seenPkgMap tracks the packages that we've already
    	// walked.
    	pkgPathMap map[string]map[string]bool
    	seenPkgMap map[*Package]bool
    
    	// information collected during type-checking of a set of package files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  3. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/configurators/AnalysisApiBaseTestServiceRegistrar.kt

    import org.jetbrains.kotlin.analysis.api.platform.modification.KotlinModificationTrackerFactory
    import org.jetbrains.kotlin.analysis.api.platform.packages.KotlinPackageProviderFactory
    import org.jetbrains.kotlin.analysis.api.platform.packages.KotlinPackageProviderMerger
    import org.jetbrains.kotlin.analysis.api.platform.projectStructure.KotlinByModulesResolutionScopeProvider
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. src/cmd/doc/main.go

    		return fmt.Errorf("no symbol %s in package%s", symbol, &b)
    	}
    	return fmt.Errorf("no method or field %s.%s in package%s", symbol, method, &b)
    }
    
    // parseArgs analyzes the arguments (if any) and returns the package
    // it represents, the part of the argument the user used to identify
    // the path (or "" if it's the current package) and the symbol
    // (possibly with a .method) within that package.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. src/runtime/runtime1.go

    	if mp.locks == 0 && gp.preempt {
    		// restore the preemption request in case we've cleared it in newstack
    		gp.stackguard0 = stackPreempt
    	}
    }
    
    // reflect_typelinks is meant for package reflect,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - gitee.com/quant1x/gox
    //   - github.com/goccy/json
    //   - github.com/modern-go/reflect2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  6. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/api/standalone/StandaloneAnalysisAPISessionBuilder.kt

    import org.jetbrains.kotlin.analysis.api.platform.packages.KotlinPackageProviderFactory
    import org.jetbrains.kotlin.analysis.api.platform.packages.KotlinPackageProviderMerger
    import org.jetbrains.kotlin.analysis.api.platform.KotlinPsiDeclarationProviderFactory
    import org.jetbrains.kotlin.analysis.api.platform.projectStructure.KotlinResolutionScopeProvider
    import org.jetbrains.kotlin.analysis.api.platform.packages.KotlinPackagePartProviderFactory
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/typestring.go

    //
    // Using a nil Qualifier is equivalent to using (*[Package]).Path: the
    // object is qualified by the import path, e.g., "encoding/json.Marshal".
    type Qualifier func(*Package) string
    
    // RelativeTo returns a [Qualifier] that fully qualifies members of
    // all packages other than pkg.
    func RelativeTo(pkg *Package) Qualifier {
    	if pkg == nil {
    		return nil
    	}
    	return func(other *Package) string {
    		if pkg == other {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  8. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/integtests/ApplicationIntegrationSpec.groovy

            file("build/scripts/application.bat").assertExists()
            file("build/scripts/application").assertExists()
        }
    
        def "application packages are built when running the assemble task"() {
            file('src/main/java/org/gradle/test/Main.java') << '''
    package org.gradle.test;
    
    class Main {
        public static void main(String[] args) {
        }
    }
    '''
    
            when:
            run 'assemble'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 22:15:44 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/README.md

    | KUBE-EXTERNAL-IP               | service external IP + port               | masquerade for packages to external IPs  |
    | KUBE-LOAD-BALANCER             | load balancer ingress IP + port          | masquerade for packages to load balancer type service  |
    | KUBE-LOAD-BALANCER-LOCAL       | LB ingress IP + port with `externalTrafficPolicy=local` | accept packages to load balancer with `externalTrafficPolicy=local` |
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 02:32:29 UTC 2021
    - 18.8K bytes
    - Viewed (0)
  10. src/runtime/symtab.go

    // moduledataverify1 below.
    //
    // For each loaded plugin, the pkghashes slice has a modulehash of the
    // newly loaded package that can be used to check the plugin's version of
    // a package against any previously loaded version of the package.
    // This is done in plugin.lastmoduleinit.
    type modulehash struct {
    	modulename   string
    	linktimehash string
    	runtimehash  *string
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top