Home
last modified time | relevance | path

Searched refs:object (Results 1476 – 1500 of 1568) sorted by last modified time

1...<<51525354555657585960>>...63

/plugin/supa/
H A DLICENSE.txt135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js350 assertNotNull: function(object) { argument
352 this.assert(object != null, message);
527 var makeAssertion = function(assertion, args, object) { argument
528 this[assertion].apply(this,(args || []).concat([object]));
H A Deffects.js328 initialize: function(object, from, to) { argument
329 object = Object.isString(object) ? $(object) : object;
332 this.method = Object.isFunction(method) ? method.bind(object) :
333 Object.isFunction(object[method]) ? object[method].bind(object) :
334 function(value) { object[method] = value };
H A Dprototype.js162 return object.inspect ? object.inspect() : String(object);
169 function toJSON(object) { argument
179 if (object.toJSON) return object.toJSON();
197 return object && object.toHTML ? object.toHTML() : String.interpret(object);
200 function keys(object) { argument
214 function clone(object) { argument
219 return !!(object && object.nodeType == 1);
671 if (object && Object.isFunction(object.toTemplateReplacements))
672 object = object.toTemplateReplacements();
1110 function $H(object) { argument
[all …]
/plugin/s5reloaded/ui/thesis/
H A Dslides.js189 function hasClass(object, className) { argument
190 if (!object.className) return false;
198 function hasValue(object, value) { argument
199 if (!object) return false;
204 if (!object || !hasClass(object,className)) return;
208 function addClass(object,className) { argument
209 if (!object || hasClass(object, className)) return;
210 if (object.className) {
211 object.className += ' '+className;
213 object.className = className;
[all …]
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.…
/plugin/latex/
H A DTODO7 - using object tag instead means no tooltip text, no linking.
/plugin/asiansearch/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js189 }},each:function(object,callback,args){var name,i=0,length=object.length; argument
190 if(args){if(length==undefined){for(name in object){if(callback.apply(object[name],args)===false){br…
193 ){if(callback.apply(object[i++],args)===false){break;
194 }}}}else{if(length==undefined){for(name in object){if(callback.call(object[name],name,object[name])…
195 }}}else{for(var value=object[0];
197 value=object[++i]){}}}return object;
475 if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object"){tag="param";
534 if(typeof fn=="object"){fn=fn[m[2]];
1554 if(typeof D=="object"){var A="{";
1658 }else{if(typeof F!="object"){var C=document.createTextNode(F);
[all …]
/plugin/tline/
H A DCHANGES.txt67 Timeline object returned from Timeline.create.
212 named arguments (via a hash/anon object) rather than positional arguments.
222 event object. -- LarryK rev 1576
/plugin/directions/syntax/
H A Dglobaldirections.php192 * contains a reference to the renderer object which is currently
197 * @param $aRenderer Object A reference to the renderer object.
H A Dlocaldirections.php196 * contains a reference to the renderer object which is currently
201 * @param $aRenderer Object A reference to the renderer object.
/plugin/scriptheader/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/actickets/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/wikicalendar/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/uparrow/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/processing/
H A Dscript.js3280 equals: function(object){ argument
3281 if (typeof object === "Object") {
3282 return this.equalsXMLElement(object);
3285 equalsXMLElement: function (object) { argument
3286 if (object instanceof XMLElement) {
3287 if (this.name !== object.getLocalName) { return false; }
3298 child2 = object.getChildAtIndex(i);
11343 if (object[name]) {
11345 oldfn = object[name];
11347 object[name] = function() { function
[all …]
/plugin/quickedit/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/sidebarng/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/noticeboard/classes/
H A DNotice.php143 $object= unserialize(io_readFile($file, false));
144 $this->name = $object->getName();
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php143 $object= unserialize(io_readFile($file, false));
144 $this->name = $object->getName();
/plugin/farm/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/jquery/
H A Djquery-1.4.2.min.js37 …Border"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
/plugin/multipoll/
H A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/lytebox/
H A Dlytebox.js272 object.style.display = '';
490 object.style.display = '';
503 object.style.display = '';
508 object.style.display = '';
513 object.style.display = '';
526 object.style.display = '';
536 object.style.display = '';
547 object.style.display = '';
556 object.style.display = '';
566 object.style.display = '';
[all …]

1...<<51525354555657585960>>...63