Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 38) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php57 public function setAllowedProperties(array $properties) argument
59 $this->allowedProperties = $properties;
113 foreach ($this->allowedProperties as $class => $properties) {
115 … $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]);
/template/strap/ComboStrap/
H A DBrandButton.php310 $properties["padding"] = "0.375rem 0.375rem";
313 $properties["vertical-align"] = "middle";
314 $properties["display"] = "inline-block";
318 $properties["color"] = "$primaryColor!important";
333 $properties["background-color"] = $primary;
334 $properties["border-color"] = $primary;
335 $properties["color"] = $textColor;
341 $properties["stroke-width"] = "2px";
346 foreach ($properties as $key => $value) {
H A DTemplate.php137 public function setProperties(array $properties): Template argument
139 foreach ($properties as $key => $val) {
H A DMarkupRef.php138 $properties = $this->url->getQueryProperties();
139 if (count($properties) >= 1) {
144 $widthAndHeight = array_key_first($properties);
H A DPluginUtility.php437 $properties = explode(";", $attributes->getValueAndRemove($styleAttributeName));
438 foreach ($properties as $property) {
/template/strap/action/
H A Dstaticresource.php382 * @param Array $properties - the query properties
387 static function getEtagValue(Path $mediaFile, array $properties): string argument
391 ksort($properties);
392 foreach ($properties as $key => $value) {
/template/templar/less/
Dclose.less23 // Additional properties for button version
Dforms.less92 // Reset appearance properties for textual inputs and textarea
576 // Common properties
/template/a_new_day/
Dcsshover3.htc183 // and set properties to null
236 // and set properties to null
/template/simple/
Dcsshover3.htc183 // and set properties to null
236 // and set properties to null
/template/vector20/static/3rd/vector/
Dcsshover.htc183 // and set properties to null
236 // and set properties to null
/template/vector/static/3rd/vector/
Dcsshover.htc183 // and set properties to null
236 // and set properties to null
/template/wikiweko/static/3rd/vector/
H A Dcsshover.htc183 // and set properties to null
236 // and set properties to null
/template/twentyfifteen/css/
Dnormalize.less370 * 2. Change font properties to `inherit` in Safari.
/template/stm/stm/css/
D_normalize.css403 * 2. Change font properties to `inherit` in Safari.
/template/typowiki/typowiki/scss/
D_sanitize.scss398 * 2. Change font properties to `inherit` in Safari.
/template/daily/css/
Dpure-min.css260 * 2. Correct font properties not being inherited.
472 /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
/template/breeze/bower_components/modular-scale/
Dreadme.md7 Ems work especially well with modular scales as their recursive properties mimic modular scales mak…
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md18 - `RemoteWebElement::getDomProperty()` method to read JavaScript properties of an element (like the…
H A DREADME.md132 Desired capabilities define properties of the browser you are about to start.
/template/hexa/genericons/
DREADME.md66 …smoothing: antialiased;` and `-moz-osx-font-smoothing: grayscale;` CSS properties. That'll make th…
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js918 this.createElement=function(tagName,properties){properties=properties||{}; argument
919 var doc=properties.document||FBL.Firebug.chrome.document;
921 for(var name in properties){if(name!="document"){element[name]=properties[name]
924 this.createGlobalElement=function(tagName,properties){properties=properties||{}; argument
927 for(var name in properties){var propname=name;
929 }if(name!="document"){element.setAttribute(propname,properties[name])
5929 var properties=["log","debug","info","warn","error","assert","dir","dirxml","group","groupCollapsed…
5935 var installer=function(c){for(var i=0,l=properties.length;
5937 i++){var name=properties[i];
/template/monobook/static/3rd/monobook/
Dmain.css700 ** Logo properties
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1properties to `inherit`\n// 2. Correct the inability to style clickable types in iOS and Safari.\n…
/template/able/css/
Dable.css526 …lement using platform-native styling. See http://css-tricks.com/almanac/properties/a/appearance/ */

12