Home
last modified time | relevance | path

Searched refs:endWith (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/matchers/
H A DShouldEndWithRegexSpec.scala71 "b1.7" should (endWith regex (decimal) and (endWith regex (decimal)))
73 "b1.7" should (endWith regex (decimal) and endWith regex (decimal))
75 "1.7" should (endWith regex (decimal) and (endWith regex (decimal)))
76 "1.7" should ((endWith regex (decimal)) and (endWith regex (decimal)))
77 "1.7" should (endWith regex (decimal) and endWith regex (decimal))
82 "b1.7" should (endWith regex ("hello") or (endWith regex (decimal)))
83 "b1.7" should ((endWith regex ("hello")) or (endWith regex (decimal)))
84 "b1.7" should (endWith regex ("hello") or endWith regex (decimal))
86 "1.7" should (endWith regex ("hello") or (endWith regex (decimal)))
87 "1.7" should ((endWith regex ("hello")) or (endWith regex (decimal)))
[all …]
H A DShouldEndWithSubstringSpec.scala46 "1.7b" should ((endWith ("1.7b")) and (endWith ("7b")))
47 "1.7b" should (endWith ("1.7b") and (endWith ("7b")))
48 "1.7b" should (endWith ("1.7b") and endWith ("7b"))
55 "1.7b" should (endWith ("hello") or (endWith ("1.7b")))
56 "1.7b" should ((endWith ("hello")) or (endWith ("1.7b")))
57 "1.7b" should (endWith ("hello") or endWith ("1.7b"))
59 "1.7b" should (endWith ("hello") or (endWith ("7b")))
60 "1.7b" should ((endWith ("hello")) or (endWith ("7b")))
61 "1.7b" should (endWith ("hello") or endWith ("7b"))
189 "1.7" should (endWith ("1.7") and (endWith ("1.8")))
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A DendWith.ts8 export function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
10 export function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
12 export function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<T, T | A…
14 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): OperatorFunctio…
22 export function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
23 export function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
24 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C>;
25 export function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T | A | B |…
28 export function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
30 export function endWith<T, Z = T>(...array: Array<Z | SchedulerLike>): OperatorFunction<T, T | Z>;
[all …]
/dports/misc/netron/node_modules/rxjs/src/internal/operators/
H A DendWith.ts8 export function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
10 export function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
12 export function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<T, T | A…
14 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): OperatorFunctio…
22 export function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
23 export function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
24 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C>;
25 export function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T | A | B |…
28 export function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
30 export function endWith<T, Z = T>(...array: Array<Z | SchedulerLike>): OperatorFunction<T, T | Z>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A DendWith.ts8 export function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
10 export function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
12 export function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<T, T | A…
14 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): OperatorFunctio…
22 export function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
23 export function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
24 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C>;
25 export function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T | A | B |…
28 export function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
30 export function endWith<T, Z = T>(...array: Array<Z | SchedulerLike>): OperatorFunction<T, T | Z>;
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/operators/
H A DendWith.ts8 export function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
10 export function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
12 export function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<T, T | A…
14 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): OperatorFunctio…
22 export function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
23 export function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
24 export function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C>;
25 export function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T | A | B |…
28 export function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
30 export function endWith<T, Z = T>(...array: Array<Z | SchedulerLike>): OperatorFunction<T, T | Z>;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/internal/operators/
H A DendWith.d.ts3 export declare function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
5 export declare function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
7 export declare function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<…
9 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): Operato…
16 export declare function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
17 export declare function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
18 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C…
19 export declare function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T |…
20 export declare function endWith<T, A, B, C, D, E>(v1: A, v2: B, v3: C, v4: D, v5: E): OperatorFunct…
22 export declare function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
[all …]
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../src/internal/operators/endWith.ts"],"names":[],"…
/dports/misc/netron/node_modules/rxjs/internal/operators/
H A DendWith.d.ts3 export declare function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
5 export declare function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
7 export declare function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<…
9 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): Operato…
16 export declare function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
17 export declare function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
18 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C…
19 export declare function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T |…
20 export declare function endWith<T, A, B, C, D, E>(v1: A, v2: B, v3: C, v4: D, v5: E): OperatorFunct…
22 export declare function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
[all …]
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../src/internal/operators/endWith.ts"],"names":[],"…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/internal/operators/
H A DendWith.d.ts3 export declare function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
5 export declare function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
7 export declare function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<…
9 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): Operato…
16 export declare function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
17 export declare function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
18 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C…
19 export declare function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T |…
20 export declare function endWith<T, A, B, C, D, E>(v1: A, v2: B, v3: C, v4: D, v5: E): OperatorFunct…
22 export declare function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
[all …]
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../src/internal/operators/endWith.ts"],"names":[],"…
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/internal/operators/
H A DendWith.d.ts3 export declare function endWith<T>(scheduler: SchedulerLike): MonoTypeOperatorFunction<T>; function
5 export declare function endWith<T, A>(v1: A, scheduler: SchedulerLike): OperatorFunction<T, T | A>;
7 export declare function endWith<T, A, B>(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction<…
9 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C, scheduler: SchedulerLike): Operato…
16 export declare function endWith<T, A>(v1: A): OperatorFunction<T, T | A>;
17 export declare function endWith<T, A, B>(v1: A, v2: B): OperatorFunction<T, T | A | B>;
18 export declare function endWith<T, A, B, C>(v1: A, v2: B, v3: C): OperatorFunction<T, T | A | B | C…
19 export declare function endWith<T, A, B, C, D>(v1: A, v2: B, v3: C, v4: D): OperatorFunction<T, T |…
20 export declare function endWith<T, A, B, C, D, E>(v1: A, v2: B, v3: C, v4: D, v5: E): OperatorFunct…
22 export declare function endWith<T, Z = T>(...array: Z[]): OperatorFunction<T, T | Z>;
[all …]
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../src/internal/operators/endWith.ts"],"names":[],"…
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/tools/
H A DStringReporterSuite.scala53 aResult should endWith (ansiReset)
63 aResult should endWith (ansiReset)
101 aResult should not endWith (ansiReset)
102 aResult should endWith (ansiReset + "\n")
112 aResult should not endWith (ansiReset)
113 aResult should endWith (ansiReset + "\n\n")
123 aResult should endWith (ansiReset)
/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Ddynamic-faust.cpp38 static bool endWith(const string& str, const string& suffix) in endWith() function
96 } else if (endWith(string(argv[i]), ".dsp")) { in main()
170 if (endWith(out_filename, ".ll")) { in main()
175 } else if (endWith(out_filename, ".bc")) { in main()
180 } else if (endWith(out_filename, ".mc")) { in main()
185 } else if (endWith(out_filename, ".o")) { in main()
/dports/audio/faust/faust-2.37.3/architecture/soul/
H A Dsoul-faust-player.cpp46 static bool endWith(const string& str, const string& suffix) in endWith() function
68 if (endWith(filename, ".dsp")) { in main()
81 } else if (endWith(filename, ".soul")) { in main()
94 } else if (endWith(filename, ".soulpatch")) { in main()
H A Dsoul-faust-editor.cpp36 static bool endWith(const string& str, const string& suffix) in endWith() function
125 if (endWith(string(argv[i]), ".soul")) { in main()
138 if (endWith(in_filename, "soul")) { in main()
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/deploy/
H A DSparkSubmitSuite.scala209 classpath(0) should endWith ("thejar.jar")
210 classpath(1) should endWith ("one.jar")
211 classpath(2) should endWith ("two.jar")
212 classpath(3) should endWith ("three.jar")
248 classpath(0) should endWith ("thejar.jar")
249 classpath(1) should endWith ("one.jar")
250 classpath(2) should endWith ("two.jar")
251 classpath(3) should endWith ("three.jar")
293 childArgsStr should endWith ("thejar.jar org.SomeClass arg1 arg2")
330 classpath(0) should endWith ("thejar.jar")
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/_esm2015/internal/operators/
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../../src/internal/operators/endWith.ts"],"names":[…
/dports/misc/netron/node_modules/rxjs/_esm2015/internal/operators/
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../../src/internal/operators/endWith.ts"],"names":[…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/_esm2015/internal/operators/
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../../src/internal/operators/endWith.ts"],"names":[…
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/_esm2015/internal/operators/
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../../src/internal/operators/endWith.ts"],"names":[…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/_esm5/internal/operators/
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../../src/internal/operators/endWith.ts"],"names":[…
/dports/misc/netron/node_modules/rxjs/_esm5/internal/operators/
H A DendWith.js.map1 {"version":3,"file":"endWith.js","sources":["../../../src/internal/operators/endWith.ts"],"names":[…

1234