Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 25 of 3081) sorted by relevance

12345678910>>...124

/dports/www/moodle310/moodle/lib/spout/src/Spout/Reader/XLSX/Helper/
H A DCellValueFormatter.php144 * @param string $nodeValue
151 $sharedStringIndex = (int) $nodeValue;
161 * @param string $nodeValue
166 $escapedCellValue = trim($nodeValue);
176 * @param string $nodeValue
189 $nodeIntValue = (int) $nodeValue;
205 * @param float $nodeValue
242 * @param float $nodeValue
272 * @param string $nodeValue
277 return (bool) $nodeValue;
[all …]
/dports/www/moodle311/moodle/lib/spout/src/Spout/Reader/XLSX/Helper/
H A DCellValueFormatter.php144 * @param string $nodeValue
151 $sharedStringIndex = (int) $nodeValue;
161 * @param string $nodeValue
166 $escapedCellValue = \trim($nodeValue);
176 * @param string $nodeValue
189 $nodeIntValue = (int) $nodeValue;
205 * @param float $nodeValue
242 * @param float $nodeValue
272 * @param string $nodeValue
277 return (bool) $nodeValue;
[all …]
/dports/www/moodle39/moodle/lib/spout/src/Spout/Reader/XLSX/Helper/
H A DCellValueFormatter.php144 * @param string $nodeValue
151 $sharedStringIndex = (int) $nodeValue;
161 * @param string $nodeValue
166 $escapedCellValue = trim($nodeValue);
176 * @param string $nodeValue
189 $nodeIntValue = (int) $nodeValue;
205 * @param float $nodeValue
242 * @param float $nodeValue
272 * @param string $nodeValue
277 return (bool) $nodeValue;
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/qt/
H A Dshot_qt.h20 tra[0] = attr.namedItem("TranslationVector").nodeValue().section(' ',0,0).toDouble(); in ReadShotFromQDomNode()
21 tra[1] = attr.namedItem("TranslationVector").nodeValue().section(' ',1,1).toDouble(); in ReadShotFromQDomNode()
34 cam.FocalMm = attr.namedItem("FocalMm").nodeValue().toDouble(); in ReadShotFromQDomNode()
37 cam.CenterPx[0] = attr.namedItem("CenterPx").nodeValue().section(' ',0,0).toInt(); in ReadShotFromQDomNode()
65 tra[0] = attr.namedItem("SimTra").nodeValue().section(' ',0,0).toDouble(); in ReadShotFromOLDXML()
66 tra[1] = attr.namedItem("SimTra").nodeValue().section(' ',1,1).toDouble(); in ReadShotFromOLDXML()
67 tra[2] = attr.namedItem("SimTra").nodeValue().section(' ',2,2).toDouble(); in ReadShotFromOLDXML()
78 cam.FocalMm = attr.namedItem("Focal").nodeValue().toDouble(); in ReadShotFromOLDXML()
85 cam.k[0] = attr.namedItem("LensDist").nodeValue().section(' ',0,0).toDouble(); in ReadShotFromOLDXML()
86 cam.k[1] = attr.namedItem("LensDist").nodeValue().section(' ',1,1).toDouble(); in ReadShotFromOLDXML()
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/qt/
H A Dshot_qt.h22 QString str = attr.namedItem("TranslationVector").nodeValue(); in ReadShotFromQDomNode()
28 str = attr.namedItem("RotationMatrix").nodeValue(); in ReadShotFromQDomNode()
58 cam.FocalMm = attr.namedItem("FocalMm").nodeValue().toDouble(); in ReadShotFromQDomNode()
89 tra[0] = attr.namedItem("SimTra").nodeValue().section(' ',0,0).toDouble(); in ReadShotFromOLDXML()
90 tra[1] = attr.namedItem("SimTra").nodeValue().section(' ',1,1).toDouble(); in ReadShotFromOLDXML()
91 tra[2] = attr.namedItem("SimTra").nodeValue().section(' ',2,2).toDouble(); in ReadShotFromOLDXML()
102 cam.FocalMm = attr.namedItem("Focal").nodeValue().toDouble(); in ReadShotFromOLDXML()
105 cam.CenterPx[0] = attr.namedItem("Center").nodeValue().section(' ',0,0).toInt(); in ReadShotFromOLDXML()
109 cam.k[0] = attr.namedItem("LensDist").nodeValue().section(' ',0,0).toDouble(); in ReadShotFromOLDXML()
110 cam.k[1] = attr.namedItem("LensDist").nodeValue().section(' ',1,1).toDouble(); in ReadShotFromOLDXML()
[all …]
/dports/multimedia/openshot/openshot-qt-2.6.1/src/classes/exporters/
H A Dfinal_cut_pro.py45 effectName = effectNode.getElementsByTagName("name")[0].childNodes[0].nodeValue
118 xmldoc.getElementsByTagName("name")[0].childNodes[0].nodeValue = file_name
119 xmldoc.getElementsByTagName("uuid")[0].childNodes[0].nodeValue = str(uuid1())
120 xmldoc.getElementsByTagName("duration")[0].childNodes[0].nodeValue = duration
121 xmldoc.getElementsByTagName("width")[0].childNodes[0].nodeValue = app.project.get("width")
122 xmldoc.getElementsByTagName("height")[0].childNodes[0].nodeValue = app.project.get("height")
123 …xmldoc.getElementsByTagName("samplerate")[0].childNodes[0].nodeValue = app.project.get("sample_rat…
126 childNode.childNodes[0].nodeValue = fps_float
160 videoTrackNode.getElementsByTagName("locked")[0].childNodes[0].nodeValue = "TRUE"
161 audioTrackNode.getElementsByTagName("locked")[0].childNodes[0].nodeValue = "TRUE"
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/printing/tests/
H A Dtest_mathml.py407 0].nodeValue == '2'
410 0].nodeValue == ' '
413 0].nodeValue == 'a'
424 0].nodeValue == '2'
427 0].nodeValue == ' '
430 0].nodeValue == 'a'
732 ].nodeValue == 'x'
738 ].nodeValue == '0'
829 ].nodeValue == 'x'
831 ].nodeValue == '5'
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/printing/
H A Dtest_mathml.py29 assert nodes[0].nodeValue is None
330 assert mml.childNodes[0].nodeValue == 'x'
390 0].nodeValue == '2'
393 0].nodeValue == ' '
396 0].nodeValue == 'a'
407 0].nodeValue == '2'
410 0].nodeValue == ' '
413 0].nodeValue == 'a'
424 0].nodeValue == '2'
427 0].nodeValue == ' '
[all …]
/dports/www/moodle310/moodle/backup/cc/
H A Dentity11.quiz.class.php165 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
169 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
433 $continue = !empty($continue->nodeValue) ? strtolower($continue->nodeValue) : '';
460 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
478 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
526 $answertitle = !empty($correctans->nodeValue) ? $correctans->nodeValue : '';
555 … $answer_title = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
803 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
807 $score = !empty($score->item(0)->nodeValue) ? $score->item(0)->nodeValue : '';
995 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
[all …]
H A Dentity.quiz.class.php171 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
175 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
440 $continue = !empty($continue->nodeValue) ? strtolower($continue->nodeValue) : '';
467 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
485 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
512 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
537 …$answer_title = !empty($answer_title->item(0)->nodeValue) ? $answer_title->item(0)->nodeValue : '';
781 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
785 $score = !empty($score->item(0)->nodeValue) ? $score->item(0)->nodeValue : '';
972 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
[all …]
/dports/www/moodle39/moodle/backup/cc/
H A Dentity11.quiz.class.php165 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
169 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
433 $continue = !empty($continue->nodeValue) ? strtolower($continue->nodeValue) : '';
460 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
478 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
526 $answertitle = !empty($correctans->nodeValue) ? $correctans->nodeValue : '';
555 … $answer_title = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
803 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
807 $score = !empty($score->item(0)->nodeValue) ? $score->item(0)->nodeValue : '';
995 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
[all …]
H A Dentity.quiz.class.php171 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
175 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
440 $continue = !empty($continue->nodeValue) ? strtolower($continue->nodeValue) : '';
467 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
485 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
512 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
537 …$answer_title = !empty($answer_title->item(0)->nodeValue) ? $answer_title->item(0)->nodeValue : '';
781 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
785 $score = !empty($score->item(0)->nodeValue) ? $score->item(0)->nodeValue : '';
972 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
[all …]
/dports/www/moodle311/moodle/backup/cc/
H A Dentity11.quiz.class.php165 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
169 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
433 $continue = !empty($continue->nodeValue) ? strtolower($continue->nodeValue) : '';
460 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
478 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
526 $answertitle = !empty($correctans->nodeValue) ? $correctans->nodeValue : '';
555 … $answer_title = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
803 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
807 $score = !empty($score->item(0)->nodeValue) ? $score->item(0)->nodeValue : '';
995 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
[all …]
H A Dentity.quiz.class.php171 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
175 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
440 $continue = !empty($continue->nodeValue) ? strtolower($continue->nodeValue) : '';
467 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
485 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
512 … $feedback .= !empty($feedbacks->item(0)->nodeValue) ? $feedbacks->item(0)->nodeValue . ' ' : '';
537 …$answer_title = !empty($answer_title->item(0)->nodeValue) ? $answer_title->item(0)->nodeValue : '';
781 … $varequal = !empty($varequal->item(0)->nodeValue) ? $varequal->item(0)->nodeValue : '';
785 $score = !empty($score->item(0)->nodeValue) ? $score->item(0)->nodeValue : '';
972 … $field_label = !empty($field_label->item(0)->nodeValue) ? $field_label->item(0)->nodeValue : '';
[all …]
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/t/
H A D05text.t24 is( $textnode->nodeValue(), $foo, 'creation 3',);
59 is( $textnode->nodeValue(), $foo."FOO", 'expansion 3');
68 is( $textnode->nodeValue(), "fbar", 'Removal 1');
72 is( $textnode->nodeValue(), "f", 'Removal 2');
76 is( $textnode->nodeValue(), $foo, 'Removal 3');
79 is( $textnode->nodeValue(), $foo, 'Removal 4');
82 is( $textnode->nodeValue(), $foo, 'Removal 5');
85 is( $textnode->nodeValue(), "obar", 'Removal 6');
241 is( $textnode->nodeValue(), "t".$new_str."t",
251 is( $textnode->nodeValue(),
[all …]
/dports/www/moodle310/moodle/lib/spout/src/Spout/Reader/ODS/Helper/
H A DCellValueFormatter.php103 $currentPValue .= $childNode->nodeValue;
109 $currentPValue .= $childNode->nodeValue;
132 $nodeIntValue = (int) $nodeValue;
133 $nodeFloatValue = (float) $nodeValue;
149 return (bool) $nodeValue;
169 $cellValue = $nodeWithValueAlreadyFormatted->nodeValue;
174 $cellValue = new \DateTime($nodeValue);
176 throw new InvalidValueException($nodeValue);
200 $cellValue = $nodeWithValueAlreadyFormatted->nodeValue;
205 $cellValue = new \DateInterval($nodeValue);
[all …]
/dports/www/moodle39/moodle/lib/spout/src/Spout/Reader/ODS/Helper/
H A DCellValueFormatter.php103 $currentPValue .= $childNode->nodeValue;
109 $currentPValue .= $childNode->nodeValue;
132 $nodeIntValue = (int) $nodeValue;
133 $nodeFloatValue = (float) $nodeValue;
149 return (bool) $nodeValue;
169 $cellValue = $nodeWithValueAlreadyFormatted->nodeValue;
174 $cellValue = new \DateTime($nodeValue);
176 throw new InvalidValueException($nodeValue);
200 $cellValue = $nodeWithValueAlreadyFormatted->nodeValue;
205 $cellValue = new \DateInterval($nodeValue);
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/dom/
H A Dm_dom_character_data.m442 n = size(arg%nodeValue)
63 if (offset+count>size(arg%nodeValue)) then
64 c = str_vs(arg%nodeValue(offset+1:))
92 tmp => arg%nodeValue
134 tmp => arg%nodeValue
173 if (offset+count>size(arg%nodeValue)) then
174 n = size(arg%nodeValue)-offset
179 tmp => arg%nodeValue
215 if (offset+count>size(arg%nodeValue)) then
216 n = len(data)-(size(arg%nodeValue)-offset)
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/slf/
H A DCSlfReader.cpp142 long time = attr.namedItem("timeAbsolute").nodeValue().toLong(); in readMarkers()
153 long markerTime = attr.namedItem("duration").nodeValue().toLong(&ok); in readMarkers()
160 const QString& type = attr.namedItem("type").nodeValue(); in readMarkers()
164 long time = attr.namedItem("timeAbsolute").nodeValue().toLong(); in readMarkers()
173 qreal lat = attr.namedItem("latitude" ).nodeValue().toDouble(); in readMarkers()
174 qreal lon = attr.namedItem("longitude").nodeValue().toDouble(); in readMarkers()
176 QString name = attr.namedItem("title").nodeValue(); in readMarkers()
240 trkpt.lat = attr.namedItem("latitude" ).nodeValue().toDouble(); in readEntries()
241 trkpt.lon = attr.namedItem("longitude").nodeValue().toDouble(); in readEntries()
280 metadata.name = xml.namedItem("name" ).firstChild().nodeValue(); in readMetadata()
[all …]
/dports/www/moodle311/moodle/lib/spout/src/Spout/Reader/ODS/Helper/
H A DCellValueFormatter.php127 $textValue .= $childNode->nodeValue;
181 $nodeValue = $node->getAttribute(self::XML_ATTRIBUTE_VALUE);
183 $nodeIntValue = (int) $nodeValue;
184 $nodeFloatValue = (float) $nodeValue;
200 return (bool) $nodeValue;
220 $cellValue = $nodeWithValueAlreadyFormatted->nodeValue;
225 $cellValue = new \DateTime($nodeValue);
227 throw new InvalidValueException($nodeValue);
251 $cellValue = $nodeWithValueAlreadyFormatted->nodeValue;
256 $cellValue = new \DateInterval($nodeValue);
[all …]
/dports/textproc/domc/domc-0.8.0/src/
H A Ddom.c233 prevValue = attr->nodeValue; in DOM_Element_setAttribute()
248 free(attr->nodeValue); in DOM_Element_setAttribute()
452 dsize = mbssize(data->nodeValue); in DOM_CharacterData_appendData()
460 memcpy(str, data->nodeValue, dsize); in DOM_CharacterData_appendData()
464 prevValue = data->nodeValue; in DOM_CharacterData_appendData()
496 dsize = mbssize(data->nodeValue); in DOM_CharacterData_insertData()
504 o = mbsoff(data->nodeValue, offset) - data->nodeValue; in DOM_CharacterData_insertData()
505 memcpy(str, data->nodeValue, o); in DOM_CharacterData_insertData()
510 prevValue = data->nodeValue; in DOM_CharacterData_insertData()
546 p1size = p1 - data->nodeValue; in DOM_CharacterData_deleteData()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/importers/
H A Dxsplit.cpp123 QString url = attr.namedItem("item").nodeValue(); in parse_media_types()
286 QString opt = attr.namedItem("item").nodeValue(); in parse_items()
295 o_attr.namedItem("desktop").nodeValue(); in parse_items()
300 .nodeValue() in parse_items()
307 o_attr.namedItem("module").nodeValue(); in parse_items()
309 o_attr.namedItem("window").nodeValue(); in parse_items()
311 o_attr.namedItem("class").nodeValue(); in parse_items()
326 QString opt = attr.namedItem("item").nodeValue(); in parse_items()
339 o_attr.namedItem("imagename").nodeValue(); in parse_items()
363 QString id = attr.namedItem("item").nodeValue(); in parse_items()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/googleapis/gnostic/jsonschema/
H A Dwriter.go104 func (object *SchemaNumber) nodeValue() *yaml.Node { func
114 func (object *SchemaOrBoolean) nodeValue() *yaml.Node { func
116 return object.Schema.nodeValue()
135 content = append(content, item.nodeValue())
140 func (object *StringOrStringArray) nodeValue() *yaml.Node { func
152 return object.Schema.nodeValue()
162 return object.Schema.nodeValue()
170 func (object *SchemaEnumValue) nodeValue() *yaml.Node { func
199 content = append(content, item.nodeValue())
256 func (schema *Schema) nodeValue() *yaml.Node { func
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/googleapis/gnostic/jsonschema/
H A Dwriter.go104 func (object *SchemaNumber) nodeValue() *yaml.Node { func
114 func (object *SchemaOrBoolean) nodeValue() *yaml.Node { func
116 return object.Schema.nodeValue()
135 content = append(content, item.nodeValue())
140 func (object *StringOrStringArray) nodeValue() *yaml.Node { func
152 return object.Schema.nodeValue()
162 return object.Schema.nodeValue()
170 func (object *SchemaEnumValue) nodeValue() *yaml.Node { func
199 content = append(content, item.nodeValue())
256 func (schema *Schema) nodeValue() *yaml.Node { func
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/googleapis/gnostic/jsonschema/
H A Dwriter.go104 func (object *SchemaNumber) nodeValue() *yaml.Node { func
114 func (object *SchemaOrBoolean) nodeValue() *yaml.Node { func
116 return object.Schema.nodeValue()
135 content = append(content, item.nodeValue())
140 func (object *StringOrStringArray) nodeValue() *yaml.Node { func
152 return object.Schema.nodeValue()
162 return object.Schema.nodeValue()
170 func (object *SchemaEnumValue) nodeValue() *yaml.Node { func
199 content = append(content, item.nodeValue())
256 func (schema *Schema) nodeValue() *yaml.Node { func
[all …]

12345678910>>...124