| /template/bootstrap3/tpl/ |
| D | functions.php | 10 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/ |
| D | SecurityPolicy.php | 110 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);
|
| D | SecurityPolicyInterface.php | 40 * @param string $property 44 public function checkPropertyAllowed($obj, $property); argument
|
| /template/bootstrap3/ |
| D | iconify.php | 138 …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 D | StyleAttribute.php | 50 foreach ($array as $property => $value) { 52 $inline .= ";$property:$value"; 54 $inline = "$property:$value";
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | SandboxExtension.php | 94 public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null) argument 98 $this->policy->checkPropertyAllowed($obj, $property);
|
| /template/strap/ComboStrap/ |
| H A D | PluginUtility.php | 438 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 D | TagAttributes.php | 415 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 D | shadow.css | 7 transition-property: color, box-shadow;
|
| /template/a_new_day/js/ |
| D | prototype.js | 31 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 …]
|
| D | effects.js | 318 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/ |
| D | prototype.js | 31 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 …]
|
| D | effects.js | 318 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.scss | 17 @include transition-property(opacity);
|
| /template/strap/action/ |
| H A D | metafacebook.php | 253 foreach ($facebookMeta as $property => $content) { 254 $event->data['meta'][] = array("property" => $property, "content" => $content);
|
| /template/a_new_day/ |
| D | csshover3.htc | 124 // 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/ |
| D | csshover3.htc | 124 // 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/ |
| D | csshover.htc | 124 // 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/ |
| D | csshover.htc | 124 // 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 D | csshover.htc | 124 // 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.scss | 66 @include transition-property(opacity);
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlElement.php | 393 public function getStyleProperty(string $property): string argument 395 return $this->getStyleProperties()[$property];
|
| /template/dokui/css/ |
| D | highlight.css | 69 pre .rules .property,
|
| /template/writr2/font/ |
| D | COPYING.txt | 9 This license does not convey any intellectual property rights to third party trademarks that may be…
|
| /template/bushwick/fonts/ |
| D | COPYING.txt | 9 This license does not convey any intellectual property rights to third party trademarks that may be…
|