Home
last modified time | relevance | path

Searched refs:LIST_NAME (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/rgbds/rgbds/test/asm/
H A Dredef-equ.asm7 LIST_NAME EQUS "\1" label
8 DEF LENGTH_{LIST_NAME} EQU 0
12 REDEF LENGTH_{LIST_NAME} EQU LENGTH_{LIST_NAME} + 1
13 DEF {LIST_NAME}_{d:LENGTH_{LIST_NAME}} EQU \1
H A Dredef-equs.asm7 LIST_NAME EQUS "\1" label
8 REDEF {LIST_NAME} EQUS "["
10 REDEF {LIST_NAME} EQUS "{{LIST_NAME}}\2;"
13 REDEF {LIST_NAME} EQUS "{{LIST_NAME}}]"
14 PURGE LIST_NAME
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/CMake/
H A DUtilities.cmake14 function(LIST_SPACES_APPEND_ONCE LIST_NAME)
15 string(REPLACE " " ";" _LIST ${${LIST_NAME}})
19 set(${LIST_NAME} "${NEW_LIST_SPACE}" PARENT_SCOPE)
24 function(IN_STR_LIST LIST_NAME ITEM_SEARCHED RETVAL)
25 list(FIND ${LIST_NAME} ${ITEM_SEARCHED} FIND_POS)
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dskills.c32 enum {LIST_NAME, LIST_LEVEL, LIST_EXP, LIST_NEXTLEVEL}; enumerator
92 LIST_NAME, skill_mapping[i].name, in update_skill_information()
146 "Skill", renderer, "text", LIST_NAME, NULL); in on_skills_activate()
148 gtk_tree_view_column_set_sort_column_id(column, LIST_NAME); in on_skills_activate()
177 GTK_TREE_SORTABLE(skill_store), LIST_NAME, GTK_SORT_ASCENDING); in on_skills_activate()
202 gtk_tree_model_get(model, &iter, LIST_NAME, &skname, -1); in trigger_skill()
H A Dspells.c40 LIST_IMAGE, LIST_NAME, LIST_LEVEL, LIST_TIME, LIST_COST, enumerator
261 LIST_NAME, spell->name, in update_spell_information()
346 "Spell", renderer, "text", LIST_NAME, NULL); in on_spells_activate()
348 gtk_tree_view_column_set_sort_column_id(column, LIST_NAME); in on_spells_activate()
448 GTK_TREE_SORTABLE(spell_store), LIST_NAME, GTK_SORT_ASCENDING); in on_spells_activate()
H A Dinventory.c171 LIST_NONE, LIST_ICON, LIST_NAME, LIST_WEIGHT, LIST_OBJECT, LIST_BACKGROUND, LIST_TYPE, enumerator
392 "text", LIST_NAME, NULL); in setup_list_columns()
760 LIST_NAME, buf1, in add_object_to_store()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/core/utils/
H A DFindListElement.cmake46 FUNCTION(FIND_LIST_ELEMENT LIST_NAME ELEMENT_VAL ELEMENT_FOUND_OUT)
47 #MESSAGE("FIND_LIST_ELEMENT: ${LIST_NAME} ${ELEMENT_VAL}")
48 #PRINT_VAR(${LIST_NAME})
49 LIST(FIND ${LIST_NAME} ${ELEMENT_VAL} ELEMENT_IDX)
/dports/chinese/fcitx-configtool/fcitx-configtool-0.4.9/gtk3/
H A Dim_config_dialog.c30 LIST_NAME, enumerator
104 …gtk_list_store_set(model, &iter, LIST_NAME, item->name, LIST_LAYOUT, item->layout, LIST_VARIANT, i… in layout_foreach_cb()
160 …gtk_list_store_set(self->model, &iter, LIST_NAME, addon ? _("Input Method Default") : _("Default")… in fcitx_im_config_dialog_new()
170 gtk_combo_box_set_entry_text_column(GTK_COMBO_BOX(combobox), LIST_NAME); in fcitx_im_config_dialog_new()
178 "text", LIST_NAME, in fcitx_im_config_dialog_new()
/dports/science/quantum-espresso/q-e-qe-6.7.0/EPW/ZG_displacement/src/JDOS/
H A DJDOS_Gaus.f9046 NAMELIST/LIST_NAME/ steps,wmin, wmax, prefix, vb, cb, & namelist
50 READ(*,NML=LIST_NAME)
/dports/archivers/innoextract/innoextract-1.9/cmake/
H A DFilterList.cmake40 function(filter_list LIST_NAME)
59 foreach(item IN LISTS ${LIST_NAME})
136 set(${LIST_NAME} ${filtered} PARENT_SCOPE)
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfListTable.java70 public static final String LIST_NAME = "listname ;"; field in RtfListTable
204 writeControlWordNS(LIST_NAME); in writeListTableEntry()
/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DInstall.c64 LIST_NAME, enumerator
717 gtk_tree_view_column_add_attribute (column, renderer, "text", LIST_NAME); in user_install_dialog_create()
755 gtk_tree_store_set (store, &main_node, LIST_NAME, node[0], -1); in user_install_dialog_create()
770 gtk_tree_store_set (store, &sub_node, LIST_NAME, node[0], -1); in user_install_dialog_create()
775 gtk_tree_store_set (store, &sub_node, LIST_NAME, node[0], -1); in user_install_dialog_create()
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DFragmentsTree.c64 LIST_NAME = 0, enumerator
770 gtk_tree_store_set (store, &feuille, LIST_NAME, fragName, -1); in addFeuille()
787 gtk_tree_store_set (store, &node, LIST_NAME, text, -1); in addNode()
H A DSelectionDlg.c41 LIST_NAME, enumerator
411 if(number<0) gtk_tree_store_set (store, &feuille, LIST_NAME, name, -1); in addFeuille()
415 gtk_tree_store_set (store, &feuille, LIST_NAME, txt, -1); in addFeuille()
435 gtk_tree_store_set (store, &node, LIST_NAME, " ", -1); in addNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/swg/
H A DSwXMLBlockImport.cxx177 if( xAttrList.is() && xAttrList->hasAttribute( SwXMLBlockListToken::LIST_NAME ) ) in SwXMLBlockListContext()
178 rImport.getBlockList().SetName( xAttrList->getValue( SwXMLBlockListToken::LIST_NAME ) ); in SwXMLBlockListContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/swg/
H A DSwXMLBlockImport.cxx174 if( xAttrList.is() && xAttrList->hasAttribute( SwXMLBlockListToken::LIST_NAME ) ) in SwXMLBlockListContext()
175 rImport.getBlockList().SetName( xAttrList->getValue( SwXMLBlockListToken::LIST_NAME ) ); in SwXMLBlockListContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DSwXMLBlockImport.hxx105 LIST_NAME = FastToken::NAMESPACE | XML_NAMESPACE_BLOCKLIST | XML_LIST_NAME, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DSwXMLBlockImport.hxx109 LIST_NAME = FastToken::NAMESPACE | XML_NAMESPACE_BLOCKLIST | XML_LIST_NAME, enumerator
/dports/multimedia/librespot/librespot-0.1.3/protocol/proto/
H A Dplaylist4ops.proto58 LIST_NAME = 0x1; enumerator
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-protocol-0.1.2/proto/
H A Dplaylist4ops.proto58 LIST_NAME = 0x1; enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/librespot-protocol-0.3.1/proto/
H A Dplaylist4ops.proto58 LIST_NAME = 0x1; enumerator
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-protocol-0.1.1/proto/
H A Dplaylist4ops.proto58 LIST_NAME = 0x1;
/dports/mail/p5-Mail-Ezmlm/Ezmlm-0.08.2/
H A DEzmlm.pm208 if(-e $self->{LIST_NAME} . "/flags") {
212 } elsif(open(CONFIG, "<" . $self->{LIST_NAME} . "/config")) {
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/list/
H A DRtfList.java124 private static final byte[] LIST_NAME = DocWriter.getISOBytes("\\listname"); field in RtfList
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/dev_ref/
H A Dconfigure.rst130 <LIST_NAME>
134 </LIST_NAME>

12