| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.pl | 66 $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);
|
| D | fckeditor_php5.php | 60 $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 ;
|
| D | fckeditor_php4.php | 60 $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 ;
|
| D | fckeditor.py | 59 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\" />" % ( 85 …Html += "<iframe id=\"%s\__Frame\" src=\"%s\" width=\"%s\" height=\"%s\" frameborder=\"0\" scrolli… 101 …Html += "<textarea name=\"%s\" rows=\"4\" cols=\"40\" style=\"width: %s; height: %s;\" wrap=\"virt… 107 Html += "</div>" 108 return Html
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckeditor.pl | 66 $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);
|
| D | fckeditor_php4.php | 60 $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 ;
|
| D | fckeditor_php5.php | 60 $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 ;
|
| D | fckeditor.py | 60 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\" />" % ( 86 …Html += "<iframe id=\"%s\__Frame\" src=\"%s\" width=\"%s\" height=\"%s\" frameborder=\"0\" scrolli… 102 …Html += "<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 D | metadata.js | 27 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 D | quality.js | 16 … let modalQualityMessageId = combo.Html.toHtmlId(`combo-quality-message-page-${pageId}`);
|
| H A D | backlink.js | 16 let modalBacklinkId = combo.Html.toHtmlId(`combo-backlink-${pageId}`);
|
| H A D | subscribe.min.js | 1 …("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithP…
|
| H A D | subscribe.js | 21 let idResultModal = combo.Html.createRandomIdWithPrefix(componentName);
|
| /plugin/combo/action/ |
| H A D | metatitle.php | 5 use ComboStrap\Html; alias 56 return Html::encode($pageTitle);
|
| /plugin/combo/syntax/ |
| H A D | metadata.php | 4 use ComboStrap\Html; alias 78 …$content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('m…
|
| H A D | codemarkdown.php | 7 use ComboStrap\Html; alias 195 $renderer->doc .= Html::encode($payload);
|
| H A D | preformatted.php | 5 use ComboStrap\Html; alias 219 $renderer->doc .= Html::encode($text);
|
| H A D | code.php | 6 use ComboStrap\Html; alias 203 $renderer->doc .= Html::encode($payload);
|
| /plugin/combo/ComboStrap/Meta/Form/ |
| H A D | FormMeta.php | 11 use ComboStrap\Html; alias 54 Html::validNameGuard($name);
|
| /plugin/html2pdf/html2pdf/ |
| D | info.txt | 5 desc Html to Pdf converter
|
| /plugin/combo/ComboStrap/ |
| H A D | Html.php | 10 class Html class 157 Html::getDiffBetweenUrlStrings($expectedSrc, $actualSrc);
|
| H A D | IdManager.php | 72 return Html::toHtmlId("$idScope-$lastId");
|
| /plugin/combo/ComboStrap/Xml/ |
| H A D | XmlSystems.php | 12 use ComboStrap\Html; alias 190 …$error .= Html::getDiffBetweenValuesSeparatedByBlank($leftAttValue, $rightAttValue, "left ,{$leftA… 195 Html::getDiffBetweenSrcSet($leftAttValue, $rightAttValue);
|
| H A D | XmlElement.php | 12 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/ |
| D | Html.php | 7 class Html class
|