Home
last modified time | relevance | path

Searched refs:getPropertyValue (Results 1 – 25 of 91) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.css.parse.php8 $this->assertEqual($collection->getPropertyValue(CSS_VISIBILITY), VISIBILITY_HIDDEN);
15 $this->assertEqual($collection->getPropertyValue(CSS_VISIBILITY), VISIBILITY_HIDDEN);
23 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
33 $content =& $collection->getPropertyValue(CSS_CONTENT);
44 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
58 $this->assertEqual($collection->getPropertyValue(CSS_FONT_WEIGHT), WEIGHT_BOLD);
60 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
64 $color = $collection->getPropertyValue(CSS_COLOR);
81 $this->assertEqual($collection->getPropertyValue(CSS_FONT_WEIGHT), WEIGHT_BOLD);
83 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
[all …]
Dtest.css.content.php23 $content =& $collection->getPropertyValue(CSS_CONTENT);
34 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
54 $content =& $collection->getPropertyValue(CSS_CONTENT);
74 $content =& $collection->getPropertyValue(CSS_CONTENT);
85 $content =& $collection->getPropertyValue(CSS_CONTENT);
96 $content =& $collection->getPropertyValue(CSS_CONTENT);
109 $content =& $collection->getPropertyValue(CSS_CONTENT);
112 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
Dtest.css.parse.atrules.php10 …$color =& $pipeline->_page_at_rules[CSS_PAGE_SELECTOR_ALL][0]->css->getPropertyValue(CSS_BACKGROUN…
23 …ALL][0]->margin_boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT]->css->body->getPropertyValue(CSS_BACKGROUN…
36 …_ALL][0]->margin_boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT]->css->body->getPropertyValue(CSS_CONTENT);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
DQuotedPrintableTest.php19 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
31 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
43 $this->assertEquals("Aachen\r\nGermany", $this->getPropertyValue($result->label));
56 $this->assertEquals("Aachen\r\nDeutschland:okay", $this->getPropertyValue($result->label));
80 private function getPropertyValue(\Sabre\VObject\Property $property) { function in Sabre\\VObject\\Parser\\QuotedPrintableTest
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
DQuotedPrintableTest.php19 $this->assertEquals("Aachen", $this->getPropertyValue($result->LABEL));
31 $this->assertEquals("Aachen", $this->getPropertyValue($result->LABEL));
43 $this->assertEquals("Aachen\r\nGermany", $this->getPropertyValue($result->LABEL));
56 $this->assertEquals("Aachen\r\nDeutschland:okay", $this->getPropertyValue($result->LABEL));
80 private function getPropertyValue(\Sabre\VObject\Property $property) { function in Sabre\\VObject\\Parser\\QuotedPrintableTest
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
DQuotedPrintableTest.php19 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
31 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
43 $this->assertEquals("Aachen\r\nGermany", $this->getPropertyValue($result->label));
56 $this->assertEquals("Aachen\r\nDeutschland:okay", $this->getPropertyValue($result->label));
80 private function getPropertyValue(\Sabre\VObject\Property $property) { function in Sabre\\VObject\\Parser\\QuotedPrintableTest
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
DQuotedPrintableTest.php19 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
31 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
43 $this->assertEquals("Aachen\r\nGermany", $this->getPropertyValue($result->label));
56 $this->assertEquals("Aachen\r\nDeutschland:okay", $this->getPropertyValue($result->label));
80 private function getPropertyValue(\Sabre\VObject\Property $property) { function in Sabre\\VObject\\Parser\\QuotedPrintableTest
/plugin/smtp/subtree/txtthinking/Mailer/tests/
DSMTPTest.php42 $this->assertEquals('localhost', $this->testHelper->getPropertyValue($this->smtp, 'host'));
43 $this->assertEquals('25', $this->testHelper->getPropertyValue($this->smtp, 'port'));
51 $this->assertEquals('none', $this->testHelper->getPropertyValue($this->smtp, 'username'));
52 $this->assertEquals('none', $this->testHelper->getPropertyValue($this->smtp, 'password'));
/plugin/struct/script/
Dvanilla-combobox.js133 const newValue = defaultStyles.getPropertyValue(property);
134 const oldValue = inputStyles.getPropertyValue(property);
142 const newValue = defaultStyles.getPropertyValue(property);
143 const oldValue = dropdownStyles.getPropertyValue(property);
/plugin/combo/resources/snippet/js/
Dheight-toggle.js4 let parentBorderColor = window.getComputedStyle(parent).getPropertyValue("color");
Dlozad-svg-injection.js8 let displayValue = el.style.getPropertyValue('display');
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js911 bold: style.getPropertyValue('font-weight') == 'bold' || pStyle['bold'],
912 italic: style.getPropertyValue('font-style') == 'italic' || pStyle['italic'],
913 …underline: style.getPropertyValue('text-decoration').indexOf('underline') >= 0 || pStyle['underlin…
914 align: style.getPropertyValue('text-align'),
915 fontColor: rgb2hex(style.getPropertyValue('color')),
916 fontSize: parseFloat(style.getPropertyValue('font-size')),
917 fontFamily: style.getPropertyValue('font-family').replace(/"/g, ''), //remove quotes
918 … blockElem: style.getPropertyValue('display') == 'block' || nodeName == "BR" || nodeName == "LI",
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckjustifycommands.js167 …currentAlign = FCK.EditorWindow.getComputedStyle( firstBlock, '' ).getPropertyValue( 'text-align' …
/plugin/rssticker/
Drssticker.js53 …window.getComputedStyle(document.getElementById(this.tickerid), "").getPropertyValue("-moz-opacity…
/plugin/combo/action/
Ddocustom.php140 …$id = Url::createFromGetOrPostGlobalVariable()->getPropertyValue(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE…
/plugin/combo/ComboStrap/
DPluginUtility.php469 $testPropertyValue = self::getPropertyValue("SCRIPT_NAME");
497 static function getPropertyValue($name, $default = null) function in ComboStrap\\PluginUtility
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) +
241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) +
241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
/plugin/mobiletable/
DmobileTable.js297 .getPropertyValue("content")
Dscript.js8 …ector("div.mobiletable");a&&(a=window.getComputedStyle(a,":before").getPropertyValue("content").re…
/plugin/widearea/widearea/
Dwidearea.js194 propValue = document.defaultView.getComputedStyle(element, null).getPropertyValue(propName);
/plugin/combo/ComboStrap/Web/
DUrl.php291 public function getPropertyValue($propertyName): string function in ComboStrap\\Web\\Url
/plugin/snow/
Dsnowstorm.js631 …entIsRelative = (window.getComputedStyle(storm.targetElement, null).getPropertyValue('position') =…
/plugin/chordsheets/js/
Djtab.js931 value = document.defaultView.getComputedStyle(element[0], "").getPropertyValue(style);
Djtab.min.js1 …cument.defaultView?s=document.defaultView.getComputedStyle(t[0],"").getPropertyValue(a):t.currentS…

1234