Searched refs:and (Results 1 - 25 of 1963) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/
H A Ddebug-allow-all.conf1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files-system/
H A Ddebug-allow-all-fail.conf1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
H A Ddebug-allow-all-pass.conf1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dngettext.x2 ngettext \- translate message and choose plural form
6 user's language, by looking up the translation in a message catalog, and
8 and the language of the message catalog where the translation was found.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgattrib.x2 msgattrib \- attribute matching and manipulation on message catalog
H A Dmsgcmp.x2 msgcmp \- compare message catalog and template
H A Dmsgmerge.x2 msgmerge \- merge message catalog and template
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml.spec8 # This program is free software; you can redistribute it and/or
35 XML and XML-like data files in your application without
39 - Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded
40 XML files and strings.
43 - Supports arbitrary element names, attributes, and
46 - Supports integer, real, opaque ("cdata"), and text data
48 - Functions for creating and managing trees of data.
49 - "Find" and "walk" functions for easily locating and
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrcat.S35 and $2, $3, $2
37 and $2, 0xf0, $3 # binary search for that set bit
38 and $2, 0xcc, $4
39 and $2, 0xaa, $5
H A Dstrlen.S40 and $2, $3, $2
42 and $2, 0x0f, $1
46 and $2, 0x33, $1
50 and $2, 0x55, $1
H A Dstrncat.S10 * implementation in lib/string.c and is, IMHO, more sensible.
41 and $2, $3, $2
43 and $2, 0xf0, $3 # binary search for that set bit
44 and $2, 0xcc, $4
45 and $2, 0xaa, $5
67 and $24, 0x80, $2 # no zero next byte
76 1: /* Here we must read the next DST word and clear the first byte. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Diso-3166.sed8 s/\&/and/g
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dcrc32defs.h23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/
H A Dlongcheer-cm55-ejectcd19 -x "/usr/sbin/eject" and exec "/usr/sbin/eject $dev";
20 -x "/usr/bin/eject" and exec "/usr/bin/eject $dev";
21 -x "/bin/eject" and exec "/bin/eject $dev";
31 # Sleep for a second after each failed attempt and give up after 5.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-userinfo36 if ($current_user and $ARGV[0] and $current_user ne $ARGV[0] ) {
107 !defined($old{$key}) and $old{$key}="";
130 if ( keys(%Options) < 1 or keys(%Options) == 1 and $Options{'v'} ) {
158 if ($new{$key} =~ /^\s+$/ and $key ne 'shell') {
162 } elsif ($key ne 'other' and $new{$key} =~ /.*,.*/) {
170 if ( $new{'shell'} and !($new{'shell'}=~/^\/.+\/.+/)
171 and ($old{'shell'}=~/^\/.+\/.+/)
174 } elsif ( $new{'shell'} and !($new{'shell'}=~/^\/.+\/.+/)
175 or !$new{'shell'} and !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Drelocate_kernel.S26 and s3, s2, 0x1
28 and s4, s2, ~0x1 /* store destination addr in s4 */
34 and s3, s2, 0x2
36 and s0, s2, ~0x2
41 and s3, s2, 0x4
46 and s3, s2, 0x8
48 and s2, s2, ~0x8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtguide.tex3 To set a wxWidgets application going, you will need to derive a \helpref{wxApp}{wxapp} class and
8 or other windows and controls.
10 A frame can have a \helpref{wxMenuBar}{wxmenubar}, a \helpref{wxToolBar}{wxtoolbar}, a status line, and a \helpref{wxIcon}{wxicon} for
18 Instances of \helpref{wxDialog}{wxdialog} can also be used for controls and they have
21 Instead of creating a dialog box and populating it with items, it is possible to choose
23 and \helpref{wxFileDialog}{wxfiledialog}.
27 \rtfsp\helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxMetafileDC}{wxmetafiledc} and \helpref{wxPrinterDC}{wxprinterdc}.
29 to the function, and thus use the same code to draw to several different devices.
31 and \helpref{wxDC::DrawText}{wxdcdrawtext}. Control colour on a window (\helpref{wxColour}{wxcolour}) with
32 brushes (\helpref{wxBrush}{wxbrush}) and pen
[all...]
H A Dtclipbrd.tex9 See also: \helpref{Drag and drop overview}{wxdndoverview} and \helpref{DnD sample}{samplednd}
11 This overview discusses data transfer through clipboard or drag and drop. In
13 applications or inside one and the same) are very similar which allows to
15 words, if you implement drag and drop support for your application, you get
16 clipboard support for free and vice versa.
18 At the heart of both clipboard and drag and drop operations lies the
21 by the mouse during drag and drop operation or copied to or pasted from the
23 formats it supports (see GetFormatCount and GetAllFormat
[all...]
H A Dtaui.tex5 wxAUI stands for Advanced User Interface and the wxAUI framework
9 by Kirix Corp. and they have since then been integrated into
10 wxWidgets CVS and further improved.
15 Frame management provides the means to open, move and hide common
16 controls that are needed to interact with the document, and allow these
17 configurations to be saved into different perspectives and loaded at a
21 Toolbars are a specialized subset of the frame management system and
24 "chevron" buttons and end-user customizability.
33 {\bf Look and Feel:}
34 Look and fee
[all...]
H A Dwxmac.tex4 Currently MacOS 8.6 or higher, MacOS 9.0 or higher and
7 using Apple's developer tools and MetroWerks CodeWarrior in
8 different versions. Support for MacOS 8.X and MacOS 9.X is
10 API (and optionally the Classic API under MacOS 8.X). You
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S8 * Libgcrypt is free software; you can redistribute it and/or modify
63 L1: lu 8,4(4) # load s1 limb and update s1_ptr
64 lu 0,4(5) # load s2 limb and update s2_ptr
67 Leven: lu 9,4(4) # load s1 limb and update s1_ptr
68 lu 10,4(5) # load s2 limb and update s2_ptr
71 Loop: lu 8,4(4) # load s1 limb and update s1_ptr
72 lu 0,4(5) # load s2 limb and update s2_ptr
75 lu 9,4(4) # load s1 limb and update s1_ptr
76 lu 10,4(5) # load s2 limb and update s2_ptr
79 bdn Loop # decrement CTR and loo
[all...]
H A Dmpih-sub1.S8 * Libgcrypt is free software; you can redistribute it and/or modify
64 L1: lu 8,4(4) # load s1 limb and update s1_ptr
65 lu 0,4(5) # load s2 limb and update s2_ptr
68 Leven: lu 9,4(4) # load s1 limb and update s1_ptr
69 lu 10,4(5) # load s2 limb and update s2_ptr
72 Loop: lu 8,4(4) # load s1 limb and update s1_ptr
73 lu 0,4(5) # load s2 limb and update s2_ptr
76 lu 9,4(4) # load s1 limb and update s1_ptr
77 lu 10,4(5) # load s2 limb and update s2_ptr
80 bdn Loop # decrement CTR and loo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S8 * Libgcrypt is free software; you can redistribute it and/or modify
63 L1: lu 8,4(4) # load s1 limb and update s1_ptr
64 lu 0,4(5) # load s2 limb and update s2_ptr
67 Leven: lu 9,4(4) # load s1 limb and update s1_ptr
68 lu 10,4(5) # load s2 limb and update s2_ptr
71 Loop: lu 8,4(4) # load s1 limb and update s1_ptr
72 lu 0,4(5) # load s2 limb and update s2_ptr
75 lu 9,4(4) # load s1 limb and update s1_ptr
76 lu 10,4(5) # load s2 limb and update s2_ptr
79 bdn Loop # decrement CTR and loo
[all...]
H A Dmpih-sub1.S8 * Libgcrypt is free software; you can redistribute it and/or modify
64 L1: lu 8,4(4) # load s1 limb and update s1_ptr
65 lu 0,4(5) # load s2 limb and update s2_ptr
68 Leven: lu 9,4(4) # load s1 limb and update s1_ptr
69 lu 10,4(5) # load s2 limb and update s2_ptr
72 Loop: lu 8,4(4) # load s1 limb and update s1_ptr
73 lu 0,4(5) # load s2 limb and update s2_ptr
76 lu 9,4(4) # load s1 limb and update s1_ptr
77 lu 10,4(5) # load s2 limb and update s2_ptr
80 bdn Loop # decrement CTR and loo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-unix-accounts37 print " -d obj_nam delete and add (not just update) existing entry in LDAP\n";
54 (%shadowUsers) or ( close($INFILE) and
88 if ($Options{'S'} and $shadowUsers{$user}) {
107 # if used "-a" and sambaSamAccount doesn't exist.
108 if ( $Options{'a'} and !exist_in_tab([$entry->get_value('objectClass')],'sambaSamAccount') ) {
112 # the below part comes from smbldap-useradd and
159 $INFILE and close($INFILE);
161 $ldap_master and $ldap_master->unbind;
190 # and 'givenName' also should be modified ???????
192 ($pwd) and
[all...]

Completed in 140 milliseconds

1234567891011>>