Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 3002) sorted by relevance

12345678910>>...121

/dports/textproc/p5-SQL-Tokenizer/SQL-Tokenizer-0.24/t/
H A D03-complex.t8 use constant SPACE => ' ';
72 'DROP', SPACE,
73 'TABLE', SPACE,
79 SPACE, '(',
80 'id', SPACE,
89 SPACE, '(',
92 ')', SPACE,
93 'VALUES', SPACE,
95 COMMA, SPACE,
98 'INSERT', SPACE,
[all …]
H A D04-c-style-comments.t8 use constant SPACE => ' ';
31 'DROP', SPACE,
32 'TABLE', SPACE,
37 SPACE, 'test',
38 SPACE, '(',
39 'id', SPACE,
41 SPACE, 'name',
48 SPACE, '(',
51 ')', SPACE,
52 'VALUES', SPACE,
[all …]
H A D01-single-quotes.t21 'INSERT', SPACE, 'INTO', SPACE, 'table', SPACE, 'VALUES', '(', SPACE,
23 COMMA, SPACE, q{'no quote'}, SPACE, ')'
31 'INSERT', SPACE, 'INTO', SPACE, 'table', SPACE, 'VALUES', '(', SPACE, q{'no quote'},
42 'INSERT', SPACE, 'INTO', SPACE,
45 SPACE, 'VALUES', SPACE, '(',
57 'INSERT', SPACE, 'INTO', SPACE,
60 SPACE, 'VALUES', SPACE, '(',
71 'INSERT', SPACE, 'INTO', SPACE, 'logs', SPACE, '(', 'program', ')', SPACE, 'VALUES',
80 'INSERT', SPACE, 'INTO', SPACE, 'logs', SPACE, '(', 'program', ')', SPACE, 'VALUES',
89 'INSERT', SPACE, 'INTO', SPACE, 'logs', SPACE, '(', 'program', ')', SPACE, 'VALUES',
[all …]
H A D07-equality-and-math-operators.t8 use constant SPACE => ' ';
22 'SELECT', SPACE, 'a', SPACE, '*', SPACE,
23 '2', COMMA, SPACE, 'b', SPACE, '/',
24 SPACE, '3', COMMA, SPACE, 'c', SPACE,
25 '%', SPACE, '4', SPACE, 'FROM', SPACE,
26 'table', SPACE, 'WHERE', SPACE, 'a', SPACE,
27 '<>', SPACE, 'b', SPACE, 'AND', SPACE,
28 'b', SPACE, '>=', SPACE, 'c', SPACE,
29 'AND', SPACE, 'd', SPACE, '<=', SPACE,
30 'c', SPACE, 'AND', SPACE, 'd', SPACE,
[all …]
H A D02-double-quotes.t8 use constant SPACE => ' ';
55 'INSERT', SPACE, 'INTO', SPACE,
58 SPACE, 'VALUES', SPACE, '(',
69 'INSERT', SPACE, 'INTO', SPACE, 'logs', SPACE, '(', 'program', ')',
70 SPACE, 'VALUES', SPACE, '(', q{"double""quote"}, ')'
79 'INSERT', SPACE, 'INTO', SPACE, 'logs', SPACE, '(', 'program', ')',
80 SPACE, 'VALUES', SPACE, '(', q{"double "" quote "" "}, ')'
88 'INSERT', SPACE, 'INTO', SPACE, 'logs', SPACE, '(', 'program', ')',
89 SPACE, 'VALUES', SPACE, '(', q{"single "" quote \""}, ')'
98 'INSERT', SPACE, 'INTO', SPACE, 'logs', SPACE, '(', 'program', ')',
[all …]
H A D09-shell-style-comments.t8 use constant SPACE => ' ';
28 'DROP', SPACE, 'TABLE', SPACE,
31 SPACE, 'test', SPACE, '(',
32 'id', SPACE, 'INT', COMMA,
33 SPACE, 'name', SPACE, 'VARCHAR',
36 SPACE, 'INTO', SPACE, 'test',
38 SPACE, 'name', ')', SPACE,
39 'VALUES', SPACE, '(', '1',
40 COMMA, SPACE, q{'t'}, ')',
42 'INTO', SPACE, 'test', SPACE,
[all …]
H A D05-ansi-comments.t8 use constant SPACE => ' ';
28 'DROP', SPACE, 'TABLE', SPACE,
31 SPACE, 'test', SPACE, '(',
32 'id', SPACE, 'INT', COMMA,
33 SPACE, 'name', SPACE, 'VARCHAR',
36 SPACE, 'INTO', SPACE, 'test',
38 SPACE, 'name', ')', SPACE,
39 'VALUES', SPACE, '(', '1',
40 COMMA, SPACE, q{'t'}, ')',
42 'INTO', SPACE, 'test', SPACE,
[all …]
H A D99-rt34889.t8 use constant SPACE => ' ';
20 wanted => [ 'SELECT', SPACE, 't.*', SPACE, 'FROM', SPACE, 'table', SPACE, 't' ],
24 wanted => [ 'SELECT', SPACE, 't.*', SPACE, 'FROM', SPACE, 'db.table', SPACE, 't' ],
28 wanted => [ 'SELECT', SPACE, 'db.table.*', SPACE, 'FROM', SPACE, 'db.table' ],
33 [ 'SELECT', SPACE, '@id', SPACE, '=', SPACE, 'column', SPACE, 'FROM', SPACE, 'db.table' ],
37 wanted => [ 'DECLARE', SPACE, '@id', SPACE, 'INT' ],
41 wanted => [ 'DECLARE', SPACE, '@@id', SPACE, 'INT' ],
45 …wanted => [ 'SELECT', SPACE, 'SUM', '(', 'column', ')', SPACE,'FROM', SPACE, 'database..table…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/engines/funcs/r/
H A Ddb_alter_collate_ascii.result4 armscii8_bin armscii8 64 # # PAD SPACE
6 ascii_bin ascii 65 # # PAD SPACE
8 big5_bin big5 84 # # PAD SPACE
11 cp1250_bin cp1250 66 # # PAD SPACE
16 cp1251_bin cp1251 50 # # PAD SPACE
26 cp850_bin cp850 80 # # PAD SPACE
28 cp852_bin cp852 81 # # PAD SPACE
30 cp866_bin cp866 68 # # PAD SPACE
34 dec8_bin dec8 69 # # PAD SPACE
45 gbk_bin gbk 87 # # PAD SPACE
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/sequence/
H A Dstring_block.h51 template<unsigned int SPACE = 4096>
67 class String<TValue, Block<SPACE> >
264 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
274 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
405 String<TValue, Block<SPACE> >& me,
424 String<TValue, Block<SPACE> >& me,
448 String<TValue, Block<SPACE> >& me,
456 push(String<TValue, Block<SPACE> >& me)
479 String<TValue, Block<SPACE> >& me,
491 top(String<TValue, Block<SPACE> > & me)
[all …]
/dports/x11/lilyterm/LilyTerm-0.9.9.4/src/
H A Dunit_test.sh207 unset SPACE
240 OLD_SPACE="$SPACE"
241 SPACE="$SPACE""_SPACE_"
253 …FUNC_STAR="$FUNC_STAR\n$SPACE""GdkColor V$VAR;\n$SPACE""V$VAR.red=0xFFFF;\n$SPACE""V$VAR.green=0xF…
262 SPACE=$OLD_SPACE
265 SPACE="$SPACE""_SPACE_"
312 …FUNC_STAR="$FUNC_STAR\n$SPACE""_SPACE_""gchar *V$VAR = NULL;\n""$SPACE""_SPACE_""if (V[$VAR]) V$VA…
324 …FUNC_STAR="$FUNC_STAR\n$SPACE""_SPACE_""StrAddr *V$VAR = NULL;\n""$SPACE""_SPACE_""if (V[$VAR]) V$…
374SPACE""_SPACE_""GdkColor *V$VAR = NULL;\n$SPACE""_SPACE_""GdkColor color;\n""$SPACE""_SPACE_""if (…
388 FUNC_END="$FUN_DATA$SPACE}\n$FUNC_END"
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/sequence/
H A Dstring_block.h68 template<size_t SPACE = 4096>
71 template<typename TValue, size_t SPACE>
72 class String<TValue, Block<SPACE> >
155 template<typename TValue, size_t SPACE>
165 template<typename TValue, size_t SPACE>
171 template<typename TValue, size_t SPACE>
177 template<typename TValue, size_t SPACE>
183 template<typename TValue, size_t SPACE>
258 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
265 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/sequence/
H A Dstring_block.h68 template<size_t SPACE = 4096>
71 template<typename TValue, size_t SPACE>
72 class String<TValue, Block<SPACE> >
155 template<typename TValue, size_t SPACE>
165 template<typename TValue, size_t SPACE>
171 template<typename TValue, size_t SPACE>
177 template<typename TValue, size_t SPACE>
183 template<typename TValue, size_t SPACE>
258 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
265 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/sequence/
H A Dstring_block.h68 template<size_t SPACE = 4096>
71 template<typename TValue, size_t SPACE>
72 class String<TValue, Block<SPACE> >
161 template<typename TValue, size_t SPACE>
171 template<typename TValue, size_t SPACE>
177 template<typename TValue, size_t SPACE>
183 template<typename TValue, size_t SPACE>
189 template<typename TValue, size_t SPACE>
263 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
271 return value(*(stack.blocks[pos / SPACE]), pos % SPACE);
[all …]
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/
H A D20_policy_prohibit_trailing_whitespace.t26 say${SPACE}"\tblurp\t";\t
27 say${SPACE}"${SPACE}blorp${SPACE}";${SPACE}
31 chomp;\t${SPACE}${SPACE}
32 chomp;${SPACE}${SPACE}\t
40 sub${SPACE}do_frobnication${SPACE}\{
41 \tfor${SPACE}(${SPACE}is_frobnicating()${SPACE})${SPACE}\{
42 ${SPACE}${SPACE}${SPACE}${SPACE}frobnicate();
53 ${SPACE}
54 ${SPACE}\$x
/dports/security/nmap/nmap-7.91/docs/style/
H A Dlua-format.lua274 SPACE * K "or" * SPACE +
275 SPACE * C ".." * SPACE +
276 SPACE * C "<=" * SPACE +
277 SPACE * C ">=" * SPACE +
278 SPACE * C "==" * SPACE +
280 SPACE * C "+" * SPACE +
282 SPACE * C "*" * SPACE +
283 SPACE * C "/" * SPACE +
285 SPACE * C "%" * SPACE +
286 SPACE * C "<" * SPACE +
[all …]
/dports/misc/libiio/libiio-0.21/iiod/
H A Dparser.y176 | OPEN SPACE DEVICE SPACE WORD SPACE WORD SPACE CYCLIC END {
188 | OPEN SPACE DEVICE SPACE WORD SPACE WORD END {
232 | READ SPACE DEVICE SPACE DEBUG_ATTR SPACE WORD END {
249 | READ SPACE DEVICE SPACE BUFFER_ATTR SPACE WORD END {
259 | READ SPACE DEVICE SPACE IN_OUT SPACE CHANNEL END {
266 | READ SPACE DEVICE SPACE IN_OUT SPACE CHANNEL SPACE WORD END {
313 | WRITE SPACE DEVICE SPACE WORD SPACE WORD END {
336 | WRITE SPACE DEVICE SPACE DEBUG_ATTR SPACE WORD SPACE WORD END {
359 | WRITE SPACE DEVICE SPACE BUFFER_ATTR SPACE WORD SPACE WORD END {
371 | WRITE SPACE DEVICE SPACE IN_OUT SPACE CHANNEL SPACE WORD END {
[all …]
/dports/science/axom/axom-0.6.1/src/axom/core/
H A DArray.hpp497 void swap(Array<T, DIM, SPACE>& other);
591 Array<T, DIM, SPACE>::Array() in Array()
649 if(SPACE != MemorySpace::Dynamic && in Array()
698 Array<T, DIM, SPACE>::~Array() in ~Array()
756 inline typename Array<T, DIM, SPACE>::ArrayIterator Array<T, DIM, SPACE>::insert( in insert()
780 inline typename Array<T, DIM, SPACE>::ArrayIterator Array<T, DIM, SPACE>::insert( in insert()
805 inline typename Array<T, DIM, SPACE>::ArrayIterator Array<T, DIM, SPACE>::insert( in insert()
818 inline typename Array<T, DIM, SPACE>::ArrayIterator Array<T, DIM, SPACE>::erase( in erase()
838 inline typename Array<T, DIM, SPACE>::ArrayIterator Array<T, DIM, SPACE>::erase( in erase()
889 inline typename Array<T, DIM, SPACE>::ArrayIterator Array<T, DIM, SPACE>::emplace( in emplace()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A DmemoryManager_base.h75 class MemoryManager<TValue, Block<SPACE>, TFree>
77 typedef String<TValue, Array<SPACE> > TBlock;
103 unsigned int x = SPACE; in MemoryManager()
119 unsigned int x = SPACE; in MemoryManager()
134 unsigned int x = SPACE; in MemoryManager()
189 MemoryManager<TValue, Block<SPACE>, TFree>& target,
215 MemoryManager<TValue, Block<SPACE>, TFree >& stack,
234 clear(MemoryManager<TValue, Block<SPACE>, TFree >& me)
270 return length(me.blocks) * SPACE;
352 return i * SPACE + tmp;
[all …]
H A DpropertyMap.h56 template<typename TValue, unsigned int SPACE>
57 class PropertyMap<TValue, Block<SPACE> >
82 unsigned int x = SPACE; in PropertyMap()
118 template<typename TValue, unsigned int SPACE>
136 PropertyMap<TValue, Block<SPACE> >& target,
163 PropertyMap<TValue, Block<SPACE> >& stack,
182 template<typename TValue, unsigned int SPACE>
184 clear(PropertyMap<TValue, Block<SPACE> >& me)
201 template<typename TValue, unsigned int SPACE>
213 template<typename TValue, unsigned int SPACE>
[all …]
H A DmemoryManager_int.h61 template<typename TValue, unsigned int SPACE>
91 unsigned int x = SPACE; in MemoryManager()
108 unsigned int x = SPACE; in MemoryManager()
124 unsigned int x = SPACE; in MemoryManager()
161 template<typename TValue, unsigned int SPACE>
169 template <typename TValue, unsigned int SPACE>
225 template<typename TValue, unsigned int SPACE>
245 template<typename TValue, unsigned int SPACE>
257 template<typename TValue, unsigned int SPACE>
263 return length(me.blocks) * SPACE;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dnumberformatsbuffer.cxx142 …NUMFMT_STRING( INDEX + 3, "_ " SYMBOL SPACE "* #,##0.00_ ;" "_ " SYMBOL SPACE "* -#,##0.00_ ;" "_ …
175 …NUMFMT_STRING( INDEX + 3, "_-" SYMBOL SPACE "* #,##0.00_-;" "_-" SYMBOL SPACE "* #,##0.00-;" "_-" …
206 …NUMFMT_STRING( INDEX + 0, "_-* #,##0" SPACE BLINDS "_-;_-* #,##0" SPACE BLINDS "-;_-* \"-\""…
207 …NUMFMT_STRING( INDEX + 1, "_-* #,##0" SPACE SYMBOL "_-;_-* #,##0" SPACE SYMBOL "-;_-* \"-\""…
208 …NUMFMT_STRING( INDEX + 2, "_-* #,##0.00" SPACE BLINDS "_-;_-* #,##0.00" SPACE BLINDS "-;_-* \"-\"?…
209 …NUMFMT_STRING( INDEX + 3, "_-* #,##0.00" SPACE SYMBOL "_-;_-* #,##0.00" SPACE SYMBOL "-;_-* \"-\"?…
274 …NUMFMT_STRING( INDEX + 0, "_-* #,##0" SPACE BLINDS "_-;-* #,##0" SPACE BLINDS "_-;_-* \"-\""…
275 …NUMFMT_STRING( INDEX + 1, "_-* #,##0" SPACE SYMBOL "_-;-* #,##0" SPACE SYMBOL "_-;_-* \"-\""…
276 …NUMFMT_STRING( INDEX + 2, "_-* #,##0.00" SPACE BLINDS "_-;-* #,##0.00" SPACE BLINDS "_-;_-* \"-\"?…
277 …NUMFMT_STRING( INDEX + 3, "_-* #,##0.00" SPACE SYMBOL "_-;-* #,##0.00" SPACE SYMBOL "_-;_-* \"-\"?…
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dnumberformatsbuffer.cxx138 …NUMFMT_STRING( INDEX + 3, "_ " SYMBOL SPACE "* #,##0.00_ ;" "_ " SYMBOL SPACE "* -#,##0.00_ ;" "_ …
171 …NUMFMT_STRING( INDEX + 3, "_-" SYMBOL SPACE "* #,##0.00_-;" "_-" SYMBOL SPACE "* #,##0.00-;" "_-" …
202 …NUMFMT_STRING( INDEX + 0, "_-* #,##0" SPACE BLINDS "_-;_-* #,##0" SPACE BLINDS "-;_-* \"-\""…
203 …NUMFMT_STRING( INDEX + 1, "_-* #,##0" SPACE SYMBOL "_-;_-* #,##0" SPACE SYMBOL "-;_-* \"-\""…
204 …NUMFMT_STRING( INDEX + 2, "_-* #,##0.00" SPACE BLINDS "_-;_-* #,##0.00" SPACE BLINDS "-;_-* \"-\"?…
205 …NUMFMT_STRING( INDEX + 3, "_-* #,##0.00" SPACE SYMBOL "_-;_-* #,##0.00" SPACE SYMBOL "-;_-* \"-\"?…
270 …NUMFMT_STRING( INDEX + 0, "_-* #,##0" SPACE BLINDS "_-;-* #,##0" SPACE BLINDS "_-;_-* \"-\""…
271 …NUMFMT_STRING( INDEX + 1, "_-* #,##0" SPACE SYMBOL "_-;-* #,##0" SPACE SYMBOL "_-;_-* \"-\""…
272 …NUMFMT_STRING( INDEX + 2, "_-* #,##0.00" SPACE BLINDS "_-;-* #,##0.00" SPACE BLINDS "_-;_-* \"-\"?…
273 …NUMFMT_STRING( INDEX + 3, "_-* #,##0.00" SPACE SYMBOL "_-;-* #,##0.00" SPACE SYMBOL "_-;_-* \"-\"?…
[all …]
/dports/devel/tcllib/tcllib-1.20/examples/page/
H A Dlemon.peg16 LemonGrammar <- SPACE Statement + EOF;
20 ) SPACE;
71 Identifier <- Ident SPACE;
77 void: ASSIGN <- '::=' SPACE;
78 void: DOT <- '.' SPACE;
79 void: LPAREN <- '(' SPACE;
80 void: RPAREN <- ')' SPACE;
81 void: LBRACKET <- '[' SPACE;
82 void: RBRACKET <- ']' SPACE;
94 void: DNAME <- 'name' SPACE;
[all …]
/dports/devel/tcllibc/tcllib-1.20/examples/page/
H A Dlemon.peg16 LemonGrammar <- SPACE Statement + EOF;
20 ) SPACE;
71 Identifier <- Ident SPACE;
77 void: ASSIGN <- '::=' SPACE;
78 void: DOT <- '.' SPACE;
79 void: LPAREN <- '(' SPACE;
80 void: RPAREN <- ')' SPACE;
81 void: LBRACKET <- '[' SPACE;
82 void: RBRACKET <- ']' SPACE;
94 void: DNAME <- 'name' SPACE;
[all …]

12345678910>>...121