Home
last modified time | relevance | path

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

12

/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_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 ;
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
/plugin/combo/action/
H A Dmetatitle.php5 use ComboStrap\Html; alias
56 return Html::encode($pageTitle);
/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 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsubscribe.js21 let idResultModal = combo.Html.createRandomIdWithPrefix(componentName);
H A Dlightbox.js39 let lightBoxId = combo.Html.toHtmlId(`combo-lightbox`);
H A Dcache.js17 let modalBacklinkId = combo.Html.toHtmlId(`combo-cache-${pageId}`);
/plugin/combo/syntax/
H A Dmetadata.php4 use ComboStrap\Html; alias
78 $content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('message_come_from') . PluginUtility::getDocumentationHyperLink("metadata:viewer", "ComboStrap Metadata Viewer") . '</div>';
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;
203 $renderer->doc .= Html::encode($payload);
9 use ComboStrap\Html; global() alias
/plugin/html2pdf/html2pdf/
H A Dinfo.txt5 desc Html to Pdf converter
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php11 use ComboStrap\Html; alias
54 Html::validNameGuard($name);
/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 ,{$leftAtt->getNodePath()}", "right, {$leftAtt->getNodePath()}");
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/
H A DHtml.php7 class Html class
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
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;

12