/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.css.parse.php | 23 $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 D | test.css.content.php | 23 $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 D | test.css.parse.atrules.php | 10 …$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 D | QuotedPrintableTest.php | 19 $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 D | QuotedPrintableTest.php | 19 $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 D | QuotedPrintableTest.php | 19 $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 D | QuotedPrintableTest.php | 19 $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 D | SMTPTest.php | 42 $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 D | height-toggle.js | 4 let parentBorderColor = window.getComputedStyle(parent).getPropertyValue("color");
|
H A D | lozad-svg-injection.js | 8 let displayValue = el.style.getPropertyValue('display');
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | mxVsdxCanvas2D.js | 911 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 D | fckjustifycommands.js | 167 …currentAlign = FCK.EditorWindow.getComputedStyle( firstBlock, '' ).getPropertyValue( 'text-align' …
|
/plugin/combo/action/ |
H A D | docustom.php | 140 $id = Url::createFromGetOrPostGlobalVariable()->getPropertyValue(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE);
|
/plugin/rssticker/ |
H A D | rssticker.js | 53 …window.getComputedStyle(document.getElementById(this.tickerid), "").getPropertyValue("-moz-opacity…
|
/plugin/combo/ComboStrap/ |
H A D | PluginUtility.php | 469 $testPropertyValue = self::getPropertyValue("SCRIPT_NAME"); 497 static function getPropertyValue($name, $default = null) function in ComboStrap\\PluginUtility
|
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
H A D | fckplugin.js | 240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) + 241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
|
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
H A D | fckplugin.js | 240 cssGuess = parseInt( styleObj.getPropertyValue( "padding-left" ), 10 ) + 241 parseInt( styleObj.getPropertyValue( "padding-right" ), 10 ) ;
|
/plugin/mobiletable/ |
H A D | mobileTable.js | 297 .getPropertyValue("content")
|
H A D | script.js | 8 …ector("div.mobiletable");a&&(a=window.getComputedStyle(a,":before").getPropertyValue("content").re…
|
/plugin/widearea/widearea/ |
H A D | widearea.js | 194 propValue = document.defaultView.getComputedStyle(element, null).getPropertyValue(propName);
|
/plugin/combo/ComboStrap/Web/ |
H A D | Url.php | 264 public function getPropertyValue($propertyName): string 253 public function getPropertyValue($propertyName): string global() function in ComboStrap\\Web\\Url
|
/plugin/snow/ |
H A D | snowstorm.js | 631 …entIsRelative = (window.getComputedStyle(storm.targetElement, null).getPropertyValue('position') =…
|
/plugin/chordsheets/js/ |
H A D | jtab.min.js | 1 …cument.defaultView?s=document.defaultView.getComputedStyle(t[0],"").getPropertyValue(a):t.currentS…
|
/plugin/tline/timeline_ajax/ |
H A D | simile-ajax-bundle.js | 224 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 D | simile-ajax-bundle.js | 224 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))||"";
|