Searched refs:to (Results 1 - 25 of 556) sorted by path

1234567891011>>

/haiku-fatelf/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py15 # contributors to this software may be used to endorse or promote products
112 to = None
114 to = args[0]
115 t = "If you think there is a bug in Haiku, please report a bug so we can remember to fix it. cf. http://dev.haiku-os.org/wiki/ReportingBugs"
116 irc.reply(t, to = to)
124 to = None
126 to = args[0]
128 irc.reply(t, to
[all...]
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php23 // relative path to the vnc java applet jar
24 // you must *copy* (apache doesn't seem to like symlinks) it there.
32 // to use the tightvnc applet instead (supports > 8bpp):
37 // (you will have to move the VncViewer.jar file around)
71 // timeout before the demo session is killed, as argument to /bin/sleep
74 // path to qemu binary
91 // absolute path to the image.
110 // uncomment if you want to pass your Sonix webcam device through
111 // migth need to update VID:PID
399 echo "Check to enabl
[all...]
/haiku-fatelf/3rdparty/mmu_man/scripts/
H A Dbebook13 hey BeHappy set Book of Window $LASTWIN to "Be Book" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
H A Dbman13 hey BeHappy set Book of Window $LASTWIN to "Man pages" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
/haiku-fatelf/3rdparty/qtcreator/
H A Dcreate_project_files.pl9 files in order to make the haiku sources available within the qt-creator IDE.
10 Additionally, it will add those files to svn:ignore of their parent directory
70 or die "unable to write $proFile";
102 or die "unable to open pipe to 'svn propset'";
/haiku-fatelf/build/scripts/
H A Dbuild_haiku_image57 # this adds the build library dir to LD_LIBRARY_PATH
77 toFSShellFifo=${fifoBasePath}-to-shell
101 # the respectively other program, FD 4 is the output to it.
262 # of the FS shell causes writing to/reading from the other ends to fail
278 # TODO: It should be possible to do that in the build system too.
302 # compile rdef to rsrc file and the rsrc file to attributes
315 # compile rdef to rsrc file and the rsrc file to attribute
[all...]
/haiku-fatelf/
H A Dconfigure25 needs to be set accordingly.
44 path to the directory where the cross
46 prefix, e.g. "/path/to/tools/i586-pc-haiku-".
59 --include-patented-code Enable code that is known to implemented patented
64 to be problematic.
71 --build-cross-tools-gcc4. Is passed on to the
87 HAIKU_AR The static library archiver. Defaults to "ar".
88 HAIKU_CC The compiler. Defaults to "gcc".
89 HAIKU_LD The linker. Defaults to "ld".
90 HAIKU_OBJCOPY The objcopy to b
[all...]
/haiku-fatelf/data/bin/
H A Dsetgcc17 <arch> - The architecture to set. Supported values: "x86", "ppc".
18 <gcc> - The major gcc version to set. Supported values: "gcc2", "gcc4".
31 echo "Failed to read GCC symlink." >&2
90 echo "Failed to set GCC $arch/$gcc." >&2
97 echo "Failed to set lib $arch/$gcc." >&2
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex40 Resources provide a means to store structured but flat data in files. Unlike
44 (resource files), on the other hand these are file formats extended to
118 \item{All other fields must be set to 0.}
127 In an ELF file, resources are appended to rather than contained in the
128 regular data of the file. That is adding resources to an existing ELF file
129 will not cause any modification to its data (i.e. ELF header, program header
133 Therefore two values have to be known: The size of the actual ELF file and the
134 block size to which the resources must be aligned. As ELF files do not contain
135 a size field, it has to be deduced, where the file ends. This end offset is
136 supposed to b
[all...]
/haiku-fatelf/docs/user/
H A Dapidoc.dox15 This article explains how to document the API. Its intended audience are the
16 Haiku developers who want to document their own classes, and also the
17 members of the API Documentation team who want to brush up the
20 applicable. If you find an inconsistency, it's usually a good idea to
28 you are a developer and you want to prepare the first version of the
29 documentation for the API documentation team to go over, have a good look at
31 glance at how to write member and class documentation, since you'll need to
34 carefully, and should also check out some of the finished documentation to
41 like and how to pu
[all...]
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h70 // constant could always lead to trouble on the host.
139 const char* to);
176 # define renameat(fromFD, from, toFD, to) \
177 _haiku_build_renameat(fromFD, from, toFD, to)
/haiku-fatelf/headers/build/host/sunos/
H A Dendian.h17 #error Unable to determine byte order!
/haiku-fatelf/headers/cpp/
H A Deditbuf.h16 along with this library; see the file COPYING. If not, write to the Free
20 compiled with a GNU compiler to produce an executable, this does not cause
21 the resulting executable to be covered by the GNU General Public License.
37 // At some point, it might be nice to parameterize this code
64 struct edit_buffer *buffer; // buffer that 'start' and 'end' belong to
71 Assign length of STR to *LENP.
75 void assign(struct edit_string *src); // copy bytes from src to this
106 // If 'insert_before()' is true the mark will be adjusted to be
126 // A 'edit_buffer' coerced to a edit_string is the string of
133 // to hav
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_font_cache_manager.h5 // Permission to copy, use, modify, sell and distribute this software
8 // warranty, and with no claim as to its suitability for any purpose.
357 void precache(unsigned from, unsigned to) argument
359 for(; from <= to; ++from) glyph(from);
/haiku-fatelf/headers/libs/print/libprint/
H A DPrintUtils.h13 Permission is hereby granted, free of charge, to any person obtaining a copy of
14 this software and associated documentation files (the "Software"), to deal in
15 the Software without restriction, including without limitation the rights to
17 of the Software, and to permit persons to whom the Software is furnished to do
18 so, subject to the following conditions:
61 void AddFields(BMessage* to, const BMessage* from, const char* excludeList[] = NULL,
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h9 * Permission to use, copy, modify, distribute, and sell this software and
14 * in advertising or publicity pertaining to distribution of the software
34 * emulator to execute native instructions.
36 * For PIC vs non-PIC code refer to:
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku-fatelf/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h50 //! Message hooks if filter is installed to a inbound protocol
56 //! Message hooks if filter is installed to a outbound protocol
83 /*! Add handler to the handler list. The handler is installed /
84 removed to the according BLooper automatically. */
122 const entry_ref& to);
174 /*! These function post a message to the loop to trigger the action.
181 const entry_ref& to);
/haiku-fatelf/headers/os/drivers/
H A DKernelExport.h48 #define B_UNHANDLED_INTERRUPT 0 /* pass to next handler */
52 /* Flags that can be passed to install_io_interrupt_handler() */
95 // TODO: rename those to something more meaningful
192 /* safe methods to access user memory without having to lock it */
193 extern status_t user_memcpy(void *to, const void *from, size_t size);
194 extern ssize_t user_strlcpy(char *to, const char *from, size_t size);
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dmem_op.h4 * The contents of this file are subject to the Mozilla Public License
21 * above. If you wish to allow the use of your version of this file
22 * only under the terms of the GPL and not to allow others to use
37 to copy between a card and kernel memory. These routines do 32-bit
47 static inline void copy_pc_to_user(void *to, const void *from, size_t n) argument
52 put_user(readl_ns(from), (int *)to);
53 (char *)from += 4; (char *)to += 4; n -= 4;
56 put_user(readb((char *)from++), (char *)to++);
59 static inline void copy_user_to_pc(void *to, cons argument
78 copy_from_pc(void *to, const void *from, size_t n) argument
90 copy_to_pc(void *to, const void *from, size_t n) argument
102 copy_pc_to_user(void *to, const void *from, size_t n) argument
114 copy_user_to_pc(void *to, const void *from, size_t n) argument
[all...]
/haiku-fatelf/headers/os/interface/
H A DBitmap.h28 // would need to be extended to so that the app_server can ask
29 // the graphics driver to reserve memory for a bitmap and for this
30 // to make any sense, an accelerated blit from this memory into
31 // the framebuffer needs to be added to the API as well.
37 // Cheap to create, object will manage memory itself,
38 // no BApplication needs to run, but one can't draw such
91 BPoint from, BPoint to, int32 width,
95 BPoint to, int3
[all...]
H A DListView.h116 void Select(int32 from, int32 to,
137 bool MoveItem(int32 from, int32 to);
161 struct Move { int32 from; int32 to; } move; member in struct:BListView::MiscData::Move
177 bool _Select(int32 from, int32 to, bool extend);
188 bool _MoveItem(int32 from, int32 to);
190 void _RescanSelection(int32 from, int32 to);
/haiku-fatelf/headers/os/mail/
H A DMailMessage.h39 // ready to send via the appropriate channel. ReplyMessage()
51 void SetSubject(const char *to, uint32 charset = B_MAIL_NULL_CONVERSION, mail_encoding encoding = null_encoding);
52 void SetReplyTo(const char *to, uint32 charset = B_MAIL_NULL_CONVERSION, mail_encoding encoding = null_encoding);
53 void SetFrom(const char *to, uint32 charset = B_MAIL_NULL_CONVERSION, mail_encoding encoding = null_encoding);
54 void SetTo(const char *to, uint32 charset = B_MAIL_NULL_CONVERSION, mail_encoding encoding = null_encoding);
55 void SetCC(const char *to, uint32 charset = B_MAIL_NULL_CONVERSION, mail_encoding encoding = null_encoding);
56 void SetBCC(const char *to);
57 void SetPriority(int to);
88 //---message will be set to the message file if not equal to NUL
[all...]
H A DMailSettings.h72 void SetDefaultOutboundAccount(int32 to);
111 bool MoveFilterSettings(int32 from, int32 to);
/haiku-fatelf/headers/os/media/
H A DMediaRoster.h7 //! The BMediaRoster is the main API to the Media Kit.
37 // one already. Thread safe for multiple calls to Roster().
81 // Typically, you'll want to use GetTimeSource() instead.
89 const media_destination& to,
94 // _output and _input are the ones actually used. From and to
103 const media_destination& to,
128 // NOTE: The node needs to be running.
265 // Finding a suitable node to playback a file:
317 // _inOutCount defaults to 1
327 // Use MediaFlags to inquir
[all...]
H A DTimeSource.h108 void DirectSeek(bigtime_t to, bigtime_t at);

Completed in 335 milliseconds

1234567891011>>