Home
last modified time | relevance | path

Searched refs:properties (Results 201 – 225 of 802) sorted by relevance

12345678910>>...33

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php45 protected $properties = []; variable in FINDOLOGIC\\Export\\Data\\Item
211 if (!array_key_exists($usergroup, $this->properties)) {
212 $this->properties[$usergroup] = [];
217 $this->properties[$usergroup][$property->getKey()] = $value;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php67 if (isset($input->crs->properties->name)) {
69 preg_match('#EPSG[:]+(\d+)#', $input->crs->properties->name, $m);
83 if (isset($obj->properties)) {
84 foreach ($obj->properties as $property => $value) {
264 'properties' => $component->getData(),
278 'properties' => $geometry->getData(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php49 public $properties; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport
95 $self->properties = $elems['{DAV:}prop'];
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php49 public $properties; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport
95 $self->properties = $elems['{DAV:}prop'];
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php208 * @param array $properties
211 function getProperties($properties) { argument
214 foreach ($properties as $propertyName) {
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php420 $properties = array();
423 $properties[] = $child->jsonSerialize();
428 $properties,
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php420 $properties = array();
423 $properties[] = $child->jsonSerialize();
428 $properties,
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php420 $properties = array();
423 $properties[] = $child->jsonSerialize();
428 $properties,
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.page.inc.php376 $properties = $parsed->getPropertiesSortedByPriority();
377 foreach ($properties as $property) {
387 $properties = $parsed->getPropertiesSortedByPriority();
388 foreach ($properties as $property) {
/plugin/sectiontoggle/
H A DMobile_Detect.php602 protected static $properties = array( variable in Mobile_Detect
1264 * Get the properties array.
1270 return self::$properties;
1299 * keys for all possible properties.
1318 $properties = self::getProperties();
1320 // Check if the property exists in the properties array.
1321 if (true === isset($properties[$propertyName])) {
1325 $properties[$propertyName] = (array) $properties[$propertyName];
1327 foreach ($properties[
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js4567 return properties.m;
5189 properties.LineColor = rgbToHex(properties.LineColor);
5193 …var sOpac = "0x" + properties.LineColor.substring(properties.LineColor.length - 2, properties.Line…
5204 properties.FillColor = rgbToHex(properties.FillColor);
5208 …var fOpac = "0x" + properties.FillColor.substring(properties.FillColor.length - 2, properties.Fill…
5287 if (properties.FlipX)
5297 if (properties.FlipY)
5369 if (properties.FillColor.cs != null && properties.FillColor.cs.length > 1)
5426 else if (properties.StrokeStyle != null && properties.
5445 if (properties.FillColor && properties.FillColor.url)
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php56 $propPatch->handleRemaining(function($properties) use ($path) {
58 foreach($properties as $propName=>$propValue) {
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-navigated-viewer.production.min.js2properties=t}ai.prototype.destroy=function(){this.get("eventBus").fire("diagram.destroy")},ai.prot…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php206 * @param array $properties
209 function getProperties($properties) { argument
212 foreach ($properties as $propertyName) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBr.php12 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
13 if (isset($properties['CLEAR'])) {
14 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php329 $propFindXml->properties = [];
336 …wProperties = $this->server->getPropertiesIteratorForPath($path, $propFindXml->properties, $depth);
383 $newProperties = $propPatch->properties;
573 $properties = $mkcol->getProperties();
575 if (!isset($properties['{DAV:}resourcetype']))
578 $resourceType = $properties['{DAV:}resourcetype']->getValue();
579 unset($properties['{DAV:}resourcetype']);
583 $properties = [];
588 $mkcol = new MkCol($resourceType, $properties);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php329 $propFindXml->properties = [];
336 … $newProperties = $this->server->getPropertiesForPath($path, $propFindXml->properties, $depth);
383 $newProperties = $propPatch->properties;
573 $properties = $mkcol->getProperties();
575 if (!isset($properties['{DAV:}resourcetype']))
578 $resourceType = $properties['{DAV:}resourcetype']->getValue();
579 unset($properties['{DAV:}resourcetype']);
583 $properties = [];
588 $mkcol = new MkCol($resourceType, $properties);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12properties.leading=h.boundingBox.height;var i=null,j=null,l=a.width*J.setup.lineWrapRatio,m=l;if(h…
/plugin/combo/action/
H A Dstaticresource.php353 * @param Array $properties - the query properties
358 static function getEtagValue(Path $mediaFile, array $properties): string argument
362 ksort($properties);
363 foreach ($properties as $key => $value) {
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php379 $properties = array_map(array($this, 'name_value'),
383 foreach($properties as $property) {
389 return '{' . join(',', $properties) . '}';
406 $properties = array_map(array($this, 'name_value'),
410 foreach($properties as $property) {
416 return '{' . join(',', $properties) . '}';
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php195 $properties = [];
207 $properties[$varName] = $varValue;
213 $properties
338 $properties = $this->server->getPropertiesByNode($propFind, $node);
340 $properties = $propFind->getResultForMultiStatus()[200];
342 foreach ($properties as $propName => $propValue) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js388 Object.defineProperties = function(obj, properties) { argument
435 properties = Object(properties);
437 var keys = Object.keys(properties);
441 descs.push([keys[i], convertToDescriptor(properties[keys[i]])]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php150 public $properties; variable in Google\\Service\\Drive\\DriveFile
729 public function setProperties($properties) argument
731 $this->properties = $properties;
738 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalyticsData.php44 public $properties; variable in Google\\Service\\AnalyticsData
65 'properties',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php29 $calendarQueryReport->properties = [
112 $calendarQueryReport->properties = [

12345678910>>...33