/plugin/sequencediagram/bower_components/raphael/dev/test/svg/ |
H A D | dom.js | 58 anchor = el.node.parentNode; 68 anchor = el.node.parentNode; 79 anchor = el.node.parentNode; 90 anchor = el.node.parentNode; 103 anchor = el.node.parentNode; 146 anchor = el.node.parentNode; 156 anchor = el.node.parentNode; 167 anchor = el.node.parentNode; 178 anchor = el.node.parentNode; 191 anchor = el.node.parentNode; [all …]
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) ); 28 command : 'anchor' 31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' ); 108 anchor : 112 group : 'anchor', 120 group : 'anchor', 157 if ( anchor.getAttribute( 'href' ) && anchor.getChildCount() ) 160 if ( anchor && anchor.hasAttribute( 'name' ) ) 238 return 'anchor'; 350 anchor; [all …]
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) ); 28 command : 'anchor' 31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' ); 108 anchor : 112 group : 'anchor', 120 group : 'anchor', 157 if ( anchor.getAttribute( 'href' ) && anchor.getChildCount() ) 160 if ( anchor && anchor.hasAttribute( 'name' ) ) 238 return 'anchor'; 350 anchor; [all …]
|
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
H A D | anchor.js | 17 function createFakeAnchor( editor, anchor ) argument 19 return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' ); 23 title : editor.lang.anchor.title, 62 var anchor = editor.document.createElement( 'a', { attributes: attributes } ); 66 anchor = createFakeAnchor( editor, anchor ); 68 range.insertNode( anchor ); 121 label : editor.lang.anchor.title, 128 label : editor.lang.anchor.name, 134 alert( editor.lang.anchor.errorName );
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
H A D | anchor.js | 17 function createFakeAnchor( editor, anchor ) argument 19 return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' ); 23 title : editor.lang.anchor.title, 62 var anchor = editor.document.createElement( 'a', { attributes: attributes } ); 66 anchor = createFakeAnchor( editor, anchor ); 68 range.insertNode( anchor ); 121 label : editor.lang.anchor.title, 128 label : editor.lang.anchor.name, 134 alert( editor.lang.anchor.errorName );
|
/plugin/odt/ODT/ |
H A D | ODTImage.php | 45 $anchor = 'paragraph'; 47 $anchor = 'as-char'; 71 text:anchor-type="'.$anchor.'" draw:z-index="'.$z.'" 75 text:anchor-type="'.$anchor.'" draw:z-index="'.$z.'" 140 $anchor = 'paragraph'; 142 $anchor = 'as-char'; 161 text:anchor-type="'.$anchor.'" draw:z-index="0" 212 $anchor = 'paragraph'; 214 $anchor = 'as-char'; 253 text:anchor-type="'.$anchor.'" draw:z-index="'.$z.'" [all …]
|
/plugin/bez/syntax/ |
H A D | qlink.php | 24 $anchor = ''; 32 $anchor = '#k' . $id; 46 $anchor = '#zk' . $id; 55 return array($match, $table, $id_key, $id, $anchor); 70 list($match, $table, $id_key, $id, $anchor) = $data; 71 …$renderer->doc .= '<a href="?id='.$lang_code.'bez:'.$table.':'.$id_key.':'.$id.$anchor.'">'.$match…
|
/plugin/subjectindex/syntax/ |
H A D | index.php | 158 $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/bez/ctl/ |
H A D | thread.php | 49 $anchor = 'k'.$thread_comment->id; variable 96 $anchor = 'k' . $thread_comment->id; variable 115 $anchor = 'z' . $task->id; variable 129 $anchor = 'z' . $task->id; variable 148 if (isset($anchor)) { 149 $anchor = '#'.$anchor; variable 151 $anchor = ''; variable 153 header('Location: ' . $this->url('thread', 'id', $thread->id) . $anchor);
|
H A D | task.php | 26 $anchor = 'zk'.$task_comment->id; variable 72 $anchor = 'zk' . $task_comment->id; variable 101 if (isset($anchor)) { 102 $anchor = '#'.$anchor; variable 104 $anchor = ''; variable 106 header("Location: " . $this->url('task', 'tid', $task->id) . $anchor);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
H A D | Comment.php | 26 public $anchor; variable in Google\\Service\\Drive\\Comment 69 public function setAnchor($anchor) argument 71 $this->anchor = $anchor; 78 return $this->anchor;
|
/plugin/anchor/ |
H A D | plugin.info.txt | 1 base anchor 6 desc Create an HTML anchor. 7 url https://www.dokuwiki.org/plugin:anchor
|
H A D | syntax.php | 23 $this->Lexer->addSpecialPattern('\{\{anchor:[^}]*\}\}', $mode, 'plugin_anchor'); 27 return explode(':', substr($match, strlen('{{anchor:'), -2));
|
H A D | README.md | 1 # dokuwiki-anchor 4 Documentation: https://www.dokuwiki.org/plugin:anchor
|
/plugin/autolink2/ |
H A D | helper.php | 84 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/xref/ |
H A D | syntax.php | 59 list($link,$anchor) = explode('#',$link,2); 61 if($anchor) $anchor = "#".$anchor; 67 return array($link,$found,$name,$anchor);
|
/plugin/pageredirect/ |
H A D | action.php | 221 list($syntax, $src, $anchor) = array_pad(preg_split("/>|#/", $match), 3, ""); 232 if (!empty($anchor)) $result .= "#".$anchor; 243 list($syntax, $src, $anchor) = array_pad(preg_split("/ |#/", $match), 3, ""); 254 if (!empty($anchor)) $result .= "#".$anchor;
|
/plugin/codemirror/dist/keymaps/ |
H A D | sublime.min.js | 1 …anchor:h==f.line?f:c(h,0),head:h==g.line?g:c(h)})}a.setSelections(d,0)};b.singleSelectionTop=funct… property in AnonymousFunctioneaef1bfc0100.h.i
|
/plugin/bez/struct/ |
H A D | BezType.php | 36 $anchor = ''; 44 $anchor = '#k' . $id; 58 $anchor = '#zk' . $id; 67 $wl = wl("bez:$table:$id_key:$id") . $anchor;
|
/plugin/bez/lib/jquery.datepair/ |
H A D | datepair.js | 58 anchor: 'start', property in Datepair._defaults 222 if (this.settings.anchor == 'start' && hasClass(target, this.settings.startClass)) { 225 } else if (this.settings.anchor == 'end' && hasClass(target, this.settings.endClass)) { 266 if (this.settings.anchor == 'start' && hasClass(target, this.settings.startClass)) { 272 } else if (this.settings.anchor == 'end' && hasClass(target, this.settings.endClass)) { 317 if (this.settings.anchor == 'start') { 320 } else if (this.settings.anchor == 'end') { 332 …if (this.settings.anchor == 'start' && (!this.dateDelta || this.dateDelta < _ONE_DAY || (this.time…
|
H A D | datepair.min.js | 7 …anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h… property in f._defaults
|
/plugin/discoursesearch/ |
H A D | asyncsearch.js | 38 _.$root = $('<div/>').appendTo( _.anchor ); 59 _.successHandler.call( _.anchor ); 70 discoursesearchprovider.anchor = this;
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | strategy.link.rendering.normal.php | 18 $anchor = $driver->anchors[substr($link_target,1)]; 23 $anchor);
|
/plugin/galleryv1.5/ |
H A D | script.js | 145 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
|
/plugin/lytebox/ |
H A D | lytebox.js | 197 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 …]
|