Home
last modified time | relevance | path

Searched refs:Now (Results 1 – 25 of 112) sorted by relevance

12345

/reactos/win32ss/user/winsrv/usersrv/lang/
H A Den-US.rc10 …diately, you will lose any unsaved data. To end the program now, click End Now.", IDC_STATIC, 7, 4…
11 DEFPUSHBUTTON "&End Now", IDC_END_NOW, 150, 71, 43, 17
20 PUSHBUTTON "&End Now", IDC_END_NOW, 78, 98, 43, 17
23 …diately, you will lose any unsaved data. To end the program now, click End Now.", IDC_STATIC, 7, 5…
/reactos/drivers/filesystems/udfs/Include/
H A Dproduct.tph22 #define VER_STR_PRODUCT_NAME "DVD Write Now"
23 #define VER_STR_VENDOR_NAME "DVD Write Now"
24 #define VER_STR_VENDOR_SHORT_NAME "DVD Write Now"
/reactos/base/shell/cmd/
H A Dren.txt52 -Now we check the dstPattern �does it contain a Path?:
57 -Now we check the dstPattern �does it contains a Path?
61 4)Now we are entering in the do...while:
74 5)Now we have to check our Boolean.
/reactos/base/applications/calc/
H A Dwhatsnew.txt36 * Now decimal and thousand separators can be also read directly from registry (NT only, not 9x/ME).
38 * Now unary operators and constant generators won't break RPN queue.
90 * Now the [+/-] button can change the sign of any number into the output display.
98 * Now [.] can start a number directly: if it is pressed when display is empty then "0." is pushed a…
111 * Now the PASTE menu command is disabled if the clipboard doesn't store good data.
125 * Now context menu is enabled only when child controls are clicked.
/reactos/base/services/tcpsvcs/
H A Dquotes53 "Finally! Now go away!
71 "Oh Great. Now look what you've done. Who put YOU in charge anyway.
89 "Now you switch me off?!
/reactos/sdk/tools/kbdtool/
H A Doutput.c19 struct tm *Now; variable
230 asctime(Now)); in kbd_h()
349 strftime(TimeBuffer, 5, "%Y", Now); in kbd_rc()
597 asctime(Now)); in kbd_c()
1283 Now = localtime(&Clock); in DoOutput()
/reactos/ntoskrnl/inbv/
H A Dbootanim.c913 LARGE_INTEGER Now; in GetFamousQuote() local
915 KeQuerySystemTime(&Now); // KeQueryTickCount(&Now); in GetFamousQuote()
916 Now.LowPart = Now.LowPart >> 8; /* Seems to give a somewhat better "random" number */ in GetFamousQuote()
918 return FamousLastWords[Now.LowPart % RTL_NUMBER_OF(FamousLastWords)]; in GetFamousQuote()
/reactos/media/doc/
H A DDdCreateDirectDrawObject.txt13 Now we come to if IN HDC is null basic we need create
25 4. Now we trying create directdraw handler it being cache to (pDirectDrawGlobalInternal->hDD)
/reactos/modules/rosapps/applications/net/dhcpd/
H A DNEWS2 Finally autoconf and company are working. Now i will work on windows port.
/reactos/drivers/network/tcpip/lwip/doc/
H A Dsavannah.txt37 Now paste the id_rsa.pub contents into your Savannah account public key list. Wait
54 are allowed to use SSH for Git only. Now, you should be able to do this:
108 Now, sign the archives with a detached GPG binary signature as follows:
/reactos/win32ss/user/winsrv/usersrv/
H A Dshutdown.c283 DWORD Now, Passed; in NotifyTopLevelWindow() local
290 Now = GetTickCount(); in NotifyTopLevelWindow()
292 NotifyContext->StartTime = Now; in NotifyTopLevelWindow()
298 Passed = Now - NotifyContext->StartTime; in NotifyTopLevelWindow()
/reactos/base/applications/notepad/lang/
H A Duk-UA.rc134 CAPTION "Now printing"
179 STRING_NOWPRINTING "Now printing page..."
H A Del-GR.rc134 CAPTION "Now printing"
180 STRING_NOWPRINTING "Now printing page..."
H A Dzh-CN.rc142 CAPTION "Now printing"
187 STRING_NOWPRINTING "Now printing page..."
H A Dzh-HK.rc142 CAPTION "Now printing"
188 STRING_NOWPRINTING "Now printing page..."
H A Dbg-BG.rc134 CAPTION "Now printing"
179 STRING_NOWPRINTING "Now printing page..."
H A Dhi-IN.rc141 CAPTION "Now printing"
186 STRING_NOWPRINTING "Now printing page..."
H A Dhe-IL.rc137 CAPTION "Now printing"
182 STRING_NOWPRINTING "Now printing page..."
H A Dhy-AM.rc134 CAPTION "Now printing"
179 STRING_NOWPRINTING "Now printing page..."
H A Dth-TH.rc134 CAPTION "Now printing"
174 STRING_NOWPRINTING "Now printing page..."
H A Dzh-TW.rc142 CAPTION "Now printing"
187 STRING_NOWPRINTING "Now printing page..."
H A Dda-DK.rc134 CAPTION "Now printing"
180 STRING_NOWPRINTING "Now printing page..."
H A Den-US.rc134 CAPTION "Now printing"
179 STRING_NOWPRINTING "Now printing page..."
/reactos/sdk/lib/crt/string/i386/
H A Dtcslen.inc29 /* Now compare the characters until a 0 is found */
/reactos/drivers/input/i8042prt/
H A Dmouse.c569 ULARGE_INTEGER Now; in i8042MouInputTestTimeout() local
575 Now.QuadPart = KeQueryInterruptTime(); in i8042MouInputTestTimeout()
579 if (Now.QuadPart - DeviceExtension->MousePacketStartTime.QuadPart > in i8042MouInputTestTimeout()
588 DeviceExtension->MousePacketStartTime.QuadPart = Now.QuadPart; in i8042MouInputTestTimeout()

12345