Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 757 for describeTo (0.19 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/notations/DependencyConstraintProjectNotationConverter.java

            this.instantiator = instantiator;
            this.factory = factory;
        }
    
        @Override
        public void describe(DiagnosticsVisitor visitor) {
            visitor.candidate("Projects").example("project(':some:project:path')");
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/versiongetter.go

    	// KubeletVersions should return a map with a version and a list of node names that describes how many kubelets there are for that version
    	KubeletVersions() (map[string][]string, error)
    	// ComponentVersions should return a map with a version and a list of node names that describes how many a given control-plane components there are for that version
    	ComponentVersions(string) (map[string][]string, error)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. maven-plugin-api/src/site/apt/index.apt

     * {{{./apidocs/org/apache/maven/plugin/logging/Log.html}<<<Log>>> interface}} provides easy logging for the goal.
    
     []
    
     A plugin is described in a {{{./plugin.html}<<<META-INF/maven/plugin.xml>>> plugin descriptor}},
     generally generated from plugin sources using {{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}}.
    
    * See Also
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 24 16:01:00 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. src/os/signal/doc.go

    signal, while Ignore will cause the system to ignore the signal
    entirely.
    
    If the program is started with a non-empty signal mask, some signals
    will be explicitly unblocked as described above. If Notify is called
    for a blocked signal, it will be unblocked. If, later, Reset is
    called for that signal, or Stop is called on all channels passed to
    Notify for that signal, the signal will once again be blocked.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/batch/v1beta1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is the list of CronJobs.
      repeated CronJob items = 2;
    }
    
    // CronJobSpec describes how the job execution will look like and when it will actually run.
    message CronJobSpec {
      // The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
      optional string schedule = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/telemetry/internal/mmap/mmap_windows.go

    	}
    	st, err := f.Stat()
    	if err != nil {
    		return Data{}, err
    	}
    	size := st.Size()
    	if size == 0 {
    		return Data{f, nil, nil}, nil
    	}
    	// set the min and max sizes to zero to map the whole file, as described in
    	// https://learn.microsoft.com/en-us/windows/win32/memory/creating-a-file-mapping-object#file-mapping-size
    	h, err := windows.CreateFileMapping(windows.Handle(f.Fd()), nil, syscall.PAGE_READWRITE, 0, 0, nil)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:10:54 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    # Bytecode interception infrastructure: Instrumentation and bytecode upgrades
    
    
    ## Abstract
    
    This README describes the current state of bytecode interception infrastructure, used for configuration cache instrumentation and bytecode upgrades for property migration.
    
    
    ## Naming
    
    The naming is hard.
    That is the case also for this infrastructure.
    In next section we will use next terms:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/liveness/intervals.go

    	pv.i1, pv.i2 = i1, i2
    	pv.cur = pv.sel()
    	return pv.cur
    }
    
    // nxt advances the pairVisitor to the next interval by starting
    // position within the pair, returning an intWithIdx that describes
    // the interval.
    func (pv *pairVisitor) nxt() intWithIdx {
    	if pv.cur.pairIndex == 0 {
    		pv.i1pos++
    	} else {
    		pv.i2pos++
    	}
    	pv.cur = pv.sel()
    	return pv.cur
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 21:55:27 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. src/cmd/trace/regions.go

    			{{$Time := index $Region.NonOverlappingStats .}}
    			<td> {{$Time.String}}</td>
    		{{end}}
    	</tr>
    {{end}}
    </table>
    
    <h3 id="ranges">Special ranges</h3>
    
    The table below describes how much of the traced period each goroutine spent in
    certain special time ranges.
    If a goroutine has spent no time in any special time ranges, it is excluded from
    the table.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/context/DaemonContext.java

    import org.gradle.jvm.toolchain.JavaLanguageVersion;
    import org.gradle.launcher.daemon.configuration.DaemonParameters;
    
    import java.io.File;
    import java.util.Collection;
    
    /**
     * A value object that describes a daemons environment/context.
     * <p>
     * This is used by clients to determine whether or not a daemon meets its requirements
     * such as JDK version, special system properties etc.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top