Home
last modified time | relevance | path

Searched refs:compound (Results 1 – 25 of 7025) sorted by relevance

12345678910>>...281

/dports/devel/doxygen/doxygen-1.9.3/templates/html/
H A Dhtmlclass.tpl20 {% if compound.classes %}
127 {% if compound.brief %}
128 {{ compound.brief }}
143 {% with obj=compound %}
148 {% with obj=compound %}
177 {% with obj=compound %}
334 <a name="{{ compound.anchor }}" id="{{ compound.anchor }}"></a>
341 {% if compound.language=='cpp' and compound.templateDecls %}
351 {{ compound.compoundType }}&#160;{{ compound.name }}
357 {{ compound.brief }}
[all …]
H A Dhtmlmodule.tpl20 {% if compound.modules %}
24 {% if compound.dirs %}
28 {% if compound.files %}
32 {% if compound.classes %}
36 {% if compound.namespaces %}
93 {% if compound.brief %}
94 {{ compound.brief }}
101 {% with obj=compound %}
106 {% with obj=compound %}
206 {{ compound.brief }}
[all …]
H A Dhtmlfile.tpl20 {% if compound.classes %}
24 {% if compound.namespaces %}
57 {% if compound.brief %}
58 {{ compound.brief }}
74 {% with obj=compound %}
79 {% with obj=compound %}
87 {% with obj=compound %}
92 {% with obj=compound %}
143 {% if compound.hasDetails %}
152 {{ compound.brief }}
[all …]
H A Dhtmlnamespace.tpl20 {% if compound.classes %}
24 {% if compound.namespaces %}
29 {% if compound.constantgroups %}
54 {% if compound.brief %}
55 {{ compound.brief }}
56 {% if compound.hasDetails %}
90 {% if compound.memberGroups %}
97 {% if compound.hasDetails %}
106 {{ compound.brief }}
110 {{ compound.details }}
[all …]
H A Dhtmlconcept.tpl23 {% if compound.brief %}
24 <p>{{ compound.brief }}
25 {% if compound.hasDetails %}
31 {% if compound.includeInfo %}
33 {% with ii=compound.includeInfo %}
42 {% if compound.hasDetails %}
43 {% if compound.anchor %}
44 <a name="{{ compound.anchor }}" id="{{ compound.anchor }}"></a>
53 {{ compound.brief }}
56 {{ compound.details }}
[all …]
H A Dhtmldir.tpl20 {% if compound.dirs %}
24 {% if compound.files %}
37 {% if compound.brief %}
38 {{ compound.brief }}
44 {% if compound.hasDirGraph %}
45 {% with obj=compound %}
50 {% with obj=compound %}
53 {{ compound.dirGraph }}
67 {% if compound.hasDetails %}
76 {{ compound.brief }}
[all …]
/dports/math/onednn/oneDNN-2.5.1/doc/doxyrest/frame/cfamily/
H A Doverview_members.rst.in14 local compound = argArray[1]
19 if #compound.namespaceArray > 0 then
24 if #compound.typedefArray > 0 then
29 if #compound.enumArray > 0 then
34 if #compound.structArray > 0 then
39 if #compound.unionArray > 0 then
40 includeFileWithIndent(indent, "overview_classes.rst.in", compound, compound.unionArray, "unions")
59 if #compound.classArray > 0 then
84 if #compound.eventArray > 0 then
89 if #compound.constructorArray > 0 or not EXCLUDE_DESTRUCTORS and compound.destructor then
[all …]
H A Dutils.lua865 local compound = {}
871 compound.enumArray = {}
873 compound.unionArray = {}
877 compound.classArray = {}
882 compound.eventArray = {}
888 return compound
1025 if compound.stats then
1026 return compound.stats
1085 prepareItemDocumentation(compound.destructor, compound)
1118 compound.stats = stats
[all …]
H A Dcompound.rst.in14 local compound = argArray[1]
22 if compound.compoundKind == "namespace" or compound.compoundKind == "group" then
36 g_currentCompoundId = compound.id
41 $(getCompoundTocTree(compound))
63 if #compound.groupArray > 0 or compound.hasGlobalNamespace then
66 for i = 1, #compound.groupArray do
74 if compound.hasGlobalNamespace then
84 compound.baseCompound or
85 compound.derivedTypeArray and #compound.derivedTypeArray > 0 then
92 .. _details-$(compound.id):
[all …]
H A Dcrefdb_members.py.in14 local compound = argArray[1]
16 includeFile("crefdb_enums.py.in", compound.enumArray)
17 includeFile("crefdb_items.py.in", compound.namespaceArray)
18 includeFile("crefdb_items.py.in", compound.structArray)
19 includeFile("crefdb_items.py.in", compound.unionArray)
20 includeFile("crefdb_items.py.in", compound.classArray)
25 includeFile("crefdb_items.py.in", compound.serviceArray)
26 includeFile("crefdb_items.py.in", compound.typedefArray)
29 includeFile("crefdb_items.py.in", compound.eventArray)
31 includeFile("crefdb_items.py.in", compound.aliasArray)
[all …]
H A Doverview_compound.rst.in14 local compound = argArray[1]
23 $(getItemImportString(compound))
25 if compound.compoundKind == "group" then
28 elseif compound.compoundKind == "namespace" then
29 if not compound.name then
46 if compound.protectionCompoundArray[i] then
56 compound.protectionCompoundArray[i],
68 if compound.baseCompound and compound.baseCompound.hasItems then
69 compound = compound.baseCompound
87 if compound.protectionCompoundArray[i] then
[all …]
/dports/devel/doxygen/doxygen-1.9.3/templates/latex/
H A Dlatexclass.tpl1 <# input: compound #>
3 \hypertarget{<{ compound.fileName|raw }>}{}\section{<{ compound.title }>}
4 \label{<{ compound.fileName|raw }>}\index{<{ compound.name|texLabel }>@{<{ compound.name|texIndex }…
6 <% if compound.brief %>
7 <{ compound.brief }>
10 <# compound includes #>
55 …\hypertarget{<% if compound.fileName %><{ compound.fileName|raw }>_<% endif %><{ compound.anchor|r…
60 <% if compound.language=='cpp' and compound.templateDecls %>
70 <{ compound.compoundType }><{ space }><{ compound.name }>
77 <{ compound.brief }>
[all …]
/dports/math/onednn/oneDNN-2.5.1/doc/doxyrest/frame/common/
H A Dtoc.lua12 function getCompoundTocTree(compound)
15 for i = 1, #compound.groupArray do
16 local item = compound.groupArray[i]
21 for i = 1, #compound.namespaceArray do
23 if isTocTreeItem(compound, item) then
29 for i = 1, #compound.enumArray do
30 local item = compound.enumArray[i]
37 for i = 1, #compound.structArray do
45 for i = 1, #compound.unionArray do
46 local item = compound.unionArray[i]
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-compound.c70 if (compound->stmt_list) {
74 g_free (compound);
128 if (compound->stmt_list) {
163 compound->stmt_list = g_slist_append (compound->stmt_list, s);
167 compound->stmt_list = g_slist_append (compound->stmt_list, scompound->stmt_list->data);
181 compound->stmt_list = g_slist_append (compound->stmt_list, s);
195 if (compound->stmt_list && !compound->stmt_list->next) {
205 compound->stmt_list = NULL;
226 compound->compound_type = type;
232 if (!compound || !compound->stmt_list) {
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-compound.c70 if (compound->stmt_list) {
74 g_free (compound);
128 if (compound->stmt_list) {
163 compound->stmt_list = g_slist_append (compound->stmt_list, s);
167 compound->stmt_list = g_slist_append (compound->stmt_list, scompound->stmt_list->data);
181 compound->stmt_list = g_slist_append (compound->stmt_list, s);
195 if (compound->stmt_list && !compound->stmt_list->next) {
205 compound->stmt_list = NULL;
226 compound->compound_type = type;
232 if (!compound || !compound->stmt_list) {
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-compound.c70 if (compound->stmt_list) {
74 g_free (compound);
128 if (compound->stmt_list) {
163 compound->stmt_list = g_slist_append (compound->stmt_list, s);
167 compound->stmt_list = g_slist_append (compound->stmt_list, scompound->stmt_list->data);
181 compound->stmt_list = g_slist_append (compound->stmt_list, s);
195 if (compound->stmt_list && !compound->stmt_list->next) {
205 compound->stmt_list = NULL;
226 compound->compound_type = type;
232 if (!compound || !compound->stmt_list) {
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-compound.c70 if (compound->stmt_list) { in _gda_sql_statement_compound_free()
74 g_free (compound); in _gda_sql_statement_compound_free()
128 if (compound->stmt_list) { in _gda_sql_statement_compound_serialize()
163 compound->stmt_list = g_slist_append (compound->stmt_list, s); in gda_sql_statement_compound_take_stmt()
167 compound->stmt_list = g_slist_append (compound->stmt_list, scompound->stmt_list->data); in gda_sql_statement_compound_take_stmt()
181 compound->stmt_list = g_slist_append (compound->stmt_list, s); in gda_sql_statement_compound_take_stmt()
195 if (compound->stmt_list && !compound->stmt_list->next) { in _gda_sql_statement_compound_reduce()
205 compound->stmt_list = NULL; in _gda_sql_statement_compound_reduce()
226 compound->compound_type = type; in gda_sql_statement_compound_set_type()
232 if (!compound || !compound->stmt_list) { in _gda_sql_statement_compound_get_n_cols()
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-compound.c70 if (compound->stmt_list) { in _gda_sql_statement_compound_free()
74 g_free (compound); in _gda_sql_statement_compound_free()
128 if (compound->stmt_list) { in _gda_sql_statement_compound_serialize()
163 compound->stmt_list = g_slist_append (compound->stmt_list, s); in gda_sql_statement_compound_take_stmt()
167 compound->stmt_list = g_slist_append (compound->stmt_list, scompound->stmt_list->data); in gda_sql_statement_compound_take_stmt()
181 compound->stmt_list = g_slist_append (compound->stmt_list, s); in gda_sql_statement_compound_take_stmt()
195 if (compound->stmt_list && !compound->stmt_list->next) { in _gda_sql_statement_compound_reduce()
205 compound->stmt_list = NULL; in _gda_sql_statement_compound_reduce()
226 compound->compound_type = type; in gda_sql_statement_compound_set_type()
232 if (!compound || !compound->stmt_list) { in _gda_sql_statement_compound_get_n_cols()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-compound.c70 if (compound->stmt_list) {
74 g_free (compound);
128 if (compound->stmt_list) {
163 compound->stmt_list = g_slist_append (compound->stmt_list, s);
167 compound->stmt_list = g_slist_append (compound->stmt_list, scompound->stmt_list->data);
181 compound->stmt_list = g_slist_append (compound->stmt_list, s);
195 if (compound->stmt_list && !compound->stmt_list->next) {
205 compound->stmt_list = NULL;
226 compound->compound_type = type;
232 if (!compound || !compound->stmt_list) {
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-compound.c70 if (compound->stmt_list) { in _gda_sql_statement_compound_free()
74 g_free (compound); in _gda_sql_statement_compound_free()
128 if (compound->stmt_list) { in _gda_sql_statement_compound_serialize()
163 compound->stmt_list = g_slist_append (compound->stmt_list, s); in gda_sql_statement_compound_take_stmt()
167 compound->stmt_list = g_slist_append (compound->stmt_list, scompound->stmt_list->data); in gda_sql_statement_compound_take_stmt()
181 compound->stmt_list = g_slist_append (compound->stmt_list, s); in gda_sql_statement_compound_take_stmt()
195 if (compound->stmt_list && !compound->stmt_list->next) { in _gda_sql_statement_compound_reduce()
205 compound->stmt_list = NULL; in _gda_sql_statement_compound_reduce()
226 compound->compound_type = type; in gda_sql_statement_compound_set_type()
232 if (!compound || !compound->stmt_list) { in _gda_sql_statement_compound_get_n_cols()
[all …]
/dports/science/gromacs/gromacs-2021.4/docs/doxygen/
H A Ddoxygenxml.py798 compound.add_file(self)
802 compound.add_file(self)
850 compound._parent = self
889 compound.add_group(self)
896 compound.add_group(self)
900 compound.add_group(self)
904 compound.add_group(self)
931 compound._parent = self
1147 self._files[compound.get_path()] = compound
1162 self._files[compound.get_path()] = compound
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/dev/m.css/documentation/
H A Ddoxygen.py2359 compound.url = compound.id + '.html'
2385compound.url = 'index.html' if compound.kind == 'page' and compound.id == 'indexpage' else compoun…
2434 state.compounds[compound.id] = compound
2446 compound.leaf_name = compound.name
2462 compound.leaf_name = compound.name
2703 compound.url_base = ('index' if compound.id == 'indexpage' else compound.id)
2704 compound.url = compound.url_base + '.html'
3307 compound.breadcrumb += [(compound.name[prefix_length:], compound.id + '.html')]
3332 compound.breadcrumb = [(compound.name, compound.id + '.html')]
3419 parsed.compound = compound
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/selector/
H A Dsimple.rs173 if compound in unify()
196 if compound.len() == 1 && compound[0].is_universal() { in unify_default()
200 return Some(compound); in unify_default()
204 for simple in compound { in unify_default()
233 if !compound.is_empty() { in unify_universal()
234 return Some(compound); in unify_universal()
309 if compound.len() == 1 && compound[0].is_universal() { in unify_pseudo()
313 return Some(compound); in unify_pseudo()
320 for simple in compound { in unify_pseudo()
650 compound: CompoundSelector, in selector_pseudos_named()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/
H A Dcompound.go53 type compound struct { struct
54 prev *compound argument
58 func newCompound(conds ...Compound) *compound {
59 c := &compound{}
70 func (c *compound) Sentences() []Compound { argument
84 func (c *compound) Empty() bool { argument
94 func (c *compound) frame(fn func(*[]Compound) error) *compound { argument
95 return &compound{prev: c, fn: fn}
107 func (c *compound) Fn(in interface{}) error { argument
115 func (c *compound) Base() interface{} { argument
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/KEGG/Map/
H A D__init__.py32 for compound in compounds:
33 compound = compound.strip()
35 number, compound = compound.split()
39 reactants[compound] = number
41 for compound in compounds:
42 compound = compound.strip()
44 number, compound = compound.split()
48 reactants[compound] = number

12345678910>>...281