Home
last modified time | relevance | path

Searched refs:xhtml (Results 226 – 250 of 270) sorted by path

1234567891011

/plugin/svg/
H A Dsyntax.php.save72 if($mode == 'xhtml'){
/plugin/svgedit/
H A Dsyntax.php68 if ($format!='xhtml') return;
/plugin/syntaxhighlighter3/
H A DREADME.md68 if($mode != 'xhtml') return false;
/plugin/syntaxhighlighter4/
H A DREADME.md59 * Render xhtml output or metadata
61 * @param string $mode Renderer mode (supported modes: xhtml)
67 if($mode != 'xhtml') return false;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …n\t];\n};\n\nBrush.prototype = new BrushBase();\nBrush.aliases = ['xml', 'xhtml', 'xslt', 'html', …
/plugin/tablecalc/
H A Dsyntax.php67 if($mode == 'xhtml'){
/plugin/tablemath/
H A Dsyntax.php56 if($mode == 'xhtml'){
/plugin/tableplot/
H A Dsyntax.php82 if($mode != 'xhtml') return false;
/plugin/tagfilter/_test/
H A Dsyntax.test.php26 $xhtml = p_wiki_xhtml('test:plugin_tagfilter:start');
27 $doc = phpQuery::newDocument($xhtml);
66 $xhtml = p_wiki_xhtml('test:plugin_tagfilter:start2');
67 $doc = phpQuery::newDocument($xhtml);
85 $xhtml = p_wiki_xhtml('test:plugin_tagfilter:start3');
86 $doc = phpQuery::newDocument($xhtml);
/plugin/targetlink/
H A Dsyntax.php127 $default = $xhtml->_simpleTitle($id);
130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);
147 if(!empty($hash)) $hash = $xhtml->_headerToLink($hash);
161 if($xhtml->date_at) {
162 $params = $params.'&at='.rawurlencode($xhtml->date_at);
194 $name = $xhtml->_getLinkTitle($name, $url, $isImage);
207 $xhtml->doc .= $name;
231 $link['title'] = $xhtml->_xmlEntities($url);
258 $url = $xhtml->_resolveInterWiki($wikiName, $wikiUri, $exists);
304 $link['name'] = $xhtml->_getLinkTitle($name, $url, $isImage);
[all …]
/plugin/tbt/
H A Dscript.js27 var xhtml=0; // html or xhtml
36 xhtml=onoff?true:false;
168 render_text += xhtml?"<br/>":"<br>";
H A Dsyntax.php64 if($mode == 'xhtml'){
/plugin/textile2/
H A Dsyntax.php77 if($mode == 'xhtml' && $data[0] != "<textile>" && $data[0] != "</textile>") {
/plugin/textrotate/_test/
H A Dsyntax.test.php18 $xhtml = p_wiki_xhtml('test:plugin_textrotate');
20 $this->assertContains("<span class='plugin_textrotate_rotated'>textrotate</span>", $xhtml);
/plugin/tline/
H A Dsyntax.php69 if($mode != 'xhtml') return false;
/plugin/toggle/
H A Dsyntax.php80 if($mode == 'xhtml'){
/plugin/tooltip/syntax/
H A Dshort.php105 if($mode == 'xhtml') {
H A Dtooltip.php118 if($mode == 'xhtml') {
/plugin/toursprung/
H A Dsyntax.php79 if ($mode == 'xhtml') {
/plugin/tumblr/
H A Dsyntax.php88 if($mode != 'xhtml') return false;
/plugin/tuxquote/
H A Dsyntax.php46 if($mode == 'xhtml'){
/plugin/twcheckliste/
H A Drenderer.php.old12 require_once DOKU_INC.'inc/parser/xhtml.php';
26 // this should be 'twcheckliste' usally, but we inherit from the xhtml renderer
28 // by saying we're the 'xhtml' renderer here.
29 return 'xhtml';
67 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"
/plugin/uparrow/
H A Dsyntax.php76 if($mode == 'xhtml'){
/plugin/upload/
H A Dsyntax.php72 if($mode == 'xhtml') {
/plugin/usercss/
H A Dsyntax.php61 if($mode == 'xhtml'){

1234567891011