/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.'</a>';
|
/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/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/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 | 9 $this->Lexer->addSpecialPattern('\{\{anchor:[^}]*\}\}', $mode, 'plugin_anchor'); 13 preg_match('/^\{\{anchor:([^:}]*)(?::([^}]*))?}}$/ui', $match, $result); 23 $renderer->doc .= 'Usage: {{anchor:tag:content}}';
|
H A D | README.md | 1 # dokuwiki-anchor 4 Documentation: https://www.dokuwiki.org/plugin:anchor
|
/plugin/xref/ |
H A D | syntax.php | 42 list($reference, $anchor) = explode('#', $reference, 2); 44 if ($anchor) $reference = "#" . $anchor;
|
/plugin/pageredirect/ |
H A D | action.php | 89 // add anchor if not external redirect 216 // "~~REDIRECT>pagename#anchor~~" pattern 221 list($syntax, $src, $anchor) = array_pad(preg_split("/>|#/", $match), 3, ""); 232 if (!empty($anchor)) $result .= "#".$anchor; 238 // "#REDIRECT pagename#anchor" pattern 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.min.js | 7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}var g=864e5,h=a.Zepto||a.jQuery;f.prototype={constructor:f,option:function(a,b){if("object"==typeof a)this.settings=c(this.settings,a);else if("string"==typeof a&&"undefined"!=typeof b)this.settings[a]=b;else if("string"==typeof a)return this.settings[a];this._updateEndMintime()},getTimeDiff:function(){var a=this.dateDelta+this.timeDelta;return!(a<0)||this.startDateInput&&this.endDateInput||(a+=g),a},refresh:function(){if(this.startDateInput&&this.startDateInput.value&&this.endDateInput&&this.endDateInput.value){var a=this.settings.parseDate(this.startDateInput),b=this.settings.parseDate(this.endDateInput);a&&b&&(this.dateDelta=b.getTime()-a.getTime())}if(this.startTimeInput&&this.startTimeInput.value&&this.endTimeInput&&this.endTimeInput.value){var c=this.settings.parseTime(this.startTimeInput),d=this.settings.parseTime(this.endTimeInput);c&&d&&(this.timeDelta=d.getTime()-c.getTime(),this._updateEndMintime())}},remove:function(){this._unbindChangeHandler()},_bindChangeHandler:function(){h?h(this.container).on("change.datepair",h.proxy(this.handleEvent,this)):this.container.addEventListener("change",this,!1)},_unbindChangeHandler:function(){h?h(this.container).off("change.datepair"):this.container.removeEventListener("change",this,!1)},handleEvent:function(a){this._unbindChangeHandler(),e(a.target,this.settings.dateClass)?""!=a.target.value?(this._dateChanged(a.target),this._timeChanged(a.target)):this.dateDelta=null:e(a.target,this.settings.timeClass)&&(""!=a.target.value?this._timeChanged(a.target):this.timeDelta=null),this._validateRanges(),this._updateEndMintime(),this._bindChangeHandler()},_dateChanged:function(a){if(this.startDateInput&&this.endDateInput){var b=this.settings.parseDate(this.startDateInput),c=this.settings.parseDate(this.endDateInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.dateDelta);this.settings.updateDate(this.endDateInput,d)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.dateDelta);this.settings.updateDate(this.startDateInput,d)}else if(c<b){var f=e(a,this.settings.startClass)?this.endDateInput:this.startDateInput,h=this.settings.parseDate(a);this.dateDelta=0,this.settings.updateDate(f,h)}else this.dateDelta=c.getTime()-b.getTime();else if(null!==this.settings.defaultDateDelta){if(b){var i=new Date(b.getTime()+this.settings.defaultDateDelta*g);this.settings.updateDate(this.endDateInput,i)}else if(c){var j=new Date(c.getTime()-this.settings.defaultDateDelta*g);this.settings.updateDate(this.startDateInput,j)}this.dateDelta=this.settings.defaultDateDelta*g}else this.dateDelta=null}},_timeChanged:function(a){if(this.startTimeInput&&this.endTimeInput){var b=this.settings.parseTime(this.startTimeInput),c=this.settings.parseTime(this.endTimeInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.timeDelta);this.settings.updateTime(this.endTimeInput,d),c=this.settings.parseTime(this.endTimeInput),this._doMidnightRollover(b,c)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.timeDelta);this.settings.updateTime(this.startTimeInput,d),b=this.settings.parseTime(this.startTimeInput),this._doMidnightRollover(b,c)}else{this._doMidnightRollover(b,c);var f,g;if(this.startDateInput&&this.endDateInput&&(f=this.settings.parseDate(this.startDateInput),g=this.settings.parseDate(this.endDateInput)),+f==+g&&c<b){var h=e(a,this.settings.endClass)?this.endTimeInput:this.startTimeInput,i=e(a,this.settings.startClass)?this.endTimeInput:this.startTimeInput,j=this.settings.parseTime(h);this.timeDelta=0,this.settings.updateTime(i,j)}else this.timeDelta=c.getTime()-b.getTime()}else if(null!==this.settings.defaultTimeDelta){if(b){var k=new Date(b.getTime()+this.settings.defaultTimeDelta);this.settings.updateTime(this.endTimeInput,k)}else if(c){var l=new Date(c.getTime()-this.settings.defaultTimeDelta);this.settings.updateTime(this.startTimeInput,l)}this.timeDelta=this.settings.defaultTimeDelta}else this.timeDelta=null}},_doMidnightRollover:function(a,b){if(this.startDateInput&&this.endDateInput){var c=this.settings.parseDate(this.endDateInput),d=this.settings.parseDate(this.startDateInput),e=b.getTime()-a.getTime(),f=b<a?g:-1*g;null!==this.dateDelta&&this.dateDelta+this.timeDelta<=g&&this.dateDelta+e!=0&&(f>0||0!=this.dateDelta)&&(e>=0&&this.timeDelta<0||e<0&&this.timeDelta>=0)&&("start"==this.settings.anchor?(this.settings.updateDate(this.endDateInput,new Date(c.getTime()+f)),this._dateChanged(this.endDateInput)):"end"==this.settings.anchor&&(this.settings.updateDate(this.startDateInput,new Date(d.getTime()-f)),this._dateChanged(this.startDateInput))),this.timeDelta=e}},_updateEndMintime:function(){if("function"==typeof this.settings.setMinTime){var a=null;"start"==this.settings.anchor&&(!this.dateDelta||this.dateDelta<g||this.timeDelta&&this.dateDelta+this.timeDelta<g)&&(a=this.set (…) property in f._defaults
|
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.timeDelta && this.dateDelta + this.timeDelta < _ONE_DAY))) {
|
/plugin/discoursesearch/ |
H A D | asyncsearch.js | 38 _.$root = $('<div/>').appendTo( _.anchor ); 59 _.successHandler.call( _.anchor ); 70 discoursesearchprovider.anchor = this;
|
/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 …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | strategy.link.rendering.normal.php | 18 $anchor = $driver->anchors[substr($link_target,1)]; 23 $anchor);
|