Home
last modified time | relevance | path

Searched refs:property (Results 226 – 250 of 1146) sorted by relevance

12345678910>>...46

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_pt.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_ro.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_sk.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_ua.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_ar.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_be.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_fa.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_fi.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_fr.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_kr.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_pl.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_si.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_sv.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_tr.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Dlocale_cn.js99 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php71 …public function testAccessorTypePublicMethod($property, $getterInit, $setterInit, $getterName, $se… argument
75 $metadata = new PropertyMetadata(get_class($object), $property);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md21 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
115 * #143: `SCHEDULE-AGENT` on the `ORGANIZER` property is respected.
145 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
170 * VEVENT now get populated with a DTSTAMP and UID property by default.
284 * Fixed: Setting correct property group on VCard conversion
302 * Added: You can now add() multiple parameters to a property in one call.
334 * Added: OPTION_FORGIVING now also allows slashes in property names.
350 * Fixed: Recursive loop in ICalendar\DateTime property.
360 * Removed: CommaSeparatedText property. Now included into Text.
374 * Added: A few tweaks to improve component and property creation.
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Dshadow.css7 transition-property: color, box-shadow;
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt34 console.log("The first p with an inline definition has a fontSize property of "+allP.item(1).style.…
38 console.log("The second p with a stylesheet definition has an undefined fontSize property "+(typeof…
/plugin/pagetemplater/
H A DREADME.md40 **Note:** The page above defines a templater property using an exclamation mark (!) - this property
/plugin/semantic/
H A Daction.php225 foreach ($this->helper->getOpenGraph() as $property => $content) {
232 'property' => $property,
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCLA.md7 …censeable, transferable license under all of Your relevant intellectual property rights (including…
13 …to grant the above license. If Your employer has rights to intellectual property that You create, …
15 …f you have signed an agreement requiring you to assign the intellectual property rights in the Con…
/plugin/combo/ComboStrap/
H A DPluginUtility.php243 * @param $hasThirdValue - if true, the third parameter is treated as value, not a property and returned in the `third` key
438 foreach ($properties as $property) {
439 list($key, $value) = explode(":", $property);
490 * @return string - the value of a query string property or if in test mode, the value of a test variable
689 * Add a style property to the attributes
690 * @param $property
696 static function addStyleProperty($property, $value, array &$attributes) argument
699 $attributes["style"] .= ";$property:$value";
701 $attributes["style"] = "$property:$value";
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst44 A property that is excluded by ``@Exclude`` cannot be exposed anymore by any
90 property without an explicit ``@Groups`` annotation will be included in a
194 …'Default', // This would be the default if you did not override the groups of the manager property.
228 You can limit the depth of what will be serialized in a property with the
257 property is 1, the user friends would be serialized, but not their friends;
258 and because the the max depth of the ``$posts`` property is 2, the posts would

12345678910>>...46