Home
last modified time | relevance | path

Searched refs:nspaces (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/dports/biology/lamarc/lamarc-2.1.8/src/xml/
H A Dtoxml.cpp109 nspaces += INDENT_DEPTH; in ToXML()
113 nspaces += INDENT_DEPTH; in ToXML()
117 nspaces += INDENT_DEPTH; in ToXML()
120 nspaces -= INDENT_DEPTH; in ToXML()
124 nspaces -= INDENT_DEPTH; in ToXML()
132 nspaces += INDENT_DEPTH; in ToXML()
139 nspaces -= INDENT_DEPTH; in ToXML()
207 nspaces += INDENT_DEPTH; in ToXML()
248 nspaces -= INDENT_DEPTH; in ToXML()
285 nspaces += INDENT_DEPTH; in ToXML()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Dchainparam.cpp146 StringVec1d ChainParameters::ToXML(unsigned long nspaces) const in ToXML()
153 nspaces += INDENT_DEPTH; in ToXML()
168 nspaces += INDENT_DEPTH; in ToXML()
178 nspaces -= INDENT_DEPTH; in ToXML()
187 nspaces += INDENT_DEPTH; in ToXML()
212 nspaces -= INDENT_DEPTH; in ToXML()
221 nspaces += INDENT_DEPTH; in ToXML()
234 nspaces -= INDENT_DEPTH; in ToXML()
243 nspaces += INDENT_DEPTH; in ToXML()
256 nspaces -= INDENT_DEPTH; in ToXML()
[all …]
H A Duserparam.cpp121 StringVec1d UserParameters::ToXML(unsigned long nspaces) const in ToXML()
124 string line = MakeIndent(MakeTag(xmlstr::XML_TAG_FORMAT),nspaces); in ToXML()
127 nspaces += INDENT_DEPTH; in ToXML()
132 line = MakeIndent(mytag, nspaces) + " " in ToXML()
200 line = MakeIndent(mytag,nspaces) + ToStringTF(GetWriteTraceFiles()) in ToXML()
212 line = MakeIndent(mytag,nspaces) + GetNewickTreeFilePrefix() in ToXML()
218 line = MakeIndent(mytag,nspaces) + ToStringTF(GetWriteArgFiles()) in ToXML()
222 line = MakeIndent(mytag,nspaces) + ToStringTF(GetWriteManyArgs()) in ToXML()
226 line = MakeIndent(mytag,nspaces) + GetArgFilePrefix() in ToXML()
242 nspaces -= INDENT_DEPTH; in ToXML()
[all …]
H A Dregiongammainfo.cpp105 StringVec1d RegionGammaInfo::ToXML(long nspaces) const in ToXML()
108 string line = MakeIndent(MakeTag(xmlstr::XML_TAG_REGION_GAMMA),nspaces); in ToXML()
111 nspaces += INDENT_DEPTH; in ToXML()
115 line = MakeIndent(mytag,nspaces) + ToString(startvalues,5) in ToXML()
129 line = MakeIndent(mytag,nspaces) + " " + profile_st in ToXML()
134 line = MakeIndent(mytag,nspaces) + " " + ToString(m_pstatus) in ToXML()
140 nspaces -= INDENT_DEPTH; in ToXML()
141 line = MakeIndent(MakeCloseTag(xmlstr::XML_TAG_REGION_GAMMA),nspaces); in ToXML()
/dports/dns/dlint/dlint-1.4.1/
H A Ddigparse191 $nspaces = 32 - length($f[0]);
192 $nspaces = 1 if $nspaces < 1;
193 print $f[0], " " x $nspaces;
197 $nspaces = 8 - length($str);
198 $nspaces = 1 if $nspaces < 1;
199 print "$str", " " x $nspaces;
/dports/biology/lamarc/lamarc-2.1.8/src/datalike/
H A Dphenotypes.cpp115 StringVec1d Phenotypes::GetPhenotypesXML(long nspaces) const in GetPhenotypesXML()
124 nspaces += INDENT_DEPTH; in GetPhenotypesXML()
128 line = MakeIndent(MakeTag(xmlstr::XML_TAG_GENOTYPE), nspaces); in GetPhenotypesXML()
130 nspaces += INDENT_DEPTH; in GetPhenotypesXML()
135 xmllines.push_back(MakeIndent(line, nspaces)); in GetPhenotypesXML()
141 nspaces += INDENT_DEPTH; in GetPhenotypesXML()
146 xmllines.push_back(MakeIndent(line, nspaces)); in GetPhenotypesXML()
151 xmllines.push_back(MakeIndent(line, nspaces)); in GetPhenotypesXML()
153 nspaces -= INDENT_DEPTH; in GetPhenotypesXML()
158 nspaces -= INDENT_DEPTH; in GetPhenotypesXML()
[all …]
H A Dregion.cpp455 nspaces += INDENT_DEPTH; in ToXML()
471 nspaces += INDENT_DEPTH; in ToXML()
477 line = MakeIndent(outtree,nspaces); in ToXML()
479 nspaces -= INDENT_DEPTH; in ToXML()
486 nspaces += INDENT_DEPTH; in ToXML()
493 nspaces += INDENT_DEPTH; in ToXML()
510 nspaces -= INDENT_DEPTH; in ToXML()
515 nspaces -= INDENT_DEPTH; in ToXML()
522 nspaces -= INDENT_DEPTH; in ToXML()
543 nspaces += INDENT_DEPTH; in MakeTraitsXML()
[all …]
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dserializer.c350 nspaces = nspace_add_if_not_declared(nspaces, NULL, XSD_NS); in flickcurl_serialize_photo()
351 nspaces = nspace_add_if_not_declared(nspaces, "rdf", RDF_NS); in flickcurl_serialize_photo()
352 nspaces = nspace_add_if_not_declared(nspaces, "flickr", FLICKR_NS); in flickcurl_serialize_photo()
355 nspaces = nspace_add_if_not_declared(nspaces, "places", PLACES_NS); in flickcurl_serialize_photo()
401 nspaces = nspace_add_new(nspaces, prefix, p+1); in flickcurl_serialize_photo()
418 nspaces = nspace_add_if_not_declared(nspaces, prefix, NULL); in flickcurl_serialize_photo()
425 nspaces = nspace_add_if_not_declared(nspaces, "dc", DCTERMS_NS); in flickcurl_serialize_photo()
429 nspaces = nspace_add_if_not_declared(nspaces, "foaf", FOAF_NS); in flickcurl_serialize_photo()
432 nspaces = nspace_add_if_not_declared(nspaces, "rdfs", RDFS_NS); in flickcurl_serialize_photo()
751 if(nspaces) in flickcurl_serialize_photo()
[all …]
/dports/devel/py-anyconfig/anyconfig-0.9.11/src/anyconfig/backend/
H A Dxml.py125 nspaces = options.get("nspaces", None)
126 if nspaces is not None:
130 prefix = nspaces.get(uri, False)
345 if nspaces is not None:
346 for uri, prefix in nspaces.items():
349 return elem_to_container(root, container=container, nspaces=nspaces,
490 nspaces = _namespaces_from_file(stream)
492 nspaces=nspaces, **opts)
505 nspaces=nspaces, **opts)
517 nspaces = _namespaces_from_file(path)
[all …]
/dports/french/med/med-4.0.0/src/misc/
H A DMEDsetFilter.c27 med_err _MEDsetFilter(const med_int nspaces, in _MEDsetFilter() argument
44 if ( (*filter).nspaces > 0 ) { in _MEDsetFilter()
46 ISCRUTE((*filter).nspaces); in _MEDsetFilter()
62 if ( nspaces > MED_MAX_FILTER_SPACES ) { in _MEDsetFilter()
78 (*filter).nspaces = nspaces; in _MEDsetFilter()
79 for (_i=0; _i < nspaces; ++_i) { in _MEDsetFilter()
/dports/games/heroes/heroes-0.21/src/
H A Dsprtext.c42 unsigned int nspaces; in compile_sprtext() local
49 text_width = compute_text_width (font, text, &nspaces); in compile_sprtext()
50 if (nspaces == 0) { /* we cannot justify a text without spaces */ in compile_sprtext()
69 unsigned int off = (maxwidth - text_width) / nspaces; in compile_sprtext()
72 --nspaces; in compile_sprtext()
98 unsigned int nspaces; in compile_sprtext_color() local
107 text_width = compute_text_width (font, text, &nspaces); in compile_sprtext_color()
108 if (nspaces == 0) { /* we cannot justify a text without spaces */ in compile_sprtext_color()
127 unsigned int off = (maxwidth - text_width) / nspaces; in compile_sprtext_color()
130 --nspaces; in compile_sprtext_color()
/dports/misc/bb/bb-1.3.0/
H A Dtextform.c311 int nspaces = 0, wishspaces=0; in outputline() local
323 nspaces++; in outputline()
324 if (nspaces == 0) in outputline()
325 nspaces = 1; in outputline()
326 wishspaces = width - length1 + nspaces+1; in outputline()
327 if(text[length2]=='\n') wishspaces=nspaces; in outputline()
329 nspaces = wishspaces = 1; in outputline()
360 {int z,m=((pspaces+1)*wishspaces)/nspaces-((pspaces)*wishspaces)/nspaces-1; in outputline()
/dports/biology/lamarc/lamarc-2.1.8/src/force/
H A Dforce.cpp355 nspaces += INDENT_DEPTH; in ToXML()
392 line = MakeIndent(mytag, nspaces); in ToXML()
394 nspaces += INDENT_DEPTH; in ToXML()
411 nspaces -= INDENT_DEPTH; in ToXML()
451 nspaces -= INDENT_DEPTH; in ToXML()
1137 nspaces += INDENT_DEPTH; in ToXML()
1838 nspaces += INDENT_DEPTH; in ToXML()
1848 nspaces += INDENT_DEPTH; in ToXML()
1853 nspaces += INDENT_DEPTH; in ToXML()
1869 nspaces -= INDENT_DEPTH; in ToXML()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_warp_tables.c7 static int nspaces = 3; /* number of spaces to include in tables */ variable
32 for(i=0;i<nspaces;i++) { /* dsrow->nds;i++){ */ in get_session_dset_id()
89 for(i=0;i<nspaces;i++) { in set_session_dset()
115 calloc(nspaces, sizeof(THD_3dim_dataset *)); in set_session_dset()
136 calloc(nspaces, sizeof(THD_3dim_dataset *)); in set_session_dset()
212 nspaces = n; in set_nspaces()
221 if (asl) nspaces = asl->nspaces; in set_atlas_nspaces()
222 else nspaces = 0; in set_atlas_nspaces()
229 return(nspaces); in get_nspaces()
/dports/french/med/med-4.0.0/src/ci/
H A DMEDfilterClose.c42 for (_i=0; _i < (*filter).nspaces; ++_i) { in MEDfilterClose()
47 ISCRUTE((*filter).nspaces); in MEDfilterClose()
56 ISCRUTE((*filter).nspaces); in MEDfilterClose()
63 (*filter).nspaces=0; in MEDfilterClose()
79 (*filter).nspaces=0; in MEDfilterClose()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/ui-v2/tests/acceptance/dc/nspaces/
H A Dindex.feature3 Feature: dc / nspaces / index: Nspaces List
14 When I visit the nspaces page for yaml
22 Scenario: Searching the nspaces
32 And I click actions on the nspaces
33 Then I don't see delete on the nspaces
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/ui-v2/tests/acceptance/dc/nspaces/
H A Dindex.feature3 Feature: dc / nspaces / index: Nspaces List
14 When I visit the nspaces page for yaml
22 Scenario: Searching the nspaces
32 And I click actions on the nspaces
33 Then I don't see delete on the nspaces
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/tests/acceptance/dc/nspaces/
H A Dindex.feature3 Feature: dc / nspaces / index: Nspaces List
22 When I visit the nspaces page for yaml
30 Scenario: Searching the nspaces
40 And I click nspaces.1.actions
41 Then I don't see nspaces.1.delete
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/nspaces/
H A Dindex.feature3 Feature: dc / nspaces / index: Nspaces List
22 When I visit the nspaces page for yaml
30 Scenario: Searching the nspaces
40 And I click nspaces.1.actions
41 Then I don't see nspaces.1.delete
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/nspaces/
H A Dindex.feature3 Feature: dc / nspaces / index: Nspaces List
22 When I visit the nspaces page for yaml
30 Scenario: Searching the nspaces
40 And I click nspaces.1.actions
41 Then I don't see nspaces.1.delete
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DChildReference.java318 public String dumpString(int nspaces, boolean dumpTags) { in dumpString() argument
321 sb.append(TreeUtils.indent(nspaces)); in dumpString()
324 sb.append(DbLsn.dumpString(lsn, nspaces)); in dumpString()
328 sb.append(TreeUtils.indent(nspaces)); in dumpString()
331 sb.append(Key.dumpString(key, nspaces)); in dumpString()
335 sb.append(TreeUtils.indent(nspaces)); in dumpString()
338 sb.append(target.dumpString(nspaces, true)); in dumpString()
341 sb.append(TreeUtils.indent(nspaces)); in dumpString()
/dports/shells/klish/klish-2.1.4/clish/view/
H A Dview.c61 this->nspaces = lub_list_new(NULL); in clish_view_init()
86 while ((iter = lub_list__get_head(this->nspaces))) { in clish_view_fini()
88 lub_list_del(this->nspaces, iter); in clish_view_fini()
94 lub_list_free(this->nspaces); in clish_view_fini()
239 for(iter = lub_list__get_tail(this->nspaces); in clish_view_find_command()
303 for(iter = lub_list__get_tail(this->nspaces); in clish_view_find_next_completion()
320 lub_list_add(this->nspaces, nspace); in clish_view_insert_nspace()
329 for(iter = lub_list__get_head(this->nspaces); in clish_view_clean_proxy()
346 return this->nspaces; in clish_view__get_nspace_tree()
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/app/templates/
H A Dapplication.hbs11 {{document-attrs class="has-nspaces"}}
29 @nspaces={{nspaces}}
30 @nspace={{or nspace nspaces.firstObject}}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/templates/
H A Dapplication.hbs11 {{document-attrs class="has-nspaces"}}
29 @nspaces={{nspaces}}
30 @nspace={{or nspace nspaces.firstObject}}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/templates/
H A Dapplication.hbs11 {{document-attrs class="has-nspaces"}}
29 @nspaces={{nspaces}}
30 @nspace={{or nspace nspaces.firstObject}}

12345678910>>...21