/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.syn/ |
H A D | formatter_tests.h | 98 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("a"), arg); in check_invalid_types() 99 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("A"), arg); in check_invalid_types() 100 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("b"), arg); in check_invalid_types() 101 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("B"), arg); in check_invalid_types() 102 …check_invalid_type(valid_types, "The supplied date time doesn't contain a date and time", STR("c")… in check_invalid_types() 103 check_invalid_type(valid_types, "The supplied date time doesn't contain a year", STR("C"), arg); in check_invalid_types() 104 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("d"), arg); in check_invalid_types() 105 check_invalid_type(valid_types, "The supplied date time doesn't contain a date", STR("D"), arg); in check_invalid_types() 106 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("e"), arg); in check_invalid_types() 109 check_invalid_type(valid_types, "The supplied date time doesn't contain a date", STR("F"), arg); in check_invalid_types() [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | RangeTest.java | 78 assertFalse(rb.contains(null), "should not contain null"); in testBetweenWithCompare() 79 assertTrue(rb.contains(10), "should contain 10"); in testBetweenWithCompare() 80 assertTrue(rb.contains(-10), "should contain -10"); in testBetweenWithCompare() 81 assertFalse(rb.contains(21), "should not contain 21"); in testBetweenWithCompare() 82 assertFalse(rb.contains(-11), "should not contain -11"); in testBetweenWithCompare() 84 assertFalse(rb.contains(null), "should not contain null"); in testBetweenWithCompare() 85 assertTrue(rb.contains(10), "should contain 10"); in testBetweenWithCompare() 86 assertTrue(rb.contains(-10), "should contain -10"); in testBetweenWithCompare() 87 assertTrue(rb.contains(21), "should contain 21"); in testBetweenWithCompare() 88 assertTrue(rb.contains(-11), "should contain -11"); in testBetweenWithCompare() [all …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_pkcs7.data | 173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 213 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 241 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 31 to contain one unaccounted extra byte #… 257 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 293 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 321 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 337 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 353 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 369 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_pkcs7.data | 173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 213 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 241 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 31 to contain one unaccounted extra byte #… 257 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 293 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 321 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 337 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 353 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 369 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… [all …]
|
/aosp_15_r20/external/liburing/man/ |
H A D | io_uring_enter.2 | 339 will contain 0. If not found, 341 will contain 387 must contain a pointer to the msghdr structure, and 407 must contain a pointer to the buffer, 425 field must contain a pointer to a struct timespec64 structure, 427 must contain 1 to signify one timespec64 structure, 429 may contain IORING_TIMEOUT_ABS 432 may contain a completion event count. A timeout 476 must contain the 492 contain [all …]
|
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/ |
H A D | MultimapSubjectTest.java | 204 assertFailureKeys("value of", "expected to contain", "but was", "multimap was"); in containsKeyFailure() 206 assertFailureValue("expected to contain", "daniel"); in containsKeyFailure() 221 assertFailureKeys("value of", "expected to contain", "but was", "multimap was"); in containsKeyNullFailure() 223 assertFailureValue("expected to contain", "null"); in containsKeyNullFailure() 234 "expected to contain", in containsKey_failsWithSameToString() 237 "though it did contain", in containsKey_failsWithSameToString() 241 assertFailureValue("expected to contain", "1"); in containsKey_failsWithSameToString() 255 assertFailureKeys("value of", "expected not to contain", "but was", "multimap was"); in doesNotContainKeyFailure() 257 assertFailureValue("expected not to contain", "kurt"); in doesNotContainKeyFailure() 266 assertFailureKeys("value of", "expected not to contain", "but was", "multimap was"); in doesNotContainNullKeyFailure() [all …]
|
H A D | MapSubjectTest.java | 490 "expected to contain at least", in containsAtLeastMissingKey() 494 assertFailureValue("expected to contain at least", "{jan=1, march=3}"); in containsAtLeastMissingKey() 507 "expected to contain at least", in containsAtLeastWrongValue() 525 "expected to contain at least", in containsAtLeastWrongValueWithNull() 545 "expected to contain at least", in containsAtLeastExtraKeyAndMissingKeyAndWrongValue() 562 "expected to contain at least", in containsAtLeastNotInOrder() 564 assertFailureValue("expected to contain at least", "{march=3, feb=2}"); in containsAtLeastNotInOrder() 600 "expected to contain at least", in containsAtLeastWrongValue_sameToStringForValues() 623 "expected to contain at least", in containsAtLeastWrongValue_sameToStringForKeys() 642 "expected to contain at least", in containsAtLeastExtraKeyAndMissingKey_failsWithSameToStringForKeys() [all …]
|
H A D | IterableSubjectTest.java | 85 "expected to contain", in iterableContainsFailsWithSameToString() 88 "though it did contain", in iterableContainsFailsWithSameToString() 90 assertFailureValue("expected to contain", "2"); in iterableContainsFailsWithSameToString() 92 assertFailureValue("though it did contain", "[2 [2 copies]] (java.lang.Long)"); in iterableContainsFailsWithSameToString() 105 assertFailureKeys("expected to contain", "but was"); in iterableContainsFailure() 106 assertFailureValue("expected to contain", "5"); in iterableContainsFailure() 122 assertFailureKeys("expected not to contain", "but was"); in iterableDoesNotContainFailure() 123 assertFailureValue("expected not to contain", "2"); in iterableDoesNotContainFailure() 139 assertFailureKeys("expected not to contain duplicates", "but contained", "full contents"); in doesNotContainDuplicatesFailure() 162 assertFailureKeys("expected to contain any of", "but was"); in iterableContainsAnyOfFailure() [all …]
|
H A D | PrimitiveFloatArraySubjectTest.java | 165 assertFailureKeys("value of", "expected to contain", "testing whether", "but was"); in usingTolerance_contains_failure() 166 assertFailureValue("expected to contain", Float.toString(2.0f)); in usingTolerance_contains_failure() 180 assertFailureKeys("value of", "expected to contain", "testing whether", "but was"); in usingTolerance_contains_failureWithInfinity() 181 assertFailureValue("expected to contain", "Infinity"); in usingTolerance_contains_failureWithInfinity() 190 assertFailureKeys("value of", "expected to contain", "testing whether", "but was"); in usingTolerance_contains_failureWithNaN() 191 assertFailureValue("expected to contain", "NaN"); in usingTolerance_contains_failureWithNaN() 242 "expected to contain", in usingTolerance_contains_nullExpected() 280 "expected to contain at least", in usingTolerance_containsAtLeast_primitiveFloatArray_failure() 322 assertFailureKeys("value of", "expected to contain any of", "testing whether", "but was"); in usingTolerance_containsAnyOf_primitiveFloatArray_failure() 323 assertFailureValue("expected to contain any of", "[" + 99.99f + ", " + 999.999f + "]"); in usingTolerance_containsAnyOf_primitiveFloatArray_failure() [all …]
|
H A D | PrimitiveDoubleArraySubjectTest.java | 172 assertFailureKeys("value of", "expected to contain", "testing whether", "but was"); in usingTolerance_contains_failure() 174 assertFailureValue("expected to contain", "2.2"); in usingTolerance_contains_failure() 186 assertFailureKeys("value of", "expected to contain", "testing whether", "but was"); in usingTolerance_contains_failureWithInfinity() 187 assertFailureValue("expected to contain", "Infinity"); in usingTolerance_contains_failureWithInfinity() 196 assertFailureKeys("value of", "expected to contain", "testing whether", "but was"); in usingTolerance_contains_failureWithNaN() 197 assertFailureValue("expected to contain", "NaN"); in usingTolerance_contains_failureWithNaN() 246 "expected to contain", in usingTolerance_contains_nullExpected() 284 "expected to contain at least", in usingTolerance_containsAtLeast_primitiveDoubleArray_failure() 325 assertFailureKeys("value of", "expected to contain any of", "testing whether", "but was"); in usingTolerance_containsAnyOf_primitiveDoubleArray_failure() 326 assertFailureValue("expected to contain any of", "[99.99, 999.999]"); in usingTolerance_containsAnyOf_primitiveDoubleArray_failure() [all …]
|
H A D | IterableSubjectCorrespondenceTest.java | 109 assertFailureKeys("expected to contain", "testing whether", "but was"); in contains_failure() 110 assertFailureValue("expected to contain", "2345"); in contains_failure() 126 "expected to contain", in contains_handlesExceptions() 144 // The actual list does contain the required match. However, no reasonable implementation would in contains_handlesExceptions_alwaysFails() 150 "expected to contain", in contains_handlesExceptions_alwaysFails() 177 "expected to contain", in displayingDiffsPairedBy_1arg_contains() 180 "though it did contain elements with correct key (2)", in displayingDiffsPairedBy_1arg_contains() 210 "expected to contain", in displayingDiffsPairedBy_1arg_contains_noDiff() 213 "though it did contain elements with correct key (2)", in displayingDiffsPairedBy_1arg_contains_noDiff() 216 assertFailureValue("though it did contain elements with correct key (2)", "[2/211, 2/189]"); in displayingDiffsPairedBy_1arg_contains_noDiff() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-maps-routing/proto-google-maps-routing-v2/src/main/java/com/google/maps/routing/v2/ |
H A D | TollInfo.java | 83 * stations. Typically this list will contain only one item for routes with 84 * tolls in one currency. For international trips, this list may contain 102 * stations. Typically this list will contain only one item for routes with 103 * tolls in one currency. For international trips, this list may contain 121 * stations. Typically this list will contain only one item for routes with 122 * tolls in one currency. For international trips, this list may contain 140 * stations. Typically this list will contain only one item for routes with 141 * tolls in one currency. For international trips, this list may contain 159 * stations. Typically this list will contain only one item for routes with 160 * tolls in one currency. For international trips, this list may contain [all …]
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
H A D | ModifiersTest.java | 67 * Modifiers contain expected flags: ACC_PUBLIC 68 * but do NOT contain flags: ACC_FINAL, ACC_INTERFACE, ACC_ABSTRACT 115 … ("## CHECK1: FAILURE: Returned modifiers do NOT contain expected ACC_PUBLIC flag(0x0001)"); in testModifiers001() 117 "Returned modifiers do NOT contain expected ACC_PUBLIC flag(0x0001);\n"; in testModifiers001() 121 … ("## CHECK1: FAILURE: Returned modifiers contain unexpected ACC_FINAL flag(0x0010)"); in testModifiers001() 123 "Returned modifiers contain unexpected ACC_FINAL flag(0x0010);\n"; in testModifiers001() 127 … ("## CHECK1: FAILURE: Returned modifiers contain unexpected ACC_INTERFACE flag(0x0200)"); in testModifiers001() 129 "Returned modifiers contain unexpected ACC_INTERFACE flag(0x0200);\n"; in testModifiers001() 133 … ("## CHECK1: FAILURE: Returned modifiers contain unexpected ACC_ABSTRACT flag(0x0400)"); in testModifiers001() 135 "Returned modifiers contain unexpected ACC_ABSTRACT flag(0x0400);\n"; in testModifiers001() [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewGroupTest.java | 163 assertRegionContainPoint(1 /* x */, r, true /* contain */); in testSubtractObscuredTouchableRegion() 164 assertRegionContainPoint(3 /* x */, r, true /* contain */); in testSubtractObscuredTouchableRegion() 165 assertRegionContainPoint(5 /* x */, r, true /* contain */); in testSubtractObscuredTouchableRegion() 166 assertRegionContainPoint(7 /* x */, r, true /* contain */); in testSubtractObscuredTouchableRegion() 167 assertRegionContainPoint(9 /* x */, r, false /* contain */); // Outside of bounds in testSubtractObscuredTouchableRegion() 170 assertRegionContainPoint(1 /* x */, r, false /* contain */); // Obscured by E in testSubtractObscuredTouchableRegion() 171 assertRegionContainPoint(3 /* x */, r, true /* contain */); in testSubtractObscuredTouchableRegion() 172 assertRegionContainPoint(5 /* x */, r, true /* contain */); in testSubtractObscuredTouchableRegion() 173 assertRegionContainPoint(7 /* x */, r, false /* contain */); // Outside of bounds in testSubtractObscuredTouchableRegion() 176 assertRegionContainPoint(1 /* x */, r, false /* contain */); // Obscured by D and E in testSubtractObscuredTouchableRegion() [all …]
|
/aosp_15_r20/external/e2fsprogs/tests/f_bad_inode_csum/ |
H A D | expect.1 | 11 Inode 97 seems to contain garbage. Clear? yes 13 Inode 98 seems to contain garbage. Clear? yes 15 Inode 99 seems to contain garbage. Clear? yes 17 Inode 100 seems to contain garbage. Clear? yes 19 Inode 101 seems to contain garbage. Clear? yes 21 Inode 102 seems to contain garbage. Clear? yes 23 Inode 103 seems to contain garbage. Clear? yes 25 Inode 104 seems to contain garbage. Clear? yes 27 Inode 105 seems to contain garbage. Clear? yes 29 Inode 106 seems to contain garbage. Clear? yes [all …]
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | parse_cmdline.hpp | 67 * @retval kErrorInvalidArgs The string does not contain valid number (e.g., value out of range). 81 * @retval kErrorInvalidArgs The string does not contain valid number (e.g., value out of range). 95 * @retval kErrorInvalidArgs The string does not contain valid number (e.g., value out of range). 109 * @retval kErrorInvalidArgs The string does not contain valid number (e.g., value out of range). 124 * @retval kErrorInvalidArgs The string does not contain valid number (e.g., value out of range). 139 * @retval kErrorInvalidArgs The string does not contain valid number (e.g., value out of range). 154 * @retval kErrorInvalidArgs The string does not contain valid number (e.g., value out of range). 168 * @retval kErrorInvalidArgs The string does not contain valid number. 182 * @retval kErrorInvalidArgs The string does not contain valid IPv6 address. 194 * @retval kErrorInvalidArgs The string does not contain valid IPv4 address. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/ |
H A D | StreamingRecognizeRequest.java | 27 * must contain a `streaming_config` message and must not contain 28 * `audio_content`. All subsequent messages must contain `audio_content` and 29 * must not contain a `streaming_config` message. 125 * request. The first `StreamingRecognizeRequest` message must contain a 142 * request. The first `StreamingRecognizeRequest` message must contain a 162 * request. The first `StreamingRecognizeRequest` message must contain a 184 * `StreamingRecognizeRequest` message must not contain `audio_content` data 185 * and all subsequent `StreamingRecognizeRequest` messages must contain 206 * `StreamingRecognizeRequest` message must not contain `audio_content` data 207 * and all subsequent `StreamingRecognizeRequest` messages must contain [all …]
|
/aosp_15_r20/external/google-cloud-java/java-mediatranslation/proto-google-cloud-mediatranslation-v1beta1/src/main/java/com/google/cloud/mediatranslation/v1beta1/ |
H A D | StreamingTranslateSpeechRequest.java | 27 * first message must contain a `streaming_config` message and must not contain 28 * `audio_content` data. All subsequent messages must contain `audio_content` 29 * data and must not contain a `streaming_config` message. 127 * request. The first `StreamingTranslateSpeechRequest` message must contain 146 * request. The first `StreamingTranslateSpeechRequest` message must contain 171 * request. The first `StreamingTranslateSpeechRequest` message must contain 197 * `StreamingTranslateSpeechRequest` message must not contain 199 * messages must contain `audio_content` data. The audio bytes must be 219 * `StreamingTranslateSpeechRequest` message must not contain 221 * messages must contain `audio_content` data. The audio bytes must be [all …]
|
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ |
H A D | StreamingRecognizeRequest.java | 27 * must contain a `streaming_config` message and must not contain 28 * `audio_content`. All subsequent messages must contain `audio_content` and 29 * must not contain a `streaming_config` message. 125 * request. The first `StreamingRecognizeRequest` message must contain a 142 * request. The first `StreamingRecognizeRequest` message must contain a 162 * request. The first `StreamingRecognizeRequest` message must contain a 184 * `StreamingRecognizeRequest` message must not contain `audio_content` data 185 * and all subsequent `StreamingRecognizeRequest` messages must contain 206 * `StreamingRecognizeRequest` message must not contain `audio_content` data 207 * and all subsequent `StreamingRecognizeRequest` messages must contain [all …]
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | ResultMetadata.java | 24 * Retrieves a {@code boolean} value stored within metadata. If the metadata does not contain the 29 * @param defaultValue The value to return if this metadata does not contain {@code key} 53 * Retrieves a {@code byte} value stored within metadata. If the metadata does not contain the 58 * @param defaultValue The value to return if this metadata does not contain {@code key} 82 * Retrieves a {@code short} value stored within metadata. If the metadata does not contain the 87 * @param defaultValue The value to return if this metadata does not contain {@code key} 111 * Retrieves a {@code char} value stored within metadata. If the metadata does not contain the 116 * @param defaultValue The value to return if this metadata does not contain {@code key} 140 * Retrieves a {@code int} value stored within metadata. If the metadata does not contain the 145 * @param defaultValue The value to return if this metadata does not contain {@code key} [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ |
H A D | SoftwareConfigOrBuilder.java | 94 * Property keys contain the section and property names, separated by a 96 * not contain hyphens ("-"), opening square brackets ("["), or closing 98 * contain an equals sign ("=") or semicolon (";"). Section and property names 99 * must not contain a period ("."). Apache Airflow configuration property 102 * contain any character, and can be written in any lower/upper case format. 116 * Property keys contain the section and property names, separated by a 118 * not contain hyphens ("-"), opening square brackets ("["), or closing 120 * contain an equals sign ("=") or semicolon (";"). Section and property names 121 * must not contain a period ("."). Apache Airflow configuration property 124 * contain any character, and can be written in any lower/upper case format. [all …]
|
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/ |
H A D | freetypePen.py | 72 …th, direction, typo_ascender, typo_descender, vhea_ascender, vhea_descender, contain, features in ( 106 pen.show(width=width, height=height, transform=Offset(*offset), contain=contain) 159 self, width=None, height=None, transform=None, contain=False, evenOdd=False argument 171 contain: If ``True``, the image size will be automatically expanded 186 ``contain`` to ``True``, it expands to the bounding box while 204 contain_x, contain_y = contain or width is None, contain or height is None 251 self, width=None, height=None, transform=None, contain=False, evenOdd=False argument 263 contain: If ``True``, the image size will be automatically expanded 277 ``contain`` to ``True``, it expands to the bounding box while 297 contain=contain, [all …]
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/ |
D | SplitSelectDataHolderTest.kt | 179 // should contain a valid task ID for first app, and no intent or shortcut in generateLaunchData_Task_Task() 184 // should contain a valid task ID for second app, and no intent or shortcut in generateLaunchData_Task_Task() 203 // should contain a valid task ID for first app, and no intent or shortcut in generateLaunchData_Task_Intent() 208 // should contain a valid intent for second app, and no task ID or shortcut in generateLaunchData_Task_Intent() 227 // should contain a valid task ID for first app, and no intent or shortcut in generateLaunchData_Task_Shortcut() 232 // should contain a valid shortcut and intent for second app, and no task ID in generateLaunchData_Task_Shortcut() 252 // should contain a valid intent for first app, and no task ID or shortcut in generateLaunchData_Intent_Task() 257 // should contain a valid task ID for second app, and no intent or shortcut in generateLaunchData_Intent_Task() 277 // should contain a valid shortcut and intent for first app, and no task ID in generateLaunchData_Shortcut_Task() 282 // should contain a valid task ID for second app, and no intent or shortcut in generateLaunchData_Shortcut_Task() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1beta1/src/main/java/com/google/cloud/speech/v1beta1/ |
H A D | StreamingRecognizeRequest.java | 27 * must contain a `streaming_config` message and must not contain `audio` data. 28 * All subsequent messages must contain `audio` data and must not contain a 175 * request. The first `StreamingRecognizeRequest` message must contain a 189 * request. The first `StreamingRecognizeRequest` message must contain a 206 * request. The first `StreamingRecognizeRequest` message must contain a 227 * `StreamingRecognizeRequest` message must not contain `audio_content` data 228 * and all subsequent `StreamingRecognizeRequest` messages must contain 438 * must contain a `streaming_config` message and must not contain `audio` data. 439 * All subsequent messages must contain `audio` data and must not contain a 626 * request. The first `StreamingRecognizeRequest` message must contain a [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ |
H A D | SoftwareConfigOrBuilder.java | 94 * Property keys contain the section and property names, separated by a 96 * not contain hyphens ("-"), opening square brackets ("["), or closing 98 * contain an equals sign ("=") or semicolon (";"). Section and property names 99 * must not contain a period ("."). Apache Airflow configuration property 102 * contain any character, and can be written in any lower/upper case format. 118 * Property keys contain the section and property names, separated by a 120 * not contain hyphens ("-"), opening square brackets ("["), or closing 122 * contain an equals sign ("=") or semicolon (";"). Section and property names 123 * must not contain a period ("."). Apache Airflow configuration property 126 * contain any character, and can be written in any lower/upper case format. [all …]
|