Home
last modified time | relevance | path

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

1234

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.parse.php23 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
33 $content =& $collection->getPropertyValue(CSS_CONTENT);
44 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
60 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
64 $color = $collection->getPropertyValue(CSS_COLOR);
83 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
87 $color = $collection->getPropertyValue(CSS_COLOR);
106 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
110 $color = $collection->getPropertyValue(CSS_COLOR);
135 $color = $collection->getPropertyValue(CSS_COLOR);
[all …]
H A 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);
H A 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/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A 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/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A 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/
H A 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/
H A 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/
H A 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/combo/resources/snippet/js/
H A Dheight-toggle.js4 let parentBorderColor = window.getComputedStyle(parent).getPropertyValue("color");
H A Dlozad-svg-injection.js8 let displayValue = el.style.getPropertyValue('display');
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A 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/
H A Dfckjustifycommands.js167 …currentAlign = FCK.EditorWindow.getComputedStyle( firstBlock, '' ).getPropertyValue( 'text-align' …
/plugin/combo/action/
H A Ddocustom.php140 $id = Url::createFromGetOrPostGlobalVariable()->getPropertyValue(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE);
/plugin/rssticker/
H A Drssticker.js53 …window.getComputedStyle(document.getElementById(this.tickerid), "").getPropertyValue("-moz-opacity…
/plugin/combo/ComboStrap/
H A DPluginUtility.php469 $testPropertyValue = self::getPropertyValue("SCRIPT_NAME");
497 static function getPropertyValue($name, $default = null) function in ComboStrap\\PluginUtility
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) +
241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) +
241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
/plugin/mobiletable/
H A DmobileTable.js297 .getPropertyValue("content")
H A Dscript.js8 …ector("div.mobiletable");a&&(a=window.getComputedStyle(a,":before").getPropertyValue("content").re…
/plugin/widearea/widearea/
H A Dwidearea.js194 propValue = document.defaultView.getComputedStyle(element, null).getPropertyValue(propName);
/plugin/combo/ComboStrap/Web/
H A DUrl.php264 public function getPropertyValue($propertyName): string
253 public function getPropertyValue($propertyName): string global() function in ComboStrap\\Web\\Url
/plugin/snow/
H A Dsnowstorm.js631 …entIsRelative = (window.getComputedStyle(storm.targetElement, null).getPropertyValue('position') =…
/plugin/chordsheets/js/
H A Djtab.min.js1 …cument.defaultView?s=document.defaultView.getComputedStyle(t[0],"").getPropertyValue(a):t.currentS…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js224 return !ret||ret.getPropertyValue("color")=="";
235 if(computedStyle&&!color(elem)){ret=computedStyle.getPropertyValue(name);
244 …play"&&swap[stack.length-1]!=null?"none":(computedStyle&&computedStyle.getPropertyValue(name))||"";
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js224 return !ret||ret.getPropertyValue("color")=="";
235 if(computedStyle&&!color(elem)){ret=computedStyle.getPropertyValue(name);
244 …play"&&swap[stack.length-1]!=null?"none":(computedStyle&&computedStyle.getPropertyValue(name))||"";

1234