- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for hungary (0.19 sec)
-
src/main/webapp/js/admin/plugins/form-validator/location.js
territories","gabon","gambia","georgia","germany","ghana","gibraltar","greece","greenland","grenada","guadeloupe","guam","guatemala","guernsey","guinea","guinea-bissau","guyana","haiti","heard island and mcdonald islands","honduras","hong kong","hungary","iceland","india","indonesia","iran","iraq","ireland","isle of man","israel","italy","jamaica","japan","jersey","jordan","kazakhstan","kenya","kiribati","north korea","south korea","kuwait","kyrgyzstan","laos","latvia","lebanon","lesotho","liber...
JavaScript - Registered: 2023-12-04 08:04 - Last Modified: 2018-01-01 05:12 - 5.2K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/base/super/com/google/common/base/Platform.java
final class Platform { static CharMatcher precomputeCharMatcher(CharMatcher matcher) { // CharMatcher.precomputed() produces CharMatchers that are maybe a little // faster (and that's debatable), but definitely more memory-hungry. We're // choosing to turn .precomputed() into a no-op in GWT, because it doesn't // seem to be a worthwhile tradeoff in a browser. return matcher; } static String formatCompact4Digits(double value) {
Java - Registered: 2023-12-01 12:43 - Last Modified: 2023-06-26 17:58 - 2K bytes - Viewed (0) -
internal/s3select/sql/parser.go
type In struct { ListExpression *Expression `parser:"@@ "` } // Grammar for Operand: // // operand → multOp ( ("-" | "+") multOp )* // multOp → unary ( ("/" | "*" | "%") unary )* // unary → "-" unary | primary // primary → Value | Variable | "(" expression ")" // // An Operand is a single term followed by an optional sequence of // terms separated by +/- type Operand struct {
Go - Registered: 2023-12-03 19:28 - Last Modified: 2022-02-25 20:31 - 12.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/mips.s
// LMOVW mreg ',' rreg // { // outcode(int($1), &$2, 0, &$4); // } MOVW M1, R1 MOVW M1, R1 // // integer operations // logical instructions // shift instructions // unary instructions // // LADDW rreg ',' sreg ',' rreg // { // outcode(int($1), &$2, int($4), &$6); // } ADD R1, R2, R3 // LADDW imm ',' sreg ',' rreg // {
Others - Registered: 2023-11-28 11:13 - Last Modified: 2023-08-08 12:17 - 6.7K bytes - Viewed (0) -
.idea/dictionaries/abreslav.xml
<w>nullable</w> <w>overridable</w> <w>pseudocode</w> <w>substitutor</w> <w>subtyping</w> <w>supertype</w> <w>supertypes</w> <w>tuple</w> <w>unary</w> </words> </dictionary>
XML - Registered: 2023-12-01 08:18 - Last Modified: 2015-07-09 13:32 - 500 bytes - Viewed (0) -
analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt
// - Labels themselves: `@label` in return`@label` or `label@`while... is KtLabelReferenceExpression -> false // - The operation symbol itself in binary and unary operations: `!!`, `+`... is KtOperationReferenceExpression -> false // All other expressions are used if their parent expression uses them. else ->
Plain Text - Registered: 2023-12-01 08:18 - Last Modified: 2023-07-26 14:29 - 17.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/expr_test.go
var exprTests = []exprTest{ // Simple {"0", 0, true}, {"3", 3, true}, {"070", 8 * 7, true}, {"0x0f", 15, true}, {"0xFF", 255, true}, {"9223372036854775807", 9223372036854775807, true}, // max int64 // Unary {"-0", 0, true}, {"~0", -1, true}, {"~0*0", 0, true}, {"+3", 3, true}, {"-3", -3, true}, {"-9223372036854775808", -9223372036854775808, true}, // min int64 // Binary {"3+4", 3 + 4, true},
Go - Registered: 2023-11-28 11:13 - Last Modified: 2023-08-29 07:48 - 3.2K bytes - Viewed (0) -
tensorflow/c/experimental/ops/gen/cpp/cpp_generator_test.cc
string output_dir = "tensorflow/c/experimental/ops/gen/cpp/golden"; string source_dir = "tensorflow"; string api_dirs = ""; std::vector<string> ops = { "Neg", // Simple unary Op "MatMul", // 2 inputs & attrs with default values "IdentityN", // Variadic input+output "SparseSoftmaxCrossEntropyWithLogits", // 2 outputs "AccumulatorApplyGradient", // 0 outputs
C++ - Registered: 2023-11-14 12:39 - Last Modified: 2022-05-18 17:02 - 2.9K bytes - Viewed (0) -
analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/evaluate/FirCompileTimeConstantEvaluator.kt
ConstantValueKind.Boolean -> CompileTimeType.BOOLEAN ConstantValueKind.String -> CompileTimeType.STRING else -> CompileTimeType.ANY } } // Unary operators private fun FirConstExpression<*>.evaluate(function: FirSimpleFunction): FirConstExpression<*>? { if (value == null) return null (value as? String)?.let { opr -> evalUnaryOp(
Plain Text - Registered: 2023-12-01 08:18 - Last Modified: 2023-11-13 15:10 - 16.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/mips64.s
// { // outcode(int($1), &$2, 0, &$4); // } MOVW M1, R1 // 40010800 MOVV M1, R1 // 40210800 // // integer operations // logical instructions // shift instructions // unary instructions // // LADDW rreg ',' sreg ',' rreg // { // outcode(int($1), &$2, int($4), &$6); // } ADD R5, R9, R10 // 01255020 ADDU R13, R14, R19 // 01cd9821 ADDV R5, R9, R10 // 0125502c
Others - Registered: 2023-11-28 11:13 - Last Modified: 2023-08-08 12:17 - 12.4K bytes - Viewed (0)