Home
last modified time | relevance | path

Searched refs:property (Results 251 – 275 of 1146) sorted by relevance

1...<<11121314151617181920>>...46

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExclusionStrategyInterface.php26 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool; argument
H A DDepthExclusionStrategy.php27 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ExclusionStrategy/
H A DAlwaysExcludeExclusionStrategy.php19 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool argument
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dvbsso_shared.php243 function vbsso_get_platform_config_property($platform, $property, $default = '') { argument
251 return isset($config[$property]) ? $config[$property] : $default;
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php921 public static function propertyExists($classOrObject, $property, $message = '') argument
923 if (!property_exists($classOrObject, $property)) {
926 static::valueToString($property)
931 public static function propertyNotExists($classOrObject, $property, $message = '') argument
933 if (property_exists($classOrObject, $property)) {
936 static::valueToString($property)
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dtemplate2.tpl2 |<span class="selector">|</span><span class="format">{</span>|<span class="property">|</span><span …
H A Dtemplate3.tpl1 …pan class="selector">|</span><span class="format">{</span>|<span class="property">|</span><span cl…
H A Dtemplate.tpl3 |<span class="property">|</span><span class="value">|</span><span class="format">;</span>
H A Dtemplate1.tpl4 | <span class="property">|</span><span class="value">|</span><span class="format">;</span>
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js83 var property = properties[i], value = source[property];
103 for (var property in source)
104 destination[property] = source[property];
134 for (var property in object) {
153 for (var property in object)
154 keys.push(property);
160 for (var property in object)
745 pluck: function(property) { argument
1919 if (property == 'opacity') element.setOpacity(styles[property]);
1921 elementStyle[(property == 'float' || property == 'cssFloat') ?
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js124 var property = properties[i], value = source[property];
130 })(property).wrap(method);
153 for (var property in source)
154 destination[property] = source[property];
202 for (var property in object)
203 results.push(property);
209 for (var property in object)
853 function pluck(property) { argument
2214 if (property == 'opacity') element.setOpacity(styles[property]);
2216 elementStyle[(property == 'float' || property == 'cssFloat') ?
[all …]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.css.css4 .syntax-theme-base .syntax .css .property {
/plugin/structjoin/types/
H A DJoin.php133 protected function getProtectedPropertyFromQB(QueryBuilder $QB, $property) { argument
135 $reflectionProperty = $reflectionClass->getProperty($property);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist18 message: '#Access to an undefined property object::\$foo\.#'
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php360 $extra = ' (property: "' . $warn['node']->name . '")';
407 $extra = ' (property: "' . $warn['node']->name . '")';
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst69 $property = $reflectionClass->getProperty('bar');
73 $property,
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php359 $extra = ' (property: "' . $warn['node']->name . '")';
405 $extra = ' (property: "' . $warn['node']->name . '")';
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php359 $extra = ' (property: "' . $warn['node']->name . '")';
405 $extra = ' (property: "' . $warn['node']->name . '")';
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php359 $extra = ' (property: "' . $warn['node']->name . '")';
405 $extra = ' (property: "' . $warn['node']->name . '")';
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php202 foreach ($properties as $property) {
207 ) = \Sabre\Xml\Service::parseClarkNotation($property);
/plugin/combo/action/
H A Dmetafacebook.php253 foreach ($facebookMeta as $property => $content) {
254 $event->data['meta'][] = array("property" => $property, "content" => $content);
/plugin/siteexport/inc/
H A DreadCSS.patch204 $property = $tmp[0];
208 $property = trim($property);
211 if ($property && ($value || $value==='0')) {
213 …if ((strtoupper($property)=='BACKGROUND-IMAGE' || strtoupper($property)=='BACKGROUND') && preg_mat…
216 $classproperties[strtoupper($property)] = $value;
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog413 treated as end of property definition.
507 * Fixed: partial support for 'direction' property
1267 calculated for 'background-position' property
1366 property values
1502 property ignored
1513 list-style CSS property is ignored
1552 ignored in 'border' property
1569 property applied to block content
1572 property not supported
1653 property is ignored
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowTricky.txt
/plugin/jirainfo/
H A Dstyle.less176 -webkit-transition-property: "opacity,transform";
177 -o-transition-property: "opacity,transform";
178 transition-property: "opacity,transform";

1...<<11121314151617181920>>...46