Home
last modified time | relevance | path

Searched refs:Html (Results 1 – 25 of 45) sorted by relevance

12

/plugin/grensladawritezor/fckeditor/
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);
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 ;
Dfckeditor_php4.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 ;
Dfckeditor.py59 Html = "<div>"
72 Html += "<input type=\"hidden\" id=\"%s\" name=\"%s\" value=\"%s\" style=\"display:none\" />" % (
79 Html += "<input type=\"hidden\" id=\"%s___Config\" value=\"%s\" style=\"display:none\" />" % (
85Html += "<iframe id=\"%s\__Frame\" src=\"%s\" width=\"%s\" height=\"%s\" frameborder=\"0\" scrolli…
101Html += "<textarea name=\"%s\" rows=\"4\" cols=\"40\" style=\"width: %s; height: %s;\" wrap=\"virt…
107 Html += "</div>"
108 return Html
/plugin/wysiwyg/fckeditor/
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);
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 ;
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 ;
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
/plugin/combo/resources/snippet/js/
H A Dmetadata.js27 let formViewerId = combo.Html.toHtmlId(`combo-metadata-viewer-form-${pageId}`);
108 let modalManagerId = combo.Html.toHtmlId(`combo-meta-manager-page-${pageId}`);
120 let modalViewerId = combo.Html.toHtmlId(`combo-metadata-viewer-modal-${pageId}`);
133 let formId = combo.Html.toHtmlId(`${modalManagerId}-form`);
H A Dquality.js16 … let modalQualityMessageId = combo.Html.toHtmlId(`combo-quality-message-page-${pageId}`);
H A Dbacklink.js16 let modalBacklinkId = combo.Html.toHtmlId(`combo-backlink-${pageId}`);
H A Dsubscribe.min.js1 …("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithP…
H A Dsubscribe.js21 let idResultModal = combo.Html.createRandomIdWithPrefix(componentName);
/plugin/combo/action/
H A Dmetatitle.php5 use ComboStrap\Html; alias
56 return Html::encode($pageTitle);
/plugin/combo/syntax/
H A Dmetadata.php4 use ComboStrap\Html; alias
78 …$content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('m…
H A Dcodemarkdown.php7 use ComboStrap\Html; alias
195 $renderer->doc .= Html::encode($payload);
H A Dpreformatted.php5 use ComboStrap\Html; alias
219 $renderer->doc .= Html::encode($text);
H A Dcode.php6 use ComboStrap\Html; alias
203 $renderer->doc .= Html::encode($payload);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php11 use ComboStrap\Html; alias
54 Html::validNameGuard($name);
/plugin/html2pdf/html2pdf/
Dinfo.txt5 desc Html to Pdf converter
/plugin/combo/ComboStrap/
H A DHtml.php10 class Html class
157 Html::getDiffBetweenUrlStrings($expectedSrc, $actualSrc);
H A DIdManager.php72 return Html::toHtmlId("$idScope-$lastId");
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php12 use ComboStrap\Html; alias
190 …$error .= Html::getDiffBetweenValuesSeparatedByBlank($leftAttValue, $rightAttValue, "left ,{$leftA…
195 Html::getDiffBetweenSrcSet($leftAttValue, $rightAttValue);
H A DXmlElement.php12 use ComboStrap\Html; alias
170 $classes = Html::mergeClassNames($class, $this->getClass());
273 $this->setAttribute("style", Html::array2InlineStyle($this->styleDeclaration));
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
DHtml.php7 class Html class

12