New pages
From Wiki
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)- 08:17, 25 October 2011 Search commands (hist) [153 bytes] Wikiadmin (Talk | contribs) (New page: /close Close the current window. /quit /exit Exit the program. /case Enable case matching. /nocase Disable case matching. FIXME:more to add..)
- 04:50, 17 September 2011 Efu (hist) [38 bytes] Wikiadmin (Talk | contribs) (New page: #EXTEFU #EXTATTR:[D] - D = Directory)
- 08:03, 28 July 2010 Things to do (hist) [3,543 bytes] Wikiadmin (Talk | contribs) (New page: Thank you for your suggestions! "Things to do" list in no particular order (* = implemented): *[MAJOR]cleanup custom filelists *[MAJOR]cleanup input/output plugin support everything.db *...)
- 18:35, 19 July 2010 Writing Haven (hist) [441 bytes] AmeliaEera (Talk | contribs) (New page: Here's a must try. Professional assistance with [http://www.superiorpapers.com/ essay papers], [http://en.wikipedia.org/wiki/Term_paper term papers], [http://en.wikipedia.org/wiki/Research...)
- 08:40, 3 May 2010 Other Translations (hist) [295 bytes] Wikiadmin (Talk | contribs) (New page: {| class="wikitable" ! Language ! Translator ! Version |- | [http://www.voidtools.com/Chinese(PRC)-dgyf44.lng.zip Chinese Simplified] | dgyf44 | 1.2.1.371 |} ==See also== *[[Translations ...)
- 11:05, 4 February 2010 EFZ (hist) [1,298 bytes] Wikiadmin (Talk | contribs) (New page: This is very basic description and is likely to change... Since the database is just a cache of the NTFS mft with some volume information, it can be re-built from scratch easily. The data...)
- 01:44, 8 December 2009 Filelist (hist) [2,298 bytes] Wikiadmin (Talk | contribs) (New page: {| class="wikitable" ! Offset ! Size ! Description |- | 0x00000000 | DWORD | 0x42445A45 or EZDB |- | 0x00000004 | DWORD | 0x01060006 or version 0xXXYYZZZZ x.y.z (major.minor.revision) |- ...)
- 07:08, 1 November 2009 SDK/Everything IsQueryReply (hist) [4,468 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_IsQueryReply== The '''Everything_IsQueryReply''' function checks if the specified window message is a IPC query reply. '''Syntax''' <blockquote> <pre>BOOL EVERYTHINGAPI Eve...)
- 07:00, 1 November 2009 SDK/Everything GetReplyID (hist) [961 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetReplyID== The '''Everything_GetReplyID''' function returns the current reply identifier for the IPC query reply. '''Syntax''' <blockquote> <pre>DWORD Everything_GetReply...)
- 06:58, 1 November 2009 SDK/Everything GetReplyWindow (hist) [977 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetReplyWindow== The '''Everything_GetReplyWindow''' function returns the current reply window for the IPC query reply. '''Syntax''' <blockquote> <pre>HWND Everything_GetRe...)
- 06:57, 1 November 2009 SDK/Everything SetReplyID (hist) [1,541 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetReplyID== The '''Everything_SetReplyID''' function sets the window that will receive the the IPC Query results. '''Syntax''' <blockquote> <pre>void Everything_SetReplyID...)
- 06:54, 1 November 2009 SDK/Everything SetReplyWindow (hist) [1,417 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetReplyWindow== The '''Everything_SetReplyWindow''' function sets the window that will receive the the IPC Query results. '''Syntax''' <blockquote> <pre>void Everything_Se...)
- 23:12, 31 October 2009 IPC/C (hist) [2,382 bytes] Wikiadmin (Talk | contribs) (New page: ==C helper function== ===Sending a query=== <pre> #define COPYDATA_QUERYCOMPLETE 0 BOOL sendquery(HWND hwnd,DWORD max_results,WCHAR *search_string,BOOL regex,BOOL match_case,BOOL match_wh...)
- 01:07, 31 October 2009 SDK/Everything Reset (hist) [1,452 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_Reset== The '''Everything_Reset''' function resets the result list and search state, freeing any allocated memory by the library. '''Syntax''' <blockquote> <pre>void Everyt...)
- 11:13, 30 October 2009 SDK/CSharp (hist) [8,255 bytes] Wikiadmin (Talk | contribs) (New page: ==form1.Designer.cs== <blockquote> <pre> namespace WindowsApplication1 { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.Compone...)
- 10:40, 30 October 2009 SDK/Everything GetResultFullPathName (hist) [2,630 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetResultFullPathName== The '''Everything_GetResultFullPathName''' function retrieves the full path and file name of the visible result. '''Syntax''' <blockquote> <pre>int ...)
- 10:34, 30 October 2009 SDK/Everything GetResultPath (hist) [2,333 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetResultPath== The '''Everything_GetResultPath''' function retrieves the path part of the visible result. '''Syntax''' <blockquote> <pre>LPCTSTR Everything_GetResultPath(i...)
- 10:29, 30 October 2009 SDK/Everything GetResultFileName (hist) [2,374 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetResultFileName== The '''Everything_GetResultFileName''' function retrieves the file name part only of the result. '''Syntax''' <blockquote> <pre>LPCTSTR Everything_GetRe...)
- 10:19, 30 October 2009 SDK/Everything IsFileResult (hist) [1,852 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_IsFileResult== The '''Everything_IsFileResult''' function determines if the result is file. '''Syntax''' <blockquote> <pre>BOOL Everything_IsFileResult(int index); </pre> <...)
- 10:18, 30 October 2009 SDK/Everything IsFolderResult (hist) [1,866 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_IsFolderResult== The '''Everything_IsFolderResult''' function determines if the result is folder. '''Syntax''' <blockquote> <pre>BOOL Everything_IsFolderResult(int index); ...)
- 10:14, 30 October 2009 SDK/Everything IsVolumeResult (hist) [1,871 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_IsVolumeResult== The '''Everything_IsVolumeResult''' function determines if the result is the root folder of a volume. '''Syntax''' <blockquote> <pre>BOOL Everything_IsVolu...)
- 10:05, 30 October 2009 SDK/Everything GetTotResults (hist) [1,915 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetTotResults== The '''Everything_GetTotResults''' function returns the total number of file and folder results. '''Syntax''' <blockquote> <pre>DWORD Everything_GetTotResul...)
- 10:02, 30 October 2009 SDK/Everything GetTotFolderResults (hist) [1,921 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetTotFolderResults== The '''Everything_GetTotFolderResults''' function returns the total number of folder results. '''Syntax''' <blockquote> <pre>DWORD Everything_GetTotFo...)
- 10:02, 30 October 2009 SDK/Everything GetTotFileResults (hist) [1,899 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetTotFileResults== The '''Everything_GetTotFileResults''' function returns the total number of file results. '''Syntax''' <blockquote> <pre>DWORD Everything_GetTotFileResu...)
- 09:53, 30 October 2009 SDK/Everything GetNumResults (hist) [2,032 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetNumResults== The '''Everything_GetNumResults''' function returns the number of visible file and folder results. '''Syntax''' <blockquote> <pre>DWORD Everything_GetNumRes...)
- 09:51, 30 October 2009 SDK/Everything GetNumFolderResults (hist) [2,025 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetNumFolderResults== The '''Everything_GetNumFolderResults''' function returns the number of visible folder results. '''Syntax''' <blockquote> <pre>DWORD Everything_GetNum...)
- 09:49, 30 October 2009 SDK/Everything GetNumFileResults (hist) [1,998 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetNumFileResults== The '''Everything_GetNumFileResults''' function returns the number of visible results. '''Syntax''' <blockquote> <pre>DWORD Everything_GetNumFileResults...)
- 09:33, 30 October 2009 SDK/Everything SortResultsByPath (hist) [1,143 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SortResultsByPath== The '''Everything_SortResultsByPath''' function sorts the current results by path, then file name. SortResultsByPath is CPU Intensive. Sorting by path will...)
- 09:27, 30 October 2009 SDK/Everything GetOffset (hist) [758 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetOffset== The '''Everything_GetOffset''' function returns the first result index to return from Everything. '''Syntax''' <blockquote> <pre>BOOL Everything_GetOffset(void)...)
- 09:25, 30 October 2009 SDK/Everything GetMax (hist) [839 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetMax== The '''Everything_GetMax''' function returns the maximum number of results state. '''Syntax''' <blockquote> <pre>BOOL Everything_GetMax(void); </pre> </blockquote>...)
- 09:13, 30 October 2009 SDK/Everything GetLastError (hist) [1,475 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetLastError== The '''Everything_GetLastError''' function retrieves the last-error code value. '''Syntax''' <blockquote> <pre>DWORD Everything_GetLastError(void); </pre> </...)
- 08:49, 30 October 2009 SDK/Everything GetRegex (hist) [828 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetRegex== The '''Everything_GetRegex''' function returns the regex state. '''Syntax''' <blockquote> <pre>BOOL Everything_GetRegex(void); </pre> </blockquote> '''Return ...)
- 08:46, 30 October 2009 SDK/Everything GetMatchWholeWord (hist) [926 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetMatchWholeWord== The '''Everything_GetMatchWholeWord''' function returns the match whole word state. '''Syntax''' <blockquote> <pre>BOOL Everything_GetMatchWholeWord(voi...)
- 08:45, 30 October 2009 SDK/Everything GetMatchCase (hist) [922 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetMatchCase== The '''Everything_GetMatchCase''' function returns the match case state. '''Syntax''' <blockquote> <pre>BOOL Everything_GetMatchCase(void); </pre> </blockquo...)
- 08:33, 30 October 2009 SDK/Everything Query (hist) [4,529 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_Query== The '''Everything_Query''' function executes an Everything IPC query with the current search state. '''Syntax''' <blockquote> <pre>void Everything_Query(void); </pr...)
- 08:27, 30 October 2009 SDK/Everything SetOffset (hist) [1,155 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetOffset== The '''Everything_SetOffset''' function set the first result offset to return from a call to Everything_Query. '''Syntax''' <blockquote...)
- 08:24, 30 October 2009 SDK/Everything SetMax (hist) [1,051 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetMax== The '''Everything_SetMax''' function set the maximum number of results to return from Everything_Query. '''Syntax''' <blockquote> <pre>voi...)
- 07:46, 30 October 2009 SDK/Everything SetRegex (hist) [987 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetRegex== The '''Everything_SetRegex''' function enables or disables full path matching for the next call to Everything_Query. '''Syntax''' <block...)
- 07:43, 30 October 2009 SDK/Everything SetMatchWholeWord (hist) [1,037 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetMatchWholeWord== The '''Everything_SetMatchWholeWord''' function enables or disables full path matching for the next call to Everything_Query. '...)
- 07:41, 30 October 2009 SDK/Everything SetMatchCase (hist) [985 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetMatchCase== The '''Everything_SetMatchCase''' function enables or disables full path matching for the next call to Everything_Query. '''Syntax''...)
- 05:38, 30 October 2009 SDK/Everything GetMatchPath (hist) [975 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetMatchPath== The '''Everything_GetMatchPath''' function returns the state of the match full path switch. '''Syntax''' <blockquote> <pre>BOOL Everything_GetMatchPath(void)...)
- 05:32, 30 October 2009 SDK/Everything SetMatchPath (hist) [1,359 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetMatchPath== The '''Everything_SetMatchPath''' function enables or disables full path matching for the next call to Everything_Query. '''Syntax''...)
- 05:16, 30 October 2009 SDK/Everything GetSearch (hist) [1,555 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_GetSearch== The '''Everything_GetSearch''' function retrieves the search text to use for the next call to Everything_Query. '''Syntax''' <blockquot...)
- 02:14, 30 October 2009 SDK/Everything SetSearch (hist) [1,203 bytes] Wikiadmin (Talk | contribs) (New page: ==Everything_SetSearch== The '''Everything_SetSearch''' function sets the search text to use when Everything_Query is called. '''Syntax''' :<pre>void Everything_SetSearch(LPCTSTR lpString...)
- 02:02, 30 October 2009 SDK (hist) [2,638 bytes] Wikiadmin (Talk | contribs) (New page: ==dll interface==)
- 07:03, 26 October 2009 MD5 (hist) [131 bytes] Wikiadmin (Talk | contribs) (New page: <nowiki> 70099f59ebb6d97aa17fb4ccf456c7a4 *Everything-1.2.1.371.exe 753bc116dcb23be1119c284f86193f51 *Everything-1.2.1.371.zip </nowiki>)
- 01:12, 3 October 2009 Search syntax (hist) [3,126 bytes] Wikiadmin (Talk | contribs) (New page: ==Search operators== {| class="wikitable" ! Operator ! Description |- | <code><nowiki> </nowiki></code> | AND |- | <code><nowiki>||</nowiki></code> | OR |- | <code><nowiki>|</nowiki></cod...)
- 01:14, 27 September 2009 DB (hist) [2,718 bytes] Wikiadmin (Talk | contribs) (New page: This is likely to change... Since the database is just a cache of the NTFS mft with some volume information, it can be re-built from scratch easily. The database uses BZIP compression. Af...)
- 07:52, 13 May 2009 ETP Server (hist) [658 bytes] Wikiadmin (Talk | contribs) (New page: To create a separate instance to share a single folder for an ETP server: #Copy your "Everything" folder to Everything_ETP_Server. #Open the Everything.ini file in your Everything_ETP_Serv...)
- 08:26, 20 March 2009 Multiple instances (hist) [1,587 bytes] Wikiadmin (Talk | contribs) (New page: ==Notes== To run multiple instances of "''Everything''" you will need to install multiple copies of "''Everything''". ==Multiple instances with the Everything.ini== For example to install...)
