Home
last modified time | relevance | path

Searched refs:NL (Results 26 – 50 of 114) sorted by relevance

12345

/plugin/blogtng/action/
H A Dlinkback.php59 echo '<!--<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"' . NL .
60 'xmlns:dc="https://purl.org/dc/elements/1.1/"' . NL .
61 'xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">' . NL .
62 '<rdf:Description' . NL .
63 'rdf:about="' . wl($ID, '', true) . '"' . NL .
64 'dc:identifier="' . wl($ID, '', true) . '"' . NL .
65 'dc:title="' . tpl_pagetitle($ID, true) . '"' . NL .
66 … 'trackback:ping="' . DOKU_URL . 'lib/plugins/blogtng/exe/trackback.php/' . $ID . '" />' . NL .
/plugin/linkback/action/
H A Dreceive.php56 echo '<!--<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"' . NL .
57 'xmlns:dc="https://purl.org/dc/elements/1.1/"' . NL .
58 'xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">' . NL .
59 '<rdf:Description' . NL .
60 'rdf:about="' . wl($ID, '', true) . '"' . NL .
61 'dc:identifier="' . wl($ID, '', true) . '"' . NL .
62 'dc:title="' . tpl_pagetitle($ID, true) . '"' . NL .
63 'trackback:ping="' . DOKU_URL . 'lib/plugins/linkback/exe/trackback.php/' . $ID . '" />' . NL .
H A Ddisplay.php140 echo '<div class="linkback_hidden">' . NL;
154 echo '<div class="hentry"><div class="linkback_head">' . NL .
155 '<a name="linkback__' . $lid . '" id="linkback__' . $lid . '"></a>' . NL .
167 ' width="' . $size . '" height="' . $size . '" />' . NL;
177 echo NL . '</div>' . NL; // class="linkback_head"
182 ($this->getConf('usefavicon') ? $style : '') . '>' . NL .
183 $excerpt . NL . '</div>' . NL; // class="linkback_body"
185 echo '</div>' . NL; // clas
[all...]
/plugin/blogtng/exe/
H A Dtrackback.php80 echo '<?xml version="1.0" encoding="iso-8859-1"?>' . NL .
81 '<response>' . NL .
82 '<error>0</error>' . NL .
92 echo '<?xml version="1.0" encoding="iso-8859-1"?>' . NL .
93 '<response>' . NL .
94 '<error>1</error>' . NL .
95 '<message>' . $reason . '</message>' . NL .
/plugin/templateconfhelper/exe/
H A Dcss.php145 …print NL.'@media screen { /* START screen styles */'.NL.$css_content.NL.'} /* /@media END screen s…
148 …print NL.'@media print { /* START print styles */'.NL.$css_content.NL.'} /* /@media END print styl…
153 print NL.'/* START rest styles */ '.NL.$css_content.NL.'/* END rest styles */'.NL;
/plugin/odt/helper/
H A Ddwcssloader.php132 …$css .= NL.'@media screen { /* START screen styles */'.NL.$css_content.NL.'} /* /@media END screen…
135 …$css .= NL.'@media print { /* START print styles */'.NL.$css_content.NL.'} /* /@media END print st…
140 … $css .= NL.'/* START rest styles */ '.NL.$css_content.NL.'/* END rest styles */'.NL;
/plugin/xssnipper/
H A Dsyntax.php138 $code_block .= NL.NL.'
152 alt="show" />'.NL;
154 $code_block .= '<span id="'.$clipclap_id.'" style="display : none;">'.NL;
158 $code_block .= '<dd style="display : none;">'.$code_lines.'</dd>'.$text.NL;
161 $code_block .= '</span>'.NL;
162 … code" id="'.$clipclap_id.'2" onClick="span_open(\''.$clipclap_id.'\',\''.$img_ID.'\')"></div>'.NL;
164 $code_block .= '</dl>'.NL;
192 </script></span>'.NL;
/plugin/select/
H A Dsyntax.php41 $s = '<form class="dw_pl_select">'.NL;
42 $s .= '<select onChange="location.href = this.options[this.selectedIndex].value">'.NL;
43 $s .= '<option selected>'.hsc($title).'</option>'.NL;
79 $s .= '<option value="'.hsc($url).'">'.hsc($name).'</option>'.NL;
83 $s .= '</select>'.NL;
87 $s .= '</noscript>'.NL;
89 $s .= '</form>'.NL;
/plugin/langdelete/
H A Dadmin.php151 echo '<a name="langdelete_inputbox"></a>'.NL;
186 echo '<h2>'.$this->getLang('h2_output').'</h2>'.NL;
225 echo '<input type="hidden" name="do" value="admin" />'.NL;
226 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />'.NL;
232 echo '<div class="box">'.$conf['lang'].'</div>'.NL;
238 echo '<div class="box">'.NL;
240 echo '<label for="dryrun">'.$this->getLang('i_dryrun').'</label>'.NL;
241 echo '</div>'.NL;
243 echo '<button name="submit">'.$this->getLang('btn_start').'</button>'.NL;
245 echo '</fieldset>'.NL;
[all …]
/plugin/glossary/syntax/
H A Ddiv.php108 ' <h1>Help Glossary</h1>'.NL.
109 ' <ul>'.NL.
110 …e [help] (sample|list|proposal|admin-proposal|admin-definition|admin-glossaries)<b>}}</b></li>'.NL.
111 …<li><b>&lt;glossary</b> (help|clock|face-smile|face-sad|stop|one-way|search) <b>/&gt;</b></li>'.NL.
112 … <li><b>&lt;glossary</b> (word|translate) <b>&gt;</b> ... <b>&lt;/glossary&gt;</b></li>'.NL.
113 ' </ul>'.NL.
114 … <p><a class="urlextern" rel="nofollow" title="'.$url.'" href="'.$url.'">'.$url.'</a></p>'.NL;
/plugin/anewssystem/
H A Daction.php145 …$news_subtitle = '<br /><span class="news_subtitle">'.trim($value).'</span>'.NL; …
148 …news_head = '<a href="'.$value.'" id="'.$value.'" name="'.$value.'">'. trim($news_head) .'</a>'.NL;
165 $news_date .= ')</span>'.NL;
187 if(trim($old_year) !== '') $close_ytag = "</li></ul>".NL;
193 if(trim($old_month) !== '') $close_mtag = "</li></ul>".NL;
201 …')) $output .= '<div class="archive_item">'.trim($news_date).$news_head.$news_subtitle.'</div>'.NL;
202 …put .= '<ul><li class="level3"><div class="li">'.trim($news_date).$news_head.'</div></li></ul>'.NL;
222 $output = '<div class="backlinkDiv" style="font-size:.85em;">'.$backlink.'</div><br />'.NL.
227 </div>'.NL.
228 … '<div class="backlinkDiv" style="font-size:.85em;">'.$backlink.'</div><br />'.NL;
/plugin/linkback/exe/
H A Dtrackback.php164 echo '<?xml version="1.0" encoding="iso-8859-1"?>' . NL .
165 '<response>' . NL .
166 '<error>0</error>' . NL .
174 echo '<?xml version="1.0" encoding="iso-8859-1"?>' . NL .
175 '<response>' . NL .
176 '<error>1</error>' . NL .
177 '<message>' . $reason . '</message>' . NL .
/plugin/schedule/syntax/
H A Dblock.php62 echo '<div class="schedule">'.NL;
108 echo '<div class="schedule">'.NL;
145 ' <h1>Help Schedule</h1>'.NL.
146 ' <ul>'.NL.
147 ' <li><b>{{schedule</b> help <b>}}</b></li>'.NL.
148 ' <li><b>{{schedule</b> admin <b>}}</b></li>'.NL.
149 …i><b>{{schedule&gt;</b>nameSpace table [(<|=|>)(!|+-delta|jj/mm/aa|jj/mm/aaaa)] <b>}}</b></li>'.NL.
150 …prop|form|ctrl] [(member|what|audience|noMember|noWhat|noAudience)="x1,x2,..."] <b>}}</b></li>'.NL.
151 ' </ul>'.NL.
152 … <p><a class="urlextern" rel="nofollow" title="'.$url.'" href="'.$url.'">'.$url.'</a></p>'.NL;
/plugin/canvas/
H A Dcanvas.php105 $renderer->doc.= '<script type="text/javascript">'.NL.'/*<![CDATA[*/';
115 $renderer->doc.= '/*!]]>*/'.NL.'</script>'.NL;
149 $html.= '</div>'.NL;
153 $html.= '</div>'.NL;
167 $html.= '>'.'[No canvas support]'.'</canvas>'.NL;
171 $html.= '</div>'.NL;
178 $html.= '>'.'[No canvas support]'.'</canvas>'.NL;
/plugin/pdb/
H A Dsyntax.php57 $renderer->doc.= $this->getImageHtml($pdbid,$cmd).NL;
59 $renderer->doc.= $this->getLang('pdb_no_image').NL;
67 $renderer->doc.= $this->getLang('pdb_no_summary').NL;
73 $imageHtml = $this->getImageHtml($pdbid,"small").NL;
75 $imageHtml = $this->getLang('pdb_no_image').NL;
76 $renderer->doc.='<div class="pdb_full_left">'.$imageHtml.'</div>'.NL;
83 $renderer->doc.= $this->getLang('pdb_no_summary').NL;
84 $renderer->doc.='<div class="pdb_full_right">'.$textHtml.'</div>'.NL;
86 $renderer->doc.='<div style="clear:both"></div>'.NL;
174 $html.='</div>'.NL;
/plugin/mozshot/
H A Dsyntax.php62 $renderer->doc.=NL;
68 $renderer->doc.=NL;
74 $renderer->doc.=NL;
77 $renderer->doc.=NL;
/plugin/tile/
H A Dsyntax.php100 ' <h1>Tile Help</h1>'.NL.
101 ' <ul>'.NL.
106 ' <b>&lt;/tile&gt;</b></li>'.NL.
107 ' <li>Info : <a class="urlextern" rel="nofollow" title="'.$url.'" href="'.$url.'">'.$url.'</a></li>'.NL.
108 ' </ul>'.NL;
/plugin/linkmanager/
H A Dfunctions.php54 echo '<h1 id="linkpage__ns">:'.hsc($ns).'</h1>'.NL;
58 echo '<div class="nothing">'.$lang['nothingfound'].'</div>'.NL;
68 echo '<div class="nothing">'.$lang['nothingfound'].'</div>'.NL;
72 echo $thislang['clicktosort'].NL;
130 echo '<div class="'.$zebra.'"'.$jump.'>'.NL;
132 echo '</div></td>'.NL;
134 echo '<div class="'.$zebra.'"'.$jump.'>'.NL;
/plugin/tiledblog/
H A Dsyntax.php88 $renderer->doc .= $text.NL;
115 $renderer->doc .= $text.NL;
175 ' <h1>Help TiledBlog V2.0</h1>'.NL.
176 ' <ul>'.NL.
177 ' <li><b>{{tiledBlog&gt;</b>namespace [help] <b>}}</b></li>'.NL.
178 ' </ul>'.NL.
179 … <p><a class="urlextern" rel="nofollow" title="'.$url.'" href="'.$url.'">'.$url.'</a></p>'.NL;
/plugin/codedoc/
H A Dspecials.php64 $NL = '/* ';
74 $NL .= "\n";
78 $NL = '';
84 $data = "$NL $match $ENDL";
/plugin/imageflow/syntax/
H A Dimageflow.php193 if ($mode != 'metadata' ) $renderer->doc .= '<div class="imageflow_image">' . NL;
220 $renderer->doc .= '<div class="imageflow_caption">' . NL;
222 $renderer->doc .= "<h3 class=\"imageflow__title\">{$data['title']}</h3>" . NL;
225 $renderer->doc .= "<p class=\"imageflow__text\">{$data['desc']}</p>" . NL;
229 $renderer->doc .= '</div>' . NL;
232 $renderer->doc .= '<div class="clearer"></div>' . NL . '</div>' . NL;
/plugin/quickstats/
H A Dadmin.php261 …ang('label_ip') . ':&nbsp;<input type="text" name = "ip" id="ip" size="16" value=""' .NL .'</td>');
287 …_check_year(this);" name="year" id="year" size="4" value="' . $today['year'] . '">' .NL .'</td>');
335 … ptln("<option value='0'> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " . NL);
341 ptln("<option value='$value' $selected> $month " . NL);
345 … ptln("<option value='0' selected> &nbsp;". $this->getLang('click_to_view') . "&nbsp;" . NL);
347 ptln("<option value='$id'> $id" . NL);
351 …ption value='0' selected> &nbsp; <b>" . $this->getLang('sel_country') ."</b> &nbsp;" . NL);
353 ptln("<option value='$cc'> $country" . NL);
357 …on value='0' selected> &nbsp; <b>" . $this->getLang('sel_user_agent') ."</b> &nbsp;" . NL);
359 ptln("<option value='$ua'> $ua" . NL);
/plugin/watchcycle/
H A Dsyntax.php147 $renderer->doc .= '<div id="plugin__watchcycle" ' . $class . '>' . NL;
158 $renderer->doc .= ' (' . $this->getLang('check needed') . ')' . '<br />' . NL;
164 $renderer->doc .= '<br />' . NL;
170 $renderer->doc .= sprintf($this->getLang('since last check'), $changes_link) . '<br />' . NL;
199 return sprintf($this->getLang('maintained by'), implode(', ', $flat)) . '<br />' . NL;
/plugin/openid/
H A Daction.php279 print '<div class="centeralign">'.NL;
282 print '</div>'.NL;
284 echo '<h1>', $this->getLang('openid_account_fieldset'), '</h1>', NL;
286 echo '<p>', $this->getLang('openid_complete_text'), '</p>', NL;
287 print '<div class="centeralign">'.NL;
290 print '</div>'.NL;
292 echo '<p>', sprintf($this->getLang('openid_complete_disabled_text'), wl($ID)), '</p>', NL;
295 echo '<h1>', $this->getLang('openid_identities_title'), '</h1>', NL;
314 print '<div class="centeralign">'.NL;
326 print '</div>'.NL;
/plugin/schedule/
H A DpoiDB.class.php43 echo "record".NL;
100 echo "POI DB unchanged !".NL;
107 fputs ($handle, $line.NL);
109 echo "POI DB updated !".NL;

12345