Home
last modified time | relevance | path

Searched refs:FindNode (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/dports/multimedia/winff/WinFF-gtk2-1.5.5_21/winff/
H A Dunit6.pas69 subnode:= node.FindNode('label');
113 subnode:= node.FindNode('label');
124 exlabel := presets.FindNode(pn).FindNode('label').FindNode('#text').NodeValue;
125 exparams := presets.FindNode(pn).FindNode('params').FindNode('#text').NodeValue;
126 exext := presets.FindNode(pn).FindNode('extension').FindNode('#text').NodeValue;
127 excat := presets.FindNode(pn).FindNode('category').FindNode('#text').NodeValue;
133 exportpreset.FindNode(pn).AppendChild(newnode);
142 exportpreset.FindNode(pn).FindNode('label').AppendChild(newnode);
144 exportpreset.FindNode(pn).FindNode('params').AppendChild(newnode);
146 exportpreset.FindNode(pn).FindNode('extension').AppendChild(newnode);
[all …]
H A Dunit2.pas132 subnode:= node.FindNode('label');
140 edit2.Text:= presets.FindNode(pn).FindNode('label').FindNode('#text').NodeValue;
141 if presets.FindNode(pn).FindNode('params').HasChildNodes then
142 edit3.Text:= presets.FindNode(pn).FindNode('params').FindNode('#text').NodeValue
145 edit4.Text:= presets.FindNode(pn).FindNode('extension').FindNode('#text').NodeValue;
146 if presets.FindNode(pn).FindNode('category').HasChildNodes then
147 edit5.Text:= presets.FindNode(pn).FindNode('category').FindNode('#text').NodeValue
184 presets.findnode(pn).FindNode('label').FindNode('#text').NodeValue := edit2.text;
186 presets.findnode(pn).FindNode('params').FindNode('#text').NodeValue := edit3.text
192 presets.findnode(pn).FindNode('extension').FindNode('#text').NodeValue := edit4.text;
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/pcad/
H A Dpcb.cpp147 lNode = FindNode( aNode, wxT( "compDef" ) ); in FindCompDefName()
184 FindNode( tNode, in SetTextProperty()
197 FindNode( tNode, in SetTextProperty()
220 tNode = FindNode( t1Node, wxT( "attr" ) ); in SetTextProperty()
334 FindNode( tNode, in DoPCBComponents()
343 FindNode( tNode, in DoPCBComponents()
535 if( FindNode( aNode, wxT( "layerNum" ) ) ) in MapLayer()
544 if( FindNode( aNode, wxT( "layerType" ) ) ) in MapLayer()
560 if( FindNode( aNode, wxT( "netNameRef" ) ) ) in MapLayer()
754 layerType = FindNode( aNode, in ParseBoard()
[all …]
H A Dpcb_copper_pour.cpp55 lNode = FindNode( aNode, wxT( "netNameRef" ) ); in Parse()
66 if( FindNode( aNode, wxT( "width" ) ) ) in Parse()
68 SetWidth( FindNode( aNode, wxT( "width" ) )->GetNodeContent(), aDefaultUnits, &m_width, in Parse()
72 if( FindNode( aNode, wxT( "pourSpacing" ) ) ) in Parse()
74 SetWidth( FindNode( aNode, wxT( "pourSpacing" ) )->GetNodeContent(), aDefaultUnits, in Parse()
78 if( FindNode( aNode, wxT( "thermalWidth" ) ) ) in Parse()
80 SetWidth( FindNode( aNode, wxT( "thermalWidth" ) )->GetNodeContent(), aDefaultUnits, in Parse()
84 if( FindNode( aNode, wxT( "island" ) ) ) in Parse()
87 lNode = FindNode( aNode, wxT( "pcbPoly" ) ); in Parse()
H A Dpcb_via.cpp56 lNode = FindNode( aNode, wxT( "viaStyleRef" ) ); in Parse()
66 lNode = FindNode( aNode, wxT( "pt" ) ); in Parse()
74 lNode = FindNode( aNode, wxT( "netNameRef" ) ); in Parse()
90 lNode = FindNode( lNode, wxT( "library" ) ); in Parse()
95 lNode = FindNode( lNode, wxT( "viaStyleDef" ) ); in Parse()
113 lNode = FindNode( tNode, wxT( "holeDiam" ) ); in Parse()
118 lNode = FindNode( tNode, wxT( "viaShape" ) ); in Parse()
126 if( FindNode( lNode, wxT( "layerNumRef" ) ) ) in Parse()
H A Dpcb_footprint.cpp75 lNode = FindNode( aNode, wxT( "patternDef" ) ); in FindModulePatternDefName()
82 FindNode( lNode, in FindModulePatternDefName()
138 if( FindNode( lNode, wxT( "attachedPattern" ) ) ) in FindPatternMultilayerSection()
140 FindNode( FindNode( lNode, wxT( "attachedPattern" ) ), in FindPatternMultilayerSection()
169 FindNode( aNode, in FindPatternMultilayerSection()
175 if( FindNode( aNode, wxT( "patternGraphicsDef" ) ) ) in FindPatternMultilayerSection()
184 result = FindNode( lNode, wxT( "multiLayer" ) ); in FindPatternMultilayerSection()
193 FindNode( lNode, in FindPatternMultilayerSection()
241 if( FindNode( aNode, wxT( "layerNumRef" ) ) ) in DoLayerContentsObjects()
289 tNode = FindNode( lNode, wxT( "textStyleRef" ) ); in DoLayerContentsObjects()
[all …]
H A Dpcb_arc.cpp68 if( FindNode( aNode, wxT( "width" ) ) ) in Parse()
70 SetWidth( FindNode( aNode, wxT( "width" ) )->GetNodeContent(), aDefaultUnits, &m_Width, in Parse()
77 lNode = FindNode( aNode, wxT( "pt" ) ); in Parse()
117 lNode = FindNode( aNode, wxT( "pt" ) ); in Parse()
125 lNode = FindNode( aNode, wxT( "radius" ) ); in Parse()
129 SetWidth( FindNode( aNode, wxT( "radius" ) )->GetNodeContent(), aDefaultUnits, &r, in Parse()
134 lNode = FindNode( aNode, wxT( "startAngle" ) ); in Parse()
139 lNode = FindNode( aNode, wxT( "sweepAngle" ) ); in Parse()
H A Dpcb_pad_shape.cpp57 lNode = FindNode( aNode, wxT( "padShapeType" ) ); in Parse()
66 lNode = FindNode( aNode, wxT( "layerNumRef" ) ); in Parse()
82 lNode = FindNode( aNode, wxT( "shapeWidth" ) ); in Parse()
87 lNode = FindNode( aNode, wxT( "shapeHeight" ) ); in Parse()
95 lNode = FindNode( aNode, wxT( "shapeOutline" ) ); in Parse()
98 lNode = FindNode( lNode, wxT( "pt" ) ); in Parse()
H A Dpcb_pad.cpp72 lNode = FindNode( aNode, wxT( "padNum" ) ); in Parse()
80 lNode = FindNode( aNode, wxT( "padStyleRef" ) ); in Parse()
89 lNode = FindNode( aNode, wxT( "pt" ) ); in Parse()
97 lNode = FindNode( aNode, wxT( "rotation" ) ); in Parse()
106 lNode = FindNode( aNode, wxT( "netNameRef" ) ); in Parse()
117 lNode = FindNode( aNode, wxT( "defaultPinDes" ) ); in Parse()
132 lNode = FindNode( lNode, wxT( "library" ) ); in Parse()
137 lNode = FindNode( lNode, wxT( "padStyleDef" ) ); in Parse()
152 cNode = FindNode( lNode, wxT( "holeDiam" ) ); in Parse()
160 cNode = FindNode( lNode, wxT( "padShape" ) ); in Parse()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/test/unit/ImportExport/MDL/
H A DutMDLImporter_HL1_ImportSettings.cpp73 EXPECT_EQ(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_SEQUENCE_INFOS)); in importSettings()
74 EXPECT_EQ(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_SEQUENCE_GROUPS)); in importSettings()
75 … EXPECT_EQ(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_SEQUENCE_TRANSITION_GRAPH)); in importSettings()
90 … const aiNode *sequence_infos = scene->mRootNode->FindNode(AI_MDL_HL1_NODE_SEQUENCE_INFOS); in importSettings()
108 … const aiNode *sequence_infos = scene->mRootNode->FindNode(AI_MDL_HL1_NODE_SEQUENCE_INFOS); in importSettings()
122 … EXPECT_NE(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_SEQUENCE_TRANSITION_GRAPH)); in importSettings()
133 … EXPECT_EQ(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_SEQUENCE_TRANSITION_GRAPH)); in importSettings()
144 … EXPECT_EQ(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_BONE_CONTROLLERS)); in importSettings()
155 EXPECT_EQ(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_ATTACHMENTS)); in importSettings()
166 EXPECT_EQ(nullptr, scene->mRootNode->FindNode(AI_MDL_HL1_NODE_HITBOXES)); in importSettings()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/dev/releaser/
H A Dprojectfile.pas41 config := FXml.FindNode('CONFIG');
44 projectNode := config.FindNode('ProjectOptions');
47 generalNode := projectNode.FindNode('General');
50 titleNode := generalNode.FindNode('Title');
95 subNode := versionNode.FindNode(ATag);
103 config := FXml.FindNode('CONFIG');
106 projectNode := config.FindNode('ProjectOptions');
109 versionNode := projectNode.FindNode('VersionInfo');
158 subNode := versionNode.FindNode(ATag) as TDOMElement;
178 config := FXml.FindNode('CONFIG');
[all …]
H A Dpackagefile.pas43 config := FXml.FindNode('CONFIG');
46 packageNode := config.FindNode('Package');
49 nameNode := packageNode.FindNode('Name');
89 config := FXml.FindNode('CONFIG');
92 packageNode := config.FindNode('Package');
95 versionNode := packageNode.FindNode('Version');
142 config := FXml.FindNode('CONFIG');
145 packageNode := config.FindNode('Package');
148 versionNode := packageNode.FindNode('Version');
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/dev/releaser/
H A Dprojectfile.pas41 config := FXml.FindNode('CONFIG');
44 projectNode := config.FindNode('ProjectOptions');
47 generalNode := projectNode.FindNode('General');
50 titleNode := generalNode.FindNode('Title');
95 subNode := versionNode.FindNode(ATag);
103 config := FXml.FindNode('CONFIG');
106 projectNode := config.FindNode('ProjectOptions');
109 versionNode := projectNode.FindNode('VersionInfo');
158 subNode := versionNode.FindNode(ATag) as TDOMElement;
178 config := FXml.FindNode('CONFIG');
[all …]
H A Dpackagefile.pas43 config := FXml.FindNode('CONFIG');
46 packageNode := config.FindNode('Package');
49 nameNode := packageNode.FindNode('Name');
89 config := FXml.FindNode('CONFIG');
92 packageNode := config.FindNode('Package');
95 versionNode := packageNode.FindNode('Version');
142 config := FXml.FindNode('CONFIG');
145 packageNode := config.FindNode('Package');
148 versionNode := packageNode.FindNode('Version');
/dports/games/widelands/widelands-build21/src/logic/map_objects/
H A Dfindnode.h32 struct FindNode { struct
64 explicit FindNode(const FindNode& o) { in FindNode() argument
68 ~FindNode() { in ~FindNode() argument
72 FindNode& operator=(const FindNode& o) {
79 template <typename T> FindNode(const T& op) { in FindNode() function
104 void add(const FindNode&, bool negate = false); argument
111 FindNode findfield;
113 Subfunctor(const FindNode&, bool init_negate);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/include/assimp/
H A Dscene.h173 inline const aiNode* FindNode(const aiString& name) const in FindNode() function
175 return FindNode(name.data); in FindNode()
179 inline aiNode* FindNode(const aiString& name) in FindNode() function
181 return FindNode(name.data); in FindNode()
185 inline const aiNode* FindNode(const char* name) const in FindNode() function
190 const aiNode* const p = mChildren[i]->FindNode(name); in FindNode()
199 inline aiNode* FindNode(const char* name) in FindNode() function
204 aiNode* const p = mChildren[i]->FindNode(name); in FindNode()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/include/assimp/
H A Dscene.h175 inline const aiNode* FindNode(const aiString& name) const in FindNode() function
177 return FindNode(name.data); in FindNode()
181 inline aiNode* FindNode(const aiString& name) in FindNode() function
183 return FindNode(name.data); in FindNode()
187 inline const aiNode* FindNode(const char* name) const in FindNode() function
192 const aiNode* const p = mChildren[i]->FindNode(name); in FindNode()
201 inline aiNode* FindNode(const char* name) in FindNode() function
206 aiNode* const p = mChildren[i]->FindNode(name); in FindNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/v2/stream_model/
H A Dfeature_tree.cc51 const StreamNode* FeatureTree::FindNode(ContentTag id) const { in FindNode() function in feed::stream_model::FeatureTree
52 return const_cast<FeatureTree*>(this)->FindNode(id); in FindNode()
55 StreamNode* FeatureTree::FindNode(ContentTag id) { in FindNode() function in feed::stream_model::FeatureTree
86 StreamNode* parent = FindNode(parent_id); in ApplyStreamStructure()
146 DCHECK(!FindNode(root_tag_) || FindNode(root_tag_)->is_stream) << root_tag_; in ResolveRoot()
147 DCHECK(!FindNode(root_tag_) || !FindNode(root_tag_)->tombstoned); in ResolveRoot()
148 DCHECK(!FindNode(root_tag_) || !FindNode(root_tag_)->has_parent); in ResolveRoot()
174 const StreamNode* node = FindNode(tag); in GetVisibleContent()
201 const StreamNode* node = FindNode(tag); in DumpStateForTesting()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/include/assimp/
H A Dscene.h149 const aiNode* FindNode(const aiString& name) const { in FindNode() function
150 return FindNode(name.data); in FindNode()
154 aiNode* FindNode(const aiString& name) { in FindNode() function
155 return FindNode(name.data); in FindNode()
158 const aiNode* FindNode(const char* name) const;
160 aiNode* FindNode(const char* name);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/stream_model/
H A Dfeature_tree.cc96 const StreamNode* FeatureTree::FindNode(ContentTag id) const { in FindNode() function in feed::stream_model::FeatureTree
97 return const_cast<FeatureTree*>(this)->FindNode(id); in FindNode()
100 StreamNode* FeatureTree::FindNode(ContentTag id) { in FindNode() function in feed::stream_model::FeatureTree
132 StreamNode* parent = FindNode(parent_id); in ApplyStreamStructure()
192 DCHECK(!FindNode(root_tag_) || FindNode(root_tag_)->is_stream) << root_tag_; in ResolveRoot()
193 DCHECK(!FindNode(root_tag_) || !FindNode(root_tag_)->tombstoned); in ResolveRoot()
194 DCHECK(!FindNode(root_tag_) || !FindNode(root_tag_)->has_parent); in ResolveRoot()
220 const StreamNode* node = FindNode(tag); in GetVisibleContent()
247 const StreamNode* node = FindNode(tag); in DumpStateForTesting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.cc41 Error MemFs::FindNode(const Path& path, int type, ScopedNode* out_node) { in FindNode() function in nacl_io::MemFs
83 Error error = FindNode(path, 0, &node); in OpenWithMode()
91 error = FindNode(path.Parent(), S_IFDIR, &parent); in OpenWithMode()
126 int error = FindNode(path.Parent(), S_IFDIR, &parent); in Mkdir()
166 int error = FindNode(src_path, 0, &src_node); in Rename()
171 error = FindNode(src_path.Parent(), S_IFDIR, &src_parent); in Rename()
176 error = FindNode(target_path.Parent(), 0, &target_parent); in Rename()
184 error = FindNode(target_path, 0, &target_node); in Rename()
242 int error = FindNode(path.Parent(), S_IFDIR, &parent); in RemoveInternal()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkDataAssembly.cxx340 pugi::xml_node FindNode(int id) const in FindNode() function in vtkDataAssembly::vtkInternals
510 auto node = internals.FindNode(parent); in AddSubtree()
613 auto node = internals.FindNode(id); in RemoveNode()
640 if (auto node = internals.FindNode(id)) in SetNodeName()
655 if (auto node = internals.FindNode(id)) in GetNodeName()
669 auto node = internals.FindNode(id); in GetNodePath()
690 auto node = internals.FindNode(id); in AddDataSetIndex()
713 auto node = internals.FindNode(id); in AddDataSetIndices()
752 auto node = internals.FindNode(id); in RemoveDataSetIndex()
774 auto node = internals.FindNode(id); in RemoveAllDataSetIndices()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A Dscene.h155 const aiNode* FindNode(const aiString& name) const { in FindNode() function
156 return FindNode(name.data); in FindNode()
160 aiNode* FindNode(const aiString& name) { in FindNode() function
161 return FindNode(name.data); in FindNode()
164 const aiNode* FindNode(const char* name) const;
166 aiNode* FindNode(const char* name);
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A Dscene.h155 const aiNode* FindNode(const aiString& name) const { in FindNode() function
156 return FindNode(name.data); in FindNode()
160 aiNode* FindNode(const aiString& name) { in FindNode() function
161 return FindNode(name.data); in FindNode()
164 const aiNode* FindNode(const char* name) const;
166 aiNode* FindNode(const char* name);
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A Dscene.h155 const aiNode* FindNode(const aiString& name) const { in FindNode() function
156 return FindNode(name.data); in FindNode()
160 aiNode* FindNode(const aiString& name) { in FindNode() function
161 return FindNode(name.data); in FindNode()
164 const aiNode* FindNode(const char* name) const;
166 aiNode* FindNode(const char* name);

12345678910>>...46