Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for keynote (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    Sets the home directory for GnuPG. If not given the default home directory of GnuPG is used.
    `signing.gnupg.optionsFile`::
    Sets a custom options file for GnuPG. If not given GnuPG's default configuration file is used.
    `signing.gnupg.keyName`::
    The id of the key that should be used for signing. If not given then the default key configured in GnuPG will be used.
    `signing.gnupg.passphrase`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

            detailsText.style.display = 'none';
          } else {
            detailsText.style.display = 'block';
          }
        }
      }
    
      function handleKey(e) {
        if (e.keyCode != 13) return;
        setHrefParams(window.location, function (params) {
          params.set('f', search.value);
        });
        e.preventDefault();
      }
    
      function handleSearch() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  3. pom.xml

    					<defaultDirmode>755</defaultDirmode>
    					<defaultUsername>${packaging.fess.user}</defaultUsername>
    					<defaultGroupname>${packaging.fess.group}</defaultGroupname>
    					<!--
    					<keyname>${gpg.key}</keyname>
    					<keypath>${gpg.keyring}</keypath>
    					<keyPassphrase>
    						<passphrase>${gpg.passphrase}</passphrase>
    					</keyPassphrase>
    					-->
    					<mappings>
    						<!-- app -->
    						<mapping>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  4. src/encoding/csv/reader_test.go

    	FieldsPerRecord    int
    	LazyQuotes         bool
    	TrimLeadingSpace   bool
    	ReuseRecord        bool
    }
    
    // In these tests, the §, ¶ and ∑ characters in readTest.Input are used to denote
    // the start of a field, a record boundary and the position of an error respectively.
    // They are removed before parsing and are used to verify the position
    // information reported by FieldPos.
    
    var readTests = []readTest{{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 14 04:25:13 UTC 2022
    - 19.1K bytes
    - Viewed (0)
  5. src/internal/trace/oldtrace.go

    		blocked := false
    		it.events.All()(func(nev *oldtrace.Event) bool {
    			if nev.G != ev.G {
    				return true
    			}
    			// After an EvGoSysCall, the next event on the same G will either be
    			// EvGoSysBlock to denote a blocking syscall, or some other event
    			// (or the end of the trace) if the syscall didn't block.
    			if nev.Type == oldtrace.EvGoSysBlock {
    				blocked = true
    			}
    			return false
    		})
    		if blocked {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/volumebinding/volume_binding.go

    		{Event: framework.ClusterEvent{Resource: framework.CSIStorageCapacity, ActionType: framework.Add | framework.Update}},
    	}
    	return events
    }
    
    // podHasPVCs returns 2 values:
    // - the first one to denote if the given "pod" has any PVC defined.
    // - the second one to return any error if the requested PVC is illegal.
    func (pl *VolumeBinding) podHasPVCs(pod *v1.Pod) (bool, error) {
    	hasPVC := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:13:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/net/MediaType.java

      /**
       * <a href="http://www.opengeospatial.org/standards/kml/">OGC KML (Keyhole Markup Language)</a>.
       */
      public static final MediaType KML = createConstant(APPLICATION_TYPE, "vnd.google-earth.kml+xml");
    
      /**
       * <a href="http://www.opengeospatial.org/standards/kml/">OGC KML (Keyhole Markup Language)</a>,
       * compressed using the ZIP format into KMZ archives.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  8. src/go/types/typexpr.go

    // If an error occurred, x.mode is set to invalid.
    // For the meaning of def, see Checker.definedType, below.
    // If wantType is set, the identifier e is expected to denote a type.
    func (check *Checker) ident(x *operand, e *ast.Ident, def *TypeName, wantType bool) {
    	x.mode = invalid
    	x.expr = e
    
    	// Note that we cannot use check.lookup here because the returned scope
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/net/MediaType.java

      /**
       * <a href="http://www.opengeospatial.org/standards/kml/">OGC KML (Keyhole Markup Language)</a>.
       */
      public static final MediaType KML = createConstant(APPLICATION_TYPE, "vnd.google-earth.kml+xml");
    
      /**
       * <a href="http://www.opengeospatial.org/standards/kml/">OGC KML (Keyhole Markup Language)</a>,
       * compressed using the ZIP format into KMZ archives.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  10. pkg/controller/tainteviction/taint_eviction.go

    		return
    	}
    	minTolerationTime := getMinTolerationTime(usedTolerations)
    	// getMinTolerationTime returns negative value to denote infinite toleration.
    	if minTolerationTime < 0 {
    		logger.V(4).Info("Current tolerations for pod tolerate forever, cancelling any scheduled deletion", "pod", podNamespacedName.String())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top