Home
last modified time | relevance | path

Searched refs:phrases (Results 1 – 25 of 47) sorted by relevance

12

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dprefer-function-type.test.ts2 import rule, { phrases } from '../../src/rules/prefer-function-type';
60 literalOrInterface: phrases[AST_NODE_TYPES.TSInterfaceDeclaration],
79 literalOrInterface: phrases[AST_NODE_TYPES.TSTypeLiteral],
98 literalOrInterface: phrases[AST_NODE_TYPES.TSTypeLiteral],
119 literalOrInterface: phrases[AST_NODE_TYPES.TSTypeLiteral],
140 literalOrInterface: phrases[AST_NODE_TYPES.TSInterfaceDeclaration],
159 literalOrInterface: phrases[AST_NODE_TYPES.TSInterfaceDeclaration],
178 literalOrInterface: phrases[AST_NODE_TYPES.TSInterfaceDeclaration],
195 literalOrInterface: phrases[AST_NODE_TYPES.TSTypeLiteral],
255 literalOrInterface: phrases[AST_NODE_TYPES.TSInterfaceDeclaration],
/third_party/boost/boost/date_time/
Dspecial_values_parser.hpp73 collection_type phrases; in special_values_parser() local
74 std::copy(beg, end, std::back_inserter(phrases)); in special_values_parser()
75 m_sv_strings = parse_tree_type(phrases, static_cast<int>(not_a_date_time)); in special_values_parser()
85 collection_type phrases; in sv_strings() local
86 phrases.push_back(nadt_str); in sv_strings()
87 phrases.push_back(neg_inf_str); in sv_strings()
88 phrases.push_back(pos_inf_str); in sv_strings()
89 phrases.push_back(min_dt_str); in sv_strings()
90 phrases.push_back(max_dt_str); in sv_strings()
91 m_sv_strings = parse_tree_type(phrases, static_cast<int>(not_a_date_time)); in sv_strings()
Ddate_generator_parser.hpp116 collection_type phrases; in element_strings() local
117 phrases.push_back(first_str); in element_strings()
118 phrases.push_back(second_str); in element_strings()
119 phrases.push_back(third_str); in element_strings()
120 phrases.push_back(fourth_str); in element_strings()
121 phrases.push_back(fifth_str); in element_strings()
122 phrases.push_back(last_str); in element_strings()
123 phrases.push_back(before_str); in element_strings()
124 phrases.push_back(after_str); in element_strings()
125 phrases.push_back(of_str); in element_strings()
[all …]
/third_party/boost/tools/quickbook/doc/
Dsyntax.qbk20 grammar (C++ or Python), are composed of one or more phrases. A phrase
22 mark-ups. Marked up phrases can recursively contain other phrases, but
D1_6.qbk179 Table titles are now parsed as phrases, so some markup is allowd:
Dchange_log.qbk158 * Allow import, include and xinclude in conditional phrases. Will
Dphrase.qbk641 Like C++ `#ifdef`, you can generate phrases depending on the presence of
/third_party/openssl/doc/man7/
Dpassphrase-encoding.pod8 - How diverse parts of OpenSSL treat pass phrases character encoding
13 phrases has become increasingly complex.
19 The OpenSSL library doesn't treat pass phrases in any special way as a general
83 This API stipulates that pass phrases should be UTF-8 encoded, and that any
104 Also note that the sub-sections below discuss human readable pass phrases.
106 phrases are assumed.
120 converted to UTF-8 (command line and separately prompted pass phrases alike).
Dossl_store.pod36 =head2 UI_METHOD and pass phrases
/third_party/boost/libs/date_time/example/tutorial/
Dio_tutorial.cpp165 vector<string> phrases(&dg_phrases[0], &dg_phrases[9]); in main() local
176 date_output->date_gen_phrase_strings(phrases); in main()
177 date_input->date_gen_element_strings(phrases); in main()
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-function-type.ts8 export const phrases = { constant
154 literalOrInterface: phrases[node.type],
/third_party/openh264/docs/
Ddoxygen2rst.py203 for phrases in codeline.iter("highlight"):
204 if(phrases.text):
205 retstr += phrases.text.strip()
206 for child in phrases:
/third_party/boost/tools/quickbook/test/
Dtemplates-1_5.quickbook258 [/----------------------------------- Block and phrases ]
Dtemplates-1_6.quickbook258 [/----------------------------------- Block and phrases ]
Dtemplates-1_7.quickbook258 [/----------------------------------- Block and phrases ]
Dquickbook_manual-1_4.quickbook168 grammar (C++ or Python), are composed of one or more phrases. A phrase
170 mark-ups. Marked up phrases can recursively contain other phrases, but
1205 Phrase templates are typically expanded as part of phrases. Like macros,
/third_party/python/Doc/library/
Dhttp.rst32 reason phrases and long descriptions written in English.
/third_party/boost/tools/build/
DCONTRIBUTING.adoc99 for anybody else, and completely describes what the rules does. Generic phrases
/third_party/flutter/skia/third_party/externals/freetype/docs/
DFTL.TXT135 following phrases to refer to this software in your documentation
/third_party/skia/third_party/externals/freetype/docs/
DFTL.TXT135 following phrases to refer to this software in your documentation
/third_party/freetype/docs/
DFTL.TXT135 following phrases to refer to this software in your documentation
/third_party/icu/docs/userguide/format_parse/messages/
Dexamples.md284 Note: Some Asian languages do not have plural words or phrases.
/third_party/openGLES/extensions/ARB/
DARB_texture_non_power_of_two.txt96 The phrases POT (power of two) and NPOT (non-power of two) textures
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_non_power_of_two.txt86 The phrases POT (power of two) and NPOT (non-power of two) textures
/third_party/flutter/engine/flutter/tools/licenses/data/
Dmozilla-1.1296 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",

12