Home
last modified time | relevance | path

Searched refs:_properties (Results 1 – 25 of 2010) sorted by relevance

12345678910>>...81

/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/lib/Horde/ActiveSync/Message/
H A DAppointment.php166 protected $_properties = array( variable in Horde_ActiveSync_Message_Appointment
202 $this->_properties += array(
214 $this->_properties += array(
223 $this->_properties += array(
234 $this->_properties += array(
246 $this->_properties += array(
262 $this->_properties += array(
303 if ($this->_properties['recurrence'] && $this->_properties['recurrence']->until &&
403 $this->_properties['timezone'] = $tz;
599 $this->_properties['uid'] = $uid;
[all …]
H A DException.php80 protected $_properties = array( variable in Horde_ActiveSync_Message_Exception
121 $this->_properties += array(
131 $this->_properties += array(
145 $this->_properties['deleted'] = $flag;
208 return $this->_properties['starttime'];
219 if (empty($this->_properties['endtime'])) {
222 return $this->_properties['endtime'];
234 if ($this->_properties['alldayevent']) {
235 if ($this->_properties['starttime']) {
240 if ($this->_properties['endtime']) {
[all …]
/dports/www/pear-Horde_Service_Weather/Horde_Service_Weather-2.5.4/lib/Horde/Service/Weather/Current/
H A DWeatherUnderground.php41 return !empty($this->_properties[$property]);
57 return $this->_properties['image']->url;
59 …return new Horde_Date($this->_properties['observation_time_rfc822'], $this->_properties['local_tz_…
61 …$date = new Horde_Date($this->_properties['observation_time_rfc822'], $this->_properties['local_tz…
68 return round($this->_properties['temp_c']);
71 return $this->_properties['wind_mph'];
73 return $this->_properties['wind_kph'];
84 return $this->_properties['dewpoint_c'];
90 return $this->_properties['heat_index_c'];
96 return $this->_properties['wind_chill_c'];
[all …]
/dports/www/pear-Horde_Service_Weather/Horde_Service_Weather-2.5.4/lib/Horde/Service/Weather/Period/
H A DWeatherUnderground.php60 'year' => $this->_properties['date']->year,
63 $date->hour = $this->_properties['date']->hour;
64 $date->min = $this->_properties['date']->min;
75 return $this->_properties['high']->celsius;
83 return $this->_properties['low']->celsius;
95 ? $this->_properties['avewind']->degrees
103 return $this->_properties['avewind']->kph;
110 return $this->_properties['maxwind']->mph;
112 return $this->_properties['maxwind']->kph;
118 return $this->_properties['qpf_allday']->mm;
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/geryon/
H A Dnvd_device.h201 { return static_cast<double>(_properties[i].minor)/10+_properties[i].major;} in arch()
259 std::vector<NVDProperties> _properties; variable
278 _properties.back().device_id=dev; in UCL_Device()
279 _properties.back().major=major; in UCL_Device()
280 _properties.back().minor=minor; in UCL_Device()
284 _properties.back().name=namecstr; in UCL_Device()
333 _device=_properties[num].device_id; in set()
417 if (_properties[i].integrated) in print_all()
422 if (_properties[i].canMapHostMemory) in print_all()
442 if (_properties[i].concurrentKernels) in print_all()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py294 self._properties = {}
471 str(other._properties), self._properties['rootObject'].Name()))
917 if 'path' in self._properties and not 'name' in self._properties:
1363 self._properties = child._properties
1389 if 'name' in self._properties and 'path' in self._properties and \
1390 self._properties['name'] == self._properties['path']:
1465 self._properties['path'] = self._properties['path'][:-1]
2702 for group in self._properties['mainGroup']._properties['children']:
2709 self._properties['mainGroup']._properties['children'] = \
2710 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py294 self._properties = {}
471 str(other._properties), self._properties['rootObject'].Name()))
917 if 'path' in self._properties and not 'name' in self._properties:
1363 self._properties = child._properties
1389 if 'name' in self._properties and 'path' in self._properties and \
1390 self._properties['name'] == self._properties['path']:
1465 self._properties['path'] = self._properties['path'][:-1]
2702 for group in self._properties['mainGroup']._properties['children']:
2709 self._properties['mainGroup']._properties['children'] = \
2710 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/node10/node-v10.24.1/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py294 self._properties = {}
471 str(other._properties), self._properties['rootObject'].Name()))
917 if 'path' in self._properties and not 'name' in self._properties:
1363 self._properties = child._properties
1389 if 'name' in self._properties and 'path' in self._properties and \
1390 self._properties['name'] == self._properties['path']:
1465 self._properties['path'] = self._properties['path'][:-1]
2702 for group in self._properties['mainGroup']._properties['children']:
2709 self._properties['mainGroup']._properties['children'] = \
2710 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/
H A DhostDemoHostDescriptor.cpp60 _properties.setIntProperty(kOfxPropAPIVersion, 1, 0); in Host()
61 _properties.setIntProperty(kOfxPropAPIVersion, 4, 1); in Host()
62 _properties.setStringProperty(kOfxPropName, "OFXDemoHost"); in Host()
63 _properties.setStringProperty(kOfxPropLabel, "OFX Demo Host"); in Host()
64 _properties.setIntProperty(kOfxPropVersion, 1, 0); in Host()
65 _properties.setIntProperty(kOfxPropVersion, 0, 1); in Host()
66 _properties.setStringProperty(kOfxPropVersionLabel, "1.0"); in Host()
67 _properties.setIntProperty(kOfxImageEffectHostPropIsBackground, 0); in Host()
81 _properties.setIntProperty(kOfxImageEffectPropSetableFielding, 0); in Host()
87 _properties.setIntProperty(kOfxParamHostPropMaxParameters, -1); in Host()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/
H A DhostDemoHostDescriptor.cpp60 _properties.setIntProperty(kOfxPropAPIVersion, 1, 0); in Host()
61 _properties.setIntProperty(kOfxPropAPIVersion, 4, 1); in Host()
62 _properties.setStringProperty(kOfxPropName, "OFXDemoHost"); in Host()
63 _properties.setStringProperty(kOfxPropLabel, "OFX Demo Host"); in Host()
64 _properties.setIntProperty(kOfxPropVersion, 1, 0); in Host()
65 _properties.setIntProperty(kOfxPropVersion, 0, 1); in Host()
66 _properties.setStringProperty(kOfxPropVersionLabel, "1.0"); in Host()
67 _properties.setIntProperty(kOfxImageEffectHostPropIsBackground, 0); in Host()
81 _properties.setIntProperty(kOfxImageEffectPropSetableFielding, 0); in Host()
87 _properties.setIntProperty(kOfxParamHostPropMaxParameters, -1); in Host()
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py291 self._properties = {}
467 str(other._properties), self._properties['rootObject'].Name()))
912 if 'path' in self._properties and not 'name' in self._properties:
1358 self._properties = child._properties
1384 if 'name' in self._properties and 'path' in self._properties and \
1385 self._properties['name'] == self._properties['path']:
1460 self._properties['path'] = self._properties['path'][:-1]
2630 for group in self._properties['mainGroup']._properties['children']:
2637 self._properties['mainGroup']._properties['children'] = \
2638 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py291 self._properties = {}
467 str(other._properties), self._properties['rootObject'].Name()))
912 if 'path' in self._properties and not 'name' in self._properties:
1358 self._properties = child._properties
1384 if 'name' in self._properties and 'path' in self._properties and \
1385 self._properties['name'] == self._properties['path']:
1460 self._properties['path'] = self._properties['path'][:-1]
2630 for group in self._properties['mainGroup']._properties['children']:
2637 self._properties['mainGroup']._properties['children'] = \
2638 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py291 self._properties = {}
467 str(other._properties), self._properties['rootObject'].Name()))
912 if 'path' in self._properties and not 'name' in self._properties:
1358 self._properties = child._properties
1384 if 'name' in self._properties and 'path' in self._properties and \
1385 self._properties['name'] == self._properties['path']:
1460 self._properties['path'] = self._properties['path'][:-1]
2630 for group in self._properties['mainGroup']._properties['children']:
2637 self._properties['mainGroup']._properties['children'] = \
2638 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py291 self._properties = {}
467 str(other._properties), self._properties['rootObject'].Name()))
912 if 'path' in self._properties and not 'name' in self._properties:
1358 self._properties = child._properties
1384 if 'name' in self._properties and 'path' in self._properties and \
1385 self._properties['name'] == self._properties['path']:
1460 self._properties['path'] = self._properties['path'][:-1]
2630 for group in self._properties['mainGroup']._properties['children']:
2637 self._properties['mainGroup']._properties['children'] = \
2638 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py291 self._properties = {}
467 str(other._properties), self._properties['rootObject'].Name()))
912 if 'path' in self._properties and not 'name' in self._properties:
1358 self._properties = child._properties
1384 if 'name' in self._properties and 'path' in self._properties and \
1385 self._properties['name'] == self._properties['path']:
1460 self._properties['path'] = self._properties['path'][:-1]
2630 for group in self._properties['mainGroup']._properties['children']:
2637 self._properties['mainGroup']._properties['children'] = \
2638 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py291 self._properties = {}
467 str(other._properties), self._properties['rootObject'].Name()))
912 if 'path' in self._properties and not 'name' in self._properties:
1358 self._properties = child._properties
1384 if 'name' in self._properties and 'path' in self._properties and \
1385 self._properties['name'] == self._properties['path']:
1460 self._properties['path'] = self._properties['path'][:-1]
2630 for group in self._properties['mainGroup']._properties['children']:
2637 self._properties['mainGroup']._properties['children'] = \
2638 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py901 self._properties[key] = self._properties.get(key, [])
971 if "path" in self._properties and "name" not in self._properties:
1440 self._properties = child._properties
1474 and self._properties["name"] == self._properties["path"]
1552 if "path" in self._properties and self._properties["path"].endswith("/"):
1553 self._properties["path"] = self._properties["path"][:-1]
2290 name = self._properties.get("name") or self._properties["target"].Name()
2889 for group in self._properties["mainGroup"]._properties["children"]:
2896 self._properties["mainGroup"]._properties["children"] = sorted(
2897 self._properties["mainGroup"]._properties["children"],
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py901 self._properties[key] = self._properties.get(key, [])
971 if "path" in self._properties and "name" not in self._properties:
1440 self._properties = child._properties
1474 and self._properties["name"] == self._properties["path"]
1552 if "path" in self._properties and self._properties["path"].endswith("/"):
1553 self._properties["path"] = self._properties["path"][:-1]
2288 name = self._properties.get("name") or self._properties["target"].Name()
2887 for group in self._properties["mainGroup"]._properties["children"]:
2894 self._properties["mainGroup"]._properties["children"] = sorted(
2895 self._properties["mainGroup"]._properties["children"],
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gyp/pylib/gyp/
H A Dxcodeproj_file.py296 self._properties = {}
460 str(other._properties), self._properties['rootObject'].Name())
906 if 'path' in self._properties and not 'name' in self._properties:
1334 self._properties = child._properties
1360 if 'name' in self._properties and 'path' in self._properties and \
1361 self._properties['name'] == self._properties['path']:
1436 self._properties['path'] = self._properties['path'][:-1]
2576 for group in self._properties['mainGroup']._properties['children']:
2583 self._properties['mainGroup']._properties['children'] = \
2584 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/dell_emc/vnx/
H A Dmocked_vnx.yaml91 _properties:
97 _properties:
103 _properties:
109 _properties:
128 _properties:
134 _properties:
141 _properties:
166 _properties:
174 _properties:
182 _properties:
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/pylib/gyp/
H A Dxcodeproj_file.py307 self._properties = {}
483 str(other._properties), self._properties['rootObject'].Name()))
933 if 'path' in self._properties and not 'name' in self._properties:
1379 self._properties = child._properties
1405 if 'name' in self._properties and 'path' in self._properties and \
1406 self._properties['name'] == self._properties['path']:
1482 self._properties['path'] = self._properties['path'][:-1]
2718 for group in self._properties['mainGroup']._properties['children']:
2725 self._properties['mainGroup']._properties['children'] = \
2726 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/gyp/pylib/gyp/
H A Dxcodeproj_file.py307 self._properties = {}
483 str(other._properties), self._properties['rootObject'].Name()))
933 if 'path' in self._properties and not 'name' in self._properties:
1379 self._properties = child._properties
1405 if 'name' in self._properties and 'path' in self._properties and \
1406 self._properties['name'] == self._properties['path']:
1482 self._properties['path'] = self._properties['path'][:-1]
2718 for group in self._properties['mainGroup']._properties['children']:
2725 self._properties['mainGroup']._properties['children'] = \
2726 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/pylib/gyp/
H A Dxcodeproj_file.py307 self._properties = {}
483 str(other._properties), self._properties['rootObject'].Name()))
933 if 'path' in self._properties and not 'name' in self._properties:
1379 self._properties = child._properties
1405 if 'name' in self._properties and 'path' in self._properties and \
1406 self._properties['name'] == self._properties['path']:
1482 self._properties['path'] = self._properties['path'][:-1]
2718 for group in self._properties['mainGroup']._properties['children']:
2725 self._properties['mainGroup']._properties['children'] = \
2726 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/pylib/gyp/
H A Dxcodeproj_file.py307 self._properties = {}
483 str(other._properties), self._properties['rootObject'].Name()))
933 if 'path' in self._properties and not 'name' in self._properties:
1379 self._properties = child._properties
1405 if 'name' in self._properties and 'path' in self._properties and \
1406 self._properties['name'] == self._properties['path']:
1482 self._properties['path'] = self._properties['path'][:-1]
2718 for group in self._properties['mainGroup']._properties['children']:
2725 self._properties['mainGroup']._properties['children'] = \
2726 sorted(self._properties['mainGroup']._properties['children'],
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/pylib/gyp/
H A Dxcodeproj_file.py307 self._properties = {}
483 str(other._properties), self._properties['rootObject'].Name()))
933 if 'path' in self._properties and not 'name' in self._properties:
1379 self._properties = child._properties
1405 if 'name' in self._properties and 'path' in self._properties and \
1406 self._properties['name'] == self._properties['path']:
1482 self._properties['path'] = self._properties['path'][:-1]
2718 for group in self._properties['mainGroup']._properties['children']:
2725 self._properties['mainGroup']._properties['children'] = \
2726 sorted(self._properties['mainGroup']._properties['children'],
[all …]

12345678910>>...81