/plugin/sequencediagram/bower_components/raphael/dev/test/svg/ |
D | dom.js | 21 …const equalNodePositionWrapped = function (assert, node, anchor, expectedParent, expectedPreviousS… argument 22 assert.equal(node.parentNode, anchor); 23 equalNodePosition(assert, anchor, expectedParent, expectedPreviousSibling, expectedNextSibling); 58 anchor = el.node.parentNode; 62 equalNodePositionWrapped(assert, el.node, anchor, paper.canvas, paper.defs, null); 68 anchor = el.node.parentNode; 72 equalNodePositionWrapped(assert, el.node, anchor, paper.canvas, paper.defs, x.node); 79 anchor = el.node.parentNode; 83 equalNodePositionWrapped(assert, el.node, anchor, paper.canvas, paper.defs, xAnchor); 90 anchor = el.node.parentNode; [all …]
|
/plugin/ckgedit/ckeditor/plugins/link/ |
D | plugin.js.unc | 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) ); 27 label : editor.lang.anchor.toolbar, 28 command : 'anchor' 31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' ); 33 // Add the CSS styles for anchor placeholders. 37 …'background:url(' + CKEDITOR.getUrl( this.path + 'images/anchor.gif' ) + ') no-repeat ' + side + '… 48 // Show the arrow cursor for the anchor image (FF at least). 54 // Make empty anchor selectable on IE. 95 … 'name' ) && ( !element.getAttribute( 'href' ) || !element.getChildCount() ) ) ? 'anchor' : 'link'; 99 evt.data.dialog = 'anchor'; [all …]
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
D | plugin.js.unc | 12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) ); 27 label : editor.lang.anchor.toolbar, 28 command : 'anchor' 31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' ); 33 // Add the CSS styles for anchor placeholders. 37 …'background:url(' + CKEDITOR.getUrl( this.path + 'images/anchor.gif' ) + ') no-repeat ' + side + '… 48 // Show the arrow cursor for the anchor image (FF at least). 54 // Make empty anchor selectable on IE. 95 … 'name' ) && ( !element.getAttribute( 'href' ) || !element.getChildCount() ) ) ? 'anchor' : 'link'; 99 evt.data.dialog = 'anchor'; [all …]
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
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/ckgdoku/ckeditor/plugins/link/dialogs/ |
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/ |
D | ODTImage.php | 45 $anchor = 'paragraph'; 47 $anchor = 'as-char'; 65 … text:anchor-type="'.$anchor.'" draw:z-index="0" svg:width="'.$width.'">'; 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'; 156 … text:anchor-type="'.$anchor.'" draw:z-index="0" svg:width="'.$width.'">'; 161 text:anchor-type="'.$anchor.'" draw:z-index="0" 212 $anchor = 'paragraph'; [all …]
|
/plugin/bez/syntax/ |
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/ |
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 . '"'; 303 …$entry .= $anchor . '>' . $cur_node . $freq . '<span class="links">' . $links . '</span></h' . $he… 332 * @param string $anchor 335 private function _render_wikilink($id, $proper, $title, $abstract, $anchor) { argument 350 $link = $this->_add_page_anchor($link, $anchor); [all …]
|
/plugin/bez/ctl/ |
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);
|
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/ |
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/autolink2/ |
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/anchor/ |
D | plugin.info.txt | 1 base anchor 6 desc Create an HTML anchor. 7 url https://www.dokuwiki.org/plugin:anchor
|
D | README.md | 1 # dokuwiki-anchor 4 Documentation: https://www.dokuwiki.org/plugin:anchor
|
/plugin/pageredirect/ |
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/ |
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
|
/plugin/xref/ |
D | syntax.php | 42 list($reference, $anchor) = explode('#', $reference, 2); 44 if ($anchor) $reference = "#" . $anchor;
|
/plugin/bez/lib/jquery.datepair/ |
D | datepair.min.js | 7 …anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h… property
|
D | datepair.js | 58 anchor: 'start', property 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…
|
/plugin/bez/struct/ |
D | BezType.php | 36 $anchor = ''; 44 $anchor = '#k' . $id; 58 $anchor = '#zk' . $id; 67 $wl = wl("bez:$table:$id_key:$id") . $anchor;
|
/plugin/discoursesearch/ |
D | asyncsearch.js | 38 _.$root = $('<div/>').appendTo( _.anchor ); 59 _.successHandler.call( _.anchor ); 70 discoursesearchprovider.anchor = this;
|
/plugin/galleryv1.5/ |
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/ |
D | lytebox.js | 197 var anchor = anchors[i]; 198 var relAttribute = String(anchor.getAttribute('rel')); 199 if (anchor.getAttribute('href')) { 201 anchor.onclick = function () { myLytebox.start(this, false, false); return false; } 203 anchor.onclick = function () { myLytebox.start(this, true, false); return false; } 205 anchor.onclick = function () { myLytebox.start(this, false, true); return false; } 230 var anchor = anchors[i]; 231 …if (anchor.getAttribute('href') && (anchor.getAttribute('rel') == imageLink.getAttribute('rel'))) { 232 var rev = anchor.getAttribute('rev'); 233 …this.frameArray.push(new Array(anchor.getAttribute('href'), anchor.getAttribute('title'), (rev == … [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | strategy.link.rendering.normal.php | 18 $anchor = $driver->anchors[substr($link_target,1)]; 23 $anchor);
|
/plugin/dwinsect/ |
D | syntax.php | 133 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);
|