Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Locale (0.13 sec)

  1. okhttp/src/test/java/okhttp3/CacheTest.kt

          .isEqualTo(lastModifiedDate)
      }
    
      @Test
      fun maxAgeInThePastWithDateHeaderButNoLastModifiedHeader() {
        // Chrome interprets max-age relative to the local clock. Both our cache
        // and Firefox both use the earlier of the local and server's clock.
        assertNotCached(
          MockResponse.Builder()
            .addHeader("Date: " + formatDate(-120, TimeUnit.SECONDS))
            .addHeader("Cache-Control: max-age=60")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    }
    
    type BIND_OPTS3 struct {
    	CbStruct          uint32
    	Flags             uint32
    	Mode              uint32
    	TickCountDeadline uint32
    	TrackFlags        uint32
    	ClassContext      uint32
    	Locale            uint32
    	ServerInfo        *COSERVERINFO
    	Hwnd              HWND
    }
    
    const (
    	CLSCTX_INPROC_SERVER          = 0x1
    	CLSCTX_INPROC_HANDLER         = 0x2
    	CLSCTX_LOCAL_SERVER           = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods_test.go

    				# TYPE kubelet_orphaned_runtime_pods_total counter
    				kubelet_orphaned_runtime_pods_total 1
    				`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	R_RISCV_SUB6          R_RISCV = 52 /* Local label subtraction */
    	R_RISCV_SET6          R_RISCV = 53 /* Local label subtraction */
    	R_RISCV_SET8          R_RISCV = 54 /* Local label subtraction */
    	R_RISCV_SET16         R_RISCV = 55 /* Local label subtraction */
    	R_RISCV_SET32         R_RISCV = 56 /* Local label subtraction */
    	R_RISCV_32_PCREL      R_RISCV = 57 /* 32-bit PC relative */
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary = "Decompose stack operations into local variable operations. Needs "
               "static shapes.";
      let constructor = "TF::CreateStackOpsDecompositionPass()";
      let description = [{
        A pass that converts stack operations to tensor operations and read/assign
        ops on local variables. A later resource lifting pass can further remove the
        local variables.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. pkg/config/validation/validation_test.go

    				ConsecutiveErrors: 101,
    			},
    			valid: true,
    			warn:  true,
    		},
    		{
    			name: "consecutive local origin errors is set but split local origin errors is not set", in: &networking.OutlierDetection{
    				ConsecutiveLocalOriginFailures: &wrapperspb.UInt32Value{Value: 10},
    			},
    			valid: false,
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers_test.go

    		}
    	}
    }
    
    func TestPrintScale(t *testing.T) {
    	tests := []struct {
    		scale    autoscaling.Scale
    		options  printers.GenerateOptions
    		expected []metav1.TableRow
    	}{
    		{
    			scale: autoscaling.Scale{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "test-autoscaling",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  8. api/maven-api-model/src/main/mdo/maven.mdo

        </class>
        <class>
          <name>Parent</name>
          <version>4.0.0+</version>
          <description>
            <![CDATA[
            The {@code <parent>} element contains information required to locate the parent project from which
            this project will inherit from.
            <p><strong>Note:</strong> The children of this element are not interpolated and must be given as literal values.</p>
            ]]>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                        setBuildServiceConvention(buildServiceName);
                    }
    
                    _CHECKCAST(propType);
                }});
            }
    
            /**
             * Local extensions to {@link MethodVisitorScope}.
             */
            private class LocalMethodVisitorScope extends MethodVisitorScope {
    
                public LocalMethodVisitorScope(MethodVisitor methodVisitor) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	Scope AST
    	Name  AST
    
    	// The LocalName field is true if this is parsed as a
    	// <local-name>.  We shouldn't really need this, but in some
    	// cases (for the unary sizeof operator) the standard
    	// demangler prints a local name slightly differently.  We
    	// keep track of this for compatibility.
    	LocalName bool // A full local name encoding
    }
    
    func (q *Qualified) print(ps *printState) {
    	ps.print(q.Scope)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
Back to top