Searched refs:prototype (Results 1 - 25 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEnhancedAccessor.java31 private Enhanced prototype; field in class:EnhancedAccessor
36 * Registers a prototype instance, and should be called during
37 * initialization of the prototype class. The prototype may be null for
40 public static void registerClass(String className, Enhanced prototype) { argument
41 classRegistry.put(className, prototype);
62 prototype = classRegistry.get(type.getName());
63 assert prototype != null || Modifier.isAbstract(type.getModifiers());
98 if (prototype == null) {
102 return prototype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Solaris/
H A DMakefile.am26 echo > prototype
29 pkgproto root/$$subdir=$$subdir >> prototype;\
33 echo "i $$file=$$file" >> prototype; \
H A DMakefile.in523 echo > prototype
526 pkgproto root/$$subdir=$$subdir >> prototype;\
530 echo "i $$file=$$file" >> prototype; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkernel-doc254 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
274 # 3 - scanning prototype.
1444 my ($prototype, $file) = @_;
1766 # takes a function prototype and the name of the current file being
1770 my $prototype = shift;
1773 $prototype =~ s/^static +//;
1774 $prototype =~ s/^extern +//;
1775 $prototype =~ s/^asmlinkage +//;
1776 $prototype =~ s/^inline +//;
1777 $prototype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Ddtree.js54 dTree.prototype.add = function(id, pid, name, io, shc, icon, iconOpen, open) {
59 dTree.prototype.toString = function() {
70 dTree.prototype.addNode = function(pNode) {
93 dTree.prototype.node = function(node, nodeId) {
129 dTree.prototype.indent = function(node, nodeId) {
147 dTree.prototype.setCS = function(node) {
157 dTree.prototype.s = function(id) {
193 if (!Array.prototype.push) {
194 Array.prototype.push = function array_push() {
200 if (!Array.prototype
[all...]
H A Djquery.ui.widget.js43 $.widget = function( name, base, prototype ) {
49 if ( !prototype ) {
50 prototype = base;
69 // otherwise we'll modify the options hash on the prototype that we're
77 $[ namespace ][ name ].prototype = $.extend( true, basePrototype, {
80 widgetEventPrefix: $[ namespace ][ name ].prototype.widgetEventPrefix || name,
82 }, prototype );
90 args = Array.prototype.slice.call( arguments, 1 ),
145 $.Widget.prototype = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djson2.min.js1 var JSON;JSON||(JSON={}),function(){function f(a){return a<10?"0"+a:a}function quote(a){return escapable.lastIndex=0,escapable.test(a)?'"'+a.replace(escapable,function(a){var b=meta[a];return typeof b=="string"?b:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function str(a,b){var c,d,e,f,g=gap,h,i=b[a];i&&typeof i=="object"&&typeof i.toJSON=="function"&&(i=i.toJSON(a)),typeof rep=="function"&&(i=rep.call(b,a,i));switch(typeof i){case"string":return quote(i);case"number":return isFinite(i)?String(i):"null";case"boolean":case"null":return String(i);case"object":if(!i)return"null";gap+=indent,h=[];if(Object.prototype.toString.apply(i)==="[object Array]"){f=i.length;for(c=0;c<f;c+=1)h[c]=str(c,i)||"null";return e=h.length===0?"[]":gap?"[\n"+gap+h.join(",\n"+gap)+"\n"+g+"]":"["+h.join(",")+"]",gap=g,e}if(rep&&typeof rep=="object"){f=rep.length;for(c=0;c<f;c+=1)typeof rep[c]=="string"&&(d=rep[c],e=str(d,i),e&&h.push(quote(d)+(gap?": ":":")+e))}else for(d in i)Object.prototype.hasOwnProperty.call(i,d)&&(e=str(d,i),e&&h.push(quote(d)+(gap?": ":":")+e));return e=h.length===0?"{}":gap?"{\n"+gap+h.join(",\n"+gap)+"\n"+g+"}":"{"+h.join(",")+"}",gap=g,e}}"use strict",typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(a){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(a){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(a,b,c){var d;gap="",indent="";if(typeof c=="number")for(d=0;d<c;d+=1)indent+=" ";else typeof c=="string"&&(indent=c);rep=b;if(!b||typeof b=="function"||typeof b=="object"&&typeof b.length=="number")return str("",{"":a});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(a,b){var c,d,e=a[b];if(e&&typeof e=="object")for(c in e)Object.prototype.hasOwnProperty.call(e,c)&&(d=walk(e,c),d!==undefined?e[c]=d:delete e[c]);return reviver.call(a,b,e (…)
H A Djquery.transmenu.min.js1 (function(a){var b={onClick:function(){a(this).find(">a").each(function(){this.href&&(window.location=this.href)})},arrow_char:"&#x25BA;",selected_char:"&#x2713;",subDelay:300,direction:"down",mainDelay:10},c;a.fn.transMenu=function(d){var e=!1,f=2;c=a.extend({},b,d);var g=function(b,d){if(b.timer&&!b.isVisible)clearTimeout(b.timer);else if(b.timer)return;b.isVisible&&(b.timer=setTimeout(function(){a(b).find("ul li").unbind("mouseover",k).unbind("mouseout",m).unbind("click",c.onClick),a(b).hide(),b.isVisible=!1,b.timer=null},d))},h=function(b,d){b.timer&&clearTimeout(b.timer),b.isVisible||(b.timer=setTimeout(function(){if(!a(b).parent().is(".hover"))return;a(b).find("ul li").mouseover(k).mouseout(m).click(c.onClick),a(b).parent().is(".main")||a(b).css("left",a(b).parent().parent().width()-f),c.direction=="up"&&a(b).css("top",a(b).height()*-1+a(b).parent().parent().height()),b.isVisible=!0,a(b).show(),b.timer=null},d))},i=function(a){var b=(a.type=="mouseover"?a.fromElement:a.toElement)||a.relatedTarget;while(b&&b!=this)try{b=b.parentNode}catch(a){b=this}return b==this?!1:!0},j=function(b){a(this).addClass("hover").siblings("li.hover").removeClass("hover"),e&&l(this,c.mainDelay)},k=function(a){if(!i(a))return!1;if(a.target!=this&&!s(this,a.target))return;l(this,c.subDelay)},l=function(b,c){var d=b.parentNode.firstChild;for(;d;d=d.nextSibling)if(d.nodeType==1&&d.nodeName.toUpperCase()=="LI"){var e=r(d,"DIV");e&&e.timer&&!e.isVisible&&(clearTimeout(e.timer),e.timer=null)}var f=b.parentNode;for(;f;f=f.parentNode)f.nodeType==1&&f.nodeName.toUpperCase()=="DIV"&&f.timer&&(clearTimeout(f.timer),f.timer=null,a(f.parentNode).addClass("hover"));a(b).addClass("hover");var i=a(b).children("div");i=i.length?i[0]:null;if(i&&i.isVisible)if(i.timer)clearTimeout(i.timer),i.timer=null;else return;a(b.parentNode.getElementsByTagName("DIV")).each(function(){this!=i&&this.isVisible&&(g(this,c),a(this.parentNode).removeClass("hover"))}),i&&h(i,c)},m=function(b){if(!i(b))return!1;if(b.target!=this&&!s(this,b.target))return;var c=r(this,"DIV");c?c.isVisible||a(this).removeClass("hover"):a(this).removeClass("hover")},n=function(b){var c=r(this,"DIV"),d=b.relatedTarget||b.toElement,f;e?!c&&d?(f=a(b.target).parents("UL.trans_menu"),f.contains(d)&&a(this).removeClass("hover")):d&&(f=a(b.target).parents("UL.trans_menu"),!c.isVisible&&f.contains(d)&&a(this).removeClass("hover")):a(this).removeClass("hover")},o=function(){var b=r(this,"DIV");b&&b.isVisible?(q(),a(this).addClass("hover")):(l(this,c.mainDelay),e=!0,a("ul.trans_menu li").addClass("active"),a(document).bind("mousedown",p))},p=function(b){var c=!1;a(b.target).parents("UL.trans_menu").find("div").each(function(){this.isVisible&&(c=!0)}),c||q()},q=function(){a("ul.trans_menu div.outerbox").each(function(){this.timer&&(clearTimeout(this.timer),this.timer=null),this.isVisible&&(a(this).hide(),this.isVisible=!1)}),a("ul.trans_menu li").removeClass("hover"),a("ul.trans_menu>li li").unbind("mouseover",k).unbind("mouseout",m).unbind("click",c.onClick),a(document).unbind("mousedown",p),e=!1,a("ul.trans_menu li").removeClass("active")},r=function(a,b){if(!a)return null;var c=a.firstChild;for(;c;c=c.nextSibling)if(c.nodeType==1&&c.nodeName.toUpperCase()==b)return c;return null},s=function(a,b){var c=a.firstChild;for(;c;c=c.nextSibling)if(c==b)return!0;return!1};return this.each(function(){window.Node&&Node.prototype&&!Node.prototype.contains&&(Node.prototype.contains=function(a){return!!(this.compareDocumentPosition(a)&16)}),a(this).is(".trans_menu")||a(t (…)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_adapter.h56 u8 prototype; member in struct:bfa_adapter_attr_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dcommon.js14 Array.prototype.indexOf = function(obj){
131 Number.prototype.toTruncFixed = function(place) {
136 Number.prototype.toStringWithCommas = function() {
144 String.prototype.trim = function () {
153 Prefs.prototype = { };
H A Ddialog.js12 Dialog.prototype = {
H A Dtorrent-row.js109 TorrentRendererFull.prototype =
288 TorrentRendererCompact.prototype =
368 TorrentRow.prototype =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dsysquotas.c90 #error Unknow QUOTACTL prototype
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Solaris/
H A Dmakepkg.sh212 ## Start building the prototype file
220 cp prototype.master prototype
222 # Add the dynamic part to the prototype file
223 (add_dynamic_entries >> prototype)
228 for i in prototype pkginfo copyright preremove postinstall request i.swat r.swat; do
233 pkgmk -o -d /tmp -b $TMPINSTALLDIR/$INSTALL_BASE -f prototype
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dconfigure911 /* Override any gcc2 internal prototype to avoid an error. */
913 builtin and then its argument prototype would still apply. */
1265 /* Override any gcc2 internal prototype to avoid an error. */
1267 builtin and then its argument prototype would still apply. */
1285 /* Override any gcc2 internal prototype to avoid an error. */
1287 builtin and then its argument prototype would still apply. */
1310 /* Override any gcc2 internal prototype to avoid an error. */
1312 builtin and then its argument prototype would still apply. */
1351 /* Override any gcc2 internal prototype to avoid an error. */
1353 builtin and then its argument prototype woul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dconfigure958 /* Override any gcc2 internal prototype to avoid an error. */
960 builtin and then its argument prototype would still apply. */
1006 /* Override any gcc2 internal prototype to avoid an error. */
1008 builtin and then its argument prototype would still apply. */
1048 /* Override any gcc2 internal prototype to avoid an error. */
1050 builtin and then its argument prototype would still apply. */
1093 /* Override any gcc2 internal prototype to avoid an error. */
1095 builtin and then its argument prototype would still apply. */
1137 /* Override any gcc2 internal prototype to avoid an error. */
1139 builtin and then its argument prototype woul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dcrc_68.s14 ; prototype of the function is:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dcrc_68.s14 ; prototype of the function is:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure4789 /* Override any gcc2 internal prototype to avoid an error. */
4791 builtin and then its argument prototype would still apply. */
4840 /* Override any gcc2 internal prototype to avoid an error. */
4842 builtin and then its argument prototype would still apply. */
4891 /* Override any gcc2 internal prototype to avoid an error. */
4893 builtin and then its argument prototype would still apply. */
4942 /* Override any gcc2 internal prototype to avoid an error. */
4944 builtin and then its argument prototype would still apply. */
4996 /* Override any gcc2 internal prototype to avoid an error. */
4998 builtin and then its argument prototype woul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/
H A Dconfigure4035 /* Override any gcc2 internal prototype to avoid an error. */
4040 builtin and then its argument prototype would still apply. */
4100 /* Override any gcc2 internal prototype to avoid an error. */
4105 builtin and then its argument prototype would still apply. */
4259 /* Override any gcc2 internal prototype to avoid an error. */
4264 builtin and then its argument prototype would still apply. */
4323 /* Override any gcc2 internal prototype to avoid an error. */
4328 builtin and then its argument prototype would still apply. */
4567 /* Override any gcc2 internal prototype to avoid an error. */
4572 builtin and then its argument prototype woul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure5151 /* Override any GCC internal prototype to avoid an error.
5153 builtin and then its argument prototype would still apply. */
12601 /* Override any GCC internal prototype to avoid an error.
12603 builtin and then its argument prototype would still apply. */
14491 /* Override any GCC internal prototype to avoid an error.
14493 builtin and then its argument prototype would still apply. */
14590 /* Override any GCC internal prototype to avoid an error.
14592 builtin and then its argument prototype would still apply. */
14689 /* Override any GCC internal prototype to avoid an error.
14691 builtin and then its argument prototype woul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dconfigure3301 /* Override any GCC internal prototype to avoid an error.
3303 builtin and then its argument prototype would still apply. */
4162 /* Override any GCC internal prototype to avoid an error.
4164 builtin and then its argument prototype would still apply. */
4233 /* Override any GCC internal prototype to avoid an error.
4235 builtin and then its argument prototype would still apply. */
5139 /* Override any GCC internal prototype to avoid an error.
5141 builtin and then its argument prototype would still apply. */
5702 /* Override any GCC internal prototype to avoid an error.
5704 builtin and then its argument prototype woul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dsorttable.js509 Function.prototype.forEach = function(object, block, context) {
511 if (typeof this.prototype[key] == "undefined") {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dsorttable.js509 Function.prototype.forEach = function(object, block, context) {
511 if (typeof this.prototype[key] == "undefined") {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfigure2695 /* Override any gcc2 internal prototype to avoid an error. */
2700 builtin and then its argument prototype would still apply. */
2762 /* Override any gcc2 internal prototype to avoid an error. */
2767 builtin and then its argument prototype would still apply. */
2928 /* Override any gcc2 internal prototype to avoid an error. */
2933 builtin and then its argument prototype would still apply. */
3001 /* Override any gcc2 internal prototype to avoid an error. */
3006 builtin and then its argument prototype would still apply. */
3077 /* Override any gcc2 internal prototype to avoid an error. */
3082 builtin and then its argument prototype woul
[all...]

Completed in 478 milliseconds

123456