Home
last modified time | relevance | path

Searched refs:Get_Attribute (Results 1 – 25 of 116) sorted by relevance

12345

/dports/textproc/xmlada/xmlada-e5bbafe/tests/dom/
H A Dtestxml.adb422 Put_Line ("Release: " & Get_Attribute (Top, "PROFILE"));
482 end Get_Attribute; argument
494 Put_Line ("Profile: " & Get_Attribute (N, "PROFILE"));
500 if Get_Attribute (Test, "TYPE") = "valid" then
504 elsif Get_Attribute (Test, "TYPE") = "not-wf" then
506 elsif Get_Attribute (Test, "TYPE") = "wf" then
508 elsif Get_Attribute (Test, "TYPE") = "error" then
520 (Get_Attribute (Test, "SECTIONS"));
522 (Get_Attribute (Test, "OUTPUT"));
524 (Get_Attribute (Test, "VERSION"));
[all …]
/dports/textproc/xmlada/xmlada-e5bbafe/tests/schema/
H A Dschematest.adb284 end Get_Attribute; argument
310 if Get_Attribute (N2, S_Validity) = "valid" then
312 elsif Get_Attribute (N2, S_Validity) = "invalid" then
331 if Get_Attribute (N2, S_Status) = "accepted"
332 or else Get_Attribute (N2, S_Status) = "stable"
335 elsif Get_Attribute (N2, S_Status) = "queried"
336 or else Get_Attribute (N2, S_Status) = "disputed-spec"
338 or else Get_Attribute (N2, S_Status) = "disputedTest"
366 Name : constant String := Get_Attribute (Schema, S_Name);
495 Name : constant String := Get_Attribute (Test, S_Name);
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dpointcloud.h167 …double Get_Attribute ( int iField) const { return( Get_Value(iField + 3) ); … in Get_Attribute() function
177 …double Get_Attribute (int iPoint, int iField) const { return( Get_Value(iPoint, iField + 3… in Get_Attribute() function
186 …virtual bool Get_Attribute ( int iField, CSG_String &Value) const { return( Get… in Get_Attribute() function
188 …virtual bool Get_Attribute (int iPoint, int iField, CSG_String &Value) const { return( Get… in Get_Attribute() function
/dports/devel/matreshka/matreshka-0.7.0/source/amf/mof/cmof/
H A Damf-internals-cmof_classifiers.adb104 overriding function Get_Attribute subprogram
112 end Get_Attribute;
H A Damf-internals-cmof_classifiers.ads65 overriding function Get_Attribute subprogspec
H A Damf-cmof-classifiers.ads69 not overriding function Get_Attribute subprogram
/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprconfig-knowledge.adb122 function Get_Attribute subprogspec
339 function Get_Attribute subprogram
349 end Get_Attribute; argument
613 Get_Attribute (Tmp, "contents", "");
631 (Get_Attribute (Tmp, "group", "0"));
687 (Get_Attribute (Tmp, "group", "0")));
733 Get_Attribute (N, "prefix", "@@");
924 (Get_Attribute (N2, "name", "")),
956 (Get_Attribute (N, "negate", "False"));
982 (Get_Attribute (N, "negate", "False"));
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/pointcloud/pointcloud_tools/
H A Dpc_drop_attribute.cpp158 default: pOutput->Set_Attribute(k, pInput->Get_Attribute(i, j)); break; in On_Execute()
160 …case SG_DATATYPE_String: CSG_String sAttr; pInput->Get_Attribute(i, j, sAttr); pOutput->Set_Attrib… in On_Execute()
H A Dpc_cut.cpp254 default: pCut->Set_Attribute(j, pPoints->Get_Attribute(i, j)); break; in Get_Cut()
256 …case SG_DATATYPE_String: CSG_String sAttr; pPoints->Get_Attribute(i, j, sAttr); pCut->Set_Attribut… in Get_Cut()
319 default: pCut->Set_Attribute(j, pPoints->Get_Attribute(i, j)); break; in Get_Cut()
321 …case SG_DATATYPE_String: CSG_String sAttr; pPoints->Get_Attribute(i, j, sAttr); pCut->Set_Attribut… in Get_Cut()
H A Dpc_ground_filter.cpp175 default: pPC_out->Set_Attribute(i, j, pPC_in->Get_Attribute(i, j)); break; in On_Execute()
177 …case SG_DATATYPE_String: CSG_String sAttr; pPC_in->Get_Attribute(i, j, sAttr); pPC_out->Set_Attrib… in On_Execute()
H A Dpc_attribute_calculator.cpp245 default: pPC_out->Set_Attribute(i, j, pPC_in->Get_Attribute(i, j)); break; in On_Execute()
247 …case SG_DATATYPE_String: CSG_String sAttr; pPC_in->Get_Attribute(i, j, sAttr); pPC_out->Set_Attrib… in On_Execute()
H A Dpc_transform.cpp289 default: pOut->Set_Attribute(iPoint, j, pIn->Get_Attribute(iPoint, j)); break; in On_Execute()
291 …case SG_DATATYPE_String: CSG_String sAttr; pIn->Get_Attribute(iPoint, j, sAttr); pOut->Set_Attribu… in On_Execute()
/dports/devel/pcsc-ada/libpcscada-0.7.3/tests/
H A Dtest_pcscada.adb214 SCard.Get_Attribute (Card => Card,
225 SCard.Get_Attribute (Card => Card,
236 SCard.Get_Attribute (Card => Card,
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_virtual/
H A Dpc_remove_overlap_from_spcvf.cpp208 default: pPC_out->Set_Attribute(j, pPC->Get_Attribute(iPoint, j)); break; in On_Execute()
210 …case SG_DATATYPE_String: CSG_String sAttr; pPC->Get_Attribute(iPoint, j, sAttr); pPC_out->Set_Attr… in On_Execute()
H A Dpc_get_subset_spcvf.cpp432 default: pPC_out->Set_Attribute(j, pPC->Get_Attribute(iPoint, j)); break; in Get_Subset()
434 …case SG_DATATYPE_String: CSG_String sAttr; pPC->Get_Attribute(iPoint, j, sAttr); pPC_out->Set_Attr… in Get_Subset()
447 … default: pPC_out->Set_Attribute(j, pPC->Get_Attribute(iPoint, m_vAttrMapper.at(j))); break; in Get_Subset()
449 …case SG_DATATYPE_String: CSG_String sAttr; pPC->Get_Attribute(iPoint, m_vAttrMapper.at(j), sAttr);… in Get_Subset()
/dports/devel/matreshka/matreshka-0.7.0/source/amf/ocl/
H A Damf-ocl-tuple_literal_parts.ads60 not overriding function Get_Attribute subprogram
H A Damf-internals-ocl_tuple_literal_parts.adb70 overriding function Get_Attribute subprogram
79 end Get_Attribute;
/dports/textproc/templates_parser/templates-parser-1d62939/src/
H A Dtemplates_parser-data.adb52 function Get_Attribute (Tag : String) return Attribute_Data; subprogspec
76 function Get_Attribute (Tag : String) return Attribute_Data is subprogram
134 end Get_Attribute;
588 Result.Attribute := Get_Attribute (Str);
/dports/textproc/xmlada/xmlada-e5bbafe/dom/
H A Ddom-core-elements.adb34 function Get_Attribute (Elem : Element; Name : DOM_String) subprogram
44 end Get_Attribute; argument
H A Ddom-core-elements.ads36 function Get_Attribute (Elem : Element; Name : DOM_String) subprogspec
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-html.ads93 function Get_Attribute subprogspec
H A Dad-html.adb439 function Get_Attribute subprogram
445 end Get_Attribute;
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_photogrammetry/
H A DColorisation.cpp208 if ( applyTimeStamp && fabs( imgTimeStamp - pPoints->Get_Attribute(i,0) ) >= timeThresh ) { in On_Execute()
256 pResult->Set_Attribute(iAccept, iField, pPoints->Get_Attribute(i, iField)); in On_Execute()
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dglib-xml.ads136 function Get_Attribute subprogspec
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dglib-xml.ads141 function Get_Attribute subprogspec

12345