Home
last modified time | relevance | path

Searched refs:Html (Results 26 – 42 of 42) sorted by last modified time

12

/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1 …rtFrom-(Csv|Json|SecureString|StringData)/,/Convert-Path/,/ConvertTo-(Csv|Html|Json|SecureString|X…
H A Dpowershell.min.js.map1 …Json|SecureString|StringData)/,\n /Convert-Path/,\n /ConvertTo-(Csv|Html|Json|SecureString|X…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php11 namespace SebastianBergmann\CodeCoverage\Report\Html;
H A DRenderer.php11 namespace SebastianBergmann\CodeCoverage\Report\Html;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php11 namespace SebastianBergmann\CodeCoverage\Report\Html;
H A DDashboard.php11 namespace SebastianBergmann\CodeCoverage\Report\Html;
H A DDirectory.php11 namespace SebastianBergmann\CodeCoverage\Report\Html;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DHTMLTest.php11 namespace SebastianBergmann\CodeCoverage\Report\Html;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php16 use SebastianBergmann\CodeCoverage\Report\Html\Facade as HtmlReport;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md48 $writer = new \SebastianBergmann\CodeCoverage\Report\Html\Facade;
/plugin/html2pdf/html2pdf/
H A Dinfo.txt5 desc Html to Pdf converter
/plugin/mundart/doku/
H A Dsource.txt4 description: Apply german mundarts to your (X)Html Output. Only interesting for german wiki-install…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.pl66 $Html = '<div>' ;
73 …$Html .= "<input type=\"hidden\" id=\"$InstanceName\" name=\"$InstanceName\" value=\"$HtmlValue\" …
78 $Html .= "<input type=\"hidden\" id=\"$wk\" value=\"$cfgstr\" style=\"display:none\" />" ;
82 …$Html .= "<iframe id=\"$wk\" src=\"$Link\" width=\"$Width\" height=\"$Height\" frameborder=\"0\" s…
94 …$Html .= "<textarea name=\"$InstanceName\" rows=\"4\" cols=\"40\" style=\"width: $WidthCSS; height…
96 $Html .= '</div>';
97 return($Html);
H A Dfckeditor_php5.php60 $Html = '<div>' ;
75 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
78 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
81 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
95 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
98 $Html .= '</div>' ;
100 return $Html ;
H A Dfckeditor.py60 Html = "<div>"
73 Html += "<input type=\"hidden\" id=\"%s\" name=\"%s\" value=\"%s\" style=\"display:none\" />" % (
80 Html += "<input type=\"hidden\" id=\"%s___Config\" value=\"%s\" style=\"display:none\" />" % (
86Html += "<iframe id=\"%s\__Frame\" src=\"%s\" width=\"%s\" height=\"%s\" frameborder=\"0\" scrolli…
102Html += "<textarea name=\"%s\" rows=\"4\" cols=\"40\" style=\"width: %s; height: %s;\" wrap=\"virt…
108 Html += "</div>"
109 return Html
H A Dfckeditor_php4.php60 $Html = '<div>' ;
80 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value…
83 …$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfi…
86 …$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" he…
100 …$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCS…
103 $Html .= '</div>' ;
105 return $Html ;

12