Home
last modified time | relevance | path

Searched refs:target (Results 751 – 775 of 902) sorted by last modified time

1...<<31323334353637

/plugin/mediasyntax/syntax/
H A Dlink.php36 $target="http".$match;
37 $targets=explode(' ',$target);
/plugin/tfslink/syntax/
H A Dworkitemlink.php75 $target = $this->getConf('linktarget');
76 if (isset($target)) {
77 $renderer->doc .= ' target="' . $target . '"';
/plugin/subjectindex/plugins/
H A Dbible_verses.txt7751 And as for me, I shall shoot three arrows to one side of it, to send them where I will to a target.
13029 …inst you, the Observer of mankind?Why is it that you have set me as your target, so that I should …
13251 …bed me by the back of the neck and proceeded to smash me,And he sets me up as a target for himself.
20367 He has trodden his bow, and he sets me up as the target for the arrow.<H<%>H> [He´]
/plugin/ajaxpeon/
H A Daction.php43 $target = $INPUT->str("target");
49 if($target=="page"){
52 if($target=="toc"){
55 if($target=="rawpage"){
63 if($target=="writeraw"){
87 if($target=="catalog"){
94 if($target=="page_wordlists"){
99 if($target=="learnlist"){
102 if($target=="user"){
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12target=i.target||i.srcElement||e,i}var i=document.documentElement,n=function(){};i.addEventListene…
/plugin/imagemap/
H A Dsyntax.php116 $target = '';
127 $target = $conf['target']['wiki'];
141 $target = $conf['target']['extern'];
147 $target = $conf['target']['wiki'];
149 $target = $conf['target']['interwiki'];
163 $target = $conf['target']['windows'];
170 $target = $conf['target']['extern'];
182 if (!empty($target))
183 $renderer->doc .= ' target="'.$target.'"';
/plugin/youtracklinks/
H A Dhelper.php126 $target = $this->getConf('open_in_new_window') ? '_blank' : '_self';
149 …solved ? " style='text-decoration: line-through;'" : "") . "><a target='$target' href='$url/issue/…
/plugin/explorertree/
H A Dscript.js67 if (!$(e.target).is($('>.li',this)) && !$(e.target).is($('>.li>a',this))) return true;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php5 function add_link($x, $y, $w, $h, $target) { } argument
H A Doutput.png.class.php240 function add_link($x, $y, $w, $h, $target) { /* N/A */ } argument
H A Doutput.fastps.class.php22 function add_link($x, $y, $w, $h, $target) { argument
24 $x, $y, $x+$w, $y-$h, $this->_string($target)));
H A Doutput.fpdf.class.php18 function add_link($x, $y, $w, $h, $target) { argument
20 $this->pdf->add_link_external($x, $y, $w, $h, $target);
H A Doutput.pcl.class.php245 function add_link($x, $y, $w, $h, $target) { /* N/A */ } argument
/plugin/advrack/
H A Djquery.qtip.js101 this.target = target;
103 this.elements = { target: target }; property in QTip.elements
245 var target = this.target,
702 target = posOptions.target,
776 cache.target = $(event.target);
783 cache.target = $(target.jquery ? target : this.elements.target);
785 target = cache.target;
788 target = $(target).eq(0);
1276 target: event.target,
2650 var target = $(event.target),
[all …]
H A Draphael.js590 target: "_blank",
3933 target = g.doc.elementFromPoint(x, y);
3934 if (g.win.opera && target.tagName == "svg") {
3942 target = hits[hits.length - 1];
3945 if (!target) {
3948 while (target.parentNode && target != svg.parentNode && !target.raphael) {
3949 target = target.parentNode;
3951 target == paper.canvas.parentNode && (target = svg);
3952 target = target && target.raphael ? paper.getById(target.raphaelid) : null;
3953 return target;
[all …]
/plugin/hipchat/
H A DREADME.md8 1. Clone repository into your DokuWiku plugins folder, making the target folder name 'hipchat'
H A Dcomposer.lock152 "target-dir": "Symfony/Component/EventDispatcher",
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js2 (function($){$.fn.editable=function(target,options){if('disable'==target){$(this).data('disabled.ed… argument
3 if('enable'==target){$(this).data('disabled.editable',false);return;}
4 if('destroy'==target){$(this).unbind($(this).data('event.editable')).removeData('disabled.editable'…
5 var settings=$.extend({},$.fn.editable.defaults,{target:target},options);var plugin=$.editable.type…
21 …ubmit.apply(form,[settings,self])){if($.isFunction(settings.target)){var str=settings.target.apply…
23 …ar ajaxoptions={type:'POST',data:submitdata,dataType:'html',url:settings.target,success:function(r…
H A Djquery.js2target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.spl…
3target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f.…
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php296 $target = $entry['author'][0]['nice'];
299 $target = $entry['niceauthor'];
302 $target = $entry[$this->options['group']];
306 $target = $this->options['lang']['rest'];
309 if ( empty($result[$target]) ) {
310 $result[$target] = array();
313 $result[$target][] = $entry;
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js161 target: originalEvent.target || originalEvent.srcElement, property in AnonymousFunctioncc29d3ce0600._addWheelListener.event
428 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
530 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
568 var target = evt.target
569 …, svg = (target.tagName === 'svg' || target.tagName === 'SVG') ? target : target.ownerSVGElement |…
615 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
643 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
1015 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
1053 target = target || {};
1057 target[prop] = this.extend(target[prop], source[prop])
[all …]
/plugin/workflow/
H A Dscript.js45 function wfRenderLink(target, script, text) { argument
46 …return '<a class="wikilink1" href="doku.php?id=' + wfnamespace + ':' + target + '" onclick="' + sc…
/plugin/geonav/js/
H A Dearth_a.js75 var element = e.target;
H A DgetLocation.js67 var element = e.target;
76 var element = e.target;
85 var element = e.target;
94 var element = e.target;
/plugin/git/lib/
H A DGit.php422 public function clone_to($target) { argument
423 return $this->run("clone --local ".$this->repo_path." $target");

1...<<31323334353637