Searched refs:is (Results 26 - 50 of 2313) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Den.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
31 $text["norunmsg"] = "is not running";
32 $text["connmsg"] = "is connecting";
33 $text["highidmsg"] = "is online with HighID";
34 $text["lowidmsg"] = "is online with LowID";
35 $text["offrunmsg"] = "is offline";
H A Dpt_BR.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
10 * This program is free software; you can redistribute it and/or
15 * This program is distributed in the hope that it will be useful,
H A Deu.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dllc.h47 #define LLC_S_CMD(is) (((is) >> 2) & 0x03)
52 #define LLC_IS_NR(is) (((is) >> 9) & 0x7f)
53 #define LLC_I_NS(is) (((is) >> 1) & 0x7f)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwinhnd.tex8 This is basically wxHtmlTagHandler except that
9 it is extended with protected member m\_WParser pointing to
10 the wxHtmlWinParser object (value of this member is identical
28 Value of this attribute is identical to value of m\_Parser. The only different
29 is that m\_WParser points to wxHtmlWinParser object while m\_Parser
H A Dstrmzlib.tex6 This filter stream decompresses a stream that is in zlib or gzip format.
10 The stream is not seekable, \helpref{SeekI()}{wxinputstreamseeki} returns
11 {\it wxInvalidOffset}. Also \helpref{GetSize()}{wxstreambasegetsize} is
35 If the parent stream is passed as a pointer then the new filter stream
36 takes ownership of it. If it is passed by reference then it does not.
39 is in zlib or gzip format. If wxZLIB\_AUTO is used, then zlib will
40 autodetect the stream type, this is the default.
42 If {\it flags} is wxZLIB\_NO\_HEADER, then the data is assume
[all...]
H A Ddestroyevt.tex3 % Note: the original description is still here commented out in case those
6 %This event is sent just before the actual window associated with a wxWindow object
7 %is destroyed. Since it is derived from wxCommandEvent, the event propagates up
10 This event is sent from the wxWindow destructor wxWindow::~wxWindow() when a
11 window is destroyed.
13 When a class derived from wxWindow is destroyed its destructor will have
14 already run by the time this event is sent. Therefore this event will not
18 must be used (using an event table macro will not work). Since it is
43 It is no
[all...]
H A Drendver.tex15 interface version and is only used as the return value of
20 each other because the version is only changed when an existing virtual
21 function is modified or removed. The age, on the other hand, is incremented
22 each time a new virtual method is added and so, at least for the compilers
23 using a common C++ object model, the calling program is compatible with any
24 renderer which has the age greater or equal to its age. This verification is
43 Checks if the main program is compatible with the renderer having the version
44 \arg{ver}, returns \true if it is and \false otherwise.
46 This method is use
[all...]
H A Dtdialog.tex5 A dialog box is similar to a panel, in that it is a window which can
9 \item A surrounding frame is implicitly created.
10 \item Extra functionality is automatically given to the dialog box,
12 \item If the dialog box is {\it modal}, the calling program is blocked
13 until the dialog box is dismissed.
17 modeless dialogs and a message loop. This is because Windows 3 expects
19 created on receipt of a dialog initialization message. This is too
27 member functions. Validation of data in controls is covere
[all...]
H A Dtwinsizes.tex13 is, and usually also on the contents of the widget. For example a
19 picture? There is a special virtual method in the C++ window classes
22 \texttt{DoGetBestSize()} is designed for use in container windows,
26 \item{If the window has a sizer then it is used to calculate the best size.}
27 \item{Otherwise if the window has layout constraints then that is used to calculate the best size.}
28 \item{Otherwise if the window has children then the best size is set to be large enough to show all the children.}
30 \item{Otherwise if there is no min size set, then the current size is used for the best size.}
33 {\bf MinSize}: The min size of a widget is a size that is normall
[all...]
H A Dsound.tex4 can be stored in memory and played. Currently this class is implemented
36 \docparam{isResource}{\true if {\it fileName} is a resource, \false if it is a filename.}
56 \docparam{isResource}{\true if {\it fileName} is a resource, \false if it is a filename.}
74 Returns \true if a sound is played at the moment.
76 This method is currently not implemented under Windows.
85 Plays the sound file. If another sound is playing, it will be interrupted.
86 Returns \true on success, \false otherwise. Note that in general it is possible
87 to delete the object which is bein
[all...]
H A Dddeservr.tex6 This DDE-based implementation is
8 of this API is available using \helpref{wxTCPServer}{wxtcpserver}.
35 string must contain an integer id which is used as an Internet port
36 number. false is returned if the call failed (for example, the port
37 number is already in use).
44 message and this member is called. The application should derive a
47 topic is ``STDIO'', the application may wish to refuse the connection.
48 Under UNIX, when a server is created the OnAcceptConnection message is
H A Dtcpservr.tex4 It emulates a DDE-style protocol, but uses TCP/IP which is available on most platforms.
6 A DDE-based implementation for Windows is available using \helpref{wxDDEServer}{wxddeserver}.
34 string must contain an integer id which is used as an Internet port
35 number. false is returned if the call failed (for example, the port
36 number is already in use).
43 message and this member is called. The application should derive a
46 topic is ``STDIO'', the application may wish to refuse the connection.
47 Under Unix, when a server is created the OnAcceptConnection message is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3baserecognizer.c57 static ANTLR3_BOOLEAN mismatchIsUnwantedToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 ttype);
58 static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow);
130 // free it when the base recognizer is freed.
260 /* Now update it to indicate this is a Mismatched token exception
277 pANTLR3_INT_STREAM is; local
284 is = NULL;
295 is = ins->istream;
303 is = parser->tstream->istream;
311 is = tns->istream;
333 switch (is
420 pANTLR3_INT_STREAM is; local
493 pANTLR3_INT_STREAM is; local
529 mismatchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 ttype) argument
552 mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow) argument
646 pANTLR3_INT_STREAM is; local
1005 pANTLR3_INT_STREAM is; local
1320 pANTLR3_INT_STREAM is; local
1429 pANTLR3_INT_STREAM is; local
1559 pANTLR3_INT_STREAM is; local
1625 pANTLR3_INT_STREAM is; local
1721 pANTLR3_INT_STREAM is; local
1771 pANTLR3_INT_STREAM is; local
1924 pANTLR3_INT_STREAM is; local
1999 pANTLR3_INT_STREAM is; local
2060 pANTLR3_INT_STREAM is; local
[all...]
H A Dantlr3tokenstream.c65 static void consume (pANTLR3_INT_STREAM is);
66 static void dbgConsume (pANTLR3_INT_STREAM is);
67 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
68 static ANTLR3_UINT32 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
69 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is);
70 static ANTLR3_MARKER dbgMark (pANTLR3_INT_STREAM is);
71 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
72 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is);
73 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
74 static void rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKE
367 consumeInitialHiddenTokens(pANTLR3_INT_STREAM is) argument
551 consume(pANTLR3_INT_STREAM is) argument
571 dbgConsume(pANTLR3_INT_STREAM is) argument
751 _LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 i) argument
773 dbgLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 i) argument
788 mark(pANTLR3_INT_STREAM is) argument
797 dbgMark(pANTLR3_INT_STREAM is) argument
810 release(pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) argument
816 size(pANTLR3_INT_STREAM is) argument
833 tindex(pANTLR3_INT_STREAM is) argument
845 dbgRewindLast(pANTLR3_INT_STREAM is) argument
856 rewindLast(pANTLR3_INT_STREAM is) argument
861 rewindStream(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
866 dbgRewindStream(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
878 seek(pANTLR3_INT_STREAM is, ANTLR3_MARKER index) argument
889 dbgSeek(pANTLR3_INT_STREAM is, ANTLR3_MARKER index) argument
1034 getSourceName(pANTLR3_INT_STREAM is) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc-io.cpp9 This software is released under one of the following two licenses:
14 This program is free software; you can redistribute it and/or modify it under
19 This program is distributed in the hope that it will be useful, but WITHOUT ANY
30 A commercial use license is available from Genivia, Inc., contact@genivia.com
85 std::istream *is = v.soap->is; local
86 v.soap->is = &i;
90 { /* handle error? Note: v.soap->error is set */
92 v.soap->is = is;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/xml-rpc/
H A Dxml-rpc-io.cpp9 This software is released under one of the following two licenses:
14 This program is free software; you can redistribute it and/or modify it under
19 This program is distributed in the hope that it will be useful, but WITHOUT ANY
30 A commercial use license is available from Genivia, Inc., contact@genivia.com
85 std::istream *is = v.soap->is; local
86 v.soap->is = &i;
90 { /* handle error? Note: v.soap->error is set */
92 v.soap->is = is;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3cyclicdfa.h4 /// structures and show Java how it is done ;-)
44 // If this header file is included as part of a generated recognizer that
45 // is being compiled as if it were C++, and this is Windows, then the const elements
71 ANTLR3_INT32 (*specialStateTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa, ANTLR3_INT32 s);
73 ANTLR3_INT32 (*specialTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa, ANTLR3_INT32 s);
75 ANTLR3_INT32 (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dudiv.S2 * udiv.S: This routine was taken from glibc-1.09 and is covered
7 /* This file is generated from divrem.m4; DO NOT EDIT! */
33 * is the log base (2^N) of the quotient.
37 * Current estimate for non-large dividend is
39 * A large dividend is one greater than 2^(31-TOPBITS) and takes a
56 ! wrong as possible, but that is what SunOS does...).
72 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
74 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
170 ! remainder is positive
175 ! remainder is positiv
[all...]
H A Durem.S2 * urem.S: This routine was taken from glibc-1.09 and is covered
6 /* This file is generated from divrem.m4; DO NOT EDIT! */
32 * is the log base (2^N) of the quotient.
36 * Current estimate for non-large dividend is
38 * A large dividend is one greater than 2^(31-TOPBITS) and takes a
54 ! wrong as possible, but that is what SunOS does...).
70 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
72 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
168 ! remainder is positive
173 ! remainder is positiv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dflate.s16 ; Where __GPRO__ expands to "Uz_Globs *G," if REENTRANT is defined,
17 ; otherwise to nothing. In the latter case G is a global variable.
19 ; Define the symbol FUNZIP if this is for fUnZip. It overrides REENTRANT.
22 ; library getc() with FUNZIP. AZTEC is ignored if FUNZIP is not defined.
25 ; this is equivalent to removing the #define CHECK_EOF from inflate.c.
31 ; Do NOT define WSIZE; it is always 32K or 64K depending on USE_DEFLATE64.
55 ; The following include file is generated from globals.h, and gives us equates
67 ; slide field in G (either area.Slide or redirect_pointer) is a pointer or an
68 ; array instance. It is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dstrncpy_user.S4 * This file is subject to the terms and conditions of the GNU General
64 beqz a4, .Lret # if len is zero
71 .Lsrcaligned: # return here when src is word-aligned
77 .Lsrc1mod2: # src address is odd
81 beqz a9, .Lret # if byte 0 is zero
84 beqz a4, .Lret # if len is zero
85 bbci.l a3, 1, .Lsrcaligned # if src is now word-aligned
87 .Lsrc2mod4: # src address is 2 mod 4
91 beqz a9, .Lret # if byte 0 is zero
94 beqz a4, .Lret # if len is zer
[all...]
H A Dstrnlen_user.S4 * This file is subject to the terms and conditions of the GNU General
68 * String is word-aligned.
82 bnone a9, a5, .Lz0 # if byte 0 is zero
83 bnone a9, a6, .Lz1 # if byte 1 is zero
84 bnone a9, a7, .Lz2 # if byte 2 is zero
85 bnone a9, a8, .Lz3 # if byte 3 is zero
96 bnone a9, a5, .Lz0 # if byte 0 is zero
97 bnone a9, a6, .Lz1 # if byte 1 is zero
112 .Lz3: # byte 3 is zero
114 .Lz0: # byte 0 is zer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisenc.c203 int i,k,is=s; local
207 memcpy(f,in+x[is],sizeof(*f));
228 ci->book_param[ci->books++]=(static_codebook *)books[x[is]][i];
242 int i,is=s; local
243 double ds=s-is;
247 memcpy(g,in+(int)x[is],sizeof(*g));
249 ds=x[is]*(1.-ds)+x[is+1]*ds;
250 is=(int)ds;
251 ds-=is;
270 int i,is=s; local
323 int is=s; local
350 int i,is=s; local
374 int i,is=s; local
395 int is=s; local
410 int i,is=s,j; local
459 int is=s; local
583 int i,j,is=s,modes=2; local
612 int is=hi->base_setting; local
861 int ret=0,i,is; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestss66 echo first generated request is invalid
72 echo second generated request is invalid
78 echo first generated cert is invalid
148 echo The generated CA certificate is $CAcert
149 echo The generated CA private key is $CAkey
151 echo The generated user certificate is $Ucert
152 echo The generated user private key is $Ukey
154 echo The first generated proxy certificate is $P1cert
155 echo The first generated proxy private key is $P1key
157 echo The second generated proxy certificate is
[all...]

Completed in 273 milliseconds

1234567891011>>