Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 2,689 for resort (0.18 sec)

  1. tools/istio-iptables/pkg/builder/testdata/append-single-restore.golden

    Leonardo Sarra <******@****.***> 1718116194 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 14:29:54 UTC 2024
    - 46 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/MyMem.h

      /** Reallocate with memory tracking. */
      #define CU_REALLOC(x, y)        CU_realloc((x), (y), __LINE__, __FILE__)
      /** Generate report on tracked memory. */
      #define CU_CREATE_MEMORY_REPORT(x) CU_dump_memory_usage((x))
      /** Generate report on tracked memory (old macro). */
      #define CU_DUMP_MEMORY_USAGE(x) CU_dump_memory_usage((x))
    #else   /* MEMTRACE */
      /** Standard calloc() if MEMTRACE not defined. */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/dsl/org.gradle.api.reporting.Report.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 798 bytes
    - Viewed (0)
  4. platforms/jvm/plugins-test-report-aggregation/src/main/resources/META-INF/gradle-plugins/org.gradle.test-report-aggregation.properties

    Tom Tresansky <******@****.***> 1696971232 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 20:53:52 UTC 2023
    - 72 bytes
    - Viewed (0)
  5. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

        # entries that are up to 100KB in size.
        <filter kubernetes.**>
          @type record_transformer
          enable_ruby true
          <record>
            log ${record['log'].length > 100000 ? "[Trimmed]#{record['log'][0..100000]}..." : record['log']}
          </record>
        </filter>
    
        # Do not collect fluentd's own logs to avoid infinite loops.
        <match fluent.**>
          @type null
        </match>
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/call.go

    				targsList = [][]Type{targs}
    				xlistList = [][]syntax.Expr{xlist}
    				// Update x.expr so that we can record the partially instantiated function.
    				x.expr = inst
    			} else {
    				// x was instantiated: we must record it here because we didn't
    				// use the usual expression evaluators.
    				check.record(&x)
    			}
    			resList = []*operand{&x}
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  7. src/go/types/call.go

    				targsList = [][]Type{targs}
    				xlistList = [][]ast.Expr{xlist}
    				// Update x.expr so that we can record the partially instantiated function.
    				x.expr = ix.Orig
    			} else {
    				// x was instantiated: we must record it here because we didn't
    				// use the usual expression evaluators.
    				check.record(&x)
    			}
    			resList = []*operand{&x}
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/dropped_requests_tracker_test.go

    		}
    
    	}
    }
    
    func TestDroppedRequestsTrackerPLIndependent(t *testing.T) {
    	fakeClock := testingclock.NewFakeClock(time.Now())
    	tracker := newDroppedRequestsTracker(fakeClock.Now)
    
    	// Report single dropped requests in multiple PLs.
    	// Validate if RetryAfter isn't bumped next second.
    	for i := 0; i < 10; i++ {
    		tracker.RecordDroppedRequest(fmt.Sprintf("pl-%d", i))
    	}
    	fakeClock.Step(time.Second)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 26 13:50:25 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  9. hack/logcheck.conf

    #
    # Remember to clean the golangci-lint cache when changing the configuration and
    # running the verify-golangci-lint.sh script multiple times, otherwise
    # golangci-lint will report stale results:
    #    _output/local/bin/golangci-lint cache clean
    
    # At this point we don't enforce the usage structured logging calls except in
    # those packages that were migrated. This disables the check for other files.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. okhttp-testing-support/src/main/kotlin/okhttp3/OkHttpClientTestRule.kt

      private val testLogHandler =
        object : Handler() {
          override fun publish(record: LogRecord) {
            val recorded =
              when (record.loggerName) {
                TaskRunner::class.java.name -> recordTaskRunner
                Http2::class.java.name -> recordFrames
                "javax.net.ssl" -> recordSslDebug && !sslExcludeFilter.matches(record.message)
                else -> false
              }
    
            if (recorded) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 10.5K bytes
    - Viewed (1)
Back to top