/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/dom/impl/ |
H A D | DOMTypeInfoImpl.cpp | 63 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Validity)); in DOMTypeInfoImpl() 65 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Validation_Attempted)); in DOMTypeInfoImpl() 67 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Type_Definition_Type)); in DOMTypeInfoImpl() 71 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Nil)); in DOMTypeInfoImpl() 75 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Schema_Specified)); in DOMTypeInfoImpl() 93 if(!getNumericProperty(PSVI_Schema_Specified)) in getTypeName() 96 if(!getNumericProperty(PSVI_Validity)) in getTypeName() 105 if(!getNumericProperty(PSVI_Schema_Specified)) in getTypeNamespace() 108 if(!getNumericProperty(PSVI_Validity)) in getTypeNamespace() 118 if(!getNumericProperty(PSVI_Schema_Specified)) in isDerivedFrom() [all …]
|
H A D | DOMTypeInfoImpl.hpp | 75 virtual int getNumericProperty(PSVIProperty prop) const;
|
H A D | DOMDocumentImpl.cpp | 1108 … if(sourcePSVI && sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Schema_Specified)) in importNode() 1157 if(sourcePSVI && sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Schema_Specified)) in importNode()
|
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/dom/impl/ |
H A D | DOMTypeInfoImpl.cpp | 63 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Validity)); in DOMTypeInfoImpl() 65 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Validation_Attempted)); in DOMTypeInfoImpl() 67 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Type_Definition_Type)); in DOMTypeInfoImpl() 71 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Nil)); in DOMTypeInfoImpl() 75 sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Schema_Specified)); in DOMTypeInfoImpl() 93 if(!getNumericProperty(PSVI_Schema_Specified)) in getTypeName() 96 if(!getNumericProperty(PSVI_Validity)) in getTypeName() 105 if(!getNumericProperty(PSVI_Schema_Specified)) in getTypeNamespace() 108 if(!getNumericProperty(PSVI_Validity)) in getTypeNamespace() 118 if(!getNumericProperty(PSVI_Schema_Specified)) in isDerivedFrom() [all …]
|
H A D | DOMTypeInfoImpl.hpp | 75 virtual int getNumericProperty(PSVIProperty prop) const;
|
H A D | DOMDocumentImpl.cpp | 1080 … if(sourcePSVI && sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Schema_Specified)) in importNode() 1129 if(sourcePSVI && sourcePSVI->getNumericProperty(DOMPSVITypeInfo::PSVI_Schema_Specified)) in importNode()
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/ |
H A D | HomeFramePane.java | 331 Number x = home.getNumericProperty(FRAME_X_VISUAL_PROPERTY); in computeFrameBounds() 332 Number y = home.getNumericProperty(FRAME_Y_VISUAL_PROPERTY); in computeFrameBounds() 333 Number width = home.getNumericProperty(FRAME_WIDTH_VISUAL_PROPERTY); in computeFrameBounds() 334 Number height = home.getNumericProperty(FRAME_HEIGHT_VISUAL_PROPERTY); in computeFrameBounds() 336 Number screenWidth = home.getNumericProperty(SCREEN_WIDTH_VISUAL_PROPERTY); in computeFrameBounds() 337 Number screenHeight = home.getNumericProperty(SCREEN_HEIGHT_VISUAL_PROPERTY); in computeFrameBounds()
|
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/dom/ |
H A D | DOMPSVITypeInfo.hpp | 108 virtual int getNumericProperty(PSVIProperty prop) const = 0;
|
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/dom/ |
H A D | DOMPSVITypeInfo.hpp | 108 virtual int getNumericProperty(PSVIProperty prop) const = 0;
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/ |
H A D | HomePane.java | 2692 Number dividerLocation = home.getNumericProperty(dividerLocationProperty); 2810 Number viewportY = home.getNumericProperty(FURNITURE_VIEWPORT_Y_VISUAL_PROPERTY); 3045 Number viewportX = home.getNumericProperty(PLAN_VIEWPORT_X_VISUAL_PROPERTY); 3046 Number viewportY = home.getNumericProperty(PLAN_VIEWPORT_Y_VISUAL_PROPERTY); 3140 …final Number dividerLocation = home.getNumericProperty(PLAN_PANE_DIVIDER_LOCATION_VISUAL_PROPERTY); 3194 final Number dividerLocation = home.getNumericProperty( 3602 …Number dialogX = this.home.getNumericProperty(view.getClass().getName() + DETACHED_VIEW_X_VISUAL_P… 3603 …Number dialogY = this.home.getNumericProperty(view.getClass().getName() + DETACHED_VIEW_Y_VISUAL_P… 3604 …Number dialogWidth = this.home.getNumericProperty(view.getClass().getName() + DETACHED_VIEW_WIDTH_… 3605 …Number dialogHeight = this.home.getNumericProperty(view.getClass().getName() + DETACHED_VIEW_HEIGH… [all …]
|
H A D | PhotosPanel.java | 490 Number x = this.home.getNumericProperty(PHOTOS_DIALOG_X_VISUAL_PROPERTY); in displayView() 491 Number y = this.home.getNumericProperty(PHOTOS_DIALOG_Y_VISUAL_PROPERTY); in displayView()
|
H A D | PhotoPanel.java | 657 Number x = this.home.getNumericProperty(PHOTO_DIALOG_X_VISUAL_PROPERTY); in displayView() 658 Number y = this.home.getNumericProperty(PHOTO_DIALOG_Y_VISUAL_PROPERTY); in displayView()
|
H A D | VideoPanel.java | 1044 Number x = this.home.getNumericProperty(VIDEO_DIALOG_X_VISUAL_PROPERTY); in displayView() 1045 Number y = this.home.getNumericProperty(VIDEO_DIALOG_Y_VISUAL_PROPERTY); in displayView()
|
/dports/audio/faust/faust-2.37.3/compiler/evaluate/ |
H A D | eval.cpp | 84 static bool getNumericProperty(Tree t, Tree& num); 126 if (!getNumericProperty(value, num)) { in simplifyPattern() 678 static bool getNumericProperty(Tree t, Tree& num) in getNumericProperty() function
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/ |
H A D | Home.java | 1686 public Number getNumericProperty(String name) { in getNumericProperty() method in Home
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/ |
H A D | NEWS | 367 * new getNumericProperty stats for cache sizes
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/ |
H A D | NEWS | 646 * new getNumericProperty stats for cache sizes
|
/dports/devel/google-perftools/gperftools-2.9.1/ |
H A D | NEWS | 836 * new getNumericProperty stats for cache sizes
|
H A D | ChangeLog | 9928 through the getNumericProperty() function.
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/ |
H A D | PlanController.java | 264 Number scale = home.getNumericProperty(SCALE_VISUAL_PROPERTY); in PlanController()
|