Searched refs:NL (Results 1 – 25 of 122) sorted by relevance
12345
| /plugin/definitionlist/_test/ |
| D | syntax.test.php | 22 $in = NL.' ; Term : Definition'.NL; 23 $expected = '<dl class="plugin_definitionlist">'.NL 24 .'<dt><span class="term"> Term</span></dt>'.NL 25 .'<dd>Definition</dd>'.NL 26 .'</dl>'.NL; 32 $in = NL.' ; Term'.NL 33 .' : Definition'.NL; 34 $expected = '<dl class="plugin_definitionlist">'.NL 35 .'<dt><span class="term"> Term</span></dt>'.NL 36 .'<dd> Definition</dd>'.NL [all …]
|
| /plugin/removeold/ |
| D | admin.php | 60 echo '<div id="removeold__manager">'.NL; 61 echo '<h1>'.$this->getLang('admin_removeold').'</h1>'.NL; 62 echo '<div class="level1">'.NL; 64 echo '<div id="removeold__intro">'.NL; 66 echo '</div>'.NL; 68 echo '<div id="removeold__detail">'.NL; 70 echo '</div>'.NL; 87 echo '</div>'.NL; 88 echo '<div class="footnotes"><div class="fn">'.NL; 89 echo '<sup><a id="fn__1" class="fn_bot" name="fn__1" href="#fnt__1">1)</a></sup>'.NL; [all …]
|
| /plugin/glossary/ |
| D | glossary.class.php | 332 '<div class="glossary toolTip">'.NL; 346 '<a onClick="glossaryPoll(this,\''.$md5id.'\',\'down\',\''.$this->NS.'\');">'.NL. 347 … ' <img src="'.$this->imgDir.'face-sad.png" /><span>'.$this->getLang ('tipPollDown').'</span>'.NL. 349 $scoreImg.NL. 350 '<a onClick="glossaryPoll(this,\''.$md5id.'\',\'up\',\''.$this->NS.'\');">'.NL. 351 … ' <img src="'.$this->imgDir.'face-smile.png" /><span>'.$this->getLang ('tipPollUp').'</span>'.NL. 501 '<form method="post" action="" onsubmit="return glossaryAjax(this);">'.NL. 502 ' <table>'.NL. 503 ' <tr class="title">'.NL. 504 ' <th><img src="'.$this->imgDir.'stop.png" /> '.$this->getLang ('word').'</th>'.NL. [all …]
|
| /plugin/issuetracker/ |
| D | syntax.php | 306 …k&showid=".$issue_id."&project=".$data['project']."' title='".$issues[$issue_id]['status']."'>".NL; 577 …_table'><table id='".$dynatable_id."' class='sortable editable resizable inline' width='100%'>".NL. 578 "<thead><tr>".NL. 579 $th_project.NL. 580 … "<th class='".$this->getConf('listview_sort')."' id='id'>".$this->getLang('th_id')."</th>".NL. 581 "<th id='created'>" .$this->getLang('th_created') ."</th>".NL. 582 "<th id='product'>" .$this->getLang('th_product') ."</th>".NL. 583 "<th id='version'>" .$this->getLang('th_version') ."</th>".NL. 584 "<th id='severity'>" .$this->getLang('th_severity') ."</th>".NL. 585 "<th id='status'>" .$this->getLang('th_status') ."</th>".NL. [all …]
|
| D | action.php | 357 { msg('Issue file not found !'.NL.$pfile,-1); 582 { msg('Issue file not found !'.NL.$pfile,-1); 684 { msg('Issue file not found !'.NL.$pfile,-1); 830 $Generated_Table .= '<div class="dokuwiki"><table class="inline tbl_showmodlog">'.NL; 831 …ble .= '<tr><th>Date</th><th>User</th><th>Field</th><th>old Value</th><th>new Value</th></tr>'.NL; 838 $Generated_Table .= '<tr class="'.$rowEven.'" >'.NL; 839 …d>'.date($this->getConf('d_format'),strtotime($this->_get_one_value($mod,'timestamp'))).'</td>'.NL; 840 $Generated_Table .= ' <td>'.$this->_get_one_value($mod,'user').'</td>'.NL; 841 $Generated_Table .= ' <td>'.$this->_get_one_value($mod,'field').'</td>'.NL; 842 $Generated_Table .= ' <td>'.$this->_get_one_value($mod,'old_value').'</td>'.NL; [all …]
|
| D | itsearch.php | 114 …/th><th>'.$this->getLang('search_ID').'</th><th>'.$this->getLang('search_Subject').'</th></tr>'.NL; 127 </tr>'.NL; 137 …ng('search_Issue')." ".$item['id'].'">'.$item['id'].'</a></td><td>'.$item['title'].'</td></tr>'.NL; 148 </tr>'.NL; 159 $Generated_Table = $this->getLang('search_hl1').NL. 160 $this->getLang('search_txt1').NL.'<br /><br />'.NL. 161 '<table class="it_searchbox"><tr><td>'.NL. 162 … ' <form method="post" action="doku.php?id=' . $ID . '&do=it_search">'.NL. 163 … ' <label class="it__searchlabel">'.$this->getLang('lbl_search').'</label>'.NL. 164 …sev_filter" name="it_str_search" id="it_str_search" type="text" value="'.$this->parameter.'"/>'.NL. [all …]
|
| /plugin/dokutranslate/ |
| D | admin.php | 131 echo '<div id="dokutranslate_manager">'.NL; 132 echo '<h1>'.$this->getLang('admin_dokutranslate').'</h1>'.NL; 133 echo '<div class="level1">'.NL; 135 echo '<div id="dokutranslate__tree">'.NL; 137 echo '</div>'.NL; 139 echo '<div id="dokutranslate__detail">'.NL; 141 echo '</div>'.NL; 142 echo '</div>'.NL; 145 echo '<h2>'.$this->getLang('current').'</h2>'.NL; 146 echo '<div class="level2">'.NL; [all …]
|
| /plugin/html2pdf/multilingual/ |
| D | syntax.php | 94 $out = '<div class="plugin_multilingual">'.NL; 95 $out .= ' <ul>'.NL; 112 $out .= ' <li>'.NL; 113 $out .= ' <div class="li">'.NL; 114 $out .= ' '.html_wikilink($link,$name).NL; 115 $out .= ' </div>'.NL; 116 $out .= ' </li>'.NL; 118 $out .= ' <li>'.NL; 119 $out .= ' <div class="li">'.NL; 120 $out .= ' <div class="flag_not_exists">'.NL; [all …]
|
| /plugin/multilingual/ |
| D | syntax.php | 94 $out = '<div class="plugin_multilingual">'.NL; 95 $out .= ' <ul>'.NL; 112 $out .= ' <li>'.NL; 113 $out .= ' <div class="li">'.NL; 114 $out .= ' '.html_wikilink($link,$name).NL; 115 $out .= ' </div>'.NL; 116 $out .= ' </li>'.NL; 118 $out .= ' <li>'.NL; 119 $out .= ' <div class="li">'.NL; 120 $out .= ' <div class="flag_not_exists">'.NL; [all …]
|
| /plugin/preservefilenames/ |
| D | action_angua.php | 214 echo '<div id="mediamanager__page">'.NL; 215 echo '<h1>'.$lang['btn_media'].'</h1>'.NL; 218 echo '<div class="panel namespaces">'.NL; 219 echo '<h2>'.$lang['namespaces'].'</h2>'.NL; 222 echo '</div>'.NL; 224 echo '<div class="panelContent" id="media__tree">'.NL; 226 echo '</div>'.NL; 227 echo '</div>'.NL; 229 echo '<div class="panel filelist">'.NL; 231 echo '</div>'.NL; [all …]
|
| /plugin/schedule/ |
| D | scheduleRoot.class.php | 97 $this->message[$type] .= '<br/>'.NL; 102 $this->message[$type] = '<br/>'.NL.$this->message[$type]; 116 …["Y"]."-".$dt_date["d"]."-".$dt_date["m"]." : ".$this->plugin->getLang ('mktimeError').'<br/>'.NL); 380 '<form method="POST" action="" onSubmit="return false;" >'.NL. 381 ' <table class="admin" >'.NL. 382 ' <thead>'.NL. 384 ' <tr><th>Description</th><th>Valeurs</th></tr>'.NL. 385 ' </thead>'.NL. 386 ' <tbody>'.NL; 392 ' <tr class="'.$this->getOddEven ().'">'.NL. [all …]
|
| D | schedules.class.php | 627 $start = $dumy ['start'].NL; 630 $start = '===== Lieu ====='.NL.NL; 633 $content = $start.'<schedule'.$option.'>'.NL.$place.NL.'</schedule>'.NL.$end; 650 … '{{ :'.$this->scheduleRoot->groupsDir.':'.$member.':'.$this->scheduleRoot->iconName.'?100}}]]'.NL; 652 '~~NOTOC~~'.NL. 653 '====== '.$schedule->title.' ======'.NL.NL; 656 str_replace ("''", '"', $schedule->lead).NL.NL; 658 '===== Date ====='.NL.NL. 662 $this->makePrettyAt ($schedule->at).NL.NL. 663 '===== Lieu ====='.NL.NL. [all …]
|
| /plugin/superacl/ |
| D | admin.php | 165 echo '<div id="superacl_manager">'.NL; 166 echo '<h1>'.$this->getLang('admin_acl').'</h1>'.NL; 167 echo '<div class="level1">'.NL; 169 echo '<div id="acl__tree">'.NL; 171 echo '</div>'.NL; 173 echo '<div id="acl__detail">'.NL; 175 echo '</div>'.NL; 176 echo '</div>'.NL; 179 echo '<h2>'.$this->getLang('current').'</h2>'.NL; 180 echo '<div class="level2">'.NL; [all …]
|
| /plugin/numatomo/ |
| H A D | action.php | 40 $code = NL . DOKU_TAB . DOKU_TAB . "var _paq = window._paq = window._paq || [];" . NL; 44 $code .= DOKU_TAB . DOKU_TAB . "_paq.push(['$flag']);" . NL; 56 $code .= DOKU_TAB . DOKU_TAB . "_paq.push(['optUserOut']);" . NL; 61 $code .= DOKU_TAB . DOKU_TAB . "_paq.push(['setDoNotTrack', 'true']);" . NL; 65 $code .= DOKU_TAB . DOKU_TAB . "_paq.push(['setLinkClasses', ['interwiki','urlextern']]);" . NL; 66 $code .= DOKU_TAB . DOKU_TAB . "_paq.push(['setExcludedQueryParams', ['do']]);" . NL; 69 $code .= DOKU_TAB . DOKU_TAB . "_paq.push(['trackPageView']);" . NL; 70 $code .= DOKU_TAB . DOKU_TAB . "(function() {" . NL; 71 $code .= DOKU_TAB . DOKU_TAB . DOKU_TAB . "var u='{$this->getConf('server')}';" . NL; 72 …. DOKU_TAB . DOKU_TAB . "_paq.push(['setTrackerUrl', u+'{$this->getConf('instance')}.php']);" . NL; [all …]
|
| /plugin/jukebox/ |
| D | list.php | 44 echo '<?xml version="1.0" encoding="UTF-8"?>'.NL; 45 echo '<playlist version="0" xmlns="http://xspf.org/ns/0/">'.NL; 46 echo ' <trackList>'.NL; 53 echo ' <track>'.NL; 54 echo ' <location>'.ml($file['id']).'</location>'.NL; 57 echo ' <creator>'.hsc($info['comments']['artist'][0]).'</creator>'.NL; 59 echo ' <title>'.hsc($info['comments']['title'][0]).'</title>'.NL; 61 echo ' <duration>'.hsc($info['comments']['length'][0]*1000).'</duration>'.NL; 63 echo ' <meta rel="http://geekkid.net/type">audio</meta>'.NL; 65 echo ' <annotation>'.hsc(noNS($file['id'])).'</annotation>'.NL; [all …]
|
| /plugin/orphanmedia2/ |
| D | syntax.php | 104 …b/plugins/orphanmedia2/images/a1.png" class="a1_img"><b><u>PERFORMANCE MEASUREMENT</u></b></p>'.NL. 105 '<table class="xm_perf_tbl">'.NL. 106 …perf_tbl"> used syntax: </td> <td class="xm_perf_tbl"> '.$data[99].' </td></tr>'.NL. 107 …a files created: </td><td class="xm_perf_tbl"> '.$this->get_execution_time().' s </td></tr>'.NL; } 117 …age files created: </td> <td class="xm_perf_tbl">'.$this->get_execution_time().' s </td><tr>'.NL; } 125 …racted from pages: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; } 202 …tive media found: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; } 257 …ng media detected: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; } 312 $output_orphan .= '<tr>'.NL. 313 '<td>'.NL. [all …]
|
| /plugin/orphanmedia/ |
| D | syntax.php | 103 …ib/plugins/orphanmedia/images/a1.png" class="a1_img"><b><u>PERFORMANCE MEASUREMENT</u></b></p>'.NL. 104 '<table class="xm_perf_tbl">'.NL. 105 …erf_tbl"> used syntax: </td> <td class="xm_perf_tbl"> '.$data[99].' </td></tr>'.NL. 106 …a files created: </td><td class="xm_perf_tbl"> '.$this->get_execution_time().' s </td></tr>'.NL; } 116 …age files created: </td> <td class="xm_perf_tbl">'.$this->get_execution_time().' s </td><tr>'.NL; } 124 …racted from pages: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; } 201 …tive media found: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; } 256 …ng media detected: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; } 311 $output_orphan .= '<tr>'.NL. 312 '<td>'.NL. [all …]
|
| /plugin/tabinclude/ |
| D | helper.php | 139 $html= '<div id="dwpl-ti-container"'.$class.'>'.NL; 141 $html.='<ul class="dwpl-ti">'.NL; 146 …-tab-title'.$selected_class.'" value="'.$tabs[$i]['page'].'">'.$tabs[$i]['title'].'</div></li>'.NL; 148 …<li class="dwpl-ti-tab"><div class="dwpl-ti-tab-title error">'.$tabs[$i]['error'].'</div></li>'.NL; 151 $html.= '</ul>'.NL; 164 $html.= '<div class="dwpl-ti-permalink-header">'.$pagelink.'</div>'.NL; 169 $html.= '<div class="dwpl-ti-permalink-footer">'.$pagelink.'</div>'.NL; 170 $html.= '</div></div>'.NL.'</div>'.NL; 192 $html.= '<div id="dwpl-ti-container"'.$class.'>'.NL; 193 $html.='<ul class="dwpl-ti">'.NL; [all …]
|
| /plugin/inseecity/ |
| D | syntax.php | 63 '<h1>Help INSEE</h1>'.NL. 64 '<ul>'.NL. 65 ' <li><b>{{inseecity</b> help <b>}}</b></li>'.NL. 66 ' <li><b>{{inseecity</b> test <b>}}</b></li>'.NL. 67 '</ul>'.NL. 68 … '<p><a class="urlextern" rel="nofollow" title="'.$url.'" href="'.$url.'">'.$url.'</a></p>'.NL; 74 '<div>'.NL. 75 ' test <form class="insee">'.NL. 76 ' <input type="text" name="city" />'.NL. 77 ' </form>'.NL. [all …]
|
| /plugin/botmon/ |
| H A D | action.php | 89 $code .= DOKU_TAB . DOKU_TAB . "addEventListener('DOMContentLoaded', function(){" . NL; 90 $code .= DOKU_TAB . DOKU_TAB . DOKU_TAB . "const e=document.createElement('script');" . NL; 91 $code .= DOKU_TAB . DOKU_TAB . DOKU_TAB . "e.async=true;e.defer=true;" . NL; 92 …code .= DOKU_TAB . DOKU_TAB . DOKU_TAB . "e.src='".DOKU_BASE."lib/plugins/botmon/client.js';" . NL; 93 …= DOKU_TAB . DOKU_TAB . DOKU_TAB . "document.getElementsByTagName('head')[0].appendChild(e);" . NL; 102 …ncode($this->getConf('captchaSeed')) . ", ip: " . json_encode($_SERVER['REMOTE_ADDR']) . "};" . NL; 107 $code .= DOKU_TAB . DOKU_TAB . 'document._botmon.user = "' . $username . '";'. NL; 247 echo '<script>' . NL; 250 echo DOKU_TAB . "addEventListener('DOMContentLoaded', function(){" . NL; 251 echo DOKU_TAB . DOKU_TAB . "const cj=document.createElement('script');" . NL; [all …]
|
| /plugin/autlogin/ |
| D | admin.php | 391 echo '<div id="auth_manager">'.NL; // 1 397 echo '<h1>'.$this->getLang('admin_auth').'</h1>'.NL; 400 echo '<div id="acl__tree">'.NL; 406 echo '<div id="auth1__detail">'.NL; 408 echo '</div>'.NL; 414 echo '<div id="auth2__detail">'.NL; 416 echo '</div>'.NL; 422 echo '<div id="auth__table">'.NL; 431 echo '</div>'.NL; 437 echo '<div id="auth3__detail">'.NL; [all …]
|
| /plugin/schedule/syntax/ |
| D | display.php | 62 '<div class="wrap_left plugin_wrap">'.NL. 63 ' <div class="schedulePOI scheduleScaledMap">'.NL; 67 … $renderer->doc .= ' <div id="'.$mapId.'" class="scheduleMap scheduleMapDisplay"></div>'.NL; 75 …'<span class="wrap_tip wrap_center wrap_centeralign">'.$this->getLang ('reactiveMap').'</span>'.NL; 76 $renderer->doc .= ' <ul style="display:none;" class="poiLatLon">'.NL; 91 …$renderer->doc .= ' <li lat="'.$insee.'" lon="'.$lat.'">56000</li>'.NL; // XXX position par defa… 96 ' <li lat="'.$lat.'" lon="'.$lon.'">'.$insee.'</li>'.NL; 107 … '<div class="scheduleAddresse wrap_left plugin_wrap" location="('.$lat.'|'.$lon.')">'.NL. 108 …at.'|'.$lon.')\')" onMouseOut="javascript:scheduleHighlightLocation (null)">'.$addrHtml.' </p>'.NL. 109 '</div>'.NL; [all …]
|
| /plugin/anewssystem/ |
| D | syntax.php | 160 … <form class="news_input_form" id="'.$prefix.'" name="'.$prefix.'" method="POST" '.$myFunc.'>'.NL; 162 $output .= '<input type="hidden" name="xs-'.$prefix.'" value="check" />'.NL; 185 </span></p>'.NL; 196 … title="'.$Font[1].'" onclick="formatDoc(\'fontName\',\''.$Font[1].'\')">'.$Font[1].'</option>'.NL; 199 … $output .= '<input type="hidden" name="news_input_wysiwyg" value="1" />'.NL; 344 <br /> '.NL; } 364 '" /></p>'.NL; 373 '" />'.NL; 385 '" /></p>'.NL; 416 '" /></p>'.NL; [all …]
|
| /plugin/showsamples/ |
| D | syntax.php | 62 '<div class="showSamples">'.NL. 63 ' <div class="navi">'.NL. 64 …howCarouselLeft()"><img src="'.$imgDir.'left.png" style="display:none;" class="leftside"/></a>'.NL. 65 ' <a onClick="showCarouselRight()"><img src="'.$imgDir.'right.png" class="rightside"/></a>'.NL. 66 ' </div>'.NL. 71 ' </div>'.NL. 85 ' <h1>Help showSamples V1.0</h1>'.NL. 86 ' <ul>'.NL. 87 ' <li><b>{{showSamples [help] <b>}}</b></li>'.NL. 88 ' </ul>'.NL. [all …]
|
| /plugin/fontface/ |
| D | action.php | 79 …CSSembed .= $elements." { font-family: '".$fontName."', ".$this->getConf('genericFamily')."; }".NL; 82 …embed .= $elements2." { font-family: '".$fontName2."', ".$this->getConf('genericFamily2')."; }".NL; 152 $CSSembed = "@font-face {".NL. 153 " font-family: '".$fontName."';".NL; 155 $CSSembed .= " src: url('".$fontDir.$fontEOT."');".NL; 159 … $CSSembed .= " url('".$fontDir.$fontEOT."?#iefix') format('embedded-opentype'),".NL; 162 $CSSembed .= " url('".$fontDir.$fontWOFF2."') format('woff2'),".NL; 164 $CSSembed .= " url('".$fontDir.$fontWOFF."') format('woff'),".NL; 167 $CSSembed .= ",".NL; 170 $CSSembed .= ";".NL. [all …]
|
12345