Searched refs:is (Results 101 - 125 of 2313) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-csharp4 # Assumes an fr_FR locale is installed.
8 # are wrong for locales containing a language and a territory. This is fixed
45 Console.WriteLine(String.Format(catalog.GetString("{0} is replaced by {1}."), "FF", "EUR"));
47 Console.WriteLine(String.Format(catalog.GetParticularString("++","{0} is replaced by {1}."), "FF", "EUR"));
75 msgid "{0} is replaced by {1}."
87 msgid "{0} is replaced by {1}."
113 msgid "{0} is replaced by {1}."
127 msgid "{0} is replaced by {1}."
167 echo "Skipping test: no french locale is installed"
169 echo "Skipping test: no french locale is supporte
[all...]
H A Dlang-java4 # Assumes an fr_FR locale is installed.
8 # (libgcj/6576). It is fixed in GCC 3.3.
44 // to ISO-8859-1, which is what we need for comparison purposes.
55 // to UTF-8, which is what we need for comparison purposes.
69 System.out.println(MessageFormat.format(GettextResource.gettext(catalog,"{0} is replaced by {1}."), new Object[] { "FF", "EUR" }));
71 System.out.println(MessageFormat.format(GettextResource.pgettext(catalog,"++","{0} is replaced by {1}."), new Object[] { "FF", "EUR" }));
100 msgid "{0} is replaced by {1}."
112 msgid "{0} is replaced by {1}."
138 msgid "{0} is replaced by {1}."
152 msgid "{0} is replace
[all...]
H A Dmsgattrib-properties-116 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
50 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dalpha.cc2 DES_LONG is 'unsigned int'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty.
24 |so long as this entire notice is retained without alteration in any modified and/or
58 | This is the main exit point for the 68060 Floating-Point
70 | This is the exit point for the 060FPSP when an enabled overflow exception
71 | is present. The routine below should point to the operating system handler
72 | for enabled overflow conditions. The exception stack frame is an overflow
89 | This is the exit point for the 060FPSP when an enabled underflow exception
90 | is present. The routine below should point to the operating system handler
91 | for enabled underflow conditions. The exception stack frame is an underflow
107 | This is th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Ddebug-macro.S8 * This program is free software; you can redistribute it and/or modify
25 @ see if Ser3 is active
30 @ if Ser3 is inactive, then try Ser1
35 @ if Ser1 is inactive, then try Ser2
40 @ if all ports are inactive, then there is nothing we can do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/times/
H A Dalpha.cc2 DES_LONG is 'unsigned int'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/times/
H A Dalpha.cc2 DES_LONG is 'unsigned int'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipcservr.tex5 DDE-based implementation using wxDDEServer is available on Windows
7 API is available using wxTCPServer, which has the same API.
13 wxServer is required so that a user-overridden \helpref{wxServer::OnAcceptConnection}{wxserveronacceptconnection}
15 connection is made. Look at the IPC sample and the \helpref{Interprocess communications overview}{ipcoverview} for
48 will be deleted afterwards) in which case a Unix domain socket is
49 created. false is returned if the call failed (for example, the
50 port number is already in use).
57 message and this member is called. The application should derive a
62 If the topic is {\bf STDIO}, the application may wish to refuse the
63 connection. Under UNIX, when a server is create
[all...]
H A Dkeyevent.tex7 is clear - the first corresponds to a key press and the second to a key
8 release - otherwise they are identical. Just note that if the key is
10 generated) down events but only one up so it is wrong to assume that there is
14 the translated one. The untranslated code for alphanumeric keys is always
15 an upper case value. For the other keys it is one of {\tt WXK\_XXX} values
16 from the \helpref{keycodes table}{keycodes}. The translated key is, in
20 A few examples to clarify this (all assume that {\sc Caps Lock} is unpressed
21 and the standard US keyboard): when the {\tt 'A'} key is pressed, the key down
22 event key code is equa
[all...]
H A Dactivevt.tex3 An activate event is sent when a window or application is being activated
25 This event applies to wxApp only, and only on Windows SmartPhone and PocketPC. It is generated when the
26 system is low on memory; the application should free up as much memory as possible, and restore
32 A top-level window (a dialog or frame) receives an activate event when it is
33 being activated or deactivated. This is indicated visually by the title
36 An application is activated or deactivated when one of its frames becomes activated,
59 Returns true if the application or window is being activated, false otherwise.
H A Dhttaghnd.tex27 This attribute is used to access parent parser. It is protected so that
40 Returns list of supported tags. The list is in uppercase and tags
47 This is the core method of each handler. It is called each time
48 one of supported tags is detected. {\it tag} contains all necessary
69 You shouldn't call ParseInner if the tag is not paired with an ending one.
90 is guaranteed to be called only from the parser.
H A Dnotifevt.tex3 This class is not used by the event handlers by itself, but is a base class
6 It (or an object of a derived class) is sent when the controls state is being
41 This is the opposite of \helpref{Veto()}{wxnotifyeventveto}: it explicitly
42 allows the event to be processed. For most events it is not necessary to call
50 Returns true if the change is allowed (\helpref{Veto()}{wxnotifyeventveto}
59 It is in general a good idea to notify the user about the reasons for vetoing
H A Dtipprov.tex3 This is the class used together with \helpref{wxShowTip}{wxshowtip} function.
5 current tip from it (different tip each time it is called).
38 Return the text of the current tip and pass to the next one. This function is
46 and before being check whether it is a comment, an empty string or a string
48 to optionally to modify the tip as soon as it is read. You can return any
49 modification to the string. If you return wxEmptyString, then this tip is
50 skipped, and the next one is read.
60 \helpref{wxShowTip}{wxshowtip}. Note that it is not the same as the value which
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/
H A Drc4.h5 * This package is an SSL implementation written
9 * This library is free for commercial and non-commercial use as long as
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
18 * If this package is used in a product, Eric Young should be given attribution
64 # error RC4 is disabled.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dreader.h36 LifeReader(wxInputStream& is);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcompiler-gcc3.h6 # error Sorry, your compiler is too old - please upgrade it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-3.1.t44 is keys %hash, 6, " keys == 6" ;
53 is $key, "Wall", " key is 'Wall'";
54 is $value, "Larry", " value is 'Larry'"; ;
58 is $count, 4, " count is 4" ;
62 is $key, "Smith", " key is 'Smith'";
63 is
[all...]
H A Ddb-4.x.t51 is $k1, $k2;
52 is $v1, $v2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/
H A Drc4.h5 * This package is an SSL implementation written
9 * This library is free for commercial and non-commercial use as long as
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
18 * If this package is used in a product, Eric Young should be given attribution
64 # error RC4 is disabled.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/mdc2/
H A Dmdc2.h5 * This package is an SSL implementation written
9 * This library is free for commercial and non-commercial use as long as
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
18 * If this package is used in a product, Eric Young should be given attribution
69 #error MDC2 is disabled.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dsysdefs.h6 /// This file is used also by the lzma command line tool, that's why this
7 /// file is separate from common.h.
52 // We assume that int is 32-bit and that long is either 32-bit or 64-bit.
54 // Note that this duplicates some code from lzma.h, but this is better since
58 # error UINT32_C is not defined and unsigned int is not 32-bit.
112 // The code currently assumes that size_t is either 32-bit or 64-bit.
119 # error size_t is not 32-bit or 64-bit
123 # error size_t is no
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-mul3.S6 * This file is part of Libgcrypt.
8 * Libgcrypt is free software; you can redistribute it and/or modify
13 * Libgcrypt is distributed in the hope that it will be useful,
36 * This is a fairly straightforward implementation. The timing of the PC601
37 * is hard to understand, so I will wait to optimize this until I have some
60 addc 7,7,8 # invert cy (r7 is junk)
72 addc 7,7,8 # invert cy (r7 is junk)
82 This file is part of the GNU C Library.
84 The GNU C Library is free software; you can redistribute it and/or
89 The GNU C Library is distribute
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-mul3.S6 * This file is part of Libgcrypt.
8 * Libgcrypt is free software; you can redistribute it and/or modify
13 * Libgcrypt is distributed in the hope that it will be useful,
36 * This is a fairly straightforward implementation. The timing of the PC601
37 * is hard to understand, so I will wait to optimize this until I have some
60 addc 7,7,8 # invert cy (r7 is junk)
72 addc 7,7,8 # invert cy (r7 is junk)
82 This file is part of the GNU C Library.
84 The GNU C Library is free software; you can redistribute it and/or
89 The GNU C Library is distribute
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead-xscale.S4 * XScale specific tweaks. This is merged into head.S by the linker.
18 @ whatever state it is, before it is turned off.
19 @ This is done by fetching through currently executed
22 add r3, r2, #0x10000 @ 64 kb is quite enough...

Completed in 481 milliseconds

1234567891011>>