Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 6007) sorted by relevance

12345678910>>...241

/dports/net/honeyd/honeyd-1.5c/
H A Dtemplate.h52 struct template { struct
55 char *name;
57 struct porttree ports;
59 struct action icmp;
60 struct action tcp;
61 struct action udp;
85 /* Condition on which this template is activated */ argument
110 /* Required to access template from different source files */ argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DNewForLoopJavaContextTest.java61 String template= evaluateTemplateInMethod("void method(Number[] array)"); in array() local
70 String template= evaluateTemplateInMethod("void array(Inner[] array)"); in innerArray() local
80 String template= evaluateTemplateInMethod("void method(List<? super Number> list)"); in superList() local
89 String template= evaluateTemplateInMethod("void method(List<? super Number[]> list)"); in superArrayList() local
107 String template= evaluateTemplateInMethod("void method(Inner2<Number> inner)"); in innerIterable() local
116 String template= evaluateTemplateInMethod("void method(Inner3 inner)"); in innerIterable2() local
125 String template= evaluateTemplateInMethod("void method(Inner4<Number> inner)"); in innerMixedParameters() local
134 String template= evaluateTemplateInMethod("void method(List<E> list)"); in genericList() local
143 String template= evaluateTemplateInMethod("void method(Transi1<?> transi)"); in wildcardList() local
152 String template= evaluateTemplateInMethod("void method(List<String> list)"); in concreteList() local
[all …]
H A DIteratorForLoopJavaContextTest.java57 String template= evaluateTemplateInMethod("void method(Collection<Number> numbers)"); in collection() local
67 String template= evaluateTemplateInMethod("void method(InnerCollection<Number> numbers)"); in innerParameterized() local
77 String template= evaluateTemplateInMethod("void method(InnerCollection2 numbers)"); in innerFixTypedInterface() local
87 String template= evaluateTemplateInMethod("void method(InnerCollection3<Number> numbers)"); in innerWithMixedTypes() local
97 String template= evaluateTemplateInMethod("void method(TransiCollection<List<Number>> lists)"); in simpleTransitive() local
107 String template= evaluateTemplateInMethod("void method(Collection<?> objects)"); in wildcard() local
117 String template= evaluateTemplateInMethod("void method(Collection<? extends Number> numbers)"); in upperboundWildcard() local
127 String template= evaluateTemplateInMethod("void method(Collection<? super Number> objects)"); in lowerboundWildcard() local
137 String template= evaluateTemplateInMethod("void <T> method(Collection<T> objects)"); in generic() local
157 String template= evaluateTemplateInMethod("void <T super Number> method(Collection<T> objects)"); in lowerboundGeneric() local
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/tests/integration/
H A Dbasics.rs15 let template = tmp_dir() in it_can_use_a_plain_folder() localVariable
47 let template = tmp_dir() in it_can_use_a_specified_path() localVariable
78 let template = tmp_dir() in it_removes_git_history() localVariable
110 let template = tmp_dir() in it_substitutes_projectname_in_cargo_toml() localVariable
144 let template = tmp_dir() in it_substitutes_date() localVariable
178 let template = tmp_dir() in it_substitutes_os_arch() localVariable
207 let template = tmp_dir() in it_kebabcases_projectname_when_passed_to_flag() localVariable
241 let template = tmp_dir() in it_substitutes_cratename_in_a_rust_file() localVariable
273 let template = tmp_dir() in short_commands_work() localVariable
307 let template = tmp_dir() in it_can_generate_inside_existing_repository() localVariable
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/util/
H A DUriTemplateTests.java38 UriTemplate template = new UriTemplate("http://example.com/hotels/{hotel}/bookings/{booking}"); in getVariableNames() local
68 UriTemplate template = new UriTemplate("/order/{c}/{c}/{c}"); in expandMapDuplicateVariables() local
87 UriTemplate template = new UriTemplate("http://example.com/hotel list/{hotel}"); in expandMapEncoded() local
103 UriTemplate template = new UriTemplate("http://example.com/hotel list/{hotel}"); in expandEncoded() local
119 UriTemplate template = new UriTemplate("http://example.com/hotels/{hotel:\\d+}"); in matchesCustomRegex() local
148 UriTemplate template = new UriTemplate("/order/{c}/{c}/{c}"); in matchDuplicate() local
156 UriTemplate template = new UriTemplate("/{foo}-{bar}"); in matchMultipleInOneSegment() local
166 UriTemplate template = new UriTemplate("/search?q={query}"); in queryVariables() local
172 UriTemplate template = new UriTemplate("/search#{fragment}"); in fragments() local
181 UriTemplate template = new UriTemplate("/{a}"); in expandWithDollar() local
[all …]
/dports/www/youtube_dl/youtube-dl/devscripts/gh-pages/
H A Dgenerate-download.py12 template = tmplf.read() variable
14 template = template.replace('@PROGRAM_VERSION@', version) variable
15 template = template.replace('@PROGRAM_URL@', version_dict['bin'][0]) variable
16 template = template.replace('@PROGRAM_SHA256SUM@', version_dict['bin'][1]) variable
17 template = template.replace('@EXE_URL@', version_dict['exe'][0]) variable
18 template = template.replace('@EXE_SHA256SUM@', version_dict['exe'][1]) variable
19 template = template.replace('@TAR_URL@', version_dict['tar'][0]) variable
20 template = template.replace('@TAR_SHA256SUM@', version_dict['tar'][1]) variable
/dports/www/yt-dlp/yt-dlp-2021.12.27/devscripts/gh-pages.unused/
H A Dgenerate-download.py12 template = tmplf.read() variable
14 template = template.replace('@PROGRAM_VERSION@', version) variable
15 template = template.replace('@PROGRAM_URL@', version_dict['bin'][0]) variable
16 template = template.replace('@PROGRAM_SHA256SUM@', version_dict['bin'][1]) variable
17 template = template.replace('@EXE_URL@', version_dict['exe'][0]) variable
18 template = template.replace('@EXE_SHA256SUM@', version_dict['exe'][1]) variable
19 template = template.replace('@TAR_URL@', version_dict['tar'][0]) variable
20 template = template.replace('@TAR_SHA256SUM@', version_dict['tar'][1]) variable
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/doc/examples/
H A Dxserl_test.erl29 template(E = #xmlElement{name='doc'})-> function
42 template(E = #xmlElement{ parents=[{'doc',_}|_], name='title'}) -> function
49 template(E = #xmlElement{ parents=[{'chapter',_}|_], name='title'}) -> function
54 template(E = #xmlElement{ parents=[{'section',_}|_], name='title'}) -> function
59 template(E = #xmlElement{ name='para'}) -> function
64 template(E = #xmlElement{ name='note'}) -> function
70 template(E = #xmlElement{ name='emph'}) -> function
75 template(E)-> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/doc/examples/
H A Dxserl_test.erl29 template(E = #xmlElement{name='doc'})-> function
42 template(E = #xmlElement{ parents=[{'doc',_}|_], name='title'}) -> function
49 template(E = #xmlElement{ parents=[{'chapter',_}|_], name='title'}) -> function
54 template(E = #xmlElement{ parents=[{'section',_}|_], name='title'}) -> function
59 template(E = #xmlElement{ name='para'}) -> function
64 template(E = #xmlElement{ name='note'}) -> function
70 template(E = #xmlElement{ name='emph'}) -> function
75 template(E)-> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/doc/examples/
H A Dxserl_test.erl29 template(E = #xmlElement{name='doc'})-> function
42 template(E = #xmlElement{ parents=[{'doc',_}|_], name='title'}) -> function
49 template(E = #xmlElement{ parents=[{'chapter',_}|_], name='title'}) -> function
54 template(E = #xmlElement{ parents=[{'section',_}|_], name='title'}) -> function
59 template(E = #xmlElement{ name='para'}) -> function
64 template(E = #xmlElement{ name='note'}) -> function
70 template(E = #xmlElement{ name='emph'}) -> function
75 template(E)-> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/doc/examples/
H A Dxserl_test.erl29 template(E = #xmlElement{name='doc'})-> function
42 template(E = #xmlElement{ parents=[{'doc',_}|_], name='title'}) -> function
49 template(E = #xmlElement{ parents=[{'chapter',_}|_], name='title'}) -> function
54 template(E = #xmlElement{ parents=[{'section',_}|_], name='title'}) -> function
59 template(E = #xmlElement{ name='para'}) -> function
64 template(E = #xmlElement{ name='note'}) -> function
70 template(E = #xmlElement{ name='emph'}) -> function
75 template(E)-> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/doc/examples/
H A Dxserl_test.erl29 template(E = #xmlElement{name='doc'})-> function
42 template(E = #xmlElement{ parents=[{'doc',_}|_], name='title'}) -> function
49 template(E = #xmlElement{ parents=[{'chapter',_}|_], name='title'}) -> function
54 template(E = #xmlElement{ parents=[{'section',_}|_], name='title'}) -> function
59 template(E = #xmlElement{ name='para'}) -> function
64 template(E = #xmlElement{ name='note'}) -> function
70 template(E = #xmlElement{ name='emph'}) -> function
75 template(E)-> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/doc/examples/
H A Dxserl_test.erl29 template(E = #xmlElement{name='doc'})-> function
42 template(E = #xmlElement{ parents=[{'doc',_}|_], name='title'}) -> function
49 template(E = #xmlElement{ parents=[{'chapter',_}|_], name='title'}) -> function
54 template(E = #xmlElement{ parents=[{'section',_}|_], name='title'}) -> function
59 template(E = #xmlElement{ name='para'}) -> function
64 template(E = #xmlElement{ name='note'}) -> function
70 template(E = #xmlElement{ name='emph'}) -> function
75 template(E)-> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/doc/examples/
H A Dxserl_test.erl29 template(E = #xmlElement{name='doc'})-> function
42 template(E = #xmlElement{ parents=[{'doc',_}|_], name='title'}) -> function
49 template(E = #xmlElement{ parents=[{'chapter',_}|_], name='title'}) -> function
54 template(E = #xmlElement{ parents=[{'section',_}|_], name='title'}) -> function
59 template(E = #xmlElement{ name='para'}) -> function
64 template(E = #xmlElement{ name='note'}) -> function
70 template(E = #xmlElement{ name='emph'}) -> function
75 template(E)-> function
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/ibatis/
H A DSqlMapClientTests.java86 SqlMapClientTemplate template = new SqlMapClientTemplate(); in testSqlMapClientTemplate() local
122 SqlMapClientTemplate template = new SqlMapClientTemplate(); in testSqlMapClientTemplateWithNestedSqlMapSession() local
171 SqlMapClientTemplate template = new SqlMapClientTemplate(); in testQueryForObjectOnSqlMapSession() local
181 TestSqlMapClientTemplate template = new TestSqlMapClientTemplate(); in testQueryForObject() local
190 TestSqlMapClientTemplate template = new TestSqlMapClientTemplate(); in testQueryForObjectWithParameter() local
199 TestSqlMapClientTemplate template = new TestSqlMapClientTemplate(); in testQueryForObjectWithParameterAndResultObject() local
209 TestSqlMapClientTemplate template = new TestSqlMapClientTemplate(); in testQueryForList() local
219 TestSqlMapClientTemplate template = new TestSqlMapClientTemplate(); in testQueryForListWithParameter() local
229 TestSqlMapClientTemplate template = new TestSqlMapClientTemplate(); in testQueryForListWithResultSize() local
239 TestSqlMapClientTemplate template = new TestSqlMapClientTemplate(); in testQueryForListParameterAndWithResultSize() local
[all …]
/dports/textproc/py-grako/grako-3.99.9/grako/codegen/
H A Dpython.py76 template = '''\ variable in Group
105 template = '''\ variable in Lookahead
112 template = '''\ variable in NegativeLookahead
154 template = '''\ variable in Choice
170 template = '''\ variable in Closure
178 template = '''\ variable in PositiveClosure
194 template = '''\ variable in Join
283 template = ''' variable in Named
290 template = ''' variable in NamedList
317 template = ''' variable in RuleInclude
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/template/tests/
H A Dtest_template.c144 Test(template, test_macros) in Test() argument
247 Test(template, test_loghost_macro) in Test() argument
260 Test(template, test_nvpairs) in Test() argument
272 Test(template, test_template_functions) in Test() argument
283 Test(template, test_message_refs) in Test() argument
290 Test(template, test_syntax_errors) in Test() argument
300 Test(template, test_multi_thread) in Test() argument
309 Test(template, test_escaping) in Test() argument
321 LogTemplate *template; in Test() local
393 Test(template, test_non_trivial_templates) in Test() argument
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/core/
H A DJdbcTemplateQueryTests.java120 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForList() local
150 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForListWithEmptyResult() local
188 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForListWithSingleRowAndColumn() local
228 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForListWithIntegerElement() local
268 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForMapWithSingleRowAndColumn() local
313 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForObjectThrowsIncorrectResultSizeForMoreThanOneRow() local
349 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForObjectWithRowMapper() local
390 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForObjectWithString() local
425 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForObjectWithBigInteger() local
460 JdbcTemplate template = new JdbcTemplate(mockDataSource); in testQueryForObjectWithBigDecimal() local
[all …]
/dports/devel/R-cran-whisker/whisker/inst/tests/
H A Dtestinterpolation.R45 template <- "Hello, {{subject}}!\n" globalVar
266 template <- "| {{string}} |" globalVar
277 template <- "| {{{string}}} |" globalVar
288 template <- "| {{&string}} |" globalVar
299 template <- " {{string}}\n" globalVar
310 template <- " {{{string}}}\n" globalVar
321 template <- " {{&string}}\n" globalVar
332 template <- "|{{ string }}|" globalVar
343 template <- "|{{{ string }}}|" globalVar
354 template <- "|{{& string }}|" globalVar
[all …]
H A DtestComments.R16 template <- "12345{{! Comment Block! }}67890" globalVar
27 template <- "12345{{!\n This is a\n multi-line comment...\n}}67890\n" globalVar
38 template <- "Begin.\n{{! Comment Block! }}\nEnd.\n" globalVar
49 template <- "Begin.\n {{! Indented Comment Block! }}\nEnd.\n" globalVar
60 template <- "|\r\n{{! Standalone Comment }}\r\n|" globalVar
71 template <- " {{! I'm Still Standalone }}\n!" globalVar
82 template <- "!\n {{! I'm Still Standalone }}" globalVar
93 template <- "Begin.\n{{!\nSomething's going on here...\n}}\nEnd.\n" globalVar
104 template <- "Begin.\n {{!\n Something's going on here...\n }}\nEnd.\n" globalVar
115 template <- " 12 {{! 34 }}\n" globalVar
[all …]
H A Dtestinverted.R65 template <- "\"{{^context}}Hi {{name}}.{{/context}}\"" globalVar
76 template <- "\"{{^list}}{{n}}{{/list}}\"" globalVar
87 template <- "\"{{^list}}Yay lists!{{/list}}\"" globalVar
142 template <- "\"{{^a.b.c}}Not Here{{/a.b.c}}\" == \"\"" globalVar
153 template <- "\"{{^a.b.c}}Not Here{{/a.b.c}}\" == \"Not Here\"" globalVar
164 template <- "\"{{^a.b.c}}Not Here{{/a.b.c}}\" == \"Not Here\"" globalVar
175 template <- " | {{^boolean}}\t|\t{{/boolean}} | \n" globalVar
230 template <- "|\r\n{{^boolean}}\r\n{{/boolean}}\r\n|" globalVar
241 template <- " {{^boolean}}\n^{{/boolean}}\n/" globalVar
252 template <- "^{{^boolean}}\n/\n {{/boolean}}" globalVar
[all …]
H A Dtestdelimiters.R17 template <- "{{=<% %>=}}(<%text%>)" globalVar
28 template <- "({{=[ ]=}}[text])" globalVar
72 template <- "[ {{>include}} ]\n[ .{{value}}. .|value|. ]\n" globalVar
83 template <- "| {{=@ @=}} |" globalVar
94 template <- " | {{=@ @=}}\n" globalVar
105 template <- "Begin.\n{{=@ @=}}\nEnd.\n" globalVar
116 template <- "Begin.\n {{=@ @=}}\nEnd.\n" globalVar
127 template <- "|\r\n{{= @ @ =}}\r\n|" globalVar
138 template <- " {{=@ @=}}\n=" globalVar
149 template <- "=\n {{=@ @=}}" globalVar
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/liquid-0.23.0/tests/
H A Dfilters.rs7 let template = liquid::ParserBuilder::with_stdlib() in upcase() localVariable
22 let template = liquid::ParserBuilder::with_stdlib() in downcase() localVariable
37 let template = liquid::ParserBuilder::with_stdlib() in capitalize() localVariable
52 let template = liquid::ParserBuilder::with_stdlib() in minus() localVariable
67 let template = liquid::ParserBuilder::with_stdlib() in plus() localVariable
97 let template = liquid::ParserBuilder::with_stdlib() in first_numeric_array() localVariable
112 let template = liquid::ParserBuilder::with_stdlib() in first_string_array() localVariable
127 let template = liquid::ParserBuilder::with_stdlib() in first_char() localVariable
142 let template = liquid::ParserBuilder::with_stdlib() in last_numeric_array() localVariable
157 let template = liquid::ParserBuilder::with_stdlib() in last_string_array() localVariable
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/liquid-0.22.0/tests/
H A Dfilters.rs7 let template = liquid::ParserBuilder::with_stdlib() in upcase() localVariable
22 let template = liquid::ParserBuilder::with_stdlib() in downcase() localVariable
37 let template = liquid::ParserBuilder::with_stdlib() in capitalize() localVariable
52 let template = liquid::ParserBuilder::with_stdlib() in minus() localVariable
67 let template = liquid::ParserBuilder::with_stdlib() in plus() localVariable
97 let template = liquid::ParserBuilder::with_stdlib() in first_numeric_array() localVariable
112 let template = liquid::ParserBuilder::with_stdlib() in first_string_array() localVariable
127 let template = liquid::ParserBuilder::with_stdlib() in first_char() localVariable
142 let template = liquid::ParserBuilder::with_stdlib() in last_numeric_array() localVariable
157 let template = liquid::ParserBuilder::with_stdlib() in last_string_array() localVariable
[all …]
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_debug.php53 public function start_template(Smarty_Internal_Template $template, $mode = null)
69 public function end_template(Smarty_Internal_Template $template)
82 public function start_compile(Smarty_Internal_Template $template)
112 public function end_compile(Smarty_Internal_Template $template)
131 public function start_render(Smarty_Internal_Template $template)
142 public function end_render(Smarty_Internal_Template $template)
154 public function start_cache(Smarty_Internal_Template $template)
165 public function end_cache(Smarty_Internal_Template $template)
177 public function register_template(Smarty_Internal_Template $template)
355 private function get_key(Smarty_Internal_Template $template)
[all …]

12345678910>>...241