Home
last modified time | relevance | path

Searched refs:FOOBAR (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/dports/textproc/py-python-docx/python-docx-0.8.11/tests/
H A Dtest_enum.py21 class FOOBAR(Enumeration): class
57 assert type(FOOBAR).__name__ == 'MetaEnumeration'
61 getattr(FOOBAR, 'None')
62 for obj in (FOOBAR.READ_WRITE, FOOBAR.READ_ONLY):
66 assert FOOBAR.READ_WRITE == 1
67 assert FOOBAR.READ_ONLY == -2
70 FOOBAR.validate(None)
71 FOOBAR.validate(FOOBAR.READ_WRITE)
73 FOOBAR.validate('foobar')
75 FOOBAR.validate(FOOBAR.READ_ONLY)
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/
H A DStringUtilsStartsEndsWithTest.java32 private static final String FOOBAR = "FOOBAR"; field in StringUtilsStartsEndsWithTest
47 assertTrue("startsWith(FOOBAR, \"\")", StringUtils.startsWith(FOOBAR, "")); in testStartsWith()
50 assertTrue("startsWith(FOOBAR, FOO)", StringUtils.startsWith(FOOBAR, FOO)); in testStartsWith()
52 assertFalse("startsWith(FOOBAR, foo)", StringUtils.startsWith(FOOBAR, foo)); in testStartsWith()
58 assertFalse("startsWith(FOOBAR, BAR)", StringUtils.startsWith(FOOBAR, BAR)); in testStartsWith()
60 assertFalse("startsWith(FOOBAR, bar)", StringUtils.startsWith(FOOBAR, bar)); in testStartsWith()
94 assertTrue("endsWith(FOOBAR, \"\")", StringUtils.endsWith(FOOBAR, "")); in testEndsWith()
97 assertFalse("endsWith(FOOBAR, FOO)", StringUtils.endsWith(FOOBAR, FOO)); in testEndsWith()
99 assertFalse("endsWith(FOOBAR, foo)", StringUtils.endsWith(FOOBAR, foo)); in testEndsWith()
105 assertTrue("endsWith(FOOBAR, BAR)", StringUtils.endsWith(FOOBAR, BAR)); in testEndsWith()
[all …]
H A DStringUtilsSubstringTest.java33 private static final String FOOBAR = "foobar"; field in StringUtilsSubstringTest
89 assertEquals("", StringUtils.left(FOOBAR, -1)); in testLeft_String()
90 assertEquals("", StringUtils.left(FOOBAR, 0)); in testLeft_String()
91 assertEquals(FOO, StringUtils.left(FOOBAR, 3)); in testLeft_String()
92 assertSame(FOOBAR, StringUtils.left(FOOBAR, 80)); in testLeft_String()
104 assertEquals("", StringUtils.right(FOOBAR, -1)); in testRight_String()
105 assertEquals("", StringUtils.right(FOOBAR, 0)); in testRight_String()
106 assertEquals(BAR, StringUtils.right(FOOBAR, 3)); in testRight_String()
107 assertSame(FOOBAR, StringUtils.right(FOOBAR, 80)); in testRight_String()
121 assertEquals("", StringUtils.mid(FOOBAR, 3, 0)); in testMid_String()
[all …]
/dports/deskutils/presage/presage-0.9.1/test/lib/predictors/
H A DsmoothedNgramPredictorTest.cpp42 const std::string SmoothedNgramPredictorTest::FOOBAR("foobar"); member in SmoothedNgramPredictorTest
63 ngram.push_back(FOOBAR); in setUp()
78 ngram.push_back(FOOBAR); in setUp()
83 ngram.push_back(FOOBAR); in setUp()
94 ngram.push_back(FOOBAR); in setUp()
100 ngram.push_back(FOOBAR); in setUp()
106 ngram.push_back(FOOBAR); in setUp()
204 const std::string expected_prediction_words[] = { FOOBAR }; in testUnigramWeight()
224 const std::string expected_prediction_words[] = { FOOBAR }; in testBigramWeight()
231 const std::string expected_prediction_words[] = { FOOBAR }; in testBigramWeight()
[all …]
/dports/textproc/soothsayer/soothsayer-0.6.3/test/lib/plugins/
H A DsmoothedNgramPluginTest.cpp37 const std::string SmoothedNgramPluginTest::FOOBAR("foobar"); member in SmoothedNgramPluginTest
58 ngram.push_back(FOOBAR); in setUp()
73 ngram.push_back(FOOBAR); in setUp()
78 ngram.push_back(FOOBAR); in setUp()
89 ngram.push_back(FOOBAR); in setUp()
95 ngram.push_back(FOOBAR); in setUp()
101 ngram.push_back(FOOBAR); in setUp()
199 const std::string expected_prediction_words[] = { FOOBAR }; in testUnigramWeight()
219 const std::string expected_prediction_words[] = { FOOBAR }; in testBigramWeight()
226 const std::string expected_prediction_words[] = { FOOBAR }; in testBigramWeight()
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/self-member-reference/
H A Dself-member-reference.lint-test4 const FOOBAR = 'FOOBAR';
7 echo Foo::FOOBAR;
8 echo self::FOOBAR;
17 const FOOBAR = 'FOOBAR';
20 echo self::FOOBAR;
21 echo self::FOOBAR;
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/self-member-reference/
H A Dself-member-reference.lint-test4 const FOOBAR = 'FOOBAR';
7 echo Foo::FOOBAR;
8 echo self::FOOBAR;
17 const FOOBAR = 'FOOBAR';
20 echo self::FOOBAR;
21 echo self::FOOBAR;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-ml/
H A Dstruct.test9 FOOBAR struct 2
95 mov eax, j.FOOBAR.f.h
113 mov eax, t2.FOOBAR.f.h
114 mov eax, [t2].FOOBAR.f.h
115 mov eax, [t2.FOOBAR].f.h
116 mov eax, [t2.FOOBAR.f.h]
137 mov eax, t2.FOOBAR.e.b
138 mov eax, [t2].FOOBAR.e.b
139 mov eax, [t2.FOOBAR].e.b
183 mov eax, FOOBAR.f
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-ml/
H A Dstruct.test9 FOOBAR struct 2
95 mov eax, j.FOOBAR.f.h
113 mov eax, t2.FOOBAR.f.h
114 mov eax, [t2].FOOBAR.f.h
115 mov eax, [t2.FOOBAR].f.h
116 mov eax, [t2.FOOBAR.f.h]
137 mov eax, t2.FOOBAR.e.b
138 mov eax, [t2].FOOBAR.e.b
139 mov eax, [t2.FOOBAR].e.b
183 mov eax, FOOBAR.f
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/llvm-ml/
H A Dstruct.test9 FOOBAR struct 2
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-ml/
H A Dstruct.asm9 FOOBAR struct 2 type
91 mov al, j.FOOBAR.f.h
109 mov al, t2.FOOBAR.f.h
110 mov al, [t2].FOOBAR.f.h
111 mov al, [t2.FOOBAR].f.h
112 mov al, [t2.FOOBAR.f.h]
133 mov al, t2.FOOBAR.e.b
134 mov al, [t2].FOOBAR.e.b
135 mov al, [t2.FOOBAR].e.b
179 mov eax, FOOBAR.f
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/regex-multiline-flag-hat-and-doller.d/
H A Dexpected.tags1 a input.foobar /^ a$/;" D line:2 language:FOOBAR
2 a input.foobar /^ a$/;" d line:2 language:FOOBAR
3 b input.foobar /^ b$/;" D line:4 language:FOOBAR
4 b input.foobar /^ b$/;" d line:4 language:FOOBAR
5 c input.foobar /^ c$/;" D line:6 language:FOOBAR
6 c input.foobar /^ c$/;" d line:6 language:FOOBAR
7 d input.foobar /^ d$/;" D line:8 language:FOOBAR
H A Dargs.ctags1 --langdef=FOOBAR langdef
2 --langmap=FOOBAR:.foobar
3 --kinddef-FOOBAR=d,def,definitions
4 --kinddef-FOOBAR=D,Def,Definitions
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_unlet.vim35 let $FOOBAR = 'test'
38 if kv == 'FOOBAR=test'
44 unlet $FOOBAR
47 if kv == 'FOOBAR=test'
57 let g:FOOBAR = 1
59 call assert_true(!exists('g:FOOBAR'))
61 let $FOOBAR = 1
63 call assert_true(!exists('$FOOBAR') || empty($FOOBAR))
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_unlet.vim36 let $FOOBAR = 'test'
39 if kv == 'FOOBAR=test'
45 unlet $FOOBAR
48 if kv == 'FOOBAR=test'
58 let g:FOOBAR = 1
60 call assert_true(!exists('g:FOOBAR'))
62 let $FOOBAR = 1
64 call assert_true(!exists('$FOOBAR') || empty($FOOBAR))
/dports/devel/mk-configure/mk-configure-0.37.0/examples/requirements/
H A Dexpect.out9 checking for define FOOBAR... no
24 checking for program FOOBAR... /path/to/FOOBAR
25 checking for program FOOBAR... /path/to/FOOBAR
26 checking for program FOOBAR... NOT FOUND
27 checking for program FOOBAR... /path/to/FOOBAR
31 ERROR: cannot find declaration of define FOOBAR
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/
H A D61_strlike.t18 ok !DBD::SQLite::strlike("%foobar", "1FOOBAR");
19 ok !DBD::SQLite::strlike("%foobar", "%FOOBAR");
20 ok DBD::SQLite::strlike("\\%foobar", "1FOOBAR", "\\");
21 ok !DBD::SQLite::strlike("\\%foobar", "%FOOBAR", "\\");
22 ok DBD::SQLite::strlike("!%foobar", "1FOOBAR", "!");
23 ok !DBD::SQLite::strlike("!%foobar", "%FOOBAR", "!");
/dports/www/p5-HTTP-Session/HTTP-Session-0.49/t/010_core/
H A D006_regenerate_session_id.t12 FOOBAR => {
30 $session= gen_session('FOOBAR');
32 is $session->session_id, 'FOOBAR';
39 $session = gen_session('FOOBAR');
54 $session= gen_session('FOOBAR');
56 is $session->session_id, 'FOOBAR';
63 $session = gen_session('FOOBAR');

12345678910>>...42