Home
last modified time | relevance | path

Searched refs:target (Results 226 – 250 of 902) sorted by relevance

12345678910>>...37

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1741 var target=event.target||event.srcElement;
1985 var target=target;
2035 var target=event.target||event.srcElement;
2408 if(target){this.updateMenu(target)
4716 },show:function(target,panel,value,targetSize){this.target=target; argument
6311 i++){if(o=target[ni]){target=o
6524 if(e.target){targ=e.target
6538 if(e.target){targ=e.target
6547 if(e.target){targ=e.target
7994 }if(!target||!target.repObject){return
[all …]
/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/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1342 domMemberMap.HTMLAnchorElement=extendArray(domMemberMap.Element,["name","target","accessKey","href","protocol","host","hostname","port","pathname","search","hash","hreflang","coords","shape","text","type","rel","rev","charset"]);
1350 domMemberMap.HTMLFormElement=extendArray(domMemberMap.Element,["acceptCharset","action","author","elements","encoding","enctype","entry_id","length","method","name","post","target","text","url","reset","submit"]);
1355 domMemberMap.Event=["type","target","currentTarget","originalTarget","explicitOriginalTarget","relatedTarget","rangeParent","rangeOffset","view","keyCode","charCode","screenX","screenY","clientX","clientY","layerX","layerY","pageX","pageY","detail","button","which","ctrlKey","shiftKey","altKey","metaKey","eventPhase","timeStamp","bubbles","cancelable","cancelBubble","isTrusted","isChar","getPreventDefault","initEvent","initMouseEvent","initKeyEvent","initUIEvent","preventBubble","preventCapture","preventDefault","stopPropagation"];
1559 },getRepObject:function(node){var target=null;
1562 child=child.parentNode){if(hasClass(child,"repTarget")){target=child
1563 }if(child.repObject){if(!target&&hasClass(child,"repIgnore")){break
1729 },getContextMenuItems:function(object,target){return[] argument
1731 },getEditor:function(target,value){},getDefaultSelection:function(){return null argument
1732 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(target) argument
1733 getTooltipObject(target) global() argument
1759 startMeasuring(target) global() argument
1770 getBox(target) global() argument
1785 AnonymousFunction4beb61231e00(object,target,context) global() argument
1994 AnonymousFunction4beb61233400(target) global() argument
2417 onCheck(target,value,checked) global() argument
2418 restorePrefs(target) global() argument
2420 updateMenu(target) global() argument
4213 AnonymousFunction4beb6123e900(fn,target,context,script) global() argument
4376 AnonymousFunction4beb612310f00(elt,target,context) global() argument
4398 AnonymousFunction4beb612311f00(styleSheet,target,context) global() argument
4444 AnonymousFunction4beb612313400(sourceLink,target,context) global() argument
4481 AnonymousFunction4beb612314400(frame,target,context) global() argument
4520 AnonymousFunction4beb612315200(error,target,context) global() argument
4527 AnonymousFunction4beb612315400(error,target,context) global() argument
4572 AnonymousFunction4beb612316100(target,value,editor) global() argument
4697 AnonymousFunction4beb612317900(target) global() argument
4702 AnonymousFunction4beb612317c00(target,value,cancel) global() argument
4703 AnonymousFunction4beb612317d00(target,insertWhere) global() argument
4727 AnonymousFunction4beb612318400(target,panel,value,targetSize) global() argument
4776 AnonymousFunction4beb612318a00(target,value,cancel) global() argument
4777 AnonymousFunction4beb612318c00(target,charCode) global() argument
6689 AnonymousFunction4beb612325800(infoTip,panel,target,x,y,rangeParent,rangeOffset) global() argument
7323 AnonymousFunction4beb612329000(style,target) global() argument
7338 AnonymousFunction4beb612329200(infoTip,target,x,y) global() argument
7362 AnonymousFunction4beb612329300(target,value) global() argument
7515 AnonymousFunction4beb61232b100(target,insertWhere) global() argument
7519 AnonymousFunction4beb61232b200(target,value,previousValue) global() argument
7537 AnonymousFunction4beb61232b300(target,charCode) global() argument
7548 AnonymousFunction4beb61232b600(target,insertWhere) global() argument
7551 AnonymousFunction4beb61232b700(target,value,previousValue) global() argument
7592 AnonymousFunction4beb61232ba00(target,panel,value,textSize,targetSize) global() argument
7605 AnonymousFunction4beb61232bc00(target,value,previousValue) global() argument
8004 AnonymousFunction4beb61232e800(row,target) global() argument
8128 AnonymousFunction4beb61232ee00(row,target) global() argument
[all...]
/plugin/bibtex4dw/
H A Dscript.js17 * @param target - the DOM element at which the popup should be aligned at
21 insituPopup: function(target, popup_id) { argument
38 of: target
/plugin/displayorphans/
H A Dhelper.php86 function /* string */ _resolveLink(/* string */ $source, /* string */ $target) argument
87 { resolve_pageid(getNS($source), $target, $exists); return $target; }
/plugin/socialite/syntax/
H A Dbutton.php122 $target = $this->getConf('target') ;
185 …$xhtml .= '<a class="' . $network . '" target="' . $target . '" href="' . $href . '">' . $name . '…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js26 MoveChildren : function( source, target, toTargetStart ) argument
28 if ( source == target )
36 target.insertBefore( source.removeChild( eChild ), target.firstChild ) ;
41 target.appendChild( source.removeChild( eChild ) ) ;
45 MoveNode : function( source, target, toTargetStart ) argument
48 target.insertBefore( FCKDomTools.RemoveNode( source ), target.firstChild ) ;
50 target.appendChild( FCKDomTools.RemoveNode( source ) ) ;
600 var target = addr[i] ;
603 cursor = cursor.childNodes[target] ;
617 if ( currentIndex == target )
/plugin/flickr/
H A Dsyntax.php115 $link['target'] = $conf['target']['media'];
/plugin/autotabber/
H A Dtaboverride.escape.js38 tabOverride.utils.removeListeners(e.target || e.srcElement);
46 tabOverride.utils.addListeners(e.target || e.srcElement);
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js36 this.target = new THREE.Vector3();
39 this.center = this.target;
108 this.target0 = this.target.clone();
177 var offset = position.clone().sub( scope.target );
230 offset.copy( position ).sub( this.target );
261 this.target.add( pan );
267 position.copy( this.target ).add( offset );
269 this.object.lookAt( this.target );
291 this.target.copy( this.target0 );
/plugin/switchpanel/
H A Dscript.js20 var iPosPopup = jQuery( oEvent.target ).attr( 'x' );
21 var iWidthSvg = jQuery( oEvent.target ).closest( 'svg' ).attr( 'width' ).replace( 'px', '' );
/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);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java557 Object target, Point location) in importCells() argument
559 if (target == null && cells.length == 1 && location != null) in importCells()
561 target = getCellAt(location.x, location.y); in importCells()
563 if (target instanceof mxICell && cells[0] instanceof mxICell) in importCells()
565 mxICell targetCell = (mxICell) target; in importCells()
572 model.setStyle(target, model.getStyle(cells[0])); in importCells()
573 graph.setSelectionCell(target); in importCells()
580 return super.importCells(cells, dx, dy, target, location); in importCells()
715 Object source, Object target, String style) in createEdge() argument
725 return super.createEdge(parent, id, value, source, target, style); in createEdge()
/plugin/imapmarkers/
H A Djquery.imagemapster.js294 target[prop] = $.extend(target[prop] || {}, p);
2350 var target;
2380 navigateTo(opts.navigateMode, target.href, target.target);
4221 target, argument
4272 if (target) {
4274 target,
4321 target,
4368 ? content({ key: this.key, target: target })
4499 target,
4508 defaultTarget = target && target.length > 0 ? target[0] : null;
[all …]
/plugin/virtualkeyboard/vk/
H A Dvk_popup.js50 this.show = function (target) { argument
53 tgt = target;
63 this.close = function (target) { argument
/plugin/geonav/js/
H A DgetLocation.js67 var element = e.target;
76 var element = e.target;
85 var element = e.target;
94 var element = e.target;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php112 * Drag and drop from $source to $target.
115 * @param WebDriverElement $target
118 public function dragAndDrop(WebDriverElement $source, WebDriverElement $target) argument
124 new WebDriverMouseMoveAction($this->mouse, $target)
127 new WebDriverButtonReleaseAction($this->mouse, $target)
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js233 function strftime(sFormat,date){if(!(date instanceof Date))date=new Date();var nDay=date.getDay(),nDate=date.getDate(),nMonth=date.getMonth(),nYear=date.getFullYear(),nHour=date.getHours(),aDays=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],aMonths=['January','February','March','April','May','June','July','August','September','October','November','December'],aDayCount=[0,31,59,90,120,151,181,212,243,273,304,334],isLeapYear=function(){return(nYear%4===0&&nYear%100!==0)||nYear%400===0},getThursday=function(){var target=new Date(date);target.setDate(nDate-((nDay+6)%7)+3);return target},zeroPad=function(nNum,nPad){return((Math.pow(10,nPad)+nNum)+'').slice(1)};return sFormat.replace(/%[a-z]/gi,function(sMatch){return(({'%a':aDays[nDay].slice(0,3),'%A':aDays[nDay],'%b':aMonths[nMonth].slice(0,3),'%B':aMonths[nMonth],'%c':date.toUTCString(),'%C':Math.floor(nYear/100),'%d':zeroPad(nDate,2),'%e':nDate,'%F':date.toISOString().slice(0,10),'%G':getThursday().getFullYear(),'%g':(getThursday().getFullYear()+'').slice(2),'%H':zeroPad(nHour,2),'%I':zeroPad((nHour+11)%12+1,2),'%j':zeroPad(aDayCount[nMonth]+nDate+((nMonth>1&&isLeapYear())?1:0),3),'%k':nHour,'%l':(nHour+11)%12+1,'%m':zeroPad(nMonth+1,2),'%n':nMonth+1,'%M':zeroPad(date.getMinutes(),2),'%p':(nHour<12)?'AM':'PM','%P':(nHour<12)?'am':'pm','%s':Math.round(date.getTime()/1000),'%S':zeroPad(date.getSeconds(),2),'%u':nDay||7,'%V':(function(){var target=getThursday(),n1stThu=target.valueOf();target.setMonth(0,1);var nJan1=target.getDay();if(nJan1!==4)target.setMonth(0,1+((4-nJan1)+7)%7);return zeroPad(1+Math.ceil((n1stThu-target)/604800000),2)})(),'%w':nDay,'%x':date.toLocaleDateString(),'%X':date.toLocaleTimeString(),'%y':(nYear+'').slice(2),'%Y':nYear,'%z':date.toTimeString().replace(/.+GMT([+-]\d+).+/,'$1'),'%Z':date.toTimeString().replace(/.+\((.+?)\)$/,'$1')}[sMatch]||'')+'')||sMatch})}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php359 $target = (string) $log->getAttribute('target');
361 if (!$target) {
365 $target = $this->toAbsolutePath($target);
410 $result[$type] = $target;
504 $target = &$GLOBALS;
508 $target = &$_SERVER;
512 $target = &$GLOBALS['_' . strtoupper($array)];
517 $target[$name] = $value;
/plugin/scrapbook/
H A Dscript.js27 if (e.target.nodeName.toLowerCase() != 'button') return;
28 var $el = jQuery(e.target);
/plugin/indexmenu2/cms/modifiers/
H A Dfollowlinkcontent.js9target||Q.srcElement,_=getParent(i,'a');if(i.tagName.toLowerCase()=='a'||document.location.href==_…
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml37 target-uri: "bootstrapCustom.json@sd"
38 target-operation: "replace"
/plugin/gallery/
H A Dscript.js51 $gallery.find(e.target.hash).show();
/plugin/farmsync/meta/
H A DMediaConflict.php20 public function __construct($item, $target, $source) { argument
22 parent::__construct($item, $target);

12345678910>>...37