Home
last modified time | relevance | path

Searched refs:parentProp (Results 1 – 14 of 14) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/config/jsdoc/api/template/tmpl/
H A Dproperties.tmpl5 var parentProp = null;
8 if ( parentProp && prop.name && prop.name.indexOf(parentProp.name + '.') === 0 ) {
9 prop.name = prop.name.substr(parentProp.name.length+1);
10 parentProp.subprops = parentProp.subprops || [];
11 parentProp.subprops.push(prop);
15 parentProp = prop;
/dports/lang/php80/php-8.0.15/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt9 public static parent $parentProp;
23 Test::$parentProp = new stdClass;
38 Bar::$parentProp = new Foo;
40 var_dump(Bar::$selfProp, Bar::$selfNullProp, Bar::$parentProp);
46 Cannot assign stdClass to property Test::$parentProp of type parent
/dports/www/mod_php80/php-8.0.15/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt9 public static parent $parentProp;
23 Test::$parentProp = new stdClass;
38 Bar::$parentProp = new Foo;
40 var_dump(Bar::$selfProp, Bar::$selfNullProp, Bar::$parentProp);
46 Cannot assign stdClass to property Test::$parentProp of type parent
/dports/www/mod_php81/php-8.1.1/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt9 public static parent $parentProp;
23 Test::$parentProp = new stdClass;
38 Bar::$parentProp = new Foo;
40 var_dump(Bar::$selfProp, Bar::$selfNullProp, Bar::$parentProp);
50 Deprecated: Accessing static trait property Test::$parentProp is deprecated, it should only be acce…
51 Cannot assign stdClass to property Test::$parentProp of type parent
/dports/lang/php81/php-8.1.1/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt9 public static parent $parentProp;
23 Test::$parentProp = new stdClass;
38 Bar::$parentProp = new Foo;
40 var_dump(Bar::$selfProp, Bar::$selfNullProp, Bar::$parentProp);
50 Deprecated: Accessing static trait property Test::$parentProp is deprecated, it should only be acce…
51 Cannot assign stdClass to property Test::$parentProp of type parent
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFGQmlPropertyNode.hxx37 Q_PROPERTY(FGQmlPropertyNode* parentProp READ parentProp NOTIFY parentPropChanged)
49 FGQmlPropertyNode* parentProp() const;
85 void parentPropChanged(FGQmlPropertyNode* parentProp);
H A DFGQmlPropertyNode.cxx90 FGQmlPropertyNode *FGQmlPropertyNode::parentProp() const in parentProp() function in FGQmlPropertyNode
115 emit parentPropChanged(parentProp()); in setNode()
/dports/lang/php74/php-7.4.27/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt9 public static parent $parentProp;
23 Test::$parentProp = new stdClass;
38 Bar::$parentProp = new Foo;
40 var_dump(Bar::$selfProp, Bar::$selfNullProp, Bar::$parentProp);
/dports/www/mod_php74/php-7.4.27/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt9 public static parent $parentProp;
23 Test::$parentProp = new stdClass;
38 Bar::$parentProp = new Foo;
40 var_dump(Bar::$selfProp, Bar::$selfNullProp, Bar::$parentProp);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DFontWeightPropertyMaker.java55 Property parentProp = pList.getInherited(Constants.PR_FONT_WEIGHT); in make() local
57 enumValue = parentProp.getEnum(); in make()
88 enumValue = parentProp.getEnum(); in make()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DElementInformation.cs92 PropertyInformation parentProp = parentInfo.Properties [prop.Name]; in Reset()
93 prop.Reset (parentProp); in Reset()
/dports/devel/py-odfpy/odfpy-1.4.1/contrib/odt2zwiki/
H A Dodt2moinmoin.py162 parentProp = self.textStyles.get(parent, None)
163 if parentProp:
164 textProp = parentProp
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dodf2moinmoin.py194 parentProp = self.textStyles.get(parent, None)
195 if parentProp:
196 textProp = parentProp
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/navigator/
H A Dnavigatortreemodel.cpp721 NodeAbstractProperty parentProp = targetProperty.parentProperty(); in handleItemLibraryItemDrop() local
722 if (parentProp.isValid()) { in handleItemLibraryItemDrop()
723 targetProperty = parentProp; in handleItemLibraryItemDrop()
1011 NodeAbstractProperty parentProp = targetProp.parentProperty(); in dropAsImage3dTexture() local
1012 newNode = createTextureNode(parentProp, imagePath); in dropAsImage3dTexture()