Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 1,267 for shown (0.04 sec)

  1. docs/security/README.md

    ciphertext  := sealed_chunk_0   ||       sealed_chunk_1   ||       sealed_chunk_2   ||       ...
    ```
    
    In case of a S3 multi-part operation each part is en/decrypted with the scheme shown in Figure 1. However, for each part an unique secret key is derived from the OEK and the part number using a PRF. So in case of multi-part not the OEK but the output of `PRF(OEK, part_id)` is used as secret key.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	// argument list, mark that prefix as implicit: it doesn't need
    	// to be shown when printing the instruction.
    	if haveMem || usedAddrSize {
    		if addrSizeIndex >= 0 {
    			inst.Prefix[addrSizeIndex] |= PrefixImplicit
    		}
    	}
    
    	// Similarly, if there's some memory operand, the segment
    	// will be shown there and doesn't need to be shown as an
    	// explicit prefix.
    	if haveMem {
    		if segIndex >= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/core-plugins/idea_plugin.adoc

    The IDEA plugin also adds a `cleanIdea` task to the project. This task deletes the generated files, if present.
    
    [[sec:idea_tasks]]
    == Tasks
    
    The IDEA plugin adds the tasks shown below to a project. Notice that the `clean` task does not depend on the `cleanIdeaWorkspace` task. This is because the workspace typically contains a lot of user specific temporary data and it is not desirable to manipulate it outside IDEA.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/jvm/groovy_plugin.adoc

    |===
    
    .Groovy plugin - tasks
    image::groovyPluginTasks.png[]
    
    
    [[sec:groovy_project_layout]]
    == Project layout
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/driver/commands.go

    		"Skips nodes matching regexp",
    		"Discard nodes that match this location.",
    		"Other nodes from samples that include this location will be shown.",
    		"Matching includes the function name, filename or object name."),
    	"show": helpText(
    		"Only show nodes matching regexp",
    		"If set, only show nodes that match this location.",
    		"Matching includes the function name, filename or object name."),
    	"show_from": helpText(
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/istio-performance-dashboard.json

            "mode": "markdown"
          },
          "pluginVersion": "10.1.5",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/net/HttpHeaders.java

       *
       * @since 20.0
       */
      public static final String FORWARDED = "Forwarded";
      /**
       * The HTTP {@code Follow-Only-When-Prerender-Shown} header field name.
       *
       * @since 17.0
       */
      public static final String FOLLOW_ONLY_WHEN_PRERENDER_SHOWN = "Follow-Only-When-Prerender-Shown";
      /** The HTTP {@code Host} header field name. */
      public static final String HOST = "Host";
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_concepts.adoc

    Another example for unstable inputs is the commit ID from version control.
    Maybe your version number is generated via `git describe` (and you include it in the jar manifest as shown above).
    Or maybe you include the commit hash directly in `version.properties` or a jar manifest attribute.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/dependency_locking.adoc

    Lenient mode::
    In this mode, dependency locking will still pin dynamic versions but otherwise changes to the dependency resolution are no longer errors.
    
    The lock mode can be controlled from the `dependencyLocking` block as shown below:
    
    .Setting the lock mode
    ====
    include::sample[dir="snippets/dependencyManagement/dependencyLocking-lockModeSelection/kotlin",files="build.gradle.kts[tags=lock-mode]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:55:22 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    If so, you can configure the link:{groovyDslPath}/org.gradle.plugins.signing.Sign.html[Sign] tasks to be skipped, for example by attaching a predicate using the `onlyIf()` method shown in the following example:
    
    .Specifying when signing is skipped
    ====
    include::sample[dir="snippets/signing/conditional/kotlin",files="build.gradle.kts[tags=only-if]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
Back to top