/third_party/boost/tools/quickbook/src/ |
D | phrase_element_grammar.cpp | 47 ("?", element_info(element_info::phrase, &local.cond_phrase)) in init_phrase_elements() 58 ("$", element_info(element_info::phrase, &local.image, phrase_tags::image)) in init_phrase_elements() 109 ("@", element_info(element_info::phrase, &local.link, phrase_tags::url)) in init_phrase_elements() 110 ("link", element_info(element_info::phrase, &local.link, phrase_tags::link)) in init_phrase_elements() 111 ("funcref", element_info(element_info::phrase, &local.link, phrase_tags::funcref)) in init_phrase_elements() 112 ("classref", element_info(element_info::phrase, &local.link, phrase_tags::classref)) in init_phrase_elements() 113 ("memberref", element_info(element_info::phrase, &local.link, phrase_tags::memberref)) in init_phrase_elements() 114 ("enumref", element_info(element_info::phrase, &local.link, phrase_tags::enumref)) in init_phrase_elements() 115 ("macroref", element_info(element_info::phrase, &local.link, phrase_tags::macroref)) in init_phrase_elements() 116 ("headerref", element_info(element_info::phrase, &local.link, phrase_tags::headerref)) in init_phrase_elements() [all …]
|
D | actions.cpp | 254 write_anchors(state, state.phrase); in operator ()() 271 state.phrase << detail::get_markup(phrase_tags::break_mark).pre; in operator ()() 321 void phrase_action(quickbook::state& state, value phrase) in phrase_action() argument 323 write_anchors(state, state.phrase); in phrase_action() 325 detail::markup markup = detail::get_markup(phrase.get_tag()); in phrase_action() 327 value_consumer values = phrase; in phrase_action() 328 state.phrase << markup.pre << values.consume().get_encoded() in phrase_action() 335 write_anchors(state, state.phrase); in role_action() 339 value phrase = values.consume(); in role_action() local 342 state.phrase << "<phrase role=\""; in role_action() [all …]
|
D | grammar_impl.hpp | 51 phrase = 8, enumerator 72 in_top_level = phrase | maybe_block | nested_block | 78 phrase | maybe_block | nested_block | conditional_or_block, 80 phrase | maybe_block | nested_block | conditional_or_block, 83 in_nested_block = phrase | maybe_block | nested_block, 87 in_phrase = phrase | maybe_block,
|
D | syntax_highlight.cpp | 65 state.phrase << "<phrase role=\"" << name << "\">"; in span() 67 detail::print_char(*first++, state.phrase.get()); in span() 68 state.phrase << "</phrase>"; in span() 74 state.phrase << "<phrase role=\"" << name << "\">"; in span_start() 76 detail::print_char(*first++, state.phrase.get()); in span_start() 83 detail::print_char(*first++, state.phrase.get()); in span_end() 84 state.phrase << "</phrase>"; in span_end() 97 state.phrase << "<phrase role=\"error\">"; in unexpected_char() 99 detail::print_char(*first++, state.phrase.get()); in unexpected_char() 100 state.phrase << "</phrase>"; in unexpected_char() [all …]
|
/third_party/openssl/doc/man7/ |
D | passphrase-encoding.pod | 22 This means that for an object that was encrypted using a pass phrase encoded in 23 ISO-8859-1, that object needs to be decrypted using a pass phrase encoded in 29 PKCS#12 is a bit different regarding pass phrase encoding. 30 The standard stipulates that the pass phrase shall be encoded as an ASN.1 40 Treats the received pass phrase as UTF-8 encoded and tries to re-encode it to 47 Assumes that the pass phrase is encoded in ASCII or ISO-8859-1 and 52 UTF-16 characters that do not correspond to the original pass phrase characters 64 A pass phrase encoded in ISO-8859-2 could very well have a sequence such as 68 SMALL LETTER I WITH DIAERESIS) I<if the pass phrase doesn't contain anything that 70 A pass phrase that contains this kind of byte sequence will give a different [all …]
|
D | ossl_store-file.pod | 48 When needed, the 'file' scheme loader will require a pass phrase by 50 This pass phrase is expected to be UTF-8 encoded, anything else will 53 standard compliant with regards to pass phrase encoding. 55 phrase.
|
/third_party/boost/tools/quickbook/test/ |
D | templates-1_3.quickbook | 13 [/-------------------------------- unary arg, phrase syle ] 161 [template phrase[content] Start phrase template. [content] End phrase template.] 165 Pre [block [phrase Hello!]] Post 167 Pre [phrase [block Hello!]] Post 169 Pre [phrase [phrase Hello!]] Post
|
D | templates-1_5.quickbook | 13 [/-------------------------------- unary arg, phrase syle ] 161 [template phrase[content] Start phrase template. [content] End phrase template.] 165 Pre [block [phrase Hello!]] Post 167 Pre [phrase [block Hello!]] Post 169 Pre [phrase [phrase Hello!]] Post 260 [section Block and phrase templates]
|
D | templates-1_7.quickbook | 13 [/-------------------------------- unary arg, phrase syle ] 161 [template phrase_foo[content] Start phrase template. [content] End phrase template.] 260 [section Block and phrase templates] 281 [/ Blocks in phrase templates ]
|
/third_party/boost/libs/asio/doc/ |
D | asio.qbk | 23 [template hr[] [br]'''<phrase role="silver">'''[mdash]'''</phrase>'''[br]] 29 [template static[] '''<phrase role="silver">'''\[static\]'''</phrase>'''] 30 [template constructor[] '''<phrase role="silver">'''\[constructor\]'''</phrase>'''] 31 [template destructor[] '''<phrase role="silver">'''\[destructor\]'''</phrase>''']
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/third_party/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/third_party/python/Lib/http/ |
D | __init__.py | 25 def __new__(cls, value, phrase, description=''): argument 29 obj.phrase = phrase
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | banner.dart | 80 /// example, if the message is an English phrase followed by a Hebrew phrase, 81 /// in a [TextDirection.ltr] context the English phrase will be on the left 82 /// and the Hebrew phrase to its right, while in a [TextDirection.rtl] 83 /// context, the English phrase will be on the right and the Hebrew phrase on 271 /// example, if the message is an English phrase followed by a Hebrew phrase, 272 /// in a [TextDirection.ltr] context the English phrase will be on the left 273 /// and the Hebrew phrase to its right, while in a [TextDirection.rtl] 274 /// context, the English phrase will be on the right and the Hebrew phrase on
|
/third_party/curl/docs/cmdline-opts/ |
D | proxy-pass.d | 2 Arg: <phrase> 3 Help: Pass phrase for the private key for HTTPS proxy
|
D | pass.d | 2 Arg: <phrase> 3 Help: Pass phrase for the private key
|
/third_party/boost/tools/quickbook/test/include/ |
D | macros-inc1.quickbook | 6 Defined conditional phrase. 12 Not defined conditional phrase.
|
/third_party/boost/tools/quickbook/doc/ |
D | 1_7.qbk | 20 [section:phrase_parse_error Error for invalid phrase elements] 22 If the body of a phrase element didn't parse, it would be just used 146 [section:phrase_block_templates Allow block elements in phrase templates] 148 Block elements can now be used in phrase templates, but paragraphs breaks aren't 155 If a phrase template only contains block elements, then it's practically 166 If a phrase template has phrase content mixed with block elements, it'll generate
|
/third_party/libsoup/libsoup/ |
D | soup-status.c | 177 const char *phrase; member 277 return reason_phrases [i].phrase; in soup_status_get_phrase()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/texts/in-house/shaper-indic/script-tamil/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/third_party/harfbuzz/test/shaping/texts/in-house/shaper-indic/script-assamese/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/third_party/harfbuzz/test/shaping/texts/in-house/shaper-indic/script-kannada/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-gurmukhi/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/third_party/harfbuzz/test/shaping/texts/in-house/shaper-indic/script-malayalam/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-gujarati/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|