Home
last modified time | relevance | path

Searched +defs:el +defs:type (Results 1 – 25 of 3727) sorted by relevance

12345678910>>...150

/dports/ports-mgmt/pkg/pkg-1.17.5/external/libucl/klib/
H A Dkvec.h65 #define kv_resize_safe(type, v, s, el) do { \ argument
76 #define kv_grow_safe(type, v, el) do { \ argument
87 #define kv_copy_safe(type, v1, v0, el) do { \ argument
93 #define kv_push_safe(type, v, x, el) do { \ argument
100 #define kv_prepend_safe(type, v, x, el) do { \ argument
109 #define kv_concat_safe(type, v1, v0, el) do { \ argument
116 #define kv_del(type, v, i) do { \ argument
133 #define kv_copy(type, v1, v0) do { \ argument
139 #define kv_push(type, v, x) do { \ argument
146 #define kv_prepend(type, v, x) do { \ argument
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/libucl/
H A Dkvec.h65 #define kv_resize_safe(type, v, s, el) do { \ argument
76 #define kv_grow_safe(type, v, el) do { \ argument
87 #define kv_copy_safe(type, v1, v0, el) do { \ argument
93 #define kv_push_safe(type, v, x, el) do { \ argument
100 #define kv_prepend_safe(type, v, x, el) do { \ argument
109 #define kv_concat_safe(type, v1, v0, el) do { \ argument
116 #define kv_del(type, v, i) do { \ argument
133 #define kv_copy(type, v1, v0) do { \ argument
139 #define kv_push(type, v, x) do { \ argument
146 #define kv_prepend(type, v, x) do { \ argument
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/libucl/
H A Dkvec.h65 #define kv_resize_safe(type, v, s, el) do { \ argument
76 #define kv_grow_safe(type, v, el) do { \ argument
87 #define kv_copy_safe(type, v1, v0, el) do { \ argument
93 #define kv_push_safe(type, v, x, el) do { \ argument
100 #define kv_prepend_safe(type, v, x, el) do { \ argument
109 #define kv_concat_safe(type, v1, v0, el) do { \ argument
116 #define kv_del(type, v, i) do { \ argument
133 #define kv_copy(type, v1, v0) do { \ argument
139 #define kv_push(type, v, x) do { \ argument
146 #define kv_prepend(type, v, x) do { \ argument
[all …]
/dports/games/xye/xye-0.12.2/src/
H A Deditorload.cpp205 bool editor_LoadGem(TiXmlElement* el) in editor_LoadGem()
216 bool editor_LoadStar(TiXmlElement* el) in editor_LoadStar()
226 bool editor_LoadGenRC(TiXmlElement* el,editorobjecttype type, int variation=0, editorcolor* oldcolo… in editor_LoadGenRC()
251 bool editor_LoadGen(TiXmlElement * el, editorobjecttype type, int variation=0) in editor_LoadGen()
268 bool editor_LoadGenR(TiXmlElement * el, editorobjecttype type, int variation=0, editorcolor color =… in editor_LoadGenR()
286 bool editor_LoadGenD(TiXmlElement * el, editorobjecttype type, int variation=0) in editor_LoadGenD()
304 bool editor_LoadGenDOpposite(TiXmlElement * el, editorobjecttype type, int variation=0) in editor_LoadGenDOpposite()
329 bool editor_LoadGenCDR(TiXmlElement * el, editorobjecttype type, int variation=0) in editor_LoadGenCDR()
351 bool editor_LoadGenCD(TiXmlElement * el, editorobjecttype type) in editor_LoadGenCD()
667 bool editor_LoadGenC(TiXmlElement * el, editorobjecttype type, int variation=0) in editor_LoadGenC()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/util/
H A Dxmlutil.cs63 AddClassAttribute( SecurityElement element, Type type, String typename ) in AddClassAttribute()
77 internal static bool ParseElementForAssemblyIdentification(SecurityElement el, in ParseElementForAssemblyIdentification()
119 ParseElementForObjectCreation( SecurityElement el, in ParseElementForObjectCreation()
206 … CreatePermission (SecurityElement el, PermissionState permState, bool ignoreTypeLoadFailures) in CreatePermission()
431 CreateCodeGroup (SecurityElement el) in CreateCodeGroup()
505 CreateMembershipCondition( SecurityElement el ) in CreateMembershipCondition()
634 GetClassFromElement (SecurityElement el, bool ignoreTypeLoadFailures) in GetClassFromElement()
663 SecurityElement el) in IsPermissionElement()
672 IsUnrestricted (SecurityElement el) in IsUnrestricted()
683 public static String BitFieldEnumToString( Type type, Object value ) in BitFieldEnumToString()
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/filters/planner/import/
H A Dplannerimport.cpp127 bool loadProject(const QDomElement &el, Project &project) in loadProject()
192 CalendarDay::State toDayState(int type) in toDayState()
201 bool loadWeek(const QDomElement &el, Calendar *calendar) in loadWeek()
248 bool loadDays(const QDomElement &el, Calendar *calendar) in loadDays()
257 int type = cel.attribute("day-type", "2").toInt(); in loadDays() local
310 Resource::Type toResourceType(const QString &type) in toResourceType()
318 bool loadResources(const QDomElement &el, Project &project) in loadResources()
351 Estimate::Type toEstimateType(const QString type) in toEstimateType()
362 Node::ConstraintType toConstraintType(const QString &type) in toConstraintType()
372 bool loadConstraint(const QDomElement &el, Task *t) in loadConstraint()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/RPC/lib/src/de/ilias/services/object/
H A DParameterDefinition.java51 private int type; field in ParameterDefinition
58 public ParameterDefinition(int format,int type,String value) { in ParameterDefinition()
71 public ParameterDefinition(String format,String type, String value) { in ParameterDefinition()
112 public void setType(int type) { in setType()
152 …public void writeParameter(PreparedStatement pst, int index, CommandQueueElement el, ResultSet par… in writeParameter()
177 private int getParameterValue(CommandQueueElement el, ResultSet parentResult) throws SQLException { in getParameterValue()
218 …private String getParameterString(CommandQueueElement el, ResultSet parentResult) throws SQLExcept… in getParameterString()
H A DDocumentDefinition.java49 private String type; field in DocumentDefinition
55 public DocumentDefinition(String type) { in DocumentDefinition()
62 public void setType(String type) { in setType()
118 public void writeDocument(CommandQueueElement el) in writeDocument()
127 public void writeDocument(CommandQueueElement el, ResultSet res) in writeDocument()
H A DObjectDefinition.java51 private String type; field in ObjectDefinition
60 public ObjectDefinition(String type,String indexType) { in ObjectDefinition()
69 public ObjectDefinition(String type) { in ObjectDefinition()
85 public void setType(String type) { in setType()
157 public void writeDocument(CommandQueueElement el) in writeDocument()
175 public void writeDocument(CommandQueueElement el, ResultSet res) in writeDocument()
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/RPC/lib/src/de/ilias/services/object/
H A DParameterDefinition.java52 private int type; field in ParameterDefinition
59 public ParameterDefinition(int format,int type,String value) { in ParameterDefinition()
72 public ParameterDefinition(String format,String type, String value) { in ParameterDefinition()
113 public void setType(int type) { in setType()
153 …public void writeParameter(PreparedStatement pst, int index, CommandQueueElement el, ResultSet par… in writeParameter()
178 private int getParameterValue(CommandQueueElement el, ResultSet parentResult) throws SQLException { in getParameterValue()
219 …private String getParameterString(CommandQueueElement el, ResultSet parentResult) throws SQLExcept… in getParameterString()
H A DDocumentDefinition.java50 private String type; field in DocumentDefinition
56 public DocumentDefinition(String type) { in DocumentDefinition()
63 public void setType(String type) { in setType()
119 public void writeDocument(CommandQueueElement el) in writeDocument()
128 public void writeDocument(CommandQueueElement el, ResultSet res) in writeDocument()
H A DObjectDefinition.java52 private String type; field in ObjectDefinition
61 public ObjectDefinition(String type,String indexType) { in ObjectDefinition()
70 public ObjectDefinition(String type) { in ObjectDefinition()
86 public void setType(String type) { in setType()
158 public void writeDocument(CommandQueueElement el) in writeDocument()
176 public void writeDocument(CommandQueueElement el, ResultSet res) in writeDocument()
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dlist.h36 #define LIST_HEAD_INIT(el) { &(el), &(el) } argument
39 #define list_entry(el, type, member) \ argument
49 static inline void __list_add(struct list_head *el, in __list_add()
59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add()
65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail()
70 static inline void list_del(struct list_head *el) in list_del()
81 static inline int list_empty(struct list_head *el) in list_empty()
86 #define list_for_each(el, head) \ argument
89 #define list_for_each_safe(el, el1, head) \ argument
93 #define list_for_each_prev(el, head) \ argument
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dlist.h36 #define LIST_HEAD_INIT(el) { &(el), &(el) } argument
39 #define list_entry(el, type, member) \ argument
49 static inline void __list_add(struct list_head *el, in __list_add()
59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add()
65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail()
70 static inline void list_del(struct list_head *el) in list_del()
81 static inline int list_empty(struct list_head *el) in list_empty()
86 #define list_for_each(el, head) \ argument
89 #define list_for_each_safe(el, el1, head) \ argument
93 #define list_for_each_prev(el, head) \ argument
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dlist.h36 #define LIST_HEAD_INIT(el) { &(el), &(el) } argument
39 #define list_entry(el, type, member) \ argument
49 static inline void __list_add(struct list_head *el, in __list_add()
59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add()
65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail()
70 static inline void list_del(struct list_head *el) in list_del()
81 static inline int list_empty(struct list_head *el) in list_empty()
86 #define list_for_each(el, head) \ argument
89 #define list_for_each_safe(el, el1, head) \ argument
93 #define list_for_each_prev(el, head) \ argument
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dlist.h36 #define LIST_HEAD_INIT(el) { &(el), &(el) } argument
39 #define list_entry(el, type, member) \ argument
49 static inline void __list_add(struct list_head *el, in __list_add()
59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add()
65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail()
70 static inline void list_del(struct list_head *el) in list_del()
81 static inline int list_empty(struct list_head *el) in list_empty()
86 #define list_for_each(el, head) \ argument
89 #define list_for_each_safe(el, el1, head) \ argument
93 #define list_for_each_prev(el, head) \ argument
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/utils/knotc/
H A Dinteractive.c31 static void cmds_lookup(EditLine *el, const char *str, size_t str_len) in cmds_lookup()
53 static void local_zones_lookup(EditLine *el, const char *str, size_t str_len) in local_zones_lookup()
96 knot_ctl_type_t type; in get_id_name() local
116 static void id_lookup(EditLine *el, const char *str, size_t str_len, in id_lookup()
155 knot_ctl_type_t type; in id_lookup() local
182 static void list_lookup(EditLine *el, const char *section, const char *item) in list_lookup()
207 knot_ctl_type_t type; in list_lookup() local
237 static void item_lookup(EditLine *el, const char *str, const cmd_desc_t *cmd_desc) in item_lookup()
278 static unsigned char complete(EditLine *el, int ch) in complete()
352 static char *prompt(EditLine *el) in prompt()
[all …]
/dports/dns/knot3/knot-3.1.5/src/utils/knotc/
H A Dinteractive.c31 static void cmds_lookup(EditLine *el, const char *str, size_t str_len) in cmds_lookup()
53 static void local_zones_lookup(EditLine *el, const char *str, size_t str_len) in local_zones_lookup()
96 knot_ctl_type_t type; in get_id_name() local
116 static void id_lookup(EditLine *el, const char *str, size_t str_len, in id_lookup()
155 knot_ctl_type_t type; in id_lookup() local
182 static void list_lookup(EditLine *el, const char *section, const char *item) in list_lookup()
207 knot_ctl_type_t type; in list_lookup() local
237 static void item_lookup(EditLine *el, const char *str, const cmd_desc_t *cmd_desc) in item_lookup()
278 static unsigned char complete(EditLine *el, int ch) in complete()
352 static char *prompt(EditLine *el) in prompt()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/copypastesymbollist/
H A Dtst_copypastesymbollist.cpp105 void TestCopyPasteSymbolList::copypaste(const char* name, ElementType type) in copypaste()
110 Element* el = Element::create(type, score); in copypaste() local
123 void TestCopyPasteSymbolList::copypastepart(const char* name, ElementType type) in copypastepart()
133 Element* el = Element::create(type,score); in copypastepart() local
146 void TestCopyPasteSymbolList::copypastedifferentvoice(const char* name, ElementType type) in copypastedifferentvoice()
155 Element* el = Element::create(type,score); in copypastedifferentvoice() local
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DDataFile.cpp70 DataFile::DataFile( Type type ) : in DataFile()
303 DataFile::Type DataFile::type( const QString& typeName ) in type() function in DataFile
325 QString DataFile::typeName( Type type ) in typeName()
368 QDomElement el = list.item( i ).toElement(); in upgrade_0_2_1_20070501() local
386 QDomElement el = list.item( i ).toElement(); in upgrade_0_2_1_20070501() local
407 QDomElement el = list.item( i ).toElement(); in upgrade_0_2_1_20070501() local
486 QDomElement el = list.item( i ).toElement(); in upgrade_0_2_1_20070508() local
506 QDomElement el = list.item( 0 ).toElement(); in upgrade_0_2_1_20070508() local
782 QDomElement el = node.toElement(); in upgrade_1_0_99() local
815 QDomElement el = list.item(i).toElement(); in upgrade_1_1_0() local
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/
H A Ddoc_html.cpp6 void ade_output_toc(FILE* fp, const std::unique_ptr<DocumentationElement>& el) in ade_output_toc()
38 for (const auto& el : doc.elements) { in OutputToc() local
48 for (const auto& el : doc.elements) { in OutputToc() local
63 SCP_string element_name(const std::unique_ptr<DocumentationElement>& el) in element_name()
87 for (const auto& type : type_info.elements()) { in ade_output_type_link() local
116 for (const auto& type : type_info.elements()) { in ade_output_type_link() local
217 const std::unique_ptr<DocumentationElement>& el, in OutputElement()
431 for (const auto& el : doc.elements) { in OutputLuaMeta() local
/dports/graphics/krita/krita-4.4.8/libs/psd/asl/
H A Dkis_asl_xml_writer.cpp46 QDomElement el = m_d->document.createElement("asl"); in KisAslXmlWriter() local
66 QDomElement el = m_d->document.createElement("node"); in enterDescriptor() local
91 QDomElement el = m_d->document.createElement("node"); in enterList() local
114 QDomElement el = m_d->document.createElement("node"); in writeDouble() local
128 QDomElement el = m_d->document.createElement("node"); in writeInteger() local
142 QDomElement el = m_d->document.createElement("node"); in writeEnum() local
157 QDomElement el = m_d->document.createElement("node"); in writeUnitFloat() local
172 QDomElement el = m_d->document.createElement("node"); in writeText() local
376 QString type = getSegmentEndpointTypeString(seg->startType()); in writeSegmentGradient() local
393 QString type = getSegmentEndpointTypeString(lastSeg->endType()); in writeSegmentGradient() local
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DFuncSpaceData.cpp24 FuncSpaceData::FuncSpaceData(const MElement *el) in FuncSpaceData()
31 FuncSpaceData::FuncSpaceData(const MElement *el, int order, bool serendip) in FuncSpaceData()
37 FuncSpaceData::FuncSpaceData(const MElement *el, bool pyr, int nij, int nk, in FuncSpaceData()
55 FuncSpaceData::FuncSpaceData(int type, int order, bool serendip) in FuncSpaceData()
61 FuncSpaceData::FuncSpaceData(int type, bool pyr, int nij, int nk, bool serendip) in FuncSpaceData()
/dports/net-im/psi/psi-1.5/src/
H A Dmood.cpp32 Mood::Mood(Mood::Type type, const QString& text) : type_(type), text_(text) in Mood() function in Mood
41 Mood::Type Mood::type() const in type() function in Mood
72 QDomElement el = doc.createElement(MoodCatalog::instance()->findEntryByType(type()).value()); in toXml() local
77 QDomElement el = doc.createElement("text"); in toXml() local
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DViewElement.cpp78 ViewElementList::insert(ViewElement* el) in insert()
101 ViewElementList::eraseSingle(ViewElement *el) in eraseSingle()
108 ViewElementList::findPrevious(const std::string &type, iterator i) in findPrevious()
123 ViewElementList::findNext(const std::string &type, iterator i) in findNext()
131 ViewElementList::findSingle(ViewElement *el) in findSingle()

12345678910>>...150