Home
last modified time | relevance | path

Searched +defs:tags +defs:table +defs:list (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java84 protected void addExtraSection(DeprecatedAPIListBuilder list, Content content) { in addExtraSection()
94 protected void addExtraIndexLink(DeprecatedAPIListBuilder list, Content target) { in addExtraIndexLink()
102 List<? extends DeprecatedTree> tags = utils.getDeprecatedTrees(e); in addComments() local
111 protected void addTableTabs(Table table, String headingKey) { in addTableTabs()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/influxdb/
H A Dinflux_series.ts30 const tags = map(series.tags, (value, key) => { constant
98 const list: any[] = []; constant
164 const table = new TableModel(); constant
/dports/www/epiphany/epiphany-41.0/src/bookmarks/
H A Dephy-bookmarks-import.c42 get_bookmarks_from_table (GvdbTable *table) in get_bookmarks_from_table()
45 char **list = NULL; in get_bookmarks_from_table() local
57 GSequence *tags; in get_bookmarks_from_table() local
102 GvdbTable *table = NULL; in ephy_bookmarks_import() local
104 char **list = NULL; in ephy_bookmarks_import() local
274 GSequence *tags; in ephy_bookmarks_import_from_firefox() local
326 GPtrArray *tags; member
385 GPtrArray *tags; in xml_start_element() local
507 GSequence *tags; in ephy_bookmarks_import_from_html() local
559 GSequence *tags; in chrome_add_child() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/tags/
H A DTagConfigurationDialog.java123 List<CVSTag> list = getTagList(type); in getTags() local
157 public void remove(CVSTag[] tags) { in remove()
159 List list = getTagList(tag.getType()); in remove() local
165 public void add(CVSTag[] tags) { in add()
167 List<CVSTag> list = getTagList(tag.getType()); in add() local
189 public void commit(CVSTag[] tags, boolean replace, IProgressMonitor monitor) throws CVSException { in commit()
273 …final Table table = new Table(comp, SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER | SWT.MULTI | SWT.FUL… in createDialogArea() local
485 final Set<CVSTag> tags = new HashSet<>(); in updateShownTags() local
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itemtags/
H A Ditemtags.cpp113 QStringList list = colorName.mid(5, colorName.indexOf(')') - 5).split(','); in deserializeColor() local
133 void setFixedColumnSize(QTableWidget *table, int logicalIndex) in setFixedColumnSize()
139 QVariant cellWidgetProperty(QTableWidget *table, int row, int column, const char *property) in cellWidgetProperty()
144 QStringList tags(const QVariant &tags) in tags() function
150 QStringList tags(const QVariantMap &itemData) in tags() function
399 QStringList ItemTagsScriptable::tags() in tags() function in ItemTagsScriptable
654 QStringList tags; in applySettings() local
709 const Tags tags = toTags(::tags(data)); in transform() local
737 QStringList tags; in tests() local
797 QStringList tags; in userTags() local
[all …]
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dsymbols.c151 GPtrArray *tags = tm_get_workspace()->global_tags; in get_tag_count() local
1232 static void tags_table_insert(GHashTable *table, TMTag *tag, GList *data) in tags_table_insert()
1240 GList *list = g_tree_lookup(tree, GINT_TO_POINTER(tag->line)); in tags_table_insert() local
1248 static GList *tags_table_lookup(GHashTable *table, TMTag *tag) in tags_table_lookup()
1255 GList *list; in tags_table_lookup() local
1270 static void tags_table_remove(GHashTable *table, TMTag *tag) in tags_table_remove()
1275 GList *list = g_tree_lookup(tree, GINT_TO_POINTER(tag->line)); in tags_table_remove() local
1298 GList *list = value; in tags_table_tree_value_free() local
1586 GList *tags; in symbols_recreate_tag_list() local
1754 GSList *file_list = NULL, *list = NULL; in init_user_tags() local
[all …]
/dports/devel/geany/geany-1.38/src/
H A Dsymbols.c150 GPtrArray *tags = tm_get_workspace()->global_tags; in get_tag_count() local
1245 static void tags_table_insert(GHashTable *table, TMTag *tag, GList *data) in tags_table_insert()
1253 GList *list = g_tree_lookup(tree, GINT_TO_POINTER(tag->line)); in tags_table_insert() local
1261 static GList *tags_table_lookup(GHashTable *table, TMTag *tag) in tags_table_lookup()
1268 GList *list; in tags_table_lookup() local
1283 static void tags_table_remove(GHashTable *table, TMTag *tag) in tags_table_remove()
1288 GList *list = g_tree_lookup(tree, GINT_TO_POINTER(tag->line)); in tags_table_remove() local
1311 GList *list = value; in tags_table_tree_value_free() local
1599 GList *tags; in symbols_recreate_tag_list() local
1767 GSList *file_list = NULL, *list = NULL; in init_user_tags() local
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dadmin-options.php40 $table = NULL; variable
50 $tags = strtolower(sanitize($_POST['allowed_tags'], 0)); variable
363 $themealbum = $table = newAlbum($alb); variable
365 $table = $themealbum; variable
511 $table = 'images'; variable
514 $table = 'albums'; variable
978 $tags = explode("\n", $t); variable
1320 $list = array(); variable
1326 $list = array_diff($list, standardScripts()); variable
3067 $list = array(); variable
[all …]
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/demos/searchdemo/sunw/demo/searchdemo/
H A DIndex.java95 protected Vector tags; field in Index
96 private WordHashtable table; field in Index
376 String list[] = tstfile.list(); in loadFiles() local
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Deval_context.c781 const char *tags = NULL; in EvalContextHeapPersistentLoadAll() local
1398 … VariableTable *table = LastStackFrameByType(ctx, STACK_FRAME_TYPE_BUNDLE)->data.bundle.vars; in EvalContextStackPushBundleFrame() local
2248 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariableRemove() local
2337 DataType type, const char *tags) in EvalContextVariablePut()
2354 DataType type, StringSet *tags) in EvalContextVariablePutTagsSet()
2389 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariablePutTagsSetWithComment() local
2419 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in VariableResolve2() local
2622 VariableTable *table = scope ? GetVariableTableForScope(ctx, ns, scope) : ctx->global_variables; in EvalContextVariableTableIteratorNew() local
2630 …VariableTable *table = ref->scope ? GetVariableTableForScope(ctx, ref->ns, ref->scope) : ctx->glob… in EvalContextVariableTableFromRefIteratorNew() local
2859 static void AddAllClasses(EvalContext *ctx, const Rlist *list, unsigned int persistence_ttl, in AddAllClasses()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Deval_context.c781 const char *tags = NULL; in EvalContextHeapPersistentLoadAll() local
1398 … VariableTable *table = LastStackFrameByType(ctx, STACK_FRAME_TYPE_BUNDLE)->data.bundle.vars; in EvalContextStackPushBundleFrame() local
2248 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariableRemove() local
2337 DataType type, const char *tags) in EvalContextVariablePut()
2354 DataType type, StringSet *tags) in EvalContextVariablePutTagsSet()
2389 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariablePutTagsSetWithComment() local
2419 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in VariableResolve2() local
2622 VariableTable *table = scope ? GetVariableTableForScope(ctx, ns, scope) : ctx->global_variables; in EvalContextVariableTableIteratorNew() local
2630 …VariableTable *table = ref->scope ? GetVariableTableForScope(ctx, ref->ns, ref->scope) : ctx->glob… in EvalContextVariableTableFromRefIteratorNew() local
2859 static void AddAllClasses(EvalContext *ctx, const Rlist *list, unsigned int persistence_ttl, in AddAllClasses()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Deval_context.c781 const char *tags = NULL; in EvalContextHeapPersistentLoadAll() local
1398 … VariableTable *table = LastStackFrameByType(ctx, STACK_FRAME_TYPE_BUNDLE)->data.bundle.vars; in EvalContextStackPushBundleFrame() local
2248 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariableRemove() local
2337 DataType type, const char *tags) in EvalContextVariablePut()
2354 DataType type, StringSet *tags) in EvalContextVariablePutTagsSet()
2389 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariablePutTagsSetWithComment() local
2419 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in VariableResolve2() local
2622 VariableTable *table = scope ? GetVariableTableForScope(ctx, ns, scope) : ctx->global_variables; in EvalContextVariableTableIteratorNew() local
2630 …VariableTable *table = ref->scope ? GetVariableTableForScope(ctx, ref->ns, ref->scope) : ctx->glob… in EvalContextVariableTableFromRefIteratorNew() local
2859 static void AddAllClasses(EvalContext *ctx, const Rlist *list, unsigned int persistence_ttl, in AddAllClasses()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Deval_context.c781 const char *tags = NULL; in EvalContextHeapPersistentLoadAll() local
1398 … VariableTable *table = LastStackFrameByType(ctx, STACK_FRAME_TYPE_BUNDLE)->data.bundle.vars; in EvalContextStackPushBundleFrame() local
2248 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariableRemove() local
2337 DataType type, const char *tags) in EvalContextVariablePut()
2354 DataType type, StringSet *tags) in EvalContextVariablePutTagsSet()
2389 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariablePutTagsSetWithComment() local
2419 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in VariableResolve2() local
2622 VariableTable *table = scope ? GetVariableTableForScope(ctx, ns, scope) : ctx->global_variables; in EvalContextVariableTableIteratorNew() local
2630 …VariableTable *table = ref->scope ? GetVariableTableForScope(ctx, ref->ns, ref->scope) : ctx->glob… in EvalContextVariableTableFromRefIteratorNew() local
2859 static void AddAllClasses(EvalContext *ctx, const Rlist *list, unsigned int persistence_ttl, in AddAllClasses()
[all …]
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Ddialog.c347 char **list; in unescape_argv() local
653 int tags = howmany_tags(av + 5, MENUBOX_TAGS); in call_menu() local
667 int tags = howmany_tags(av + 5, MENUBOX_TAGS); in call_inputmenu() local
700 int tags = howmany_tags(av + 5, CHECKBOX_TAGS); in call_checklist() local
716 int tags = howmany_tags(av + 5, CHECKBOX_TAGS); in call_radiolist() local
811 int tags = howmany_tags(av + 5, group); in call_form() local
841 int tags = howmany_tags(av + 5, group); in call_mixed_form() local
882 int tags = howmany_tags(av + MIXEDGAUGE_BASE, MIXEDGAUGE_TAGS); in call_mixed_gauge() local
1074 } table[] = { in button_code() local
1107 PrintList(const char *const *list) in PrintList()
/dports/devel/cdialog/dialog-1.3-20201126/
H A Ddialog.c508 char **list; in unescape_argv() local
816 int tags = howmany_tags(av + 5, MENUBOX_TAGS); in call_menu() local
830 int tags = howmany_tags(av + 5, MENUBOX_TAGS); in call_inputmenu() local
863 int tags = howmany_tags(av + 5, CHECKBOX_TAGS); in call_checklist() local
879 int tags = howmany_tags(av + 5, CHECKBOX_TAGS); in call_radiolist() local
985 int tags = howmany_tags(av + 5, CHECKBOX_TAGS); in call_buildlist() local
1021 int tags = howmany_tags(av + 5, TREEVIEW_TAGS); in call_treeview() local
1043 int tags = howmany_tags(av + 5, group); in call_form() local
1073 int tags = howmany_tags(av + 5, group); in call_mixed_form() local
1311 } table[] = { in button_code() local
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/
H A Dbookmarks.c193 static void handleTable_BookmarkLoader_(void *context, const iString *table, iBool isStart) { in handleTable_BookmarkLoader_()
207 static void handleKeyValue_BookmarkLoader_(void *context, const iString *table, const iString *key, in handleKeyValue_BookmarkLoader_()
346 uint32_t add_Bookmarks(iBookmarks *d, const iString *url, const iString *title, const iString *tags, in add_Bookmarks()
472 iPtrArray *list = collectNew_PtrArray(); in list_Bookmarks() local
512 iStringSet *tags = new_StringSet(); in bookmarkListPage_Bookmarks() local
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Ddialogs.c196 const struct text_tag_list *tags, in popup_notify_goto_dialog()
399 GtkTreeView *list) in path_to_nation_on_list()
429 GtkTreeView *list = GTK_TREE_VIEW(tab_list); in select_nation_on_tab() local
608 GtkWidget *list = NULL; in create_list_of_nations_in_group() local
835 GtkWidget *hbox, *table; in create_races_dialog() local
841 GtkWidget *list; in create_races_dialog() local
1239 GtkTreeView *list = GTK_TREE_VIEW(races_nation_list[i]); in races_toggles_set_sensitive() local
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Ddialogs.c196 const struct text_tag_list *tags, in popup_notify_goto_dialog()
399 GtkTreeView *list) in path_to_nation_on_list()
429 GtkTreeView *list = GTK_TREE_VIEW(tab_list); in select_nation_on_tab() local
608 GtkWidget *list = NULL; in create_list_of_nations_in_group() local
835 GtkWidget *hbox, *table; in create_races_dialog() local
841 GtkWidget *list; in create_races_dialog() local
1239 GtkTreeView *list = GTK_TREE_VIEW(races_nation_list[i]); in races_toggles_set_sensitive() local
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/
H A Deval_context.c639 PersistentClassPolicy policy, const char *tags) in EvalContextHeapPersistentSave()
760 const char *tags = NULL; in EvalContextHeapPersistentLoadAll() local
1353 … VariableTable *table = LastStackFrameByType(ctx, STACK_FRAME_TYPE_BUNDLE)->data.bundle.vars; in EvalContextStackPushBundleFrame() local
1726 bool EvalContextClassPutHard(EvalContext *ctx, const char *name, const char *tags) in EvalContextClassPutHard()
2080 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariableRemove() local
2169 DataType type, const char *tags) in EvalContextVariablePut()
2196 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariablePut() local
2205 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in VariableResolve2() local
2377 VariableTable *table = scope ? GetVariableTableForScope(ctx, ns, scope) : ctx->global_variables; in EvalContextVariableTableIteratorNew() local
2614 static void AddAllClasses(EvalContext *ctx, const Rlist *list, unsigned int persistence_ttl, in AddAllClasses()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Deval_context.c639 PersistentClassPolicy policy, const char *tags) in EvalContextHeapPersistentSave()
760 const char *tags = NULL; in EvalContextHeapPersistentLoadAll() local
1353 … VariableTable *table = LastStackFrameByType(ctx, STACK_FRAME_TYPE_BUNDLE)->data.bundle.vars; in EvalContextStackPushBundleFrame() local
1726 bool EvalContextClassPutHard(EvalContext *ctx, const char *name, const char *tags) in EvalContextClassPutHard()
2080 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariableRemove() local
2169 DataType type, const char *tags) in EvalContextVariablePut()
2196 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in EvalContextVariablePut() local
2205 VariableTable *table = GetVariableTableForScope(ctx, ref->ns, ref->scope); in VariableResolve2() local
2377 VariableTable *table = scope ? GetVariableTableForScope(ctx, ns, scope) : ctx->global_variables; in EvalContextVariableTableIteratorNew() local
2614 static void AddAllClasses(EvalContext *ctx, const Rlist *list, unsigned int persistence_ttl, in AddAllClasses()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Ddialogs.c188 const struct text_tag_list *tags, in popup_notify_goto_dialog()
403 GtkTreeView *list) in path_to_nation_on_list()
433 GtkTreeView *list = GTK_TREE_VIEW(tab_list); in select_nation_on_tab() local
605 GtkWidget *list = NULL; in create_list_of_nations_in_group() local
830 GtkWidget *vbox, *hbox, *table; in create_races_dialog() local
836 GtkWidget *list; in create_races_dialog() local
1234 GtkTreeView *list = GTK_TREE_VIEW(races_nation_list[i]); in races_toggles_set_sensitive() local
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Ddialogs.c195 const struct text_tag_list *tags, in popup_notify_goto_dialog()
405 GtkTreeView *list) in path_to_nation_on_list()
435 GtkTreeView *list = GTK_TREE_VIEW(tab_list); in select_nation_on_tab() local
614 GtkWidget *list = NULL; in create_list_of_nations_in_group() local
841 GtkWidget *hbox, *table; in create_races_dialog() local
847 GtkWidget *list; in create_races_dialog() local
1245 GtkTreeView *list = GTK_TREE_VIEW(races_nation_list[i]); in races_toggles_set_sensitive() local
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Ddialogs.c188 const struct text_tag_list *tags, in popup_notify_goto_dialog()
403 GtkTreeView *list) in path_to_nation_on_list()
433 GtkTreeView *list = GTK_TREE_VIEW(tab_list); in select_nation_on_tab() local
605 GtkWidget *list = NULL; in create_list_of_nations_in_group() local
830 GtkWidget *vbox, *hbox, *table; in create_races_dialog() local
836 GtkWidget *list; in create_races_dialog() local
1234 GtkTreeView *list = GTK_TREE_VIEW(races_nation_list[i]); in races_toggles_set_sensitive() local
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Ddialogs.c195 const struct text_tag_list *tags, in popup_notify_goto_dialog()
405 GtkTreeView *list) in path_to_nation_on_list()
435 GtkTreeView *list = GTK_TREE_VIEW(tab_list); in select_nation_on_tab() local
614 GtkWidget *list = NULL; in create_list_of_nations_in_group() local
841 GtkWidget *hbox, *table; in create_races_dialog() local
847 GtkWidget *list; in create_races_dialog() local
1245 GtkTreeView *list = GTK_TREE_VIEW(races_nation_list[i]); in races_toggles_set_sensitive() local
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32uniscribe.c109 memq_no_quit (Lisp_Object elt, Lisp_Object list) in memq_no_quit()
137 Lisp_Object list = Qnil; in uniscribe_list_family() local
728 Lisp_Object* list = (Lisp_Object *) list_object; in add_opentype_font_name_to_list() local
870 OPENTYPE_TAG tags[32], script_tag, lang_tag; in uniscribe_check_otf_1() local
1141 otf_features (HDC context, const char *table) in otf_features()
1274 DWORD table = bswap_32 (tag); in w32hb_get_font_table() local

12345678910>>...13