Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 270) sorted by relevance

1234567891011

/template/bootstrap3/tpl/
Dfunctions.php10 function get_property_reflection($object, $property) argument
12 $reflection = new \ReflectionProperty(get_class($object), $property);
17 function set_property_reflection($object, $property, $new_value) argument
19 $reflection = new \ReflectionProperty(get_class($object), $property);
24 function get_property($object, $property) argument
27 $propertyLength = strlen($property);
30 if (substr($key, -$propertyLength) === $property) {
36 function set_property($object, $property, $new_value) argument
38 array_walk($object, function (&$value, $key) use ($new_value, $property) {
39 if (substr($key, -strlen($property)) === $property) {
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php110 public function checkPropertyAllowed($obj, $property) argument
115 … $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]);
123 …f('Calling "%s" property on a "%s" object is not allowed.', $property, $class), $class, $property);
DSecurityPolicyInterface.php40 * @param string $property
44 public function checkPropertyAllowed($obj, $property); argument
/template/bootstrap3/
Diconify.php138 …ray('width', 'height', 'top', 'left', 'inlineHeight', 'inlineTop', 'verticalAlign') as $property) {
139 if (isset($collection_data[$property])) {
140 $iconify_data[$property] = $collection_data[$property];
/template/strap/ComboStrap/TagAttribute/
H A DStyleAttribute.php50 foreach ($array as $property => $value) {
52 $inline .= ";$property:$value";
54 $inline = "$property:$value";
/template/twigstarter/vendor/twig/twig/src/Extension/
DSandboxExtension.php94 public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null) argument
98 $this->policy->checkPropertyAllowed($obj, $property);
/template/strap/ComboStrap/
H A DPluginUtility.php438 foreach ($properties as $property) {
439 list($key, $value) = explode(":", $property);
696 static function addStyleProperty($property, $value, array &$attributes) argument
699 $attributes["style"] .= ";$property:$value";
701 $attributes["style"] = "$property:$value";
H A DTagAttributes.php415 foreach ($tagAttributes->getStyleDeclarations() as $property => $value) {
416 $newTagAttributes->addStyleDeclarationIfNotSet($property, $value);
907 function addStyleDeclarationIfNotSet($property, $value) argument
909 ArrayUtility::addIfNotSet($this->styleDeclaration, $property, $value);
913 function setStyleDeclaration($property, $value): TagAttributes argument
915 $this->styleDeclaration[$property] = $value;
/template/strap/resources/theme/default/components/css/
H A Dshadow.css7 transition-property: color, box-shadow;
/template/a_new_day/js/
Dprototype.js31 for (var property in source) {
32 destination[property] = source[property];
51 for (var property in object)
52 keys.push(property);
58 for (var property in object)
59 values.push(object[property]);
464 pluck: function(property) {
467 results.push(value[property]);
1122 for (var property in methods) {
1123 var value = methods[property];
[all …]
Deffects.js318 for(property in this)
319 if(typeof this[property] != 'function') data[property] = this[property];
972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
977 } else if(property == 'opacity') {
985 var originalValue = this.element.getStyle(property);
987 style: property,
1064 Element.CSS_PROPERTIES.each(function(property){ argument
1065 if(style[property]) styleRules[property] = style[property];
/template/battlehorse/js/
Dprototype.js31 for (var property in source) {
32 destination[property] = source[property];
51 for (var property in object)
52 keys.push(property);
58 for (var property in object)
59 values.push(object[property]);
464 pluck: function(property) {
467 results.push(value[property]);
1122 for (var property in methods) {
1123 var value = methods[property];
[all …]
Deffects.js318 for(property in this)
319 if(typeof this[property] != 'function') data[property] = this[property];
972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
977 } else if(property == 'opacity') {
985 var originalValue = this.element.getStyle(property);
987 style: property,
1064 Element.CSS_PROPERTIES.each(function(property){ argument
1065 if(style[property]) styleRules[property] = style[property];
/template/breeze/bower_components/gumby/sass/functions/
D_fade.scss17 @include transition-property(opacity);
/template/strap/action/
H A Dmetafacebook.php253 foreach ($facebookMeta as $property => $content) {
254 $event->data['meta'][] = array("property" => $property, "content" => $content);
/template/a_new_day/
Dcsshover3.htc124 // affected elements are given an expression under a fake css property, the classname is used
147 // the patch's type is returned to the expression. That way the expression property
150 var property = CSSHOVER_PREFIX + className;
151 if(node.style[property]) {
152 node.style[property] = null;
/template/simple/
Dcsshover3.htc124 // affected elements are given an expression under a fake css property, the classname is used
147 // the patch's type is returned to the expression. That way the expression property
150 var property = CSSHOVER_PREFIX + className;
151 if(node.style[property]) {
152 node.style[property] = null;
/template/vector20/static/3rd/vector/
Dcsshover.htc124 // affected elements are given an expression under a fake css property, the classname is used
147 // the patch's type is returned to the expression. That way the expression property
150 var property = CSSHOVER_PREFIX + className;
151 if(node.style[property]) {
152 node.style[property] = null;
/template/vector/static/3rd/vector/
Dcsshover.htc124 // affected elements are given an expression under a fake css property, the classname is used
147 // the patch's type is returned to the expression. That way the expression property
150 var property = CSSHOVER_PREFIX + className;
151 if(node.style[property]) {
152 node.style[property] = null;
/template/wikiweko/static/3rd/vector/
H A Dcsshover.htc124 // affected elements are given an expression under a fake css property, the classname is used
147 // the patch's type is returned to the expression. That way the expression property
150 var property = CSSHOVER_PREFIX + className;
151 if(node.style[property]) {
152 node.style[property] = null;
/template/breeze/bower_components/gumby/sass/ui/
D_toggles.scss66 @include transition-property(opacity);
/template/strap/ComboStrap/Xml/
H A DXmlElement.php393 public function getStyleProperty(string $property): string argument
395 return $this->getStyleProperties()[$property];
/template/dokui/css/
Dhighlight.css69 pre .rules .property,
/template/writr2/font/
DCOPYING.txt9 This license does not convey any intellectual property rights to third party trademarks that may be…
/template/bushwick/fonts/
DCOPYING.txt9 This license does not convey any intellectual property rights to third party trademarks that may be…

1234567891011