Home
last modified time | relevance | path

Searched refs:is_template (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/recall/
H A Dags_copy_pattern_audio_run.c191 gboolean is_template; in ags_copy_pattern_audio_run_set_property() local
220 is_template = TRUE; in ags_copy_pattern_audio_run_set_property()
222 is_template = FALSE; in ags_copy_pattern_audio_run_set_property()
225 if(is_template){ in ags_copy_pattern_audio_run_set_property()
244 if(is_template && in ags_copy_pattern_audio_run_set_property()
255 gboolean is_template; in ags_copy_pattern_audio_run_set_property() local
285 is_template = TRUE; in ags_copy_pattern_audio_run_set_property()
287 is_template = FALSE; in ags_copy_pattern_audio_run_set_property()
291 if(is_template){ in ags_copy_pattern_audio_run_set_property()
311 if(is_template && in ags_copy_pattern_audio_run_set_property()
H A Dags_play_notation_audio_run.c252 gboolean is_template; in ags_play_notation_audio_run_set_property() local
280 is_template = TRUE; in ags_play_notation_audio_run_set_property()
282 is_template = FALSE; in ags_play_notation_audio_run_set_property()
286 if(is_template){ in ags_play_notation_audio_run_set_property()
318 if(is_template){ in ags_play_notation_audio_run_set_property()
348 is_template = TRUE; in ags_play_notation_audio_run_set_property()
350 is_template = FALSE; in ags_play_notation_audio_run_set_property()
370 is_template = TRUE; in ags_play_notation_audio_run_set_property()
372 is_template = FALSE; in ags_play_notation_audio_run_set_property()
376 if(is_template){ in ags_play_notation_audio_run_set_property()
[all …]
H A Dags_record_midi_audio_run.c225 gboolean is_template; in ags_record_midi_audio_run_set_property() local
253 is_template = TRUE; in ags_record_midi_audio_run_set_property()
255 is_template = FALSE; in ags_record_midi_audio_run_set_property()
259 if(is_template){ in ags_record_midi_audio_run_set_property()
286 if(is_template){ in ags_record_midi_audio_run_set_property()
311 is_template = TRUE; in ags_record_midi_audio_run_set_property()
313 is_template = FALSE; in ags_record_midi_audio_run_set_property()
333 is_template = TRUE; in ags_record_midi_audio_run_set_property()
335 is_template = FALSE; in ags_record_midi_audio_run_set_property()
339 if(is_template){ in ags_record_midi_audio_run_set_property()
[all …]
H A Dags_route_dssi_audio_run.c250 gboolean is_template; in ags_route_dssi_audio_run_set_property() local
278 is_template = TRUE; in ags_route_dssi_audio_run_set_property()
280 is_template = FALSE; in ags_route_dssi_audio_run_set_property()
284 if(is_template){ in ags_route_dssi_audio_run_set_property()
316 if(is_template){ in ags_route_dssi_audio_run_set_property()
346 is_template = TRUE; in ags_route_dssi_audio_run_set_property()
348 is_template = FALSE; in ags_route_dssi_audio_run_set_property()
368 is_template = TRUE; in ags_route_dssi_audio_run_set_property()
370 is_template = FALSE; in ags_route_dssi_audio_run_set_property()
374 if(is_template){ in ags_route_dssi_audio_run_set_property()
[all …]
H A Dags_route_lv2_audio_run.c244 gboolean is_template; in ags_route_lv2_audio_run_set_property() local
272 is_template = TRUE; in ags_route_lv2_audio_run_set_property()
274 is_template = FALSE; in ags_route_lv2_audio_run_set_property()
278 if(is_template){ in ags_route_lv2_audio_run_set_property()
310 if(is_template){ in ags_route_lv2_audio_run_set_property()
340 is_template = TRUE; in ags_route_lv2_audio_run_set_property()
342 is_template = FALSE; in ags_route_lv2_audio_run_set_property()
362 is_template = TRUE; in ags_route_lv2_audio_run_set_property()
364 is_template = FALSE; in ags_route_lv2_audio_run_set_property()
368 if(is_template){ in ags_route_lv2_audio_run_set_property()
[all …]
/dports/devel/py-wlc/wlc-1.12/wlc/test_data/api/
H A Dcomponents-hello-weblate-translations17 "is_template": false,
53 "is_template": false,
89 "is_template": false,
125 "is_template": false,
161 "is_template": false,
197 "is_template": false,
233 "is_template": false,
269 "is_template": false,
305 "is_template": false,
341 "is_template": false,
[all …]
H A Dcomponents-hello-weblate-translations--GET--page=217 "is_template": false,
53 "is_template": false,
89 "is_template": false,
125 "is_template": false,
161 "is_template": false,
197 "is_template": false,
233 "is_template": false,
269 "is_template": false,
305 "is_template": false,
341 "is_template": false,
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/gdb/
H A Dmongo_printers.py265 def __init__(self, name, prefix, is_template, printer): argument
269 self.is_template = is_template
280 def add(self, name, prefix, is_template, printer): argument
281 self.subprinters.append(MongoSubPrettyPrinter(name, prefix, is_template, printer))
299 (printer.is_template and lookup_tag.find(printer.prefix) == 0) or
300 (not printer.is_template and lookup_tag == printer.prefix)):
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/qt/
H A Dfilter_typewriter.cpp42 bool is_template; member
61 is_template = false; in clean()
102 cont->is_template = (d && d[0] != '\0'); in get_producer_data()
104 if (cont->is_template) in get_producer_data()
215 if (cont->is_template) in update_producer()
232 if (cont->is_template) in update_producer()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/qt/
H A Dfilter_typewriter.cpp42 bool is_template; member
61 is_template = false; in clean()
102 cont->is_template = (d && d[0] != '\0'); in get_producer_data()
104 if (cont->is_template) in get_producer_data()
215 if (cont->is_template) in update_producer()
232 if (cont->is_template) in update_producer()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/qt/
H A Dfilter_typewriter.cpp42 bool is_template; member
61 is_template = false; in clean()
102 cont->is_template = (d && d[0] != '\0'); in get_producer_data()
104 if (cont->is_template) in get_producer_data()
215 if (cont->is_template) in update_producer()
232 if (cont->is_template) in update_producer()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/qt/
H A Dfilter_typewriter.cpp42 bool is_template; member
61 is_template = false; in clean()
102 cont->is_template = (d && d[0] != '\0'); in get_producer_data()
104 if (cont->is_template) in get_producer_data()
215 if (cont->is_template) in update_producer()
232 if (cont->is_template) in update_producer()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/qt/
H A Dfilter_typewriter.cpp42 bool is_template; member
61 is_template = false; in clean()
102 cont->is_template = (d && d[0] != '\0'); in get_producer_data()
104 if (cont->is_template) in get_producer_data()
215 if (cont->is_template) in update_producer()
232 if (cont->is_template) in update_producer()
/dports/www/ilias/ILIAS-5.4.25/Modules/Portfolio/classes/
H A Dclass.ilPortfolioPageTableGUI.php24 protected $is_template; // [bool] variable in ilPortfolioPageTableGUI
46 $this->is_template = ($this->portfolio->getType() == "prtt");
79 if (!$this->is_template) {
130 if (!$this->is_template) {
158 if ($this->is_template) {
/dports/www/ilias6/ILIAS-6.14/Modules/Portfolio/classes/
H A Dclass.ilPortfolioPageTableGUI.php18 protected $is_template; // [bool] variable in ilPortfolioPageTableGUI
40 $this->is_template = ($this->portfolio->getType() == "prtt");
73 if (!$this->is_template) {
120 if (!$this->is_template) {
148 if ($this->is_template) {
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-preview-template.c155 gboolean is_template; member
170 gboolean is_template = FALSE; in start_element() local
176 state->is_template = is_template = TRUE; in start_element()
182 if (is_template) in start_element()
278 state.is_template) in glade_preview_template_object_new()
H A Dglade-previewer-main.c39 gboolean is_template; member
113 if (app->is_template) in get_toplevel_from_string()
124 app->is_template = FALSE; in get_toplevel_from_string()
141 app->is_template = TRUE; in get_toplevel_from_string()
358 app->is_template = template; in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/
H A Dtemplate_d1_c1_f0.yml36 is_template: false
56 is_template: true
76 is_template: true
99 is_template: false
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vmware_guest/tasks/
H A Dtemplate_d1_c1_f0.yml36 is_template: False
56 is_template: True
76 is_template: True
99 is_template: False
/dports/science/minc2/minc-release-2.2.00/progs/mincconvert/
H A Dmincconvert.c92 micopy(int old_fd, int new_fd, char *new_history, int is_template) in micopy() argument
94 if (is_template) { in micopy()
108 if (!is_template) { in micopy()
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/
H A Dtraits.h38 template <template <typename...> class, typename> struct is_template;
72 class is_template {
74 using impl = is_complete<detail::traits_impl::is_template<TTemplate, T>>;
615 struct is_template<T, T<Args...>> {};
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/supply_orders/helpers/view/
H A Dview.tpl34 {if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='General information'}
72 {if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='Summary'}
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/playbook/
H A Dcollectionsearch.py10 from ansible.template import is_template, Environment
57 if is_template(collection_name, env):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A Dcollectionsearch.py10 from ansible.template import is_template, Environment
57 if is_template(collection_name, env):
/dports/devel/R-cran-praise/praise/R/
H A Dpackage.R61 while (is_template(template)) {
71 is_template <- function(x) grepl(template_pattern, x) function

12345678910>>...16