- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 484 for _global (0.06 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
.build()); // Deprecated options.addOption(Option.builder(ALTERNATE_GLOBAL_SETTINGS) .longOpt("global-settings") .desc("<deprecated> Alternate path for the global settings file.") .hasArg() .deprecated(DeprecatedAttributes.builder() .setForRemoval(true)
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 18.5K bytes - Viewed (0) -
cmd/signals.go
case <-finished: } } func handleSignals() { // Custom exit function exit := func(success bool) { if globalLoggerOutput != nil { globalLoggerOutput.Close() } // If global profiler is set stop before we exit. globalProfilerMu.Lock() defer globalProfilerMu.Unlock() for _, p := range globalProfiler { p.Stop() } if success { os.Exit(0) } os.Exit(1)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Sep 04 17:02:39 UTC 2024 - 3.2K bytes - Viewed (0) -
manifests/addons/values-prometheus.yaml
persistentVolume: enabled: false # Use port 9090 to match Istio documentation service: servicePort: 9090 readinessProbeInitialDelay: 0 # Speed up scraping a bit from the default global: scrape_interval: 15s # Match legacy addon deployment fullnameOverride: prometheus # use dockerhub image: repository: prom/prometheus securityContext: null configmapReload:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Dec 01 03:42:22 UTC 2023 - 788 bytes - Viewed (0) -
cmd/os_windows.go
// an error. func readDirFn(dirPath string, filter func(name string, typ os.FileMode) error) error { // Ensure we don't pick up files as directories. globAll := filepath.Clean(dirPath) + `\*` globAllP, err := syscall.UTF16PtrFromString(globAll) if err != nil { return errInvalidArgument } data := &syscall.Win32finddata{} handle, err := syscall.FindFirstFile(globAllP, data) if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 18 18:08:15 UTC 2023 - 5.1K bytes - Viewed (0) -
cni/pkg/scopes/scopes.go
// limitations under the License. package scopes import ( "istio.io/istio/cni/pkg/constants" "istio.io/istio/pkg/log" ) // Required to get global logging to work var ( CNIAgent = log.RegisterScope(constants.CNIAgentLogScope, "CNI agent scope") CNIPlugin = log.RegisterScope(constants.CNIPluginLogScope, "CNI plugin scope")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri May 31 21:45:18 UTC 2024 - 894 bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
.get()) .build()); // Deprecated options.addOption(Option.builder(ALTERNATE_GLOBAL_SETTINGS) .longOpt("global-settings") .desc("<deprecated> Alternate path for the global settings file.") .hasArg() .deprecated(DeprecatedAttributes.builder() .setForRemoval(true)
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
if (body.documents == null) { throwValidationErrorApi(messages -> messages.addErrorsCrudFailedToCreateCrudTable(GLOBAL, "documents is required.")); } if (body.documents.isEmpty()) { throwValidationErrorApi(messages -> messages.addErrorsCrudFailedToCreateCrudTable(GLOBAL, "documents is empty.")); } final String indexFieldId = fessConfig.getIndexFieldId();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 25 01:48:41 UTC 2024 - 7.5K bytes - Viewed (0) -
cmd/config-current.go
}, config.HelpKV{ Key: config.SiteSubSys, Description: "label the server and its location", }, config.HelpKV{ Key: config.APISubSys, Description: "manage global HTTP API call specific features, such as throttling, authentication types, etc.", }, config.HelpKV{ Key: config.ScannerSubSys,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 30.1K bytes - Viewed (0) -
compat/maven-toolchain-builder/src/main/java/org/apache/maven/toolchain/building/ToolchainsBuilder.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.toolchain.building; /** * Builds the effective toolchains from a user toolchains file and/or a global toolchains file. * * @since 3.3.0 * @deprecated since 4.0.0, use {@link org.apache.maven.api.services.ToolchainsBuilder} instead */ @Deprecated(since = "4.0.0") public interface ToolchainsBuilder { /**
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
manifests/addons/dashboards/istio-mesh.libsonnet
container: '', pod: '', component: '', app: '', }); dashboard.new('Istio Mesh Dashboard') + g.dashboard.withPanels( grid.makeGrid([ row.new('Global Traffic') + row.withPanels([ panels.timeSeries.statRps('Traffic Volume', queries.globalRequest, 'Total requests in the cluster'),
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 1.7K bytes - Viewed (0)