Home
last modified time | relevance | path

Searched refs:elem (Results 126 – 150 of 218) sorted by relevance

123456789

/plugin/showsamples/
H A Djquery.scrollTo.min.js7elem)[a.prop]()}, set:function(a){var d=this.get(a);if(a.options.interrupt&&a._last&&a._last!==d)r…
/plugin/dokucrypt2/
H A Dscript.js171 var elem=null, newtext="";
172 if(!(elem=document.getElementById('wiki__text'))) {
176 if((newtext=decryptMixedText(elem.value))===false) {
180 elem.value=newtext;
213 elem=document.getElementById(elemid);
214 if(elem.style.visibility=="visible") {
215 elem.style.visibility="hidden";
216 elem.style.position="absolute";
218 elem.style.visibility="visible";
219 elem
[all...]
/plugin/oauth/action/
H A Duser.php125 $elem = form_makeCheckboxField(
136 $form->insertElement(++$pos, $elem);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js525 function elementPosition(elem) { argument
527 if (elem.getBoundingClientRect) { //HTML5 method
528 var box = elem.getBoundingClientRect();
544 while(elem) {
545 top = top + parseInt(elem.offsetTop,10);
546 left = left + parseInt(elem.offsetLeft,10);
547 elem = elem.offsetParent;
550 right = document.body.offsetWidth - elem.offsetWidth - left;
551 bottom = document.body.offsetHeight - elem.offsetHeight - top;
553 …return { y: Math.round(top), x: Math.round(left), width:elem.offsetWidth, height:elem.offsetHeight…
H A Ddhtmlxgantt_keyboard_navigation.js1730 function elementPosition(elem) { argument
1732 if (elem.getBoundingClientRect) { //HTML5 method
1733 var box = elem.getBoundingClientRect();
1749 while(elem) {
1750 top = top + parseInt(elem.offsetTop,10);
1751 left = left + parseInt(elem.offsetLeft,10);
1752 elem = elem.offsetParent;
1755 right = document.body.offsetWidth - elem.offsetWidth - left;
1756 bottom = document.body.offsetHeight - elem.offsetHeight - top;
1758 …return { y: Math.round(top), x: Math.round(left), width:elem.offsetWidth, height:elem.offsetHeight…
/plugin/jquery/
H A Dscript.js19elem}).length};o.multiFilter=function(U,S,T){if(T){U=":not("+U+")"}return F.matches(U,S)};o.dir=fu…
H A Djquery-1.4.2.min.js18elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.s…
49 …peof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.sp…
52 …a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.event…
69 …ar a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(func…
96 …r(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=…
139 …ions=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.opti…
140elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.
141elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.opti…
142elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display…
143 e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;…
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js2504 …if (((elem != null && elem.nodeType == 1) || elem === null) && ((parentGeo != null && (parentGeo i…
2522 … else if (((elem != null && (elem.nodeType == 1)) || elem === null) && parentGeo === undefined) {
2550 if (((elem != null && (elem.nodeType == 1)) || elem === null)) {
3726 elem = subShape != null? subShape.getShape() : elem;
5194 this.elem = elem;
5699 if (((elem != null && (elem.nodeType == 1)) || elem === null)) {
7698 /* put */ (this.cellElements[elem.getAttribute("N")] = elem);
7925 return elem;
8022 return elem;
10183 return elem;
[all …]
/plugin/dokucrypt/
H A Dscript.js115 var elem=null, newtext="";
124 elem.value=newtext;
159 elem.style.visibility="hidden";
160 elem.style.position="absolute";
162 elem.style.visibility="visible";
163 elem.style.position="relative";
175 if(elem===null || atag===null) {
180 elem.innerHTML=ctext;
189 elem.innerHTML=ptext;
192 elem.style.visibility="visible";
[all …]
/plugin/katex/_assets/
H A Dkatex.min.js1elem.depth,a=n,i=1;i<t.length;i++){var o=-t[i].shift-a-t[i].elem.depth,s=o-(t[i-1].elem.height+t[i… property in AnonymousFunctionf879a824d200.h
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3225 …f((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStr…
3232 if(elem){var parent=elem.parentNode;
3237 if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part
3438 if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;
3440 }elem=elem[dir];
3442 while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];
3446 }if(elem.nodeName===cur){match=elem;
3448 }elem=elem[dir]
3454 if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;
3456 }elem=elem[dir];
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3231 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href") argument
3234 }for(var i=0,l=checkSet.length,elem;
3236 i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStrNotTag||elem&&elem.nodeName===part?elem||fals
3294 AnonymousFunction4beb6123a700(elem) global() argument
3295 AnonymousFunction4beb6123a800(elem) global() argument
3296 AnonymousFunction4beb6123a900(elem) global() argument
3297 AnonymousFunction4beb6123aa00(elem) global() argument
3299 AnonymousFunction4beb6123ab00(elem) global() argument
3300 AnonymousFunction4beb6123ac00(elem) global() argument
3301 AnonymousFunction4beb6123ad00(elem,i,match) global() argument
3302 AnonymousFunction4beb6123ae00(elem) global() argument
3303 AnonymousFunction4beb6123af00(elem) global() argument
3304 AnonymousFunction4beb6123b000(elem) global() argument
3305 AnonymousFunction4beb6123b100(elem) global() argument
3306 AnonymousFunction4beb6123b200(elem) global() argument
3307 AnonymousFunction4beb6123b300(elem) global() argument
3308 AnonymousFunction4beb6123b400(elem) global() argument
3309 AnonymousFunction4beb6123b500(elem) global() argument
3310 AnonymousFunction4beb6123b600(elem) global() argument
3311 AnonymousFunction4beb6123b700(elem) global() argument
3312 AnonymousFunction4beb6123b800(elem) global() argument
3313 AnonymousFunction4beb6123b900(elem,i) global() argument
3314 AnonymousFunction4beb6123ba00(elem,i,match,array) global() argument
3315 AnonymousFunction4beb6123bb00(elem,i) global() argument
3316 AnonymousFunction4beb6123bc00(elem,i) global() argument
3317 AnonymousFunction4beb6123bd00(elem,i,match) global() argument
3318 AnonymousFunction4beb6123be00(elem,i,match) global() argument
3319 AnonymousFunction4beb6123bf00(elem,i,match) global() argument
3320 AnonymousFunction4beb6123c000(elem,i,match) global() argument
3321 AnonymousFunction4beb6123c100(elem,match,i,array) global() argument
3329 AnonymousFunction4beb6123c200(elem,match) global() argument
3346 AnonymousFunction4beb6123c300(elem,match) global() argument
3347 AnonymousFunction4beb6123c400(elem,match) global() argument
3348 AnonymousFunction4beb6123c500(elem,match) global() argument
3349 AnonymousFunction4beb6123c600(elem,match) global() argument
3351 AnonymousFunction4beb6123c700(elem,match,i,array) global() argument
3404 ID(elem,match) global() argument
3421 href(elem) global() argument
3482 AnonymousFunction4beb6123d300(elem) global() argument
[all...]
/plugin/siteexport/
H A Dhelper.php26 public function _page_remove($elem) { argument
27 return $elem[2] >= $this->start && ( is_null( $this->end ) || $elem[2] <= $this->end);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php205 'elem',
/plugin/fedauth/js/
H A Dadmin.js246 _stripprovid: function (elem) { argument
247 var pid = jQuery(elem).attr('name');
/plugin/fetchmedia/action/
H A Dajax.php107 $statusHeaders = array_filter($headers, function ($elem) {
108 return strpos($elem, ':') === false;
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js13 var elem, opts = {}; variable
17 elem = this;
22 $self = $("<div id='pwi_" + ts + "'/>").appendTo(elem);
/plugin/picasawebalbum/
H A Djquery.pwi.js13 var elem, opts = {}; variable
17 elem = this;
22 $self = $("<div id='pwi_" + ts + "'/>").appendTo(elem);
/plugin/vkeyboard/
H A Dvkeyboard.js.unc1104 keybut.elem = elem;
1110 elem.parentNode.insertBefore(keybut, (elem.dir == "rtl") ? elem : elem.nextSibling);
1114 elem.onclick = elem.onselect = elem.onkeyup = function(e) {
1133 for (var x = 0, elem; elem = inputElems[x++];)
1147 if (elem.nodeName == "TD") {
1148 if (!elem.click) elem.click = function() {
1153 elem.VKI_clickless = 0;
1647 this.VKI_target = elem;
1681 } while (elem = elem.offsetParent);
1755 elem.addEventListener(type, function(e) { func.call(elem, e); }, cap);
[all …]
/plugin/scrollticker/
H A Dstyle.css31 …float: left; /* important: display inline gives incorrect results when you check for elem's width …
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php292 'elem',
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js230 mxGraphMlCodec.prototype.parseAttributes = function (elem, obj) argument
232 var atts = elem.attributes;
270 mxGraphMlCodec.prototype.dataElem2Obj = function (elem) argument
272 var ref = this.getDirectFirstChildNamedElements(elem, mxGraphMlConstants.GRAPHML_REFERENCE)
273 || elem.getAttribute(mxGraphMlConstants.REFID);
275 var origElem = elem;
287 this.parseAttributes(elem, cachedObj);
291 elem = this.sharedData[key];
296 this.parseAttributes(elem, obj);
298 for (var i = 0; i < elem.childNodes.length; i++)
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js141 window.addWheelListener = function( elem, callback, useCapture ) { argument
142 _addWheelListener( elem, support, callback, useCapture );
146 _addWheelListener( elem, "MozMousePixelScroll", callback, useCapture );
150 function _addWheelListener( elem, eventName, callback, useCapture ) { argument
151elem[ _addEventListener ]( prefix + eventName, support == "wheel" ? callback : function( originalE…
/plugin/dokutranslate/
H A Daction.php154 …$elem = form_makeCheckboxField('translate', '1', $this->lang['translate_begin'], 'translate_begin'…
157 $event->data->insertElement(++$pos, $elem);
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js401 fullscreenElement: function(elem) { argument
402 elem = elem ? elem : d; // Video element required for webkitVideo
403 return elem[s[1]];
405 requestFullscreen: function(elem) { argument
406 …return elem[s[2]](); // Chrome and Opera want parameter (Element.ALLOW_KEYBOARD_INPUT) but Safari …
408 exitFullscreen: function(elem) { argument
409 elem = elem ? elem : d; // Video element required for webkitVideo
410 return elem[s[3]]();
1271 _testCanPlayType: function(elem) { argument
1274 elem.canPlayType(this.format.mp3.codec); // The type is irrelevant.

123456789