Home
last modified time | relevance | path

Searched refs:xhtml (Results 101 – 125 of 270) sorted by path

1234567891011

/plugin/fortune/
H A Dsyntax.php76 if($mode == 'xhtml'){
/plugin/freechat/
H A Dsyntax.php57 if($mode == 'xhtml'){
/plugin/galleryv1.5/
H A Dsyntax.php175 if($mode == 'xhtml'){
/plugin/geonav/
H A Dsyntax.php80 if($mode != 'xhtml') return false;
/plugin/git/syntax/
H A Dlocalstatus.php88 if($format == 'xhtml'){
H A Dremotestatus.php90 if($format == 'xhtml'){
/plugin/givemeyouremail/
H A Dsyntax.php79 if ($mode == 'xhtml'){
/plugin/gnuplot/
H A Dsyntax.php82 if($mode == 'xhtml' && strlen($data[0]) > 1) {
122 function plugin_render($text, $format='xhtml') {
/plugin/google_adsense2/
H A Dsyntax.php88 if($mode == 'xhtml'){
/plugin/google_maps/syntax/
H A Dcal.php97 if($mode == 'xhtml') {
H A Dmaps.php111 if ($mode == 'xhtml')
H A Dvideo.php50 if($mode == 'xhtml')
/plugin/googlechart/
H A Dsyntax.php69 if($mode != 'xhtml') return false;
/plugin/gpsies/
H A Dsyntax.php85 if($mode == 'xhtml'){
/plugin/groupmanager/
H A Dsyntax.php185 if ($mode == 'xhtml') {
/plugin/groupmgr/
H A Dsyntax.php142 if ($mode == 'xhtml') {
/plugin/groupusers/
H A Dsyntax.php61 if($mode != 'xhtml') return false;
/plugin/hide/
H A Dsyntax.php84 if($mode == 'xhtml') {
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1452 * xhtml.utils.inc.php: fixed bug 1255728 (PS) Misplaced TD tag may
1507 * xhtml.tables.inc.php: fixed bug 1250741 (ALL) TH tags ignored
1533 * xhtml.utils.inc.php: fixed bug 1251550 Some tags are not
1583 * xhtml.tables.inc.php: fixed bug 1245915 - Misplaced TR/TD tags
1589 * xhtml.entities.inc.php: fixed bug 1245943 - Unescaped ampersants
1624 * xhtml.entities.inc.php: fixed bug 1247840 - &#X?? hecadecimal
1672 * xhtml.p.inc.php: fixed bug 1239343 - P tags are closed
1683 * xhtml.autoclose.inc.php: fixed bug 1239478 - Problem with
/plugin/html5video2/
H A Dprint.css175 /* CSS Spinners by Kilian Valkhof - http://kilianvalkhof.com/2010/css-xhtml/css3-loading-spinners-w…
/plugin/icq/
H A Dsyntax.php59 if($mode == 'xhtml'){
/plugin/idoit/
H A Dsyntax.php138 if ($mode == 'xhtml') {
/plugin/ifauthex/_test/
H A Dgeneral.test.php234 $xhtml = p_render('xhtml', $instructions, $info);
235 $this->assertTrue(stristr($xhtml, 'showme') !== false);
236 $this->assertTrue(stristr($xhtml, 'hideme') === false);
239 $xhtml = p_render('xhtml', $instructions, $info);
240 $this->assertTrue(stristr($xhtml, 'showme') === false);
241 $this->assertTrue(stristr($xhtml, 'hideme') !== false);
H A Dinstruction.test.php44 $xhtml = p_render('xhtml', $calls, $info);
47 $this->assertTrue($doc->loadHTML($xhtml));
50 $xhtml = p_render('xhtml', $calls, $info);
53 $this->assertTrue($doc->loadHTML($xhtml));
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak158 if ($mode == 'xhtml') {

1234567891011