Home
last modified time | relevance | path

Searched refs:include_items (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Ddisplay_item_list.cc131 bool include_items; in EmitTraceSnapshot() local
133 TRACE_DISABLED_BY_DEFAULT("cc.debug.display_items"), &include_items); in EmitTraceSnapshot()
139 CreateTracedValue(include_items)); in EmitTraceSnapshot()
149 DisplayItemList::CreateTracedValue(bool include_items) const { in CreateTracedValue()
151 AddToValue(state.get(), include_items); in CreateTracedValue()
156 bool include_items) const { in AddToValue()
168 if (include_items) { in AddToValue()
H A Ddisplay_item_list.h213 bool include_items) const;
214 void AddToValue(base::trace_event::TracedValue*, bool include_items) const;
/dports/x11-wm/fvwm2/fvwm-2.6.9/bin/
H A Dfvwm-menu-desktop.in195 include_items = 'both'
236 include_items = "config"
238 include_items = "regenerate"
240 include_items = "both"
242 include_items = "none"
308 include_items = a
702 if include_items != 'none':
704 if include_items in ("both", "regenerate"):
706 if include_items in ("both", "config"):
758 if include_items in ("both", "regenerate"):
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/
H A Dfvwm-menu-desktop.in273 include_items = 'both'
314 include_items = "config"
316 include_items = "regenerate"
318 include_items = "both"
320 include_items = "none"
386 include_items = a
771 if include_items != 'none':
773 if include_items in ("both", "regenerate"):
775 if include_items in ("both", "config"):
826 if include_items in ("both", "regenerate"):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Ddisplay_item_list.cc216 bool include_items; in EmitTraceSnapshot() local
218 TRACE_DISABLED_BY_DEFAULT("cc.debug.display_items"), &include_items); in EmitTraceSnapshot()
224 CreateTracedValue(include_items)); in EmitTraceSnapshot()
234 DisplayItemList::CreateTracedValue(bool include_items) const { in CreateTracedValue()
236 AddToValue(state.get(), include_items); in CreateTracedValue()
241 bool include_items) const { in AddToValue()
253 if (include_items) { in AddToValue()
H A Ddisplay_item_list.h207 bool include_items) const;
208 void AddToValue(base::trace_event::TracedValue*, bool include_items) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/grit/grit/tool/
H A Dresize.py264 include_items = []
267 include_items.append(rc.FormatInclude(node, self.lang, '.'))
270 rc_text = rc_text.replace('[[INCLUDES]]', ''.join(include_items))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/grit/grit/tool/
H A Dresize.py264 include_items = []
267 include_items.append(rc.FormatInclude(node, self.lang, '.'))
270 rc_text = rc_text.replace('[[INCLUDES]]', ''.join(include_items))
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/tools/grit/grit/tool/
H A Dresize.py264 include_items = []
267 include_items.append(rc.FormatInclude(node, self.lang, '.'))
270 rc_text = rc_text.replace('[[INCLUDES]]', ''.join(include_items))
/dports/graphics/tinyows/tinyows-1.1.0/src/ows/
H A Dows_storage.c334 if (l->include_items) { in ows_storage_fill_attributes()
336 for (ln = l->include_items->first ; ln ; ln = ln->next) { in ows_storage_fill_attributes()
341 if (l->include_items->first && l->storage->pkey) { in ows_storage_fill_attributes()
421 if (l->include_items) { in ows_layer_storage_fill()
423 list_implode(sql, "','", l->include_items); in ows_layer_storage_fill()
H A Dows_layer.c535 l->include_items = NULL; in ows_layer_init()
565 if (l->include_items) list_free(l->include_items); in ows_layer_free()
665 if(l->include_items) { in ows_layer_flush()
667 list_flush(l->include_items, output); in ows_layer_flush()
H A Dows_config.c553 layer->include_items = list_explode_str_trim(',', (char *) a); in ows_parse_config_layer()
555 } else if (layer->parent && layer->parent->include_items) { in ows_parse_config_layer()
556 layer->include_items = list_init(); in ows_parse_config_layer()
557 list_add_list(layer->exclude_items, layer->parent->include_items); in ows_parse_config_layer()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/tests/
H A Dtest_config_parser_dir.cc221 EXPECT_EQ(fileset1->include_items.size(), 1); in test_CFG_TYPE_FNAME()
223 alist* files = std::addressof(fileset1->include_items.at(0)->name_list); in test_CFG_TYPE_FNAME()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/tests/
H A Dtest_config_parser_dir.cc221 EXPECT_EQ(fileset1->include_items.size(), 1); in test_CFG_TYPE_FNAME()
223 alist* files = std::addressof(fileset1->include_items.at(0)->name_list); in test_CFG_TYPE_FNAME()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/tests/
H A Dtest_config_parser_dir.cc221 EXPECT_EQ(fileset1->include_items.size(), 1); in test_CFG_TYPE_FNAME()
223 alist* files = std::addressof(fileset1->include_items.at(0)->name_list); in test_CFG_TYPE_FNAME()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tests/
H A Dtest_config_parser_dir.cc221 EXPECT_EQ(fileset1->include_items.size(), 1); in test_CFG_TYPE_FNAME()
223 alist* files = std::addressof(fileset1->include_items.at(0)->name_list); in test_CFG_TYPE_FNAME()
/dports/www/tikiwiki/tiki-21.2/templates/access/
H A Dconfirm.tpl11 {include file='access/include_items.tpl'}
H A Dconfirm_select.tpl6 {include file='access/include_items.tpl'}
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/dird/
H A Dinc_conf.c394 res_all.res_fs.include_items = (INCEXE **)malloc(sizeof(INCEXE *)); in store_newinc()
396 res_all.res_fs.include_items = (INCEXE **)realloc(res_all.res_fs.include_items, in store_newinc()
399 res_all.res_fs.include_items[res_all.res_fs.num_includes++] = incexe; in store_newinc()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/dird/
H A Dinc_conf.c394 res_all.res_fs.include_items = (INCEXE **)malloc(sizeof(INCEXE *)); in store_newinc()
396 res_all.res_fs.include_items = (INCEXE **)realloc(res_all.res_fs.include_items, in store_newinc()
399 res_all.res_fs.include_items[res_all.res_fs.num_includes++] = incexe; in store_newinc()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/dird/
H A Dinc_conf.c394 res_all.res_fs.include_items = (INCEXE **)malloc(sizeof(INCEXE *)); in store_newinc()
396 res_all.res_fs.include_items = (INCEXE **)realloc(res_all.res_fs.include_items, in store_newinc()
399 res_all.res_fs.include_items[res_all.res_fs.num_includes++] = incexe; in store_newinc()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/dird/
H A Dinc_conf.c394 res_all.res_fs.include_items = (INCEXE **)malloc(sizeof(INCEXE *)); in store_newinc()
396 res_all.res_fs.include_items = (INCEXE **)realloc(res_all.res_fs.include_items, in store_newinc()
399 res_all.res_fs.include_items[res_all.res_fs.num_includes++] = incexe; in store_newinc()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/dird/
H A Dinc_conf.cc139 inc = fs->include_items[i]; in FindUsedCompressalgos()
821 … res_all->res_fs.include_items = (IncludeExcludeItem **)malloc(sizeof(IncludeExcludeItem *)); in StoreNewinc()
823 … res_all->res_fs.include_items = (IncludeExcludeItem **)realloc(res_all->res_fs.include_items, in StoreNewinc()
826 res_all->res_fs.include_items[res_all->res_fs.num_includes++] = incexe; in StoreNewinc()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/dird/
H A Dinc_conf.cc139 inc = fs->include_items[i]; in FindUsedCompressalgos()
821 … res_all->res_fs.include_items = (IncludeExcludeItem **)malloc(sizeof(IncludeExcludeItem *)); in StoreNewinc()
823 … res_all->res_fs.include_items = (IncludeExcludeItem **)realloc(res_all->res_fs.include_items, in StoreNewinc()
826 res_all->res_fs.include_items[res_all->res_fs.num_includes++] = incexe; in StoreNewinc()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Dinc_conf.cc139 inc = fs->include_items[i]; in FindUsedCompressalgos()
821 … res_all->res_fs.include_items = (IncludeExcludeItem **)malloc(sizeof(IncludeExcludeItem *)); in StoreNewinc()
823 … res_all->res_fs.include_items = (IncludeExcludeItem **)realloc(res_all->res_fs.include_items, in StoreNewinc()
826 res_all->res_fs.include_items[res_all->res_fs.num_includes++] = incexe; in StoreNewinc()

12345678