Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 12645) sorted by relevance

12345678910>>...506

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/
H A Dts-nodes.d.ts1 import * as ts from 'typescript';
2 export declare type TSToken = ts.Token<ts.SyntaxKind>;
3ts.Node & (ts.Modifier | ts.Identifier | ts.QualifiedName | ts.ComputedPropertyName | ts.Decorator…
H A Destree-to-ts-node-types.d.ts10 …[AST_NODE_TYPES.AssignmentPattern]: ts.ShorthandPropertyAssignment | ts.BindingElement | ts.Binary…
29ts.ExportAssignment | ts.FunctionDeclaration | ts.VariableStatement | ts.ClassDeclaration | ts.Cla…
30ts.ExportDeclaration | ts.FunctionDeclaration | ts.VariableStatement | ts.ClassDeclaration | ts.Cl…
37 …FunctionExpression]: ts.FunctionExpression | ts.ConstructorDeclaration | ts.GetAccessorDeclaration…
38 …[AST_NODE_TYPES.Identifier]: ts.Identifier | ts.ConstructorDeclaration | ts.Token<ts.SyntaxKind.Ne…
60 …[AST_NODE_TYPES.Literal]: ts.StringLiteral | ts.NumericLiteral | ts.RegularExpressionLiteral | ts.…
71 …erty]: ts.PropertyAssignment | ts.ShorthandPropertyAssignment | ts.GetAccessorDeclaration | ts.Set…
72 …[AST_NODE_TYPES.RestElement]: ts.BindingElement | ts.SpreadAssignment | ts.SpreadElement | ts.Para…
80 …[AST_NODE_TYPES.TemplateElement]: ts.NoSubstitutionTemplateLiteral | ts.TemplateHead | ts.Template…
131ts.TaggedTemplateExpression | ts.ImportTypeNode | ts.ExpressionWithTypeArguments | ts.TypeReferenc…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/
H A Dts-nodes.d.ts1 import * as ts from 'typescript';
2 export declare type TSToken = ts.Token<ts.SyntaxKind>;
3ts.Modifier | ts.Identifier | ts.QualifiedName | ts.ComputedPropertyName | ts.Decorator | ts.TypeP…
H A Destree-to-ts-node-types.d.ts9 …[AST_NODE_TYPES.AssignmentPattern]: ts.ShorthandPropertyAssignment | ts.BindingElement | ts.Binary…
27ts.ExportAssignment | ts.FunctionDeclaration | ts.VariableStatement | ts.ClassDeclaration | ts.Cla…
28ts.ExportDeclaration | ts.FunctionDeclaration | ts.VariableStatement | ts.ClassDeclaration | ts.Cl…
35 …FunctionExpression]: ts.FunctionExpression | ts.ConstructorDeclaration | ts.GetAccessorDeclaration…
36 …[AST_NODE_TYPES.Identifier]: ts.Identifier | ts.ConstructorDeclaration | ts.Token<ts.SyntaxKind.Ne…
59 …TYPES.Literal]: ts.StringLiteral | ts.NumericLiteral | ts.RegularExpressionLiteral | ts.JsxText |
70 …erty]: ts.PropertyAssignment | ts.ShorthandPropertyAssignment | ts.GetAccessorDeclaration | ts.Set…
71 …[AST_NODE_TYPES.RestElement]: ts.BindingElement | ts.SpreadAssignment | ts.SpreadElement | ts.Para…
79 …[AST_NODE_TYPES.TemplateElement]: ts.NoSubstitutionTemplateLiteral | ts.TemplateHead | ts.Template…
130ts.TaggedTemplateExpression | ts.ImportTypeNode | ts.ExpressionWithTypeArguments | ts.TypeReferenc…
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/plugins/
H A Dplugins.pro25 ./ts/plugins_ca.ts \
26 ./ts/plugins_cs.ts \
27 ./ts/plugins_en.ts \
28 ./ts/plugins_en_au.ts \
29 ./ts/plugins_da.ts \
30 ./ts/plugins_de.ts \
31 ./ts/plugins_el.ts \
32 ./ts/plugins_es.ts \
52 ./ts/plugins_et.ts \
53 ./ts/plugins_eu.ts \
[all …]
/dports/www/civetweb/civetweb-1.15/test/
H A D1000images.lua33 local ts = (tostring(t) .. tostring(s))
38 <td><img src="imagetest/00.png?ts=]]..ts..[["></td>
39 <td><img src="imagetest/01.png?ts=]]..ts..[["></td>
40 <td><img src="imagetest/02.png?ts=]]..ts..[["></td>
41 <td><img src="imagetest/03.png?ts=]]..ts..[["></td>
42 <td><img src="imagetest/04.png?ts=]]..ts..[["></td>
43 <td><img src="imagetest/05.png?ts=]]..ts..[["></td>
44 <td><img src="imagetest/06.png?ts=]]..ts..[["></td>
45 <td><img src="imagetest/07.png?ts=]]..ts..[["></td>
46 <td><img src="imagetest/08.png?ts=]]..ts..[["></td>
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts1 import * as ts from 'typescript';
2 export declare function isAccessorDeclaration(node: ts.Node): node is ts.AccessorDeclaration;
5 export declare function isArrayTypeNode(node: ts.Node): node is ts.ArrayTypeNode;
6 export declare function isArrowFunction(node: ts.Node): node is ts.ArrowFunction;
7 export declare function isAsExpression(node: ts.Node): node is ts.AsExpression;
13 export declare function isBlock(node: ts.Node): node is ts.Block;
14 export declare function isBlockLike(node: ts.Node): node is ts.BlockLike;
21 export declare function isCaseBlock(node: ts.Node): node is ts.CaseBlock;
74 export declare function isJsDoc(node: ts.Node): node is ts.JSDoc;
88 export declare function isJsxText(node: ts.Node): node is ts.JsxText;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts1 import * as ts from 'typescript';
2 export declare function isAccessorDeclaration(node: ts.Node): node is ts.AccessorDeclaration;
5 export declare function isArrayTypeNode(node: ts.Node): node is ts.ArrayTypeNode;
6 export declare function isArrowFunction(node: ts.Node): node is ts.ArrowFunction;
7 export declare function isAsExpression(node: ts.Node): node is ts.AsExpression;
13 export declare function isBlock(node: ts.Node): node is ts.Block;
14 export declare function isBlockLike(node: ts.Node): node is ts.BlockLike;
21 export declare function isCaseBlock(node: ts.Node): node is ts.CaseBlock;
74 export declare function isJsDoc(node: ts.Node): node is ts.JSDoc;
88 export declare function isJsxText(node: ts.Node): node is ts.JsxText;
[all …]
/dports/audio/flite/flite-2.1-release/src/utils/
H A Dcst_tokenstream.c218 if ((ts->open)(ts,filename) != 0) in ts_open_generic()
220 (ts->getc)(ts); in ts_open_generic()
246 (ts->close)(ts); in ts_close()
367 new_pos = (ts->seek)(ts,pos); in ts_set_stream_pos()
382 return (ts->tell)(ts); in ts_get_stream_pos()
399 return (ts->size)(ts); in ts_get_stream_size()
412 ts->current_char = (ts->getc)(ts); in ts_getc()
434 ts->current_char = ts->string_buffer[ts->file_pos]; in internal_ts_getc()
495 if (2 >= ts->token_max) extend_buffer(&ts->token,&ts->token_max); in ts_get_quoted_token()
545 if (2 >= ts->token_max) extend_buffer(&ts->token,&ts->token_max); in ts_get()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/src/utils/
H A Dcst_tokenstream.c362 ts->current_char = cst_fgetc(ts->fd); in ts_getc()
367 if (ts->string_buffer[ts->file_pos] == '\0') in ts_getc()
370 ts->current_char = ts->string_buffer[ts->file_pos]; in ts_getc()
396 ts->token_pos = ts->file_pos - 1; in ts_get_quoted_token()
408 ts->token[p] = ts->current_char; in ts_get_quoted_token()
415 ts->token[p] = ts->current_char; in ts_get_quoted_token()
431 if (2 >= ts->token_max) extend_buffer(&ts->token,&ts->token_max); in ts_get_quoted_token()
432 ts->token[0] = ts->current_char; in ts_get_quoted_token()
460 ts->token_pos = ts->file_pos - 1; in ts_get()
475 if (2 >= ts->token_max) extend_buffer(&ts->token,&ts->token_max); in ts_get()
[all …]
/dports/devel/kdev-php/kdev-php-21.12.3/parser/test/
H A Dlexertest.cpp45 delete ts; in testOpenTagWithNewline()
56 delete ts; in testOpenTagWithSpace()
68 delete ts; in testCommentOneLine()
80 delete ts; in testCommentOneLine2()
93 delete ts; in testCommentMultiLine()
106 delete ts; in testCommentMultiLine2()
113 delete ts; in testEndTag()
125 delete ts; in testNewlineInString()
137 delete ts; in testNewlineInString2()
150 delete ts; in testNewlineInStringWithVar()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/parser/test/
H A Dlexertest.cpp45 delete ts; in testOpenTagWithNewline()
56 delete ts; in testOpenTagWithSpace()
68 delete ts; in testCommentOneLine()
80 delete ts; in testCommentOneLine2()
93 delete ts; in testCommentMultiLine()
106 delete ts; in testCommentMultiLine2()
113 delete ts; in testEndTag()
125 delete ts; in testNewlineInString()
137 delete ts; in testNewlineInString2()
150 delete ts; in testNewlineInStringWithVar()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/parser/test/
H A Dlexertest.cpp45 delete ts; in testOpenTagWithNewline()
56 delete ts; in testOpenTagWithSpace()
68 delete ts; in testCommentOneLine()
80 delete ts; in testCommentOneLine2()
93 delete ts; in testCommentMultiLine()
106 delete ts; in testCommentMultiLine2()
113 delete ts; in testEndTag()
125 delete ts; in testNewlineInString()
137 delete ts; in testNewlineInString2()
150 delete ts; in testNewlineInStringWithVar()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dtaskset.c20 memset( ts, 0, sizeof( *ts ) ); in taskset_init()
23 ts->bitmap_elements = ( ts->thread_count + 31 ) / 32; in taskset_init()
31 ts->task_threads_args = malloc( arg_size * ts->thread_count ); in taskset_init()
70 memset(ts->task_threads_args, 0, ts->arg_size * ts->thread_count ); in taskset_init()
86 bit_nclear( ts->task_begin_bitmap, 0, ts->thread_count - 1 ); in taskset_init()
88 bit_nclear( ts->task_stop_bitmap, 0, ts->thread_count - 1 ); in taskset_init()
142 bit_nset( ts->task_begin_bitmap, 0, ts->thread_count - 1 ); in taskset_cycle()
152 hb_cond_wait( ts->task_complete, ts->task_cond_lock ); in taskset_cycle()
171 hb_cond_wait( ts->task_begin, ts->task_cond_lock ); in taskset_thread_wait4start()
207 bit_nset( ts->task_stop_bitmap, 0, ts->thread_count - 1 ); in taskset_fini()
[all …]
/dports/sysutils/ts/ts-1.0.2/
H A Dtestbench.sh4 ./ts -K
5 ./ts ls
7 ./ts -f ls
9 ./ts ls
10 ./ts cat
11 ./ts -w
19 ./ts -K
40 ./ts ls
41 ./ts -w
48 ./ts -w
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/tsutils/util/
H A Dutil.d.ts1 import * as ts from 'typescript';
3 …eclare function getChildOfKind<T extends ts.SyntaxKind>(node: ts.Node, kind: T, sourceFile?: ts.So…
11 export declare function getModifier(node: ts.Node, kind: ts.Modifier['kind']): ts.Modifier | undefi…
22 export declare function getPreviousToken(node: ts.Node, sourceFile?: ts.SourceFile): ts.Node | unde…
23 export declare function getNextToken(node: ts.Node, sourceFile?: ts.SourceFile): ts.Node | undefine…
25 …t declare function getCommentAtPosition(sourceFile: ts.SourceFile, pos: number, parent?: ts.Node):…
67 export declare function forEachToken(node: ts.Node, cb: (node: ts.Node) => void, sourceFile?: ts.So…
103 export declare function canHaveJsDoc(node: ts.Node): node is ts.HasJSDoc;
104 export declare function getJsDoc(node: ts.Node, sourceFile?: ts.SourceFile): ts.JSDoc[];
125 expression: ts.Token<ts.SyntaxKind.ImportKeyword> | (ts.Identifier & {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/tsutils/util/
H A Dutil.d.ts1 import * as ts from 'typescript';
3 …eclare function getChildOfKind<T extends ts.SyntaxKind>(node: ts.Node, kind: T, sourceFile?: ts.So…
11 export declare function getModifier(node: ts.Node, kind: ts.Modifier['kind']): ts.Modifier | undefi…
22 export declare function getPreviousToken(node: ts.Node, sourceFile?: ts.SourceFile): ts.Node | unde…
23 export declare function getNextToken(node: ts.Node, sourceFile?: ts.SourceFile): ts.Node | undefine…
25 …t declare function getCommentAtPosition(sourceFile: ts.SourceFile, pos: number, parent?: ts.Node):…
67 export declare function forEachToken(node: ts.Node, cb: (node: ts.Node) => void, sourceFile?: ts.So…
103 export declare function canHaveJsDoc(node: ts.Node): node is ts.HasJSDoc;
104 export declare function getJsDoc(node: ts.Node, sourceFile?: ts.SourceFile): ts.JSDoc[];
125 expression: ts.Token<ts.SyntaxKind.ImportKeyword> | (ts.Identifier & {
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/resources/dictionaries/en-US/
H A Den-US.aff593 AM ts:0
597 AM st:ax ts:Ns
638 AM st:be ts:Vd
669 AM st:on ts:Ns
748 AM st:by ts:0
902 AM ts:0 al:Ci
1075 AM ts:0 al:ea
1303 AM ts:0 al:ha
1630 AM ts:0 al:Ni
1658 AM ts:0 al:a
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/dictionaries/
H A Den_US.aff593 AM ts:0
597 AM st:ax ts:Ns
638 AM st:be ts:Vd
669 AM st:on ts:Ns
748 AM st:by ts:0
902 AM ts:0 al:Ci
1075 AM ts:0 al:ea
1303 AM ts:0 al:ha
1630 AM ts:0 al:Ni
1658 AM ts:0 al:a
[all …]
/dports/textproc/pageedit/PageEdit-1.2.0/dictionaries/
H A Den_US.aff593 AM ts:0
597 AM st:ax ts:Ns
638 AM st:be ts:Vd
669 AM st:on ts:Ns
748 AM st:by ts:0
902 AM ts:0 al:Ci
1075 AM ts:0 al:ea
1303 AM ts:0 al:ha
1630 AM ts:0 al:Ni
1658 AM ts:0 al:a
[all …]
/dports/net/mediastreamer/mediastreamer-2.16.1/tools/
H A Dbench.c162 if (ts->fplayer) ms_filter_destroy(ts->fplayer); in init_bench()
163 if (ts->encoder) ms_filter_destroy(ts->encoder); in init_bench()
164 if (ts->rtpsend) ms_filter_destroy(ts->rtpsend); in init_bench()
165 if (ts->rtprecv) ms_filter_destroy(ts->rtprecv); in init_bench()
166 if (ts->decoder) ms_filter_destroy(ts->decoder); in init_bench()
275 ms_filter_link(ts->fplayer,0,ts->encoder,0); in init_bench()
276 ms_filter_link(ts->encoder,0,ts->rtpsend,0); in init_bench()
280 ms_filter_link(ts->fplayer,0,ts->rtpsend,0); in init_bench()
283 ms_filter_link(ts->rtprecv,0,ts->decoder,0); in init_bench()
284 ms_filter_link(ts->decoder,0,ts->frecorder,0); in init_bench()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A DMakefile.qt_locale.include2 qt/locale/bitcoin_af.ts \
3 qt/locale/bitcoin_af_ZA.ts \
4 qt/locale/bitcoin_am.ts \
5 qt/locale/bitcoin_ar.ts \
6 qt/locale/bitcoin_be_BY.ts \
7 qt/locale/bitcoin_bg.ts \
9 qt/locale/bitcoin_bn.ts \
10 qt/locale/bitcoin_bs.ts \
11 qt/locale/bitcoin_ca.ts \
14 qt/locale/bitcoin_cs.ts \
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A DMakefile.qt_locale.include2 qt/locale/bitcoin_af.ts \
3 qt/locale/bitcoin_af_ZA.ts \
4 qt/locale/bitcoin_am.ts \
5 qt/locale/bitcoin_ar.ts \
6 qt/locale/bitcoin_be_BY.ts \
7 qt/locale/bitcoin_bg.ts \
9 qt/locale/bitcoin_bn.ts \
10 qt/locale/bitcoin_bs.ts \
11 qt/locale/bitcoin_ca.ts \
14 qt/locale/bitcoin_cs.ts \
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A DMakefile.qt_locale.include2 qt/locale/bitcoin_af.ts \
3 qt/locale/bitcoin_af_ZA.ts \
4 qt/locale/bitcoin_am.ts \
5 qt/locale/bitcoin_ar.ts \
6 qt/locale/bitcoin_be_BY.ts \
7 qt/locale/bitcoin_bg.ts \
9 qt/locale/bitcoin_bn.ts \
10 qt/locale/bitcoin_bs.ts \
11 qt/locale/bitcoin_ca.ts \
14 qt/locale/bitcoin_cs.ts \
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libteletone/src/
H A Dlibteletone_generate.c136 memset(ts, 0, sizeof(*ts)); in teletone_init_session()
195 ts->datalen = need + ts->dynamic; in ensure_buffer()
196 tmp = realloc(ts->buffer, ts->datalen); in ensure_buffer()
221 duration = (ts->tmp_duration > -1) ? ts->tmp_duration : ts->duration; in teletone_mux_tones()
222 wait = (ts->tmp_wait > -1) ? ts->tmp_wait : ts->wait; in teletone_mux_tones()
236 for (ts->samples = 0; ts->samples < ts->datalen && ts->samples < duration; ts->samples++) { in teletone_mux_tones()
270 ts->buffer[ts->samples++] = 0; in teletone_mux_tones()
273 if (ts->debug && ts->debug_stream) { in teletone_mux_tones()
294 ts->decay_step / (ts->rate / 1000), in teletone_mux_tones()
433 if (ts->debug && ts->debug_stream) { in teletone_run()
[all …]

12345678910>>...506