Home
last modified time | relevance | path

Searched refs:property (Results 101 – 125 of 1146) sorted by relevance

12345678910>>...46

/plugin/findologicxmlexport/vendor/jms/serializer/src/Naming/
H A DSerializedNameAnnotationStrategy.php29 public function translateName(PropertyMetadata $property): string argument
31 if (null !== $name = $property->serializedName) {
35 return $this->delegate->translateName($property);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineEmptyCollectionFilter.php18 * @param string $property
21 public function apply($object, $property, $objectCopier) argument
23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineEmptyCollectionFilter.php15 * Sets the object property to an empty doctrine collection.
18 * @param string $property
21 public function apply($object, $property, $objectCopier) argument
23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php296 * @param string|array $property The name of the data or an associative array
299 public function setData($property, $value = null) argument
301 if (is_array($property)) {
302 $this->data = $property;
304 $this->data[$property] = $value;
309 * Returns the requested data by property name, or all data of the geometry
311 * @param string|null $property The name of the data. If omitted, all data will be returned
314 public function getData($property = null) argument
316 if ($property) {
317 return $this->hasDataProperty($property)
328 hasDataProperty($property) global() argument
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DScheduleCalendarTranspTest.php42 $property = new ScheduleCalendarTransp(ScheduleCalendarTransp::OPAQUE);
43 $xml = $this->write(['{DAV:}root' => $property]);
59 $property = new ScheduleCalendarTransp(ScheduleCalendarTransp::TRANSPARENT);
60 $xml = $this->write(['{DAV:}root' => $property]);
/plugin/bez/action/
H A Dmaildebug.php40 $property = $reflection->getProperty('html');
41 $property->setAccessible(true);
42 $html = $property->getValue($mail);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst17 <property name="some-property"
49 </property>
54 <virtual-property method="public_method"
55 name="some-property"
74 <virtual-property expression="object.getName()"
75 name="some-property"
102 </virtual-property>
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DVersionExclusionStrategy.php34 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool argument
36 …if ((null !== $version = $property->sinceVersion) && version_compare($this->version, $version, '<'…
40 …if ((null !== $version = $property->untilVersion) && version_compare($this->version, $version, '>'…
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js176 …"as"){cmdFullname="assign/clear";if(this.willChange(id,property,data)){eval("objElement."+property
178 else if(cmd=="ap"){cmdFullname="append";eval("objElement."+property+"+=data;");}
179 else if(cmd=="pp"){cmdFullname="prepend";eval("objElement."+property+"=data+objElement."+property);}
180 else if(cmd=="rp"){cmdFullname="replace";this.replace(id,property,search,data)
183 else if(cmd=="ce"){cmdFullname="create";this.create(id,data,property);}
184 else if(cmd=="ie"){cmdFullname="insert";this.insert(id,data,property);}
185 else if(cmd=="ia"){cmdFullname="insertAfter";this.insertAfter(id,data,property);}
186 else if(cmd=="ci"){cmdFullname="createInput";this.createInput(id,type,data,property);}
189 else if(cmd=="ev"){cmdFullname="addEvent";property=this.addOnPrefix(property);eval("this.$('"+id+"'…
190 else if(cmd=="ah"){cmdFullname="addHandler";this.addHandler(id,property,data);}
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php103 public function getPropertyAnnotations(\ReflectionProperty $property) argument
105 $class = $property->getDeclaringClass();
106 $cacheKey = $class->getName().'$'.$property->getName();
113 $annots = $this->delegate->getPropertyAnnotations($property);
123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument
125 foreach ($this->getPropertyAnnotations($property) as $annot) {
H A DFileCacheReader.php130 public function getPropertyAnnotations(\ReflectionProperty $property) argument
132 $class = $property->getDeclaringClass();
136 $key = $this->classNameHashes[$class->name].'$'.$property->getName();
144 $annot = $this->reader->getPropertyAnnotations($property);
154 $annot = $this->reader->getPropertyAnnotations($property);
268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument
270 $annotations = $this->getPropertyAnnotations($property);
/plugin/bez/mdl/
H A DThread_comment.php25 public function __get($property) { argument
26 if ($property == 'thread') {
35 } elseif ($property == 'coordinator') {
36 return $this->$property;
38 return parent::__get($property);
H A DModel.php57 public function __get($property) { argument
59 if (in_array($property, $models) ||
60 in_array($property, array('sqlite', 'db', 'acl', 'dw_auth', 'user_nick', 'action', 'conf'))) {
61 return $this->$property;
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php111 public function checkPropertyAllowed($obj, $property) argument
116 … $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]);
124 …f('Calling "%s" property on a "%s" object is not allowed.', $property, $class), $class, $property);
/plugin/sql/
H A Dsyntax.php15 function property($prop, $xml) function
71 $urn = property('db',$match);
72 $wikitext = property('wikitext', $match);
73 $display = property('display', $match);
74 $position = property('position', $match);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php112 foreach ($property_list as $property) {
113 $value =& $state->get_property($property);
116 $value =& $state->getInheritedProperty($property);
125 $this->setCSSProperty($property, $value);
130 foreach ($property_list as $property) {
131 $value = $state->get_property($property);
137 $value = $state->getInheritedProperty($property);
145 $this->setCSSProperty($property, $value);
H A Dcss.state.class.php30 foreach ($property_list as $property) {
31 $this->set_property($property, $property_data->get_css_property($property));
76 foreach ($handlers as $property => $handler) {
89 foreach ($handlers as $property => $handler) {
/plugin/projects/plugins/target/
H A Dplot.php62 $x_column = $this->plot->property('x_column') - 1;
105 $width = $this->plot->property('width');
107 $height = $this->plot->property('height');
110 $font_name = $this->plot->property('font-name');
113 $font_size = $this->plot->property('font_size');
126 $background = $this->plot->property('background');
168 $title = $this->plot->property('title');
186 $legend_position = $this->plot->property('legend-position');
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DMatcher.php9 * @param string $property
13 public function matches($object, $property); argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DMatcher.php9 * @param string $property
13 public function matches($object, $property); argument
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DFilter.php14 * @param string $property
17 public function apply($object, $property, $objectCopier); argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DFilter.php6 * Filter to apply to a property while copying an object
14 * @param string $property
17 public function apply($object, $property, $objectCopier); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.php220 public function setProperty(GoogleAnalyticsAdminV1alphaProperty $property) argument
222 $this->property = $property;
229 return $this->property;
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php110 foreach ($this->properties as $property => $items) {
225 foreach ($this->properties as $property => $items) {
232 $this->properties [$property] = NULL;
233 unset ($this->properties [$property]);
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php637 public $property; variable in Google_PropertyExpression
644 public function setProperty(Google_PropertyReference $property) { argument
645 $this->property = $property;
648 return $this->property;
656 public $property; variable in Google_PropertyFilter
666 public function setProperty(Google_PropertyReference $property) { argument
667 $this->property = $property;
670 return $this->property;
684 public $property; variable in Google_PropertyOrder
692 $this->property = $property;
[all …]

12345678910>>...46