Home
last modified time | relevance | path

Searched refs:anchor (Results 26 – 50 of 262) sorted by relevance

1234567891011

/plugin/dwinsect/
H A Dsyntax.php133 list($match_all, $ns_file, $anchor, $params)=$subjects;
140 list($anchor_name, $anchor_params) = $this->_get_params($anchor);
237 function _get_params($anchor) { argument
244 list($anchor_name, $params) = preg_split('/[\?]/', $anchor, 2);
/plugin/metaeditor/
H A Dstyle.css26 .jstree-anchor {
34 .jstree-anchor:focus {
37 .jstree-anchor,
38 .jstree-anchor:link,
39 .jstree-anchor:visited,
40 .jstree-anchor:hover,
41 .jstree-anchor:active {
74 .jstree-anchor > .jstree-themeicon {
81 .jstree-rtl .jstree-anchor {
102 .jstree-wholerow-ul .jstree-anchor,
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1anchor.toolbar,command:"anchor"});CKEDITOR.dialog.add("link",this.path+"dialogs/link.js");CKEDITOR…
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1anchor.toolbar,command:"anchor"});CKEDITOR.dialog.add("link",this.path+"dialogs/link.js");CKEDITOR…
/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/codemirror/dist/keymaps/
H A Dvim.min.js1anchor.line).length;if(f.anchor.ch<g){c.push(a.markText(f.anchor,e(f.anchor.line,f.anchor.ch+1),{c…
2anchor):a.getCursor("anchor"));var m=oa(k);var n=oa(l);var o,p;var q;if(g){this.recordLastEdit(b,c… property in h.lastSel
3 …e){var f=!qa(e,d)?-1:0;var g=qa(e,d)?-1:0;e=ja(e,0,f);d=ja(d,0,g);c.sel={anchor:d,head:e};Wa(b,c,"… property in c.sel
H A Dsublime.min.js.map1anchor","setSelections","singleSelectionTop","setSelection","scroll","selectLine","extended","inse…
/plugin/html2pdf/html2pdf/html2ps/
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]);
/plugin/c3chart/assets/
H A Djs-yaml.min.js2anchor,a=[],l=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=a),…
/plugin/achart/assets/
H A Djs-yaml.min.js2anchor,a=[],l=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=a),…
/plugin/shortcut/syntax/
H A Dshortcut.php49 // must return a number lower than returned by native 'anchor' mode (210)
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php134 public $anchor; variable in Google_ContextFacets
136 public function setAnchor( $anchor) { argument
137 $this->anchor = $anchor;
140 return $this->anchor;
/plugin/combo/resources/images/
H A Derror-bad-format.svg7 text-anchor="middle"
/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/s5/ui/default/
H A Dslides.js367 var anchor = anchors[i];
368 if (anchor.getAttribute('href') && hasValue(anchor.rel, 'external')) {
369 anchor.target = '_blank';
370 addClass(anchor,'external');
/plugin/s5/ui/dokuwiki/
H A Dslides.js366 var anchor = anchors[i];
367 if (anchor.getAttribute('href') && hasValue(anchor.rel, 'external')) {
368 anchor.target = '_blank';
369 addClass(anchor,'external');
/plugin/tocselect/
H A Daction.php122 function format_link($title,$anchor,$id) { argument
123 $link = "<a href ='". TOC_URL . $id. '#'. $anchor."'>" . "$title</a>";
/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/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"

1234567891011