Home
last modified time | relevance | path

Searched defs:xhtml (Results 1 – 15 of 15) sorted by last modified time

/plugin/siteexport/syntax/
H A Dtoc.php796 private function _cleanXHTML($xhtml) {
/plugin/button/
H A Dsyntax.php418 $hash = $xhtml argument
310 dokuwiki_get_link(& $xhtml, $id, $name = NULL) global() argument
328 internallink(& $xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content') global() argument
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php34 public static function diffMarkup(string $left, string $right, $xhtml = true, $excludedAttributes = null): string argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5123 var mimeExtensionMap={txt:"text/plain",html:"text/html",htm:"text/html",xhtml:"text/html",xml:"text/xml",css:"text/css",js:"application/x-javascript",jss:"application/x-javascript",jpg:"image/jpg",jpeg:"image/jpeg",gif:"image/gif",png:"image/png",bmp:"image/bmp",swf:"application/x-shockwave-flash",flv:"video/x-flv"}; property in AnonymousFunction4beb612319b00.mimeExtensionMap
/plugin/epub/scripts/
H A Depub_utils.php528 function epub_check_for_ditaa(&$xhtml,$renderer) {
559 function epub_check_for_graphviz(&$xhtml,$renderer,$data,$graphviz) {
568 function epub_check_for_math(&$xhtml,$renderer) {
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js130 sre.XpathUtil.nameSpaces_={xhtml:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math… property in sre.XpathUtil.nameSpaces_
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5112 var mimeExtensionMap={txt:"text/plain",html:"text/html",htm:"text/html",xhtml:"text/html",xml:"text… property in AnonymousFunctionf1d9e84c19600.mimeExtensionMap
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js19229 "xhtml": "text/html", property in AnonymousFunction7f0ac55719800.mimeExtensionMap
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …,h,m),g=+b.call(this,h,m)]),y.push([+_.call(this,h,m),+w.call(this,h,m)])):d.length&&(l(),d=[],y=[…
/plugin/targetlink/
H A Dsyntax.php106 …function internallink(&$xhtml, $id, $name = null, $target, $search = null, $returnonly = false, $l…
191 function externallink(&$xhtml, $url, $name = null, $target, $schemes, $returnonly = false) {
245 …function interwikilink(&$xhtml, $match, $name = null, $wikiName, $wikiUri, $target, $returnonly = …
294 function windowssharelink(&$xhtml, $url, $name = null, $target, $returnonly = false) {
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/components/commands/
H A Dexample.php43 public function xhtml() { function in Components_Action_Renderer_Example
/plugin/components/lib/
H A Daction.php24 abstract public function xhtml(); function in Doku_Action_Renderer
/plugin/composer/
H A Dsyntax.php561 function _cleanXHTML($xhtml){
/plugin/aceeditor/
H A Dpreview.php30 $xhtml = $renderer->render($_GET['text']); variable