Home
last modified time | relevance | path

Searched refs:anchor (Results 226 – 250 of 262) sorted by last modified time

1234567891011

/plugin/anewssystem/
H A Daction.php131 $anchor = trim($value);
206 $anchor = "";
H A Dsyntax.php704 $anchor = trim($value);
780 … <input type="hidden" name="anss_del_anchor" value="'.$anchor.'"/>
1013 $anchor = trim($value);
1094 … <input type="hidden" name="anss_del_anchor" value="'.$anchor.'"/>
1142 if((strlen($anchor)>2) && (isset($prefs['anchor'])!==false)) {
1143 if(stripos($anchor,$prefs['anchor']) !== false) {
1225 $anchor = trim($value);
1315 $anchor = "";
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt2 anchor |label |size="14" | |Anchor |anchordescr
H A Dnewstemplate_de.txt2 anchor |label |size="14" | |Anker |anchordescr
H A Dnewstemplate_en.txt2 anchor |label |size="14" | |Anchor |anchordescr
H A Dnewstemplate_it.txt2 anchor |label |size="14" | |Anchor |anchordescr
/plugin/indexnumber/
H A Dsyntax.php125 $anchor = preg_replace('/[^a-z]/i', '_', $data[1]).'_'.$data[2];
126 $R->doc .= '<div id="'.$anchor.'" class="idxnum_container">';
/plugin/lightbox/
H A Dscript.js291 var anchor = anchors[i];
293 if (anchor.getAttribute("href") && (anchor.getAttribute("rel") == "lightbox")){
294 anchor.onclick = function () {showLightbox(this); return false;};
/plugin/xref/
H A Dsyntax.php42 list($reference, $anchor) = explode('#', $reference, 2);
44 if ($anchor) $reference = "#" . $anchor;
/plugin/odp/
H A Drenderer.php1064 $anchor = 'paragraph';
1066 $anchor = 'as-char';
1070 text:anchor-type="'.$anchor.'" draw:z-index="0"
1354 $anchor = 'paragraph';
1356 $anchor = 'as-char';
1365 … text:anchor-type="'.$anchor.'" draw:z-index="0" svg:width="'.$width.'">';
1370 text:anchor-type="'.$anchor.'" draw:z-index="0"
/plugin/tuxquote/
H A Dquotes.txt2406 …he day by tying a little noose around your neck? <BR> -- Linda Ellerbee, U.S. journalist/TV anchor
/plugin/subjectindex/plugins/
H A Dbible_verses.txt27869 …they thought they had as good as realized their purpose, and they lifted anchor and began coasting…
30064 This [hope] we have as an anchor for the soul, both sure and firm, and it enters in within the curt…
/plugin/subjectindex/syntax/
H A Dindex.php158 $entry = $anchor = $next_entry;
215 $anchor = SI_Utils::valid_id($anchor);
216 $lines[] = array($heading, $cur_node, $links, $anchor);
276 list($heading, $cur_node, $pages, $anchor) = $line;
296 …$links .= $this->_render_wikilink($page, $opt['proper'], $opt['title'], $opt['abstract'], $anchor);
302 $anchor = ' id="' . $anchor . '"';
332 * @param string $anchor
335 private function _render_wikilink($id, $proper, $title, $abstract, $anchor) { argument
350 $link = $this->_add_page_anchor($link, $anchor);
392 private function _add_page_anchor($link, $anchor) { argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php307 $anchor =& new Anchor($link_destination,
311 return $anchor;
H A Doutput._interface.class.php6 function add_local_link($left, $top, $width, $height, $anchor) { } argument
H A Doutput.png.class.php241 function add_local_link($left, $top, $width, $height, $anchor) { /* N/A */ } argument
H A DChangeLog1143 comments to anchor-related routines
H A Doutput.fastps.class.php27 function add_local_link($left, $top, $width, $height, $anchor) { argument
29 $left, $top, $left + $width, $top - $height, $anchor->page, $anchor->y));
H A Doutput.fpdf.class.php23 function add_local_link($left, $top, $width, $height, $anchor) { argument
24 if (!isset($this->locallinks[$anchor->name])) {
26 $y = $anchor->y;
29 $this->locallinks[$anchor->name] = $this->pdf->AddLink();
30 $this->pdf->SetLink($this->locallinks[$anchor->name],
32 $anchor->page);
43 $this->locallinks[$anchor->name]);
H A Doutput.pcl.class.php246 function add_local_link($left, $top, $width, $height, $anchor) { /* N/A */ } argument
H A Dstrategy.link.rendering.normal.php18 $anchor = $driver->anchors[substr($link_target,1)];
23 $anchor);
H A Doutput.pdflib.class.php58 function add_local_link($left, $top, $width, $height, $anchor) { argument
64 $anchor->page,
/plugin/redirect2/lang/en/
H A Dintro.txt10 301 pagename ns:page#headline # redirect permanently to the anchor in other page
/plugin/txt2tags/
H A Dtxt2tags.class.php307 $anchor = @$m[4] ? $m[4] : "toc$toccnt";
323 …$lines2[] = "\032\032".sprintf($snippets['title'], $level, $anchor, $txt); # \032: block that cann…
327 $toc[] = $this->sp($level) . "- [$txt #$anchor]";
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1234567891011