Home
last modified time | relevance | path

Searched refs:localForm (Results 1 – 25 of 53) sorted by relevance

123

/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DFunction3dHandler.cpp42 string locname = StrX(localname).localForm(); in startElement()
51 f_.name = StrX(attributes.getValue(index)).localForm(); in startElement()
86 f_.nx = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
90 f_.ny = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
119 fnx_ = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
123 fny_ = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
127 fnz_ = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
131 x0_ = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
135 y0_ = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
139 z0_ = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
[all …]
H A DAtomSetHandler.cpp45 string locname = StrX(localname).localForm(); in startElement()
55 string attrname = StrX(attributes.getLocalName(index)).localForm(); in startElement()
56 string attrval = StrX(attributes.getValue(index)).localForm(); in startElement()
82 string attrname = StrX(attributes.getLocalName(index)).localForm(); in startElement()
85 current_atom_name = StrX(attributes.getValue(index)).localForm(); in startElement()
89 current_atom_species = StrX(attributes.getValue(index)).localForm(); in startElement()
99 string locname = StrX(localname).localForm(); in endElement()
149 string locname = StrX(localname).localForm(); in startSubHandler()
156 string attrname = StrX(attributes.getLocalName(index)).localForm(); in startSubHandler()
159 current_species_name = StrX(attributes.getValue(index)).localForm(); in startSubHandler()
[all …]
H A DWavefunctionHandler.cpp69 string locname = StrX(localname).localForm(); in startElement()
83 ecut = atof(StrX(attributes.getValue(index)).localForm()); in startElement()
87 nspin = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
91 nempty = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
95 nel = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
121 string attrval = StrX(attributes.getValue(index)).localForm(); in startElement()
148 string attrval = StrX(attributes.getValue(index)).localForm(); in startElement()
176 string attrval = StrX(attributes.getValue(index)).localForm(); in startElement()
200 string attrval = StrX(attributes.getValue(index)).localForm(); in startElement()
364 string locname = StrX(localname).localForm(); in endElement()
[all …]
H A DSpeciesHandler.cpp42 string attrname = StrX(attributes.getLocalName(index)).localForm(); in read()
45 current_l = atoi(StrX(attributes.getValue(index)).localForm()); in read()
49 current_size = atoi(StrX(attributes.getValue(index)).localForm()); in read()
53 current_i = atoi(StrX(attributes.getValue(index)).localForm()) - 1; in read()
57 current_j = atoi(StrX(attributes.getValue(index)).localForm()) - 1; in read()
87 string locname = StrX(localname).localForm(); in startElement()
95 string attrname = StrX(attributes.getLocalName(index)).localForm(); in startElement()
98 current_name = StrX(attributes.getValue(index)).localForm(); in startElement()
103 current_href = StrX(attributes.getValue(index)).localForm(); in startElement()
138 string locname = StrX(localname).localForm(); in endElement()
H A DStrX.h48 const char* localForm() const in localForm() function
65 target << toDump.localForm();
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DStrX.h82 const char* localForm() const in localForm() function
106 target << (toDump.localForm()==NULL ? "NULL" : toDump.localForm() );
113 target << (toDump.localForm()==NULL ? "NULL" : toDump.localForm() );
H A DValidationEventHandler.cpp53 thePrefix = StrX(prefix).localForm(); in AttributeValidationInfo()
56 theUri = StrX(uri).localForm(); in AttributeValidationInfo()
59 theLocalName = StrX(localName).localForm(); in AttributeValidationInfo()
61 theValue = StrX(value).localForm(); in AttributeValidationInfo()
71 _value = StrX(chars, length).localForm(); in TextValidationInfo()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/scale/
H A Dtest18.c26 Widget localForm, localLabel; in main() local
50 localForm = XtVaCreateManagedWidget("localForm", in main()
58 localForm, in main()
68 localForm, in main()
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/XSValueTest/
H A DXSValueTest.hpp72 const char* localForm() const in localForm() function in StrX
104 #define LocForm(str) StrX(str).localForm()
108 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/SAX2Print/
H A DSAX2Print.hpp59 const char* localForm() const in localForm() function in StrX
76 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/SAXPrint/
H A DSAXPrint.hpp59 const char* localForm() const in localForm() function in StrX
76 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/Redirect/
H A DRedirect.hpp61 const char* localForm() const in localForm() function in StrX
79 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/SAX2Count/
H A DSAX2Count.hpp64 const char* localForm() const in localForm() function in StrX
81 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/MemParse/
H A DMemParse.hpp65 const char* localForm() const in localForm() function in StrX
83 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/PParse/
H A DPParse.hpp61 const char* localForm() const in localForm() function in StrX
79 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/SAXCount/
H A DSAXCount.hpp62 const char* localForm() const in localForm() function in StrX
79 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/StdInParse/
H A DStdInParse.hpp61 const char* localForm() const in localForm() function in StrX
78 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/PSVIWriter/
H A DPSVIWriter.hpp64 const char* localForm() const in localForm() function in StrX
81 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/XSerializerTest/
H A DXSerializerTest.hpp65 const char* localForm() const in localForm() function in StrX
82 target << toDump.localForm(); in operator <<()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/Utils/MsgCreator/
H A DMsgCreator.hpp62 const char* localForm() const in localForm() function in StrX
79 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/XInclude/
H A DXInclude.hpp107 const char* localForm() const in localForm() function in StrX
124 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/DOMCount/
H A DDOMCount.hpp106 const char* localForm() const in localForm() function in StrX
123 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/DOMPrint/
H A DDOMTreeErrorReporter.hpp104 const char* localForm() const in localForm() function in StrX
121 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/InitTermTest/
H A DInitTermTest.hpp114 const char* localForm() const in localForm() function in StrX
131 target << toDump.localForm(); in operator <<()
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/XSTSHarness/
H A DXSTSHarness.hpp78 const char* localForm() const in localForm() function in StrX
95 target << toDump.localForm(); in operator <<()

123