Home
last modified time | relevance | path

Searched refs:target (Results 401 – 425 of 902) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/overlay/script/
H A Djquery-ui-touch-punch.js63 event.target.dispatchEvent(simulatedEvent);
H A Djquery-ui-touch-punch-cmpr.js11 ….screenX,j.screenY,j.clientX,j.clientY,false,false,false,false,0,null);h.target.dispatchEvent(g)}d…
/plugin/showinitpage/
H A DLICENSE2 Copyright (C) Christian Eder <target@servus.at>, Marcel Pennewiss <opensource@pennewiss.de>
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js164 var f = Calendar.is_ie ? window.event.srcElement : ev.target;
343 var target = Calendar.getTargetElement(ev);
346 if (target == el || target.parentNode == el) {
349 var mon = Calendar.findMonth(target);
360 var year = Calendar.findYear(target);
387 var target = Calendar.getTargetElement(ev);
388 if (target == el || target.parentNode == el) {
398 if (el.navtype == 50 && target != el) {
428 var mon = Calendar.findMonth(target);
443 var year = Calendar.findYear(target);
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js705 var el = DOM.getParent(e.srcElement||e.target,'a');
736 var el = DOM.getParent(e.srcElement||e.target, 'a');
794 var el = DOM.getParent(e.srcElement||e.target, 'a');
829 var el = DOM.getParent(e.srcElement||e.target, 'a');
855 var el = DOM.getParent(e.srcElement||e.target, 'a');
/plugin/switchpanel/
H A DREADME.md268 target="_blank"
297 …(text of popup message),link=(url of link),case=(type of case),target=(type of link target),labelB…
/plugin/refnotes/
H A Dscript.js67 return event.target.href.replace(/^.*?#([\w:]+)$/gi, '$1');
/plugin/revealjs/js/
H A Dreveal.js1810 function closestParent( target, selector ) { argument
1812 var parent = target.parentNode;
4075 startEmbeddedMedia( { target: el } );
4110 startEmbeddedIframe( { target: el } );
4142 event.target.currentTime = 0;
4143 event.target.play();
4158 var iframe = event.target;
5151 function isSwipePrevented( target ) { argument
5153 while( target && typeof target.hasAttribute === 'function' ) {
5155 target = target.parentNode;
[all …]
/plugin/twitter/
H A Dsyntax.php64 '<a href="$1" class="urlextern" target="_blank">$1</a> ',
65 '<a href="http://$1" class="urlextern" target="_blank">$1</a>'
/plugin/barcode/api/qrserver/
H A Dbarcode.inc39 'charset-source', 'charset-target', 'ecc', 'color', 'bgcolor', 'margin', 'qzone'
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... edge Object parent String id Object value Object source Object target String style } com/mxgraph/examples/swing ...
H A Djdraw.jar ... edge Object parent String id Object value Object source Object target String style } com/mxgraph/examples/swing ...
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties79 targetSpacing=target spacing
183 noSourceAndTargetSelected=No source and target selected.
H A Deditor.properties.bak75 targetSpacing=target spacing
179 noSourceAndTargetSelected=No source and target selected.
H A Deditor_zh-CN.properties76 targetSpacing=target spacing
179 noSourceAndTargetSelected=No source and target selected.
/plugin/git/lib/
H A DGit.php422 public function clone_to($target) { argument
423 return $this->run("clone --local ".$this->repo_path." $target");
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js8 alert("window error: "+msg.type+' '+msg.target.src)
24 abc2svg.playseq=function(evt){var i,j,svg=evt.target,e=svg
/plugin/blogtng/helper/
H A Dentry.php678 * @param string $target - tag links will point to this page, tag is passed as parameter
680 public function tpl_tags($target) { argument
685 $this->taghelper->tpl_tags($target);
692 public function tpl_tagstring($target, $separator=', ') { argument
697 $this->taghelper->tpl_tagstring($target, $separator);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js107 function mixin(target, source, force, deepStringMixin) { argument
110 if (force || !hasProp(target, prop)) {
112 if (!target[prop]) {
113 target[prop] = {};
115 mixin(target[prop], value, force, deepStringMixin);
117 target[prop] = value;
122 return target;
/plugin/jplayer/components/
H A Drequire.js107 function mixin(target, source, force, deepStringMixin) { argument
110 if (force || !hasProp(target, prop)) {
112 if (!target[prop]) {
113 target[prop] = {};
115 mixin(target[prop], value, force, deepStringMixin);
117 target[prop] = value;
122 return target;
/plugin/linkpagechild/
H A DREADME3 Plugin linkpagechild: Links & media inclusions whose target path
/plugin/combo/resources/theme/default/pages/partials/
H A Dpage-side-md-collapsable.hbs2 data-bs-toggle="collapse" data-bs-target="#page-side-collapsable" aria-controls="page-side-collapsable"
/plugin/encryptedpasswords/script/
H A DPageHandling.js58 const $element = jQuery(e.target).parent();
/plugin/projects/plugins/target/
H A Dplot.php32 $target = new PlotTarget($project, $file, $source);
33 return $target;
/plugin/tagging/script/
H A Deditable.js271 var $target = $(e.target);
273 if($target.is('.editable-popup') || $target.parents('.editable-popup').length) {
278 Editable.prototype.closeOthers(e.target); argument

1...<<11121314151617181920>>...37