Home
last modified time | relevance | path

Searched refs:target (Results 751 – 775 of 902) sorted by path

1...<<31323334353637

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js400 assert.ok(myView.el === e.target);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7378 var target = event.target || event.srcElement;
8341 var target = target;
8391 var target = event.target || event.srcElement;
17863 this.target = target;
19821 var target = event.target;
24701 if (e.target) targ = e.target;
24757 if (e.target) targ = e.target;
24778 if (e.target) targ = e.target;
28612 this.target = target;
30228 if (!target || !target.repObject)
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js193 target: "_blank",
2735 if (e.targetTouches[i].target == obj) {
3573 target = g.doc.elementFromPoint(x, y);
3574 if (g.win.opera && target.tagName == "svg") {
3582 target = hits[hits.length - 1];
3585 if (!target) {
3588 while (target.parentNode && target != svg.parentNode && !target.raphael) {
3589 target = target.parentNode;
3591 target == paper.canvas.parentNode && (target = svg);
3592 target = target && target.raphael ? paper.getById(target.raphaelid) : null;
[all …]
H A Draphael.vml.js163 params.target && (node.target = params.target);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1target:"_blank","text-anchor":"middle",title:"Raphael",transform:"",width:0,x:0,y:0,class:""},I=e.…
H A Draphael.no-deps.min.js1target:"_blank","text-anchor":"middle",title:"Raphael",transform:"",width:0,x:0,y:0,class:""},q=e.…
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js27 target: {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js21target==a||a.contains(e.targetTouches[n].target)){var p=e;e=e.targetTouches[n],e.originalEvent=p,e…
H A Dsnap.svg.js2608 target = glob.doc.elementFromPoint(x, y);
2609 if (glob.win.opera && target.tagName == "svg") {
2610 var so = getOffset(target),
2611 sr = target.createSVGRect();
2615 var hits = target.getIntersectionList(sr, null);
2617 target = hits[hits.length - 1];
2620 if (!target) {
2623 return wrap(target);
7323 … if (e.targetTouches[i].target == obj || obj.contains(e.targetTouches[i].target)) {
7368 … if (touch.identifier == dragi.el._drag.id || dragi.el.node.contains(touch.target)) {
/plugin/shortcut/syntax/
H A Dshortcut.php101 if (!$m_s[$opts[0]] || $m_s[$opts[0]]['target'] != $id) {
109 ,'target'=> $id
/plugin/shortcutkey/
H A Dscript.js8 else var f=e.target,nn=f.nodeName;/* GET FOCUS 현재 포커스를 얻음*/
/plugin/showinitpage/
H A DLICENSE2 Copyright (C) Christian Eder <target@servus.at>, Marcel Pennewiss <opensource@pennewiss.de>
H A Dplugin.info.txt3 email target@servus.at,opensource@pennewiss.de,till@till-biskup
/plugin/siteexport/
H A Dhelper.php338 …=> 'http://www.dokuwiki.org/plugin:' . $plugin, 'alt' => 'install plugin', 'target' => '_blank')));
/plugin/sitemapnavi/
H A Dscript.js17 DokuCookie.setValue('plugin_sitemapnavi_showmedia', Number(event.target.checked));
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1515 /// Copy all properties in src to target, retaining target's existing properties
1517 function mixin(target, src){ argument
1519 target[k] = src[k];
1574 /// @param target The target URL for posting.
1576 this.postData = function(fname, target, requestDelete){ argument
1590 xmlHttp.open("POST", target, true);
/plugin/smblink/
H A Dsyntax.php70 $link['target'] = $conf['target']['windows'];
/plugin/snap/
H A Dhelper.php66 var $target=false; variable in helper_plugin_snap
128 $this->target=false;
270 if ($conf['target']['extern']) $this->target="target=\"".$conf['target']['extern']."\"";
273 if ($conf['target']['wiki']) $this->target="target=\"".$conf['target']['wiki']."\"";
280 return array($this->imagePath, $this->titrePage, $this->target);
H A Dsyntax.php.ori201 …if ($url==$param) $renderer->doc .= "<a href=\"$url\" title=\"$param$titrePage\" target=\"_new\">";
/plugin/socialite/syntax/
H A Dbutton.php122 $target = $this->getConf('target') ;
185 …$xhtml .= '<a class="' . $network . '" target="' . $target . '" href="' . $href . '">' . $name . '…
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js350 var click = event.target.id;
354 if ($('#' + event.target.id + ':checked').length) {
H A Djquery.socialshareprivacy.min.js31 …ve("click",function(c){var e=c.target.id,g="socialSharePrivacy_"+e.substr(e.lastIndexOf("_")+1,e.l…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md392 <td>The target attribute of the info link. Possible values are <code>_blank</code>,
1001 <td>target</td>
1003 <td>A cummunity to target.</td>
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js65 var target = get(this, options, uri, settings, 'target');
67 if (target) params.target = target;
/plugin/spellcheck/
H A Dscript.js173 target = window.event.srcElement;
175 target = e.target;
178 if (target.id != ajax_spell.suggestObj.id){

1...<<31323334353637