Home
last modified time | relevance | path

Searched refs:debugged (Results 1 – 25 of 2637) sorted by relevance

12345678910>>...106

/dports/dns/dog/dog-0.1.0/cargo-crates/datetime-0.5.1/tests/
H A Diso_formats.rs12 let debugged = date.iso().to_string(); in recently() localVariable
14 assert_eq!(debugged, "1600-02-28"); in recently()
20 let debugged = date.iso().to_string(); in just_then() localVariable
22 assert_eq!(debugged, "-0753-12-01"); in just_then()
28 let debugged = date.iso().to_string(); in far_far_future() localVariable
30 assert_eq!(debugged, "+10601-01-31"); in far_far_future()
38 assert_eq!(debugged, "12:00:00.000"); in midday()
61 assert_eq!(debugged, "Z"); in zulu()
68 assert_eq!(debugged, "+01"); in hours()
75 assert_eq!(debugged, "+01:30"); in hours_minutes()
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/datetime-0.5.2/tests/
H A Diso_formats.rs12 let debugged = date.iso().to_string(); in recently() localVariable
14 assert_eq!(debugged, "1600-02-28"); in recently()
20 let debugged = date.iso().to_string(); in just_then() localVariable
22 assert_eq!(debugged, "-0753-12-01"); in just_then()
28 let debugged = date.iso().to_string(); in far_far_future() localVariable
30 assert_eq!(debugged, "+10601-01-31"); in far_far_future()
38 assert_eq!(debugged, "12:00:00.000"); in midday()
61 assert_eq!(debugged, "Z"); in zulu()
68 assert_eq!(debugged, "+01"); in hours()
75 assert_eq!(debugged, "+01:30"); in hours_minutes()
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/datetime-0.5.1/src/cal/
H A Doffset.rs220 let debugged = format!("{:?}", offset); in debug_zulu() localVariable
221 assert_eq!(debugged, "Offset(Z)"); in debug_zulu()
227 let debugged = format!("{:?}", offset); in debug_offset() localVariable
228 assert_eq!(debugged, "Offset(-00:25:21)"); in debug_offset()
241 let debugged = format!("{:?}", offset.transform_date(then)); in debug_offset_date_time() localVariable
242 assert_eq!(debugged, "OffsetDateTime(2009-02-13T23:31:30.000+00:25:21)"); in debug_offset_date_time()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/datetime-0.5.2/src/cal/
H A Doffset.rs220 let debugged = format!("{:?}", offset); in debug_zulu() localVariable
221 assert_eq!(debugged, "Offset(Z)"); in debug_zulu()
227 let debugged = format!("{:?}", offset); in debug_offset() localVariable
228 assert_eq!(debugged, "Offset(-00:25:21)"); in debug_offset()
241 let debugged = format!("{:?}", offset.transform_date(then)); in debug_offset_date_time() localVariable
242 assert_eq!(debugged, "OffsetDateTime(2009-02-13T23:31:30.000+00:25:21)"); in debug_offset_date_time()
/dports/irc/epic4/help/8_Scripts/
H A Ddebug.irc11 debugged to turn debugging on/off where needed.
15 debug, just before the code to be debugged (note that if placed outside
19 debugged.
28 being debugged won't work, the debugger will reset to the logging
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/stepper/
H A Dcommand-line-debugger-example.rkt21 (define debugged-program-semaphore (make-semaphore))
23 (define debugged-program-thread #f)
25 ;; this function gets invoked on the debugged program's thread each time a step
32 (semaphore-wait debugged-program-semaphore))
37 debugged-program-thread
44 (semaphore-post debugged-program-semaphore))
/dports/x11/xorg-cf-files/xorg-cf-files-1.0.6/
H A Dsequent.cf321 #define DebugLibX11 DebugLibDefault /* debugged X library */
322 #define DebugLibXext DebugLibDefault /* debugged Xext library */
323 #define DebugLibXau DebugLibDefault /* debugged auth library */
325 #define DebugLibXmu DebugLibDefault /* debugged Xmu library */
328 #define DebugLibXa DebugLibDefault /* debugged audio library */
330 #define DebugLibXi DebugLibDefault /* debugged Xi library */
331 #define DebugLibXtst DebugLibDefault /* debugged Xtst library */
332 #define DebugLibICE DebugLibDefault /* debugged ICE library */
333 #define DebugLibSM DebugLibDefault /* debugged SM library */
334 #define DebugLibXkey DebugLibDefault /* debugged Xkey library */
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/shared/
H A Dhostutils.cpp75 BOOL debugged = FALSE; in isWinProcessBeingDebugged() local
76 CheckRemoteDebuggerPresent(processHandle, &debugged); in isWinProcessBeingDebugged()
78 return debugged != FALSE; in isWinProcessBeingDebugged()
/dports/www/firefox/firefox-99.0/devtools/server/actors/watcher/
H A Dbrowsing-context-helpers.jsm27 * Helper function to know if a given BrowsingContext should be debugged by scope
31 * The browsing context we want to check if it is part of debugged context
33 * The Session Context to help know what is debugged.
147 // * when the callsite care about all the debugged browsing contexts,
181 * The browsing context we want to check if it is part of debugged context
209 * The WindowGlobal we want to check if it is part of debugged context
211 * The Session Context to help know what is debugged.
267 * Helper function to know if a given WindowGlobal should be debugged by scope
272 * The WindowGlobal we want to check if it is part of debugged context
274 * The Session Context to help know what is debugged.
[all …]
/dports/devel/eric6/eric6-21.11/eric/docs/
H A DREADME-passive-debugging.rst8 to ensure, that the paths to the script to be debugged are identical
29 to be debugged.
42 the script to be debugged and its commandline parameters.
49 tells it the filename of the script being debugged. The IDE will try to
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/
H A Ddebug.h15 template <typename...> struct debugged;
65 #define FATAL_DEBUG_TYPE(...) decltype(::fatal::debugged<__VA_ARGS__>())
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-0.10.30/src/x509/
H A Dtests.rs38 let debugged = format!("{:#?}", cert); in test_debug() localVariable
39 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
40 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
41 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
42 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
43 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
44 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/dns/dog/dog-0.1.0/cargo-crates/openssl-0.10.30/src/x509/
H A Dtests.rs38 let debugged = format!("{:#?}", cert); in test_debug() localVariable
39 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
40 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
41 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
42 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
43 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
44 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/net-im/fractal/fractal-4.4.0/vendor/openssl/src/x509/
H A Dtests.rs38 let debugged = format!("{:#?}", cert); in test_debug() localVariable
39 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
40 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
41 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
42 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
43 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
44 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-0.10.30/src/x509/
H A Dtests.rs38 let debugged = format!("{:#?}", cert); in test_debug() localVariable
39 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
40 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
41 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
42 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
43 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
44 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/openssl-0.10.30/src/x509/
H A Dtests.rs38 let debugged = format!("{:#?}", cert); in test_debug() localVariable
39 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
40 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
41 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
42 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
43 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
44 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/
H A Dtests.rs38 let debugged = format!("{:#?}", cert); in test_debug() localVariable
39 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
40 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
41 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
42 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
43 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
44 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/openssl-0.10.30/src/x509/
H A Dtests.rs38 let debugged = format!("{:#?}", cert); in test_debug() localVariable
39 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
40 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
41 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
42 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
43 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
44 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/math/gap/gap-4.11.0/lib/
H A Ddebug.g44 # our function (or a number of a previously debugged one)
48 Print("Error: Do not know debugged function number ",f,".\n");
60 # find function in the list of debugged functions:
121 # find function among debugged functions:
129 Print("Error: This function is not debugged.\n");
137 Print("Error: Debugged function number ",f," is no longer debugged.\n");
/dports/math/R/R-4.1.2/src/library/base/man/
H A Ddebug.Rd26 method is debugged, rather than its generic.}
67 \code{fun} to be debugged. Note that debugging is implemented slightly
73 debugged (see \code{\link[methods:RMethodUtils]{isRematched}}).
76 and the closure \code{fun} has been debugged, or b) \code{signature} is not
78 for that signature has been debugged. In all other cases, it returns
110 ## only the first call will be debugged
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A Ddebug.Rd26 method is debugged, rather than its generic.}
67 \code{fun} to be debugged. Note that debugging is implemented slightly
73 debugged (see \code{\link[methods:RMethodUtils]{isRematched}}).
76 and the closure \code{fun} has been debugged, or b) \code{signature} is not
78 for that signature has been debugged. In all other cases, it returns
110 ## only the first call will be debugged
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/x509/
H A Dtests.rs39 let debugged = format!("{:#?}", cert); in test_debug() localVariable
40 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
41 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
42 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
43 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
44 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
45 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/x509/
H A Dtests.rs39 let debugged = format!("{:#?}", cert); in test_debug() localVariable
40 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
41 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
42 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
43 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
44 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
45 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/x509/
H A Dtests.rs39 let debugged = format!("{:#?}", cert); in test_debug() localVariable
40 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
41 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
42 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
43 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
44 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
45 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()
/dports/www/rearx/rearx-0.1.4/cargo-crates/openssl-0.10.32/src/x509/
H A Dtests.rs39 let debugged = format!("{:#?}", cert); in test_debug() localVariable
40 assert!(debugged.contains(r#"serial_number: "8771F7BDEE982FA5""#)); in test_debug()
41 assert!(debugged.contains(r#"signature_algorithm: sha256WithRSAEncryption"#)); in test_debug()
42 assert!(debugged.contains(r#"countryName = "AU""#)); in test_debug()
43 assert!(debugged.contains(r#"stateOrProvinceName = "Some-State""#)); in test_debug()
44 assert!(debugged.contains(r#"not_before: Aug 14 17:00:03 2016 GMT"#)); in test_debug()
45 assert!(debugged.contains(r#"not_after: Aug 12 17:00:03 2026 GMT"#)); in test_debug()

12345678910>>...106