Searched refs:archive (Results 26 - 50 of 211) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtarstrm.tex8 Class factory for the tar archive format. See the base class
22 \helpref{Generic archive programming}{wxarcgeneric}\\
85 Constructor. The tar archive format stores the entry's size ahead of the
86 entry's data. Therefore when creating an archive on a non-seekable stream it
164 archive. The name can include directory components, i.e. it can be a
173 within the archive. If the third parameter is provided, the bool pointed
223 The tar archive format stores the entry's size ahead of the entry's data.
224 Therefore when creating an archive on a non-seekable stream it is necessary to
349 \helpref{Looking up an archive entry by name}{wxarcbyname}
467 For some other archive format
[all...]
H A Dzipstrm.tex8 Class factory for the zip archive format. See the base class
22 \helpref{Generic archive programming}{wxarcgeneric}\\
293 archive. The name can include directory components, i.e. it can be a
302 within the archive. If the third parameter is provided, the bool pointed
308 \helpref{Looking up an archive entry by name}{wxarcbyname}
474 \func{}{wxZipInputStream}{\param{const wxString\& }{archive}, \param{const wxString\& }{file}}
533 \helpref{Looking up an archive entry by name}{wxarcbyname}
H A Dxmlres.tex10 The class holds XML resources from one or more .xml files, binary files or zip archive files.
44 \docparam{filemask}{The XRC file, archive file, or wildcard specification that will be used to
45 load all resource files inside a zip archive.}
H A Dhtmlhlpf.tex10 You can make a regular zip archive of these files, plus the HTML and any image files,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A DMakefile.in307 test_archivetest.o: $(srcdir)/archive/archivetest.cpp $(TEST_ODEP)
308 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/archivetest.cpp
310 test_ziptest.o: $(srcdir)/archive/ziptest.cpp $(TEST_ODEP)
311 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/ziptest.cpp
313 test_tartest.o: $(srcdir)/archive/tartest.cpp $(TEST_ODEP)
314 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/tartest.cpp
H A Dmakefile.bcc353 $(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp
354 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\archive\archivetest.cpp
356 $(OBJS)\test_ziptest.obj: .\archive\ziptest.cpp
357 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\archive\ziptest.cpp
359 $(OBJS)\test_tartest.obj: .\archive\tartest.cpp
360 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\archive\tartest.cpp
H A Dmakefile.dmc130 $(OBJS)\test_archivetest.obj : .\archive\archivetest.cpp $(TEST_ODEP)
131 $(CXX) -mn -c -cpp -o$@ $(TEST_CXXFLAGS) .\archive\archivetest.cpp
133 $(OBJS)\test_ziptest.obj : .\archive\ziptest.cpp $(TEST_ODEP)
134 $(CXX) -mn -c -cpp -o$@ $(TEST_CXXFLAGS) .\archive\ziptest.cpp
136 $(OBJS)\test_tartest.obj : .\archive\tartest.cpp $(TEST_ODEP)
137 $(CXX) -mn -c -cpp -o$@ $(TEST_CXXFLAGS) .\archive\tartest.cpp
H A Dmakefile.dms259 $(OBJS)\test_archivetest.obj : .\archive\archivetest.cpp $(TEST_ODEP)
260 $(CXX) -mn -c -cpp -o$@ $(TEST_CXXFLAGS) .\archive\archivetest.cpp
262 $(OBJS)\test_ziptest.obj : .\archive\ziptest.cpp $(TEST_ODEP)
263 $(CXX) -mn -c -cpp -o$@ $(TEST_CXXFLAGS) .\archive\ziptest.cpp
265 $(OBJS)\test_tartest.obj : .\archive\tartest.cpp $(TEST_ODEP)
266 $(CXX) -mn -c -cpp -o$@ $(TEST_CXXFLAGS) .\archive\tartest.cpp
H A Dmakefile.vc492 $(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp
493 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\archive\archivetest.cpp
495 $(OBJS)\test_ziptest.obj: .\archive\ziptest.cpp
496 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\archive\ziptest.cpp
498 $(OBJS)\test_tartest.obj: .\archive\tartest.cpp
499 $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\archive\tartest.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A DMakefile.in414 # AIX is different from everybody else. A shared library is an archive
416 # normal static archive library on AIX, for the benefit of the traditional
533 install: install-shared install-archive pcap-config
631 # AIX shared libraries are weird. They're archive libraries
639 install-archive: install-archive-$(DYEXT)
640 install-archive-so install-archive-dylib install-archive-sl install-archive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.h30 #include <wx/archive.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dhpfs.h288 unsigned archive: 1; /* dos attrib */ member in struct:hpfs_dirent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c331 Zip archive
428 /* length of supplied archive name exceed the system's filename limit */
960 /* Purpose: Determine if file in archive contains the string szSearch
962 Parameters: archive = archive name
963 file = file contained in the archive. This cannot be
984 int WINAPI Wiz_Grep(LPSTR archive, LPSTR file, LPSTR pattern, int cmd, argument
997 if (!Wiz_UnzipToMemory(archive, file, lpUserFunctions, &retstr)) {
1070 int WINAPI Wiz_Validate(LPSTR archive, int AllCodes) argument
1072 return UzpValidate((char *)archive, AllCode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/package/
H A DMakefile121 git archive --prefix=$(perf-tar)/ HEAD^{tree} \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/sbin/
H A Dupgrade.sh23 ARCHIVE_PATH=/tmp/media/nand/TMDPI/archive
226 [ "$1" = "archive" ] && archive_file && exit 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A DMakefile.src206 .PHONEY: archive debug exe headers lib library lmodule objects sources
338 archive: ${ARCHIVE}
372 @echo "##### Building new archive ..."
376 @echo "##### New archive '${ARCHIVE}' built from:"
388 @echo "##### Finished making the '${ARCHIVE}' object archive."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/dsp56k/
H A Dbootstrap.asm4 ; License. See the file COPYING in the main directory of this archive
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-rsync.lua53 archive = true,
373 -- everything implied by archive = true
390 -- if archive given the implications are filled in
392 if crsync.archive then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzipstrm.h17 #include "wx/archive.h"
366 wxZipInputStream(const wxString& archive, const wxString& file) argument
367 : wxArchiveInputStream(OpenFile(archive), wxConvLocal) { Init(file); }
398 static wxInputStream *OpenFile(const wxString& archive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzip.h54 UnZipSFX binary (including SFXWiz) as part of a self-extracting archive;
654 #define IZ_ERRBF 83 /* big-file archive, small-file program */
685 int UZ_EXP UzpGrep OF((char *archive, char *file,
695 int UZ_EXP UzpValidate OF((char *archive, int AllCodes));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dannounce-gen75 --archive-suffix=SUF add SUF to the list of archive suffixes
370 'archive-suffix=s' => \@archive_suffixes,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A DMakefile359 git-archive --format=tar --prefix=udev-$(VERSION)/ HEAD | gzip -9v > udev-$(VERSION).tar.gz
360 git-archive --format=tar --prefix=udev-$(VERSION)/ HEAD | bzip2 -9v > udev-$(VERSION).tar.bz2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Darchive.tcl5 # $Id: archive.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
11 proc archive { { inmem 0 } args } { procedure
31 puts "FAIL:[timestamp] archive usage"
32 puts "usage: archive -checkrec <checkpt freq> \
40 puts "Archive: Log archive test (using $desc logging)."
H A Drep035.tcl112 # Clobber replication's 30-second anti-archive timer, which will have
143 $clientdir2 archive &]
H A Drep038.tcl42 # forcing an archive during the middle of init, and normal.
44 set testopts { in-memdb normal archive }
185 # to move further. Force a checkpoint and archive.
187 if { $testopt == "archive" && $archived == 0 } {

Completed in 144 milliseconds

123456789