Home
last modified time | relevance | path

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

1...<<11

/plugin/aceeditor/
H A Dbuild.js1anchor:e.end}:{cursor:e.end,anchor:e.start}}var r=e("../lib/dom"),i=e("../lib/useragent"),s=0;(fun…
/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/bible/bible_douayRheims/
H A DHebrews.txt100 …6:19. Which we have as an anchor of the soul, sure and firm, and which entereth in even within the…
/plugin/semanticdata/
H A Dstyle.css84 /* This is the anchor for the position: absolute autocompletion */
/plugin/autolink2/
H A Dhelper.php84 foreach ($res as $anchor => $page){
86 $pattern[$l]="/(?<= |\\n|\\t|\|)(".$anchor.")(?=( |,|\.|:|\\n|\\t|\|))/msi";
90 $pattern[$l]="/(={1,6}.*?)".$sp."(".$anchor.")".$ep."(.*?={1,6})/i";
94 $pattern[$l]="/(\{\{.*?)".$sp."(".$anchor.")".$ep."(.*?\}\})/i";
97 $pattern[$l]="/(\[\[.*)".$sp."(".$anchor.")".$ep."(.*\]\])/Ui";
100 $pattern[$l]="/(\<.*)".$sp."(".$anchor.")".$ep."(.*\>)/Ui";
104 $pattern[$l]=$customStart.$sp."(".$anchor.")".$ep.$customEnd;
109 $pattern[$l]="/".$sp."(".$anchor.")".$ep."/i";
317 list ($pageid,$anchor) = explode('|',$page);
319 $this->autolink_idx[$anchor] = $pid;
/plugin/s5reloaded/ui/thesis/
H A Dslides.js725 var anchor = anchors[i];
726 if (anchor.getAttribute('href') && hasValue(anchor.rel, 'external')) {
727 anchor.target = '_blank';
728 addClass(anchor,'external');
/plugin/dokugitviewer/
H A DREADME12 convert "#bug24" into internal link to bug-page with correct anchor.
/plugin/lytebox/
H A Dlytebox.js197 var anchor = anchors[i];
199 if (anchor.getAttribute('href')) {
230 var anchor = anchors[i];
231 …if (anchor.getAttribute('href') && (anchor.getAttribute('rel') == imageLink.getAttribute('rel'))) {
232 var rev = anchor.getAttribute('rev');
250 var anchor = anchors[i];
251 …if (anchor.getAttribute('href') && (anchor.getAttribute('rel') == imageLink.getAttribute('rel'))) {
252 this.imageArray.push(new Array(anchor.getAttribute('href'), anchor.getAttribute('title')));
260 var anchor = anchors[i];
261 …if (anchor.getAttribute('href') && (anchor.getAttribute('rel') == imageLink.getAttribute('rel'))) {
[all …]
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css74 /* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
/plugin/wysiwyg/css/
H A Dfck_internal.css75 /* Any anchor for non-IE, if we combine it
/plugin/shortcut/syntax/
H A Dshortcut.php49 // must return a number lower than returned by native 'anchor' mode (210)
/plugin/galleryv1.5/
H A Dscript.js145 var anchor = links[i];
147 if (!anchor.getAttribute("href")
148 || anchor.getAttribute("rel") != "lightbox") continue;
150 … self._imgs[num] = {src:anchor.getAttribute("href"),w:-1,h:-1,title:'',cls:anchor.className};
151 if (anchor.getAttribute("title"))
152 self._imgs[num].title = anchor.getAttribute("title");
153 …else if (anchor.firstChild && anchor.firstChild.getAttribute && anchor.firstChild.getAttribute("ti…
154 self._imgs[num].title = anchor.firstChild.getAttribute("title");
155 anchor.onclick = self._genOpener(num); // set closure to onclick event

1...<<11