Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,201 for imposes (0.42 sec)

  1. analysis/analysis-api-fir/analysis-api-fir-generator/src/org/jetbrains/kotlin/analysis/api/fir/generator/rendererrs/AbstractDiagnosticsDataClassRenderer.kt

        }
    
        private fun SmartPrinter.collectAndPrintImports(diagnosticList: HLDiagnosticList) {
            val imports = collectImports(diagnosticList)
            printImports(imports)
        }
    
        protected fun SmartPrinter.printHeader(packageName: String, diagnosticList: HLDiagnosticList) {
            printCopyright()
            println("package $packageName")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Oct 18 18:42:40 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/vcs/vcs_test.go

    		}
    	}
    }
    
    func TestMatchGoImport(t *testing.T) {
    	tests := []struct {
    		imports []metaImport
    		path    string
    		mi      metaImport
    		err     error
    	}{
    		{
    			imports: []metaImport{
    				{Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
    			},
    			path: "example.com/user/foo",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 15:33:59 UTC 2022
    - 17K bytes
    - Viewed (0)
  3. src/go/doc/testdata/template.txt

    {{synopsis .Doc}}
    PACKAGE {{.Name}}
    
    IMPORTPATH
    	{{.ImportPath}}
    
    {{with .Imports}}IMPORTS
    {{range .}}	{{.}}
    {{end}}
    {{end}}{{/*
    
    */}}FILENAMES
    {{range .Filenames}}	{{.}}
    {{end}}{{/*
    
    */}}{{with .Consts}}
    CONSTANTS
    {{range .}}	{{synopsis .Doc}}
    	{{node .Decl $.FSet}}
    
    {{end}}{{end}}{{/*
    
    */}}{{with .Vars}}
    VARIABLES
    {{range .}}	{{synopsis .Doc}}
    	{{node .Decl $.FSet}}
    
    {{end}}{{end}}{{/*
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.1K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_tidy_compat_implicit.txt

    # error, with useful suggestions about how to resolve it.
    
    cp go.mod go.mod.orig
    ! go mod tidy
    stderr '^go: example\.com/m imports\n\texample\.net/lazy tested by\n\texample\.net/lazy.test imports\n\texample\.com/retract/incompatible loaded from example\.com/retract/incompatible@v1\.0\.0,\n\tbut go 1\.16 would select v2\.0\.0\+incompatible\n\n'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. cmd/preferredimports/preferredimports.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // verify that all the imports have our preferred alias(es).
    package main
    
    import (
    	"bytes"
    	"encoding/json"
    	"flag"
    	"fmt"
    	"go/ast"
    	"go/build"
    	"go/format"
    	"go/parser"
    	"go/token"
    	"log"
    	"os"
    	"path/filepath"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:44 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_get_lazy_upgrade_lazy.txt

    # 'go get -u' on a package that directly imports the dependency should upgrade.
    go get -u ./usedirect
    go list -m example.com/lazyupgrade
    stdout '^example.com/lazyupgrade v0.1.1 => ./lazyupgrade@v0.1.1$'
    cp go.mod.orig go.mod
    
    # 'go get -u' on a package that indirectly imports the dependency should upgrade.
    go get -u ./useindirect
    go list -m example.com/lazyupgrade
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 30 17:58:12 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/references/FirIdeNormalAnalysisScriptSourceModuleReferenceImportAliasTestGenerated.java

    /** This class is generated by {@link org.jetbrains.kotlin.generators.tests.analysis.api.GenerateAnalysisApiTestsKt}. DO NOT MODIFY MANUALLY */
    @SuppressWarnings("all")
    @TestMetadata("analysis/analysis-api/testData/imports/importAliases")
    @TestDataPath("$PROJECT_ROOT")
    public class FirIdeNormalAnalysisScriptSourceModuleReferenceImportAliasTestGenerated extends AbstractReferenceImportAliasTest {
      @NotNull
      @Override
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. cmd/kube-controller-manager/app/import_known_versions.go

    limitations under the License.
    */
    
    // Package app imports the API groups that the client will support
    // TODO: Remove this file when namespace controller and garbage collector
    // stops using legacyscheme.Registry.RESTMapper()
    package app
    
    import (
    	// These imports are the API groups the client will support.
    	_ "k8s.io/kubernetes/pkg/apis/apps/install"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:23:50 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  9. docs/orchestration/kubernetes/README.md

    ## Monitoring MinIO in Kubernetes
    
    MinIO server exposes un-authenticated liveness endpoints so Kubernetes can natively identify unhealthy MinIO containers. MinIO also exposes Prometheus compatible data on a different endpoint to enable Prometheus users to natively monitor their MinIO deployments.
    
    ## Explore Further
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  10. src/go/ast/filter.go

    					// - 2 imports exist but only one has a comment
    					// - 2 imports exist and they both have (possibly
    					//   different) comments
    					imports = append(imports, imp)
    					seen[path] = true
    				}
    			}
    		}
    	} else {
    		// Iterate over filenames for deterministic order.
    		for _, filename := range filenames {
    			f := pkg.Files[filename]
    			imports = append(imports, f.Imports...)
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top