Home
last modified time | relevance | path

Searched refs:snippets (Results 176 – 200 of 9280) sorted by relevance

12345678910>>...372

/dports/databases/percona57-client/boost_1_59_0/libs/regex/doc/
H A Dexamples.qbk87 [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…
109 [@../../example/snippets/regex_token_iterator_eg_1.cpp regex_token_iterator_eg_1.cpp]: split a stri…
123 [@../../example/snippets/regex_split_example_1.cpp regex_split_example_1.cpp]: regex_split example:…
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/regex/doc/
H A Dexamples.qbk87 [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…
109 [@../../example/snippets/regex_token_iterator_eg_1.cpp regex_token_iterator_eg_1.cpp]: split a stri…
123 [@../../example/snippets/regex_split_example_1.cpp regex_split_example_1.cpp]: regex_split example:…
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/doc/
H A Dexamples.qbk87 [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…
109 [@../../example/snippets/regex_token_iterator_eg_1.cpp regex_token_iterator_eg_1.cpp]: split a stri…
123 [@../../example/snippets/regex_split_example_1.cpp regex_split_example_1.cpp]: regex_split example:…
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/regex/doc/
H A Dexamples.qbk87 [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…
109 [@../../example/snippets/regex_token_iterator_eg_1.cpp regex_token_iterator_eg_1.cpp]: split a stri…
123 [@../../example/snippets/regex_split_example_1.cpp regex_split_example_1.cpp]: regex_split example:…
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/pt_BR/
H A Dsnippets.po24 #: ../../__w/calibre/calibre/manual/snippets.rst:2
28 #: ../../__w/calibre/calibre/manual/snippets.rst:6
38 #: ../../__w/calibre/calibre/manual/snippets.rst:15
48 #: ../../__w/calibre/calibre/manual/snippets.rst:21
54 #: ../../__w/calibre/calibre/manual/snippets.rst:24
57 " power of the snippets system."
60 #: ../../__w/calibre/calibre/manual/snippets.rst:28
68 msgid "The built-in snippets"
234 msgid "Creating your own snippets"
240 "style. To create your own snippets go to "
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/ja_JP/development/
H A Dqmake-manual.qdoc61 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 108
65 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 109
70 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 110
80 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 111
89 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 112
99 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 113
104 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 114
111 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 115
122 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 116
140 \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 117
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/explore/
H A Dsnippets_controller_spec.rb17 snippets = assigns(:snippets)
19 expect(snippets).to be_a(::Kaminari::PaginatableWithoutCount)
20 expect(snippets.size).to eq(2)
21 expect(snippets).to all(be_a(PersonalSnippet))
28 snippets = assigns(:snippets)
30 expect(snippets).to be_a(::Kaminari::PaginatableWithoutCount)
31 expect(snippets.size).to eq(1)
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/config/nginx/
H A Dz-push.conf32 include snippets/z-push-php.conf;
36 include snippets/z-push-autodiscover.conf;
37 include snippets/z-push-php.conf;
40 include snippets/z-push-autodiscover.conf;
41 include snippets/z-push-php.conf;
44 include snippets/z-push-autodiscover.conf;
45 include snippets/z-push-php.conf;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/snippets/
H A D_snippets.html.haml3 - current_user_empty_message_header = s_('UserProfile|You haven\'t created any snippets.')
7 - visitor_empty_message = s_('UserProfile|No snippets found.')
9 .snippets-list-holder
11 …= render partial: 'shared/snippets/snippet', collection: @snippets, locals: { link_project: link_p…
12 - if @snippets.empty?
21 = paginate @snippets, theme: 'gitlab'
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/text/text-0.3.0/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/misc/lf/lf-r26/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/misc/exercism/cli-3.0.13/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/security/meek/meek-0.35.0/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/runenames/
H A Dgen.go74 snippets = make([]snippet, 1+unicode.MaxRune) var
126 snippets[r] = z
136 snippets[r] = z
156 snippets[r] = z
161 for i := 0; i < len(snippets); {
162 zi := snippets[i]
170 for ; j < len(snippets) && zi == snippets[j]; j++ {
184 for ; j < len(snippets) && snippets[j] != (snippet{}); j++ {
185 zj := snippets[j]

12345678910>>...372