Home
last modified time | relevance | path

Searched refs:getPropertyList (Results 1 – 25 of 74) sorted by relevance

123

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/expr/
H A DFromTableColumnFunction.java64 FObj fo = pInfo.getPropertyList().getFObj(); in eval()
98 columnNumber = pInfo.getPropertyList().get(Constants.PR_COLUMN_NUMBER) in eval()
100 span = pInfo.getPropertyList().get(Constants.PR_NUMBER_COLUMNS_SPANNED) in eval()
110 return pInfo.getPropertyList().get(propId, false, true); in eval()
124 return pInfo.getPropertyList().get(propId, false, true); in eval()
H A DLabelEndFunction.java45 Length distance = pInfo.getPropertyList().get( in eval()
47 Length separation = pInfo.getPropertyList().getNearestSpecified( in eval()
50 PropertyList pList = pInfo.getPropertyList(); in eval()
59 LengthBase base = new LengthBase(pInfo.getPropertyList(), in eval()
H A DBodyStartFunction.java42 = pInfo.getPropertyList() in eval()
45 PropertyList pList = pInfo.getPropertyList(); in eval()
H A DPropertyException.java54 setLocator(propInfo.getPropertyList().getFObj().getLocator()); in setPropertyInfo()
H A DFromNearestSpecifiedValueFunction.java67 return pInfo.getPropertyList().getNearestSpecified(propId); in eval()
H A DFromParentFunction.java73 return pInfo.getPropertyList().getFromParent(propId); in eval()
H A DInheritedPropFunction.java65 return pInfo.getPropertyList().getInherited(propId); in eval()
H A DProportionalColumnWidthFunction.java53 PropertyList pList = pInfo.getPropertyList(); in eval()
H A DPropertyInfo.java88 public PropertyList getPropertyList() { in getPropertyList() method in PropertyInfo
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DMappedStudio.h83 getPropertyList(const MappedObjectProperty &property) = 0;
216 MappedObjectPropertyList getPropertyList(
322 MappedObjectPropertyList getPropertyList(
371 MappedObjectPropertyList getPropertyList(
404 MappedObjectPropertyList getPropertyList(
440 MappedObjectPropertyList getPropertyList(
498 MappedObjectPropertyList getPropertyList(
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A Dhandle_properties.cpp916 import_handle_generic(dataset, light, parent, LightHandle::getPropertyList(), true); in import_handle_light()
927 import_handle_generic(dataset, axis, parent, AxisHandle::getPropertyList(), true); in import_handle_axis()
938 import_handle_generic(dataset, t, parent, TextHandle::getPropertyList(), true); in import_handle_text()
1009 import_handle_generic(dataset, fec, parent, FecHandle::getPropertyList(), true); in import_handle_fec()
1136 import_handle_generic(dataset, segs, parent, SegsHandle::getPropertyList(), true); in import_handle_segs()
1147 import_handle_generic(dataset, arc, parent, ArcHandle::getPropertyList(), true); in import_handle_arc()
1191 import_handle_generic(dataset, datatip, -1, DatatipHandle::getPropertyList(), true); in import_handle_datatip()
1406 import_handle_generic(dataset, uid, parent, SurfaceHandle::getPropertyList(), true); in import_handle_surface()
1554 import_handle_generic(dataset, uid, -1, LabelHandle::getPropertyList(), true); in import_handle_label()
1581 import_handle_generic(dataset, axes, parent, AxesHandle::getPropertyList(), true); in import_handle_axes()
[all …]
H A Dhandle_properties.hxx93 static HandleProp getPropertyList() in getPropertyList() function
139 static HandleProp getPropertyList() in getPropertyList() function
241 static HandleProp getPropertyList() in getPropertyList() function
272 static HandleProp getPropertyList() in getPropertyList() function
297 static HandleProp getPropertyList() in getPropertyList() function
338 static HandleProp getPropertyList() in getPropertyList() function
381 static HandleProp getPropertyList() in getPropertyList() function
399 static HandleProp getPropertyList() in getPropertyList() function
438 static HandleProp getPropertyList() in getPropertyList() function
474 static HandleProp getPropertyList() in getPropertyList() function
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/dataquay/dataquay/
H A DPropertyObject.h214 QVariantList getPropertyList(QString name) const;
228 QVariantList getPropertyList(Transaction *tx, QString name) const;
464 QVariantList getPropertyList(QString name) const;
/dports/lang/rhino/rhino1_7R4/xmlimplsrc/org/mozilla/javascript/xmlimpl/
H A DXML.java107 return (getPropertyList(xmlName).length() > 0); in hasXMLProperty()
112 return getPropertyList(xmlName); in getXMLProperty()
145 XMLList getPropertyList(XMLName name) { in getPropertyList() method in XML
151 XMLList list = getPropertyList(name); in deleteXMLProperty()
174 hasProperty = (getPropertyList(xmlName).length() > 0); in hasOwnProperty()
H A DXMLList.java102 return getPropertyList(xmlName).length() > 0; in hasXMLProperty()
169 return getPropertyList(name); in getXMLProperty()
477 return (getPropertyList(xmlName).length() > 0); in hasOwnProperty()
690 private XMLList getPropertyList(XMLName name) { in getPropertyList() method in XMLList
704 getXmlFromAnnotation(i).getPropertyList(name)); in getPropertyList()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimPropertyInterface.h33 void getPropertyList(std::vector<ossimRefPtr<ossimProperty> >& propertyList)const;
H A DossimContainerProperty.h47 virtual void getPropertyList(
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimNitfWriter.cpp209 containerProperty->getPropertyList(propertyList); in setProperty()
220 containerProperty->getPropertyList(propertyList); in setProperty()
246 m_fileHeader->getPropertyList(propertyList); in getProperty()
256 m_imageHeader->getPropertyList(propertyList); in getProperty()
268 des.getPropertyList(propertyList); in getProperty()
H A DossimNitf20Writer.cpp186 containerProperty->getPropertyList(propertyList); in setProperty()
197 containerProperty->getPropertyList(propertyList); in setProperty()
231 theFileHeader->getPropertyList(propertyList); in getProperty()
241 theImageHeader->getPropertyList(propertyList); in getProperty()
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DpropertySet.hpp430 const std::vector <shared_ptr <const property> > getPropertyList() const;
436 const std::vector <shared_ptr <property> > getPropertyList();
H A DpropertySet.cpp228 const std::vector <shared_ptr <const propertySet::property> > propertySet::getPropertyList() const in getPropertyList() function in vmime::propertySet
239 const std::vector <shared_ptr <propertySet::property> > propertySet::getPropertyList() in getPropertyList() function in vmime::propertySet
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DXMLList.java296 return (getPropertyList(xmlName).length() > 0); in hasXMLProperty()
389 return getPropertyList(name); in getXMLProperty()
953 hasProperty = (getPropertyList(xmlName).length() > 0); in hasOwnProperty()
1472 private XMLList getPropertyList(XMLName name) in getPropertyList() method in XMLList
1489 getXmlFromAnnotation(i).getPropertyList(name)); in getPropertyList()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimPropertyInterface.cpp47 void ossimPropertyInterface::getPropertyList(std::vector<ossimRefPtr<ossimProperty> >& propertyList… in getPropertyList() function in ossimPropertyInterface
/dports/lang/kawa/kawa-3.1.1/gnu/mapping/
H A DPropertyLocation.java36 public static Object getPropertyList (Object symbol, Environment env) in getPropertyList() method in PropertyLocation
46 public static Object getPropertyList (Object symbol) in getPropertyList() method in PropertyLocation
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelPropertyMgr.hpp298 QStringList getPropertyList() const;

123