Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 112 for importing (0.34 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    In general this is not a problem but you might face an issue with IDEs which automatically try to download them during import: if you didn't set the checksums for those too, importing would fail.
    
    To avoid this, you can configure Gradle to trust automatically all javadocs/sources:
    
    [source,xml]
    ----
    <trusted-artifacts>
       <trust file=".*-javadoc[.]jar" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. cmd/admin-handlers-users.go

    				writeErrorResponse(ctx, w, exportError(ctx, err, iamFile, ""), r.URL)
    				return
    			}
    		}
    	}
    }
    
    // ImportIAM - imports all IAM info into MinIO
    func (a adminAPIHandlers) ImportIAM(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	// Get current object layer instance.
    	objectAPI := newObjectLayerFn()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  3. src/cmd/cgo/out.go

    		fmt.Fprintf(fm, "void _cgo_release_context(size_t ctxt __attribute__((unused))) { }\n")
    		fmt.Fprintf(fm, "char* _cgo_topofstack(void) { return (char*)0; }\n")
    	} else {
    		// If we're not importing runtime/cgo, we *are* runtime/cgo,
    		// which provides these functions. We just need a prototype.
    		fmt.Fprintf(fm, "void crosscall2(void(*fn)(void*), void *a, int c, size_t ctxt);\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    }
    
    def TF_ImportEventOp : TF_Op<"ImportEvent", []> {
      let summary = "Outputs a `tf.Event` protocol buffer.";
    
      let description = [{
    When CreateSummaryDbWriter is being used, this op can be useful for
    importing data from event logs.
    
    writer: A handle to a summary writer.
    event: A string containing a binary-encoded tf.Event proto.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/lib.go

    	fingerprint := ctxt.loader.Preload(ctxt.IncVersion(), f, lib, unit, eof-f.Offset())
    	if !fingerprint.IsZero() { // Assembly objects don't have fingerprints. Ignore them.
    		// Check fingerprint, to ensure the importing and imported packages
    		// have consistent view of symbol indices.
    		// Normally the go command should ensure this. But in case something
    		// goes wrong, it could lead to obscure bugs like run-time crash.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/manual.css

    .map_canvas object {
    	max-width: none !important;
    }
    
    .left {
    	float: left !important;
    }
    
    .right {
    	float: right !important;
    }
    
    .text-left {
    	text-align: left !important;
    }
    
    .text-right {
    	text-align: right !important;
    }
    
    .text-center {
    	text-align: center !important;
    }
    
    .text-justify {
    	text-align: justify !important;
    }
    
    .hide {
    	display: none;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  7. .teamcity/test-buckets.json

    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"language-native",
    					"tooling-native",
    					"core-api",
    					"wrapper-main",
    					"build-events",
    					"reporting",
    					"resources-s3",
    					"diagnostics",
    					"plugins-application",
    					"language-jvm"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  8. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals(Boolean.TRUE, pom.getValue("reporting/excludeDefaults"));
            assertPathSuffixEquals("docs", pom.getValue("reporting/outputDirectory"));
    
            assertEquals(1, ((List<?>) pom.getValue("reporting/plugins")).size());
            assertEquals("org.apache.maven.its.plugins", pom.getValue("reporting/plugins[1]/groupId"));
            assertEquals("maven-it-plugin-reporting", pom.getValue("reporting/plugins[1]/artifactId"));
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    In other words, the configuration cache saves the output of the configuration phase, and the build cache saves the outputs of the execution phase.
    
    [IMPORTANT]
    ====
    This feature is currently not enabled by default. This feature has the following limitations:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.reporting.GenerateBuildDashboard.getInputReports()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GenerateBuildDashboard.java:0)
    Method <org.gradle.api.reporting.GenerateBuildDashboard.getReports()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GenerateBuildDashboard.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top