Home
last modified time | relevance | path

Searched defs:property (Results 26 – 50 of 248) sorted by last modified time

12345678910

/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php393 public function getStyleProperty(string $property): string argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1276 var instanceCheckMap={Window:{property:["window","document"],method:"setTimeout"},Document:{property:["body","cookie"],method:"getElementById"},Node:{property:"ownerDocument",method:"appendChild"},Element:{property:"tagName",value:{nodeType:1}},Location:{property:["hostname","protocol"],method:"assign"},HTMLImageElement:{property:"useMap",value:{nodeType:1,tagName:"img"}},HTMLAnchorElement:{property:"hreflang",value:{nodeType:1,tagName:"a"}},HTMLInputElement:{property:"form",value:{nodeType:1,tagName:"input"}},HTMLButtonElement:{},HTMLFormElement:{method:"submit",value:{nodeType:1,tagName:"form"}},HTMLBodyElement:{},HTMLHtmlElement:{},CSSStyleRule:{property property in instanceCheckMap.CSSStyleRule
[all...]
H A Dfirebug-lite-1.2-compressed.js47 parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass("Opened");parentElement.opened=true;for(var key in obj){try{if(env.hideDOMFunctions&&typeof(obj[key])=="function")continue;var value=obj[key],property=key,container=new lib.element("DIV").attribute.addClass("DOMRow").insert(parentElement),left=new lib.element("DIV").attribute.addClass("DOMRowLeft").insert(container),right=new lib.element("DIV").attribute.addClass("DOMRowRight").insert(container);container.child.add(new lib.element("DIV").attribute.addClass('Clear'));var link=new lib.element("A").attribute.addClass(typeof value=="object"&&Boolean(value)?"Property Object":"Property").update(property).insert(left);right.update(d.highlight(value,false,true));var subContainer=new lib.element("DIV").attribute.addClass("DOMRowSubContainer").insert(container);if(typeof value!="object"||Boolean(value)==false) variable
H A Dfirebug-lite-1.2.js1161 var value = obj[key], property = key, container = new lib.element("DIV").attribute.addClass("DOMRow").insert(parentElement), variable
/plugin/combo/ComboStrap/
H A DPluginUtility.php696 static function addStyleProperty($property, $value, array &$attributes) argument
H A DTagAttributes.php907 function addStyleDeclarationIfNotSet($property, $value) argument
913 function setStyleDeclaration($property, $value): TagAttributes argument
/plugin/odt/ODT/
H A DODTUtility.php418 public static function adjustValueForODT ($property, $value, ODTUnits $units) {
H A DODTDocument.php225 public function adjustLengthCallback ($property, $value, $type, $rule) {
2054 public function adjustValueForODT ($property, $value) {
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php77 public function setProperty($property, $value) {
91 public function getProperty($property) {
H A DODTPageLayoutStyle.php158 public function setProperty($property, $value) {
192 public function getProperty($property) {
H A DODTParagraphStyle.php137 public function setProperty($property, $value) {
175 public function getProperty($property) {
H A DODTStyle.php69 abstract public function setProperty($property, $value);
77 public function getProperty($property) {
89 public function getPropertyInternal($property, $properties=NULL) {
103 public function getPropertySection($property) {
159 … protected function setPropertyInternal($property, $odt_property, $value, $section, &$dest=NULL) {
H A DODTTableCellStyle.php116 public function setProperty($property, $value) {
H A DODTTableColumnStyle.php72 public function setProperty($property, $value) {
H A DODTTableRowStyle.php91 public function setProperty($property, $value) {
H A DODTTableStyle.php101 public function setProperty($property, $value) {
H A DODTTextListStyle.php118 public function setProperty($property, $value) {
289 public function getPropertyFromLevel($level, $property) {
330 public function setPropertyForLevel($level, $property, $value) {
H A DODTTextOutlineStyle.php87 public function setProperty($property, $value) {
224 public function getPropertyFromLevel($level, $property) {
234 public function setPropertyForLevel($level, $property, $value) {
H A DODTTextStyle.php164 public function setProperty($property, $value) {
H A DODTUnknownStyle.php78 public function setProperty($property, $value) {
/plugin/odt/helper/
H A Dcssimport.php35 protected $property; variable in css_declaration
44 public function __construct($property, $value) {
H A Dstylefactory.php294 public function adjustValueForODT ($property, $value, $emValue = 0) {
/plugin/odt/renderer/
H A Dpage.php76 public function replaceURLPrefixesCallback ($property, $value, $url) {
2046 public function adjustValueForODT ($property, $value) {
2062 public function adjustLengthCallback ($property, $value, $type) {
/plugin/edittable/lib/
H A Dhandsontable.full.js98 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js72 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… argument

12345678910