Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 9,719 for Else (0.05 sec)

  1. samples/bookinfo/src/ratings/ratings.js

          else if (process.env.SERVICE_VERSION === 'v-delayed') {
            // in half of the cases delay for 7 seconds,
            // in another half proceed as usual
            var random = Math.random(); // returns [0,1]
            if (random <= 0.5) {
              setTimeout(getLocalReviewsSuccessful, 7000, res, productId)
            } else {
              getLocalReviewsSuccessful(res, productId)
            }
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 02 00:29:57 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/cc_op_gen_util.cc

      size_t i = 0;
      bool cap = true;
      while (i < str.size()) {
        const char c = str[i++];
        if (c == '>') {
          cap = true;
        } else if (c == joiner) {
          cap = true;
        } else if (cap) {
          result += toupper(c);
          cap = false;
        } else {
          result += c;
        }
      }
      return result;
    }
    
    string SeparateNamespaces(StringPiece str) {
      string result;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 25K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.conversion.go

    		out.DryRun = *(*[]string)(unsafe.Pointer(&values))
    	} else {
    		out.DryRun = nil
    	}
    	if values, ok := map[string][]string(*in)["fieldManager"]; ok && len(values) > 0 {
    		if err := runtime.Convert_Slice_string_To_string(&values, &out.FieldManager, s); err != nil {
    			return err
    		}
    	} else {
    		out.FieldManager = ""
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 10:00:25 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/ResultAssertion.java

                    i = skipStackTrace(lines, i);
                } else if (line.matches(".*use(s)? or override(s)? a deprecated API\\.")) {
                    // A javac warning, ignore
                    i++;
                } else if (line.matches(".*w: .* is deprecated\\..*")) {
                    // A kotlinc warning, ignore
                    i++;
                } else if (line.matches("\\[Warn] :.* is deprecated: .*")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/utils/convert_type.cc

      if (type.isF16()) {
        return tflite::TensorType_FLOAT16;
      } else if (type.isBF16()) {
        return tflite::TensorType_BFLOAT16;
      } else if (type.isF32()) {
        return tflite::TensorType_FLOAT32;
      } else if (type.isF64()) {
        return tflite::TensorType_FLOAT64;
      } else if (mlir::isa<mlir::TF::StringType>(type)) {
        return tflite::TensorType_STRING;
      } else if (auto complex_type = mlir::dyn_cast<mlir::ComplexType>(type)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 23:04:40 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r40/AbstractProgressCrossVersionSpec.groovy

            } else {
                return "Apply script ${script.name} to build"
            }
        }
    
        String applyInitScriptPlugin(File script) {
            if (targetVersion.baseVersion >= GradleVersion.version("6.6")) {
                return "Apply script '${pathOfScript(script)}' to build"
            } else {
                return "Apply script ${script.name} to build"
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  7. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/changes/ClasspathCompareStrategy.java

                            } else if (!previousSnapshots.containsKey(currentAbsolutePath)) {
                                added();
                            } else {
                                removed();
                                added();
                            }
                        } else {
                            modified();
                        }
                    } else {
                        modified();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/initialization/exception/DefaultExceptionAnalyser.java

            if (locationAware != null) {
                return locationAware;
            } else if (result != null) {
                return result;
            } else if (contextMatch != null) {
                return contextMatch;
            } else {
                return exception;
            }
        }
    
        private static Throwable patchCircularCause(Throwable current, Throwable parent) {
            try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 01 13:10:04 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/matcher/header.go

    			Name: k,
    			HeaderMatchSpecifier: &routepb.HeaderMatcher_PresentMatch{
    				PresentMatch: true,
    			},
    		}
    	} else if strings.HasPrefix(v, "*") {
    		regex = `.*` + regexp.QuoteMeta(v[1:])
    	} else if strings.HasSuffix(v, "*") {
    		regex = regexp.QuoteMeta(v[:len(v)-1]) + `.*`
    	} else {
    		regex = regexp.QuoteMeta(v)
    	}
    	return &routepb.HeaderMatcher{
    		Name: k,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 17 22:42:11 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/plan9x.go

    		} else if rno >= uint16(B0) && rno <= uint16(B31) {
    			op = "FMOVB" + suffix
    			args[0] = fmt.Sprintf("F%d", rno&31)
    		} else if rno >= uint16(H0) && rno <= uint16(H31) {
    			op = "FMOVH" + suffix
    			args[0] = fmt.Sprintf("F%d", rno&31)
    		} else if rno >= uint16(S0) && rno <= uint16(S31) {
    			op = "FMOVS" + suffix
    			args[0] = fmt.Sprintf("F%d", rno&31)
    		} else if rno >= uint16(D0) && rno <= uint16(D31) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 17K bytes
    - Viewed (0)
Back to top