| /third_party/boost/libs/regex/example/ |
| D | Jamfile.v2 | 44 [ regex-test-run snippets/credit_card_example.cpp ] 45 [ regex-test-run snippets/mfc_example.cpp ] 46 [ regex-test-run snippets/icu_example.cpp ] 47 [ regex-test-run snippets/partial_regex_grep.cpp : $(BOOST_ROOT)/libs/regex/index.htm ] 48 [ regex-test-run snippets/partial_regex_iterate.cpp : $(BOOST_ROOT)/libs/regex/index.htm ] 49 [ regex-test-run snippets/partial_regex_match.cpp : 1234-5678-8765-4 ] 50 [ regex-test-run snippets/regex_grep_example_1.cpp : $(BOOST_ROOT)/boost/rational.hpp ] 51 [ regex-test-run snippets/regex_grep_example_2.cpp : $(BOOST_ROOT)/boost/rational.hpp ] 52 [ regex-test-run snippets/regex_grep_example_3.cpp : $(BOOST_ROOT)/boost/rational.hpp ] 53 [ regex-test-run snippets/regex_grep_example_4.cpp : $(BOOST_ROOT)/boost/rational.hpp ] [all …]
|
| /third_party/boost/libs/regex/doc/ |
| D | examples.qbk | 87 [h4 Code snippets] 89 The snippets examples contain the code examples used in the documentation: 91 [@../../example/snippets/captures_example.cpp captures_example.cpp]: Demonstrates the use of captur… 93 [@../../example/snippets/credit_card_example.cpp credit_card_example.cpp]: Credit card number forma… 95 [@../../example/snippets/partial_regex_grep.cpp partial_regex_grep.cpp]: Search example using parti… 97 [@../../example/snippets/partial_regex_match.cpp partial_regex_match.cpp]: regex_match example usin… 99 [@../../example/snippets/regex_iterator_example.cpp regex_iterator_example.cpp]: Iterating through … 101 [@../../example/snippets/regex_match_example.cpp regex_match_example.cpp]: ftp based regex_match ex… 103 [@../../example/snippets/regex_merge_example.cpp regex_merge_example.cpp]: regex_merge example: con… 105 [@../../example/snippets/regex_replace_example.cpp regex_replace_example.cpp]: regex_replace exampl… [all …]
|
| /third_party/flutter/flutter/dev/snippets/test/ |
| D | configuration_test.dart | 9 import 'package:snippets/configuration.dart'; 20 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config'))); 24 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]docs[/\\]doc[/\\]snippets'))); 28 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config[/\\]skeletons'))); 32 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config[/\\]templates'))); 38 … r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config[/\\]skeletons[/\\]application.html')));
|
| D | snippets_test.dart | 11 import 'package:snippets/configuration.dart'; 12 import 'package:snippets/snippets.dart'; 58 test('generates application snippets', () async { 97 test('generates sample snippets', () async {
|
| /third_party/flutter/flutter/dev/snippets/lib/ |
| D | configuration.dart | 27 /// A class to compute the configuration of the snippets input and output 28 /// locations based in the current location of the snippets main.dart. 34 /// This is the configuration directory for the snippets system, containing 39 path.canonicalize(path.join(flutterRoot.absolute.path, 'dev', 'snippets', 'config'))); 45 /// This is where the snippets themselves will be written, in order to be 49 path.canonicalize(path.join(flutterRoot.absolute.path, 'dev', 'docs', 'doc', 'snippets')));
|
| /third_party/mbedtls/tests/scripts/ |
| D | generate_test_code.py | 927 c_file, snippets): argument 929 Add generator input info in snippets. 935 :param snippets: Dictionary to contain code pieces to be 939 snippets['test_file'] = c_file 940 snippets['test_main_file'] = template_file 941 snippets['test_case_file'] = funcs_file 942 snippets['test_case_data_file'] = data_file 946 out_data_file, snippets): argument 954 :param snippets: Dictionary to contain code pieces to be 961 snippets['test_common_helper_file'] = helpers_file [all …]
|
| /third_party/boost/libs/regex/doc/html/boost_regex/background/ |
| D | examples.html | 181 snippets</a> 184 The snippets examples contain the code examples used in the documentation: 187 …<a href="../../../../example/snippets/captures_example.cpp" target="_top">captures_example.cpp</a>: 191 …<a href="../../../../example/snippets/credit_card_example.cpp" target="_top">credit_card_example.c… 195 …<a href="../../../../example/snippets/partial_regex_grep.cpp" target="_top">partial_regex_grep.cpp… 199 …<a href="../../../../example/snippets/partial_regex_match.cpp" target="_top">partial_regex_match.c… 203 …<a href="../../../../example/snippets/regex_iterator_example.cpp" target="_top">regex_iterator_exa… 207 …<a href="../../../../example/snippets/regex_match_example.cpp" target="_top">regex_match_example.c… 211 …<a href="../../../../example/snippets/regex_merge_example.cpp" target="_top">regex_merge_example.c… 215 …<a href="../../../../example/snippets/regex_replace_example.cpp" target="_top">regex_replace_examp… [all …]
|
| /third_party/flutter/flutter/dev/docs/ |
| D | snippets.html | 1 <!-- Styles and scripting for handling custom code snippets --> 2 <link href="../assets/snippets.css" rel="stylesheet" type="text/css"> 3 <script src="../assets/snippets.js"></script>
|
| /third_party/flutter/flutter/dev/snippets/ |
| D | README.md | 42 This uses the skeleton for [sample](config/skeletons/sample.html) snippets. 80 snippets. 82 Code `snippets` also allow for quick Flutter app generation using the following command: 108 [application](config/skeletons/application.html) `snippets` and one for 109 [sample](config/skeletons/sample.html) `snippets`, but there could be more. 120 The `snippets` tool renders these examples through a combination of markdown
|
| /third_party/flutter/flutter/ |
| D | dartdoc_options.yaml | 3 # Before you can run dartdoc, the snippets tool needs to have a snapshot built. 7 command: ["dev/snippets/lib/main.dart", "--type=application"] 10 command: ["dev/snippets/lib/main.dart", "--type=sample"]
|
| /third_party/boost/libs/signals2/doc/ |
| D | snippet-extractor.jam | 16 toolset.flags snippet-extractor.extract-snippets EXTRACTOR-COMMAND <extractor-command> ; 18 rule extract-snippets ( target : sources * : properties * ) 22 actions extract-snippets bind EXTRACTOR-COMMAND
|
| /third_party/flutter/flutter/dev/bots/ |
| D | analyze-sample-code.dart | 16 // is recognized as sample code. Snippets are processed as separate programs, 128 /// Checks samples and code snippets for analysis errors. 136 /// For snippets, the snippets are generated using the snippets tool, and they 137 /// are analyzed with the samples. If errors are found in snippets, then the 139 /// line, since snippets get reformatted when written, and the line numbers 189 // Once the snippets tool has been precompiled by Dart, this contains the AOT 193 /// Finds the location of the snippets script. 196 return path.canonicalize(path.join(platformScriptPath, '..', 'snippets', 'lib', 'main.dart')); 238 final Map<String, Snippet> snippets = <String, Snippet>{}; 239 _extractSamples(sections, snippets); [all …]
|
| /third_party/boost/tools/quickbook/test/ |
| D | code_snippet-1_1.quickbook | 1 [article Code Snippets 6 Code snippets inlined in text, as in `namespace quickbook { static const int
|
| D | code_snippet-1_1.gold-html | 6 Code Snippets 24 Code snippets inlined in text, as in <code><span class="keyword">namespace</span>
|
| D | code_snippet-1_1.gold | 5 <title>Code Snippets</title> 9 Code snippets inlined in text, as in <code><phrase role="keyword">namespace</phrase>
|
| /third_party/boost/libs/beast/test/doc/ |
| D | CMakeLists.txt | 17 snippets.hpp 18 snippets.ipp
|
| D | websocket_5_control_frames.cpp | 29 snippets() in snippets() function 70 BEAST_EXPECT(&snippets); in run()
|
| D | websocket_6_timeouts.cpp | 31 snippets() in snippets() function 95 BEAST_EXPECT(&snippets); in run()
|
| D | websocket_7_teardown.cpp | 96 snippets() in snippets() function 113 BEAST_EXPECT(&snippets); in run()
|
| D | websocket.cpp | 33 snippets() in snippets() function 107 BEAST_EXPECT(&snippets); in run()
|
| D | websocket_1_connecting.cpp | 29 snippets() in snippets() function 81 BEAST_EXPECT(&snippets); in run()
|
| /third_party/mesa3d/docs/ci/ |
| D | fdo-cache | 26 include snippets/uri-caching.conf; 42 include snippets/uri-caching.conf;
|
| /third_party/skia/third_party/externals/tint/tools/ |
| D | snippets | 25 BINARY="${SCRIPT_DIR}/bin/snippets" 29 pushd "${SCRIPT_DIR}/src/cmd/snippets" > /dev/null
|
| /third_party/flutter/flutter/dev/snippets/config/templates/ |
| D | README.md | 1 ## Creating Code Snippets 3 In general, creating application snippets can be accomplished with the following 61 The templates available for using as an argument to the snippets tool are as
|
| /third_party/boost/tools/quickbook/doc/ |
| D | change_log.qbk | 42 * Better and whitespace handling in code snippets. 82 * Support for python snippets. 120 * Fixes using code snippets more than once. 140 * Support nested code snippets. 193 * Pass-thru comments in code snippets. 298 location for error messages in things like templates and snippets).
|