Home
last modified time | relevance | path

Searched refs:getProperties (Results 101 – 125 of 140) sorted by path

123456

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php536 foreach ($class->getProperties(\ReflectionProperty::IS_PUBLIC) as $property) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php157 foreach ($class->getProperties() as $property) {
H A DXmlDriver.php157 foreach ($class->getProperties() as $property) {
H A DYamlDriver.php91 foreach ($class->getProperties() as $property) {
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php196 foreach (ReflectionHelper::getProperties($reflectedObject) as $property) {
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php25 public static function getProperties(ReflectionClass $ref) function in DeepCopy\\Reflection\\ReflectionHelper
27 $props = $ref->getProperties();
36 $parentPropsArr = self::getProperties($parentClass);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php52 foreach ($class->getProperties() as $name => $visibility) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php77 public function getProperties() function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php91 foreach ($class->getProperties() as $attribute) {
H A DSnapshot.php343 foreach ($class->getProperties() as $attribute) {
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php69 foreach ($reflector->getProperties() as $attribute) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php79 $properties = $this->getProperties($path);
138 protected function getProperties($path) function in Generic_Sniffs_VersionControl_SubversionPropertiesSniff
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/odt/ODT/
H A DODTUtility.php484 $rule->getProperties ($properties);
/plugin/odt/ODT/css/
H A Dcssdocument.php117 public function getProperties () { function in css_doc_element
H A Dcssimportnew.php820 public function getProperties (&$values) { function in css_rule_new
1102 $rule->getProperties ($current);
1120 $rule->getProperties ($temp);
1142 $properties = $parent->getProperties ();
1262 $properties = $parent->getProperties ();
1367 $properties = $parents [$index]->getProperties ();
/plugin/odt/helper/
H A Dcssimport.php1066 public function getProperties (&$values) { function in css_rule
1409 $rule->getProperties ($dest);
/plugin/ol3/
H A Dscript.js8getProperties=function(){return this.values_&&O({},this.values_)||{}},e.prototype.hasProperties=fu… method in e
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pubchem/
H A Dsyntax.php83 $ext_props = $this->getProperties($cid);
121 $this->getProperties($cid);
159 function getProperties($cid){
150 function getProperties($cid){ global() function in syntax_plugin_pubchem
/plugin/sectiontoggle/
H A DMobile_Detect.php1268 public static function getProperties() function in Mobile_Detect
1298 * @param string $propertyName The name of the property. See self::getProperties() array
1318 $properties = self::getProperties();

123456