Home
last modified time | relevance | path

Searched refs:Site (Results 1 – 25 of 127) sorted by last modified time

123456

/plugin/siteexport/lang/de/
H A Dintro.txt1 ====== Site Export Manager ======
H A Dmanagerintro.txt1 ====== Site Export Manager ======
/plugin/siteexport/lang/en/
H A Dintro.txt1 ====== Site Export Manager ======
H A Dmanagerintro.txt1 ====== Site Export Manager ======
/plugin/siteexport/
H A DREADME.md1 # Dokuwiki Site Export
3 Site Export is an admin plugin that offers a convenient way to download your dokuwiki site as a sta…
H A Dplugin.info.txt7 name Site Export
/plugin/siteexport/lang/nl/
H A Dintro.txt1 ====== Site Export Beheerder ======
H A Dmanagerintro.txt1 ====== Site Export Beheerder ======
/plugin/confmanager/lang/de/
H A Dmime.txt5 :!: **Aktivieren Sie niemals HTML upload für ungeschützte Wikis**, da dies Cross Site Scripting-Sch…
/plugin/confmanager/lang/en/
H A Dmime.txt5 :!: **Never enable HTML upload for unprotected wikis**, as this opens Cross Site Scripting vulnerab…
/plugin/confmanager/lang/fr/
H A Dmime.txt5 …un wiki non protégé, attendu que cela permet des attaques de type //Cross Site Scripting// via Jav…
/plugin/confmanager/lang/ko/
H A Dmime.txt5 :!: **unprotected wiki에 대해서 HTML 업로드를 허용하지 마세요** 자바스크립트를 통한 Cross Site Scripting 취약점이 생길 수 있습니다. 신뢰…
/plugin/confmanager/lang/nl/
H A Dmime.txt5 :!: **Schakel nooit HTML upload in voor ongeschermde wiki's**, omdat dit Cross Site Scripting kwets…
/plugin/combo/syntax/
H A Dcomment.php8 use ComboStrap\Site; alias
H A Dheadingwiki.php7 use ComboStrap\Site; alias
H A Dhighlightmd.php4 use ComboStrap\Site; alias
H A Dhighlightwiki.php11 use ComboStrap\Site; alias
/plugin/combo/ComboStrap/
H A DLead.php61 return Site::getTagLine();
H A DLocale.php83 return Site::getLocale($this->separator);
H A DBootstrap.php424 $direction = Site::getLangObject()->getDirection();
H A DBrand.php64 $this->brandUrl = Site::getBaseUrl();
65 $secondaryColor = Site::getSecondaryColor();
225 return $this->name . " (" . Site::getTitle() . ")";
251 return Site::getTitle();
298 return Site::getLogoAsSvgImage()
H A DLowQualityCalculatedIndicator.php105 if (!Site::isLowQualityProtectionEnable()) {
/plugin/combo/action/
H A Ddocss.php10 use ComboStrap\Site; alias
35 if (!Site::isStrapTemplate()) {
H A Dhiddenpage.php6 use ComboStrap\Site; alias
H A Dhistoricalbreadcrumb.php17 use ComboStrap\Site; alias
46 if (Site::getVisitedPagesCountInHistoricalBreadCrumb() <= 0) return;

123456