Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 238 for _ignored (0.42 sec)

  1. src/crypto/tls/handshake_messages.go

    					return false
    				}
    			}
    		case extensionStatusRequest:
    			// RFC 4366, Section 3.6
    			var statusType uint8
    			var ignored cryptobyte.String
    			if !extData.ReadUint8(&statusType) ||
    				!extData.ReadUint16LengthPrefixed(&ignored) ||
    				!extData.ReadUint16LengthPrefixed(&ignored) {
    				return false
    			}
    			m.ocspStapling = statusType == statusTypeOCSP
    		case extensionSupportedCurves:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    // information on the implementation: https://github.com/emicklei/go-restful/pull/215
    //
    // TODOs are ignored from the parser (e.g. TODO(andronat):... || TODO:...) if and only if
    // they are on one line! For multiple line or blocks that you want to ignore use ---.
    // Any context after a --- is ignored.
    //
    // Those methods can be generated by using hack/update-codegen.sh
    
    // AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            file("files/sub/dir/b.txt").createFile()
            file("files/sub/ignore/ignore.txt").createFile()
            file("files/dir/sub/dir/c.txt").createFile()
            file("files/dir/sub/dir/ignore/dir/ignore.txt").createFile()
            file("files/ignore/sub/ignore.txt").createFile()
            file("files/ignore.txt").createFile()
            file("files/other/ignore.txt").createFile()
            buildScript '''
                task (copy, type:Copy) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. pkg/registry/core/pod/strategy_test.go

    									},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			name:               "keys, which are not found in Pod labels, are ignored",
    			featureGateEnabled: true,
    			pod: &api.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{
    						"country": "Japan",
    						"city":    "Kyoto",
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  5. gradle/verification-metadata.xml

             <trust file=".*-javadoc[.]jar" regex="true"/>
             <trust file=".*-sources[.]jar" regex="true"/>
          </trusted-artifacts>
          <ignored-keys>
             <ignored-key id="74DAFDFD6DAE2441" reason="Key couldn't be downloaded from any key server"/>
          </ignored-keys>
          <trusted-keys>
             <trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  6. src/cmd/cgo/out.go

      groups in clang 4.0+, so ignore unknown pragmas first.
    */
    #pragma GCC diagnostic ignored "-Wunknown-pragmas"
    #pragma GCC diagnostic ignored "-Wpragmas"
    #pragma GCC diagnostic ignored "-Waddress-of-packed-member"
    #pragma GCC diagnostic ignored "-Wunknown-warning-option"
    #pragma GCC diagnostic ignored "-Wunaligned-access"
    
    #include <errno.h>
    #include <string.h>
    `
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformInputArtifactIntegrationTest.groovy

                outputJarEntryName = "ignored.txt"
            }
            run(":a:resolve")
    
            then:
            result.assertTasksNotSkipped(":b:producer", ":c:producer", ":a:resolve")
            transformed("b.jar", "c.jar")
            outputContains("result = [b.jar.green, c.jar.green]")
    
            when:
            withProjectConfig("b") {
                outputJarEntryName = "ignored.txt"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 27 19:15:32 UTC 2023
    - 51.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

                if (edgeState == incomingEdge) {
                    // These are my own constraints. I can not treat them as inherited,
                    // because that assumes that they are defined in another node as well and might be ignored.
                    filterOwn = true;
                    continue;
                }
                ComponentState targetComponent = edgeState.getTargetComponent();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  9. src/go/build/build.go

    	CgoFiles          []string // .go source files that import "C"
    	IgnoredGoFiles    []string // .go source files ignored for this build (including ignored _test.go files)
    	InvalidGoFiles    []string // .go source files with detected problems (parse error, wrong package name, and so on)
    	IgnoredOtherFiles []string // non-.go source files ignored for this build
    	CFiles            []string // .c source files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

                    APSInt convertedInt(/*BitWidth=*/8, /*isUnsigned=*/false);
                    bool ignored;
                    val.convertToInteger(convertedInt, APFloat::rmTowardZero,
                                         &ignored);
                    return convertedInt;
                  });
        } else if (isa<stablehlo::ConvertOp>(filter_op) &&
                   isa<stablehlo::ConstantOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top