Home
last modified time | relevance | path

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

12345678910

/template/bootstrap3/tpl/
H A 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))
[all...]
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A 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);
H A DSecurityPolicyInterface.php40 * @param string $property
44 public function checkPropertyAllowed($obj, $property); argument
/template/bootstrap3/
H A Diconify.php138 foreach (array('width', 'height', 'top', 'left', 'inlineHeight', 'inlineTop', 'verticalAlign') as $property) {
139 if (isset($collection_data[$property])) {
140 $iconify_data[$property] = $collection_data[$property];
/template/strap/
H A DTODO.md5 ## Style property
8 * Create a parameter for the body property: padding-top
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php94 public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null) argument
98 $this->policy->checkPropertyAllowed($obj, $property);
/template/a_new_day/js/
H A 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) { argument
467 results.push(value[property]);
1122 for (var property in methods) {
1123 var value = methods[property];
[all …]
H A 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/
H A 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) { argument
467 results.push(value[property]);
1122 for (var property in methods) {
1123 var value = methods[property];
[all …]
H A 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/simple/
H A 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/a_new_day/
H A 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/vector/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/functions/
H A D_fade.scss17 @include transition-property(opacity);
/template/breeze/bower_components/gumby/sass/ui/
H A D_toggles.scss66 @include transition-property(opacity);
/template/bushwick/fonts/
H A DCOPYING.txt9 This license does not convey any intellectual property rights to third party trademarks that may be…
/template/hexa/genericons/
H A DCOPYING.txt9 This license does not convey any intellectual property rights to third party trademarks that may be…
/template/writr/font/
H A DCOPYING.txt9 This license does not convey any intellectual property rights to third party trademarks that may be included in the icon font; such marks remain subject (…)
/template/fictive/genericons/
H A DCOPYING.txt9 This license does not convey any intellectual property rights to third party trademarks that may be…
/template/pinboard/css/
H A Dpinboard.css2582 -webkit-transition-property: height, width;
2583 -moz-transition-property: height, width;
2584 -ms-transition-property: height, width;
2585 -o-transition-property: height, width;
2586 transition-property: height, width;
2590 -webkit-transition-property: left, right, top;
2591 -moz-transition-property: left, right, top;
2592 -ms-transition-property: left, right, top;
2593 -o-transition-property: left, right, top;
2594 transition-property: left, right, top;
/template/bootie/css/
H A DcustomLevel.css3 /*text-decoration: underline; underline property cross hackes whereas border does not*/
/template/klean/bootstrap/css/
H A Dbootstrap-theme.min.css.map1 …sition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n …
/template/flarum/css/
H A Dplugin.less10 transition-property: opacity, visibility;
/template/sidebar/
H A Dsidebar.css170 …overflow-x: auto; /* IE proprietary property to prevent wide images in wiki page forci…
/template/starterbootstrap/css/
H A Dbootstrap-theme.css.map1 …sition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n …

12345678910