Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for checkable (0.63 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/SampleOutputNormalizer.groovy

            String escapedFilePath = Pattern.quote(executionMetadata.tempSampleProjectDir.canonicalPath)
            commandOutput = commandOutput.replaceAll(escapedFilePath, NORMALIZED_SAMPLES_PATH)
    
            // Replace sample project dir clickable file:/// URLs
            String escapedFileUrl = Pattern.quote(new ConsoleRenderer().asClickableFileUrl(executionMetadata.tempSampleProjectDir))
            commandOutput = commandOutput.replaceAll(escapedFileUrl, NORMALIZED_SAMPLES_FILE_URL)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. pkg/kubeapiserver/authorizer/reload.go

    	filesystem.WatchUntil(
    		ctx,
    		r.reloadInterval,
    		r.initialConfig.ReloadFile,
    		func() {
    			r.checkFile(ctx)
    		},
    		func(err error) {
    			klog.ErrorS(err, "watching authorization config file")
    		},
    	)
    }
    
    func (r *reloadableAuthorizerResolver) checkFile(ctx context.Context) {
    	r.lastLoadedLock.Lock()
    	defer r.lastLoadedLock.Unlock()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/performanceGraph.js

                        }
                },
                grid: {hoverable: true, clickable: true, markings: background},
                xaxis: xaxis,
                yaxis: {min: determineMinY(data, unit)}, selection: {mode: 'xy'}
            };
            const chart = $.plot('#' + chartId, data, options);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top