Home
last modified time | relevance | path

Searched refs:behavior (Results 76 – 100 of 23368) sorted by relevance

12345678910>>...935

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/const-eval/
H A Dub-enum.64bit.stderr1 error[E0080]: it is undefined behavior to use this value
12 error[E0080]: it is undefined behavior to use this value
23 error[E0080]: it is undefined behavior to use this value
34 error[E0080]: it is undefined behavior to use this value
45 error[E0080]: it is undefined behavior to use this value
56 error[E0080]: it is undefined behavior to use this value
67 error[E0080]: it is undefined behavior to use this value
78 error[E0080]: it is undefined behavior to use this value
89 error[E0080]: it is undefined behavior to use this value
100 error[E0080]: it is undefined behavior to use this value
[all …]
H A Dub-enum.32bit.stderr1 error[E0080]: it is undefined behavior to use this value
12 error[E0080]: it is undefined behavior to use this value
23 error[E0080]: it is undefined behavior to use this value
34 error[E0080]: it is undefined behavior to use this value
45 error[E0080]: it is undefined behavior to use this value
56 error[E0080]: it is undefined behavior to use this value
67 error[E0080]: it is undefined behavior to use this value
78 error[E0080]: it is undefined behavior to use this value
89 error[E0080]: it is undefined behavior to use this value
100 error[E0080]: it is undefined behavior to use this value
[all …]
H A Dub-ref-ptr.64bit.stderr1 error[E0080]: it is undefined behavior to use this value
12 error[E0080]: it is undefined behavior to use this value
23 error[E0080]: it is undefined behavior to use this value
34 error[E0080]: it is undefined behavior to use this value
45 error[E0080]: it is undefined behavior to use this value
56 error[E0080]: it is undefined behavior to use this value
67 error[E0080]: it is undefined behavior to use this value
78 error[E0080]: it is undefined behavior to use this value
89 error[E0080]: it is undefined behavior to use this value
100 error[E0080]: it is undefined behavior to use this value
[all …]
H A Dub-ref-ptr.32bit.stderr1 error[E0080]: it is undefined behavior to use this value
12 error[E0080]: it is undefined behavior to use this value
23 error[E0080]: it is undefined behavior to use this value
34 error[E0080]: it is undefined behavior to use this value
45 error[E0080]: it is undefined behavior to use this value
56 error[E0080]: it is undefined behavior to use this value
67 error[E0080]: it is undefined behavior to use this value
78 error[E0080]: it is undefined behavior to use this value
89 error[E0080]: it is undefined behavior to use this value
100 error[E0080]: it is undefined behavior to use this value
[all …]
/dports/deskutils/py-vobject/vobject-0.9.6.1/vobject/
H A Dbase.py115 self.behavior = copyit.behavior
123 if self.behavior:
166 self.behavior = behavior
180 if self.isNative or not self.behavior or not self.behavior.hasNative:
213 if self.isNative and self.behavior and self.behavior.hasNative:
249 behavior = self.behavior
251 if behavior:
604 obj.behavior = behavior
608 if obj.behavior is None and self.behavior is not None:
610 obj.behavior = self.behavior.defaultBehavior
[all …]
/dports/games/opensonic/opensnc-src-0.1.4/themes/
H A Dprototype.brk9 behavior DEFAULT
30 behavior DEFAULT
51 behavior DEFAULT
72 behavior DEFAULT
94 behavior DEFAULT
115 behavior DEFAULT
136 behavior DEFAULT
157 behavior DEFAULT
178 behavior DEFAULT
241 behavior DEFAULT
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DClientCredentialsElement.cs113 ClientCredentials behavior; in CreateBehavior()
116 behavior = new ClientCredentials(); in CreateBehavior()
128 ApplyConfiguration(behavior); in CreateBehavior()
130 return behavior; in CreateBehavior()
133 protected internal void ApplyConfiguration( ClientCredentials behavior ) in ApplyConfiguration() argument
135 if (null == behavior) in ApplyConfiguration()
143 this.Windows.ApplyConfiguration(behavior.Windows); in ApplyConfiguration()
155 this.IssuedToken.ApplyConfiguration(behavior.IssuedToken); in ApplyConfiguration()
159 this.HttpDigest.ApplyConfiguration(behavior.HttpDigest); in ApplyConfiguration()
163 this.Peer.ApplyConfiguration(behavior.Peer); in ApplyConfiguration()
[all …]
/dports/ports-mgmt/portfmt/portfmt-1.1.0/
H A Dmainutils.c97 settings->behavior |= PARSER_OUTPUT_DIFF; in read_common_args()
107 settings->behavior |= PARSER_OUTPUT_DUMP_TOKENS; in read_common_args()
118 settings->behavior |= PARSER_OUTPUT_INPLACE; in read_common_args()
121 settings->behavior |= PARSER_FORMAT_TARGET_COMMANDS; in read_common_args()
124 settings->behavior |= PARSER_UNSORTED_VARIABLES; in read_common_args()
127 settings->behavior |= PARSER_ALWAYS_SORT_VARIABLES; in read_common_args()
150 (settings->behavior & PARSER_OUTPUT_DIFF) || in read_common_args()
151 (settings->behavior & PARSER_OUTPUT_RAWLINES)) { in read_common_args()
152 settings->behavior &= ~PARSER_OUTPUT_INPLACE; in read_common_args()
204 if (behavior & MAINUTILS_OPEN_FILE_INPLACE) { in open_file()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/onig-6.3.1/src/
H A Dsyntax.rs149 pub fn behavior(&self) -> SyntaxBehavior { in behavior() method
156 pub fn set_behavior(&mut self, behavior: SyntaxBehavior) { in set_behavior()
157 let behavior = behavior.bits() as onig_sys::OnigSyntaxBehavior; in set_behavior() localVariable
159 onig_sys::onig_set_syntax_behavior(&mut self.raw, behavior); in set_behavior()
164 pub fn enable_behavior(&mut self, behavior: SyntaxBehavior) { in enable_behavior()
165 let behavior = self.behavior() | behavior; in enable_behavior() localVariable
166 self.set_behavior(behavior) in enable_behavior()
170 pub fn disable_behavior(&mut self, behavior: SyntaxBehavior) { in disable_behavior()
171 let behavior = self.behavior() & !behavior; in disable_behavior() localVariable
172 self.set_behavior(behavior) in disable_behavior()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/polymer/v1_0/components-chromium/neon-animation/
H A DBUILD.gn9 js_library("neon-animatable-behavior-extracted") {
14 ":neon-animatable-behavior-extracted",
15 "../iron-resizable-behavior:iron-resizable-behavior-extracted",
21 ":neon-animation-runner-behavior-extracted",
22 "../iron-resizable-behavior:iron-resizable-behavior-extracted",
27 js_library("neon-animation-behavior-extracted") {
30 js_library("neon-animation-runner-behavior-extracted") {
31 deps = [ ":neon-animatable-behavior-extracted" ]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/polymer/v3_0/components-chromium/neon-animation/
H A DBUILD.gn11 ".:neon-animatable-behavior",
12 "../iron-resizable-behavior:iron-resizable-behavior",
17 js_library("neon-animatable-behavior") {
23 ".:neon-animation-runner-behavior",
24 "../iron-resizable-behavior:iron-resizable-behavior",
30 js_library("neon-animation-behavior") {
34 js_library("neon-animation-runner-behavior") {
36 ".:neon-animatable-behavior",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/polymer/v3_0/components-chromium/neon-animation/
H A DBUILD.gn11 ".:neon-animatable-behavior",
12 "../iron-resizable-behavior:iron-resizable-behavior",
17 js_library("neon-animatable-behavior") {
23 ".:neon-animation-runner-behavior",
24 "../iron-resizable-behavior:iron-resizable-behavior",
30 js_library("neon-animation-behavior") {
34 js_library("neon-animation-runner-behavior") {
36 ".:neon-animatable-behavior",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/polymer/v1_0/components-chromium/neon-animation/
H A DBUILD.gn9 js_library("neon-animatable-behavior-extracted") {
14 ":neon-animatable-behavior-extracted",
15 "../iron-resizable-behavior:iron-resizable-behavior-extracted",
21 ":neon-animation-runner-behavior-extracted",
22 "../iron-resizable-behavior:iron-resizable-behavior-extracted",
27 js_library("neon-animation-behavior-extracted") {
30 js_library("neon-animation-runner-behavior-extracted") {
31 deps = [ ":neon-animatable-behavior-extracted" ]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/mr/
H A Dkcm_ktp_chat_behavior.po20 #: behavior-config.cpp:50
30 #: behavior-config.cpp:67
37 #: behavior-config.ui:17
43 #: behavior-config.ui:23
49 #: behavior-config.ui:30
55 #: behavior-config.ui:40
61 #: behavior-config.ui:53
68 #: behavior-config.ui:59
74 #: behavior-config.ui:85
80 #: behavior-config.ui:91
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/pa/
H A Dkcm_ktp_chat_behavior.po20 #: behavior-config.cpp:50
30 #: behavior-config.cpp:67
37 #: behavior-config.ui:17
43 #: behavior-config.ui:23
49 #: behavior-config.ui:30
55 #: behavior-config.ui:40
61 #: behavior-config.ui:53
68 #: behavior-config.ui:59
74 #: behavior-config.ui:85
80 #: behavior-config.ui:91
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/ga/
H A Dkcm_ktp_chat_behavior.po20 #: behavior-config.cpp:50
33 #: behavior-config.cpp:67
40 #: behavior-config.ui:17
46 #: behavior-config.ui:23
52 #: behavior-config.ui:30
58 #: behavior-config.ui:40
64 #: behavior-config.ui:53
71 #: behavior-config.ui:59
77 #: behavior-config.ui:85
83 #: behavior-config.ui:91
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/kk/
H A Dkcm_ktp_chat_behavior.po20 #: behavior-config.cpp:50
29 #: behavior-config.cpp:67
36 #: behavior-config.ui:17
42 #: behavior-config.ui:23
48 #: behavior-config.ui:30
54 #: behavior-config.ui:40
60 #: behavior-config.ui:53
67 #: behavior-config.ui:59
73 #: behavior-config.ui:85
79 #: behavior-config.ui:91
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/zh_TW/
H A Dkcm_ktp_chat_behavior.po21 #: behavior-config.cpp:50
30 #: behavior-config.cpp:67
37 #: behavior-config.ui:17
43 #: behavior-config.ui:23
49 #: behavior-config.ui:30
55 #: behavior-config.ui:40
61 #: behavior-config.ui:53
68 #: behavior-config.ui:59
74 #: behavior-config.ui:85
80 #: behavior-config.ui:91
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/ar/
H A Dkcm_ktp_chat_behavior.po21 #: behavior-config.cpp:50
35 #: behavior-config.cpp:67
42 #: behavior-config.ui:17
48 #: behavior-config.ui:23
54 #: behavior-config.ui:30
60 #: behavior-config.ui:40
66 #: behavior-config.ui:53
73 #: behavior-config.ui:59
79 #: behavior-config.ui:85
85 #: behavior-config.ui:91
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/ja/
H A Dkcm_ktp_chat_behavior.po17 #: behavior-config.cpp:50
27 #: behavior-config.cpp:67
34 #: behavior-config.ui:17
40 #: behavior-config.ui:23
46 #: behavior-config.ui:30
52 #: behavior-config.ui:40
58 #: behavior-config.ui:53
65 #: behavior-config.ui:59
71 #: behavior-config.ui:85
77 #: behavior-config.ui:91
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/po/ko/
H A Dkcm_ktp_chat_behavior.po20 #: behavior-config.cpp:50
29 #: behavior-config.cpp:67
36 #: behavior-config.ui:17
42 #: behavior-config.ui:23
48 #: behavior-config.ui:30
54 #: behavior-config.ui:40
60 #: behavior-config.ui:53
67 #: behavior-config.ui:59
73 #: behavior-config.ui:85
79 #: behavior-config.ui:91
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/cssom-view/
H A Dscroll-behavior-subframe-window.html.ini1 [scroll-behavior-subframe-window.html]
2 [Main frame with smooth scroll-behavior ; scroll() with default behavior]
6 [Main frame with smooth scroll-behavior ; scroll() with auto behavior]
11 [Main frame with smooth scroll-behavior ; scrollTo() with auto behavior]
17 [Main frame with smooth scroll-behavior ; scrollTo() with smooth behavior]
21 [Main frame with auto scroll-behavior ; scrollBy() with default behavior]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/cssom-view/
H A Dscroll-behavior-subframe-window.html.ini1 [scroll-behavior-subframe-window.html]
2 [Main frame with smooth scroll-behavior ; scroll() with default behavior]
6 [Main frame with smooth scroll-behavior ; scroll() with auto behavior]
11 [Main frame with smooth scroll-behavior ; scrollTo() with auto behavior]
17 [Main frame with smooth scroll-behavior ; scrollTo() with smooth behavior]
21 [Main frame with auto scroll-behavior ; scrollBy() with default behavior]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/mach/
H A Dexception_behaviors.cc19 bool ExceptionBehaviorHasState(exception_behavior_t behavior) { in ExceptionBehaviorHasState() argument
20 const exception_behavior_t basic_behavior = ExceptionBehaviorBasic(behavior); in ExceptionBehaviorHasState()
25 bool ExceptionBehaviorHasIdentity(exception_behavior_t behavior) { in ExceptionBehaviorHasIdentity() argument
26 const exception_behavior_t basic_behavior = ExceptionBehaviorBasic(behavior); in ExceptionBehaviorHasIdentity()
31 bool ExceptionBehaviorHasMachExceptionCodes(exception_behavior_t behavior) { in ExceptionBehaviorHasMachExceptionCodes() argument
32 return (behavior & MACH_EXCEPTION_CODES) != 0; in ExceptionBehaviorHasMachExceptionCodes()
35 exception_behavior_t ExceptionBehaviorBasic(exception_behavior_t behavior) { in ExceptionBehaviorBasic() argument
36 return behavior & ~MACH_EXCEPTION_CODES; in ExceptionBehaviorBasic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mach/
H A Dexception_behaviors.cc19 bool ExceptionBehaviorHasState(exception_behavior_t behavior) { in ExceptionBehaviorHasState() argument
20 const exception_behavior_t basic_behavior = ExceptionBehaviorBasic(behavior); in ExceptionBehaviorHasState()
25 bool ExceptionBehaviorHasIdentity(exception_behavior_t behavior) { in ExceptionBehaviorHasIdentity() argument
26 const exception_behavior_t basic_behavior = ExceptionBehaviorBasic(behavior); in ExceptionBehaviorHasIdentity()
31 bool ExceptionBehaviorHasMachExceptionCodes(exception_behavior_t behavior) { in ExceptionBehaviorHasMachExceptionCodes() argument
32 return (behavior & MACH_EXCEPTION_CODES) != 0; in ExceptionBehaviorHasMachExceptionCodes()
35 exception_behavior_t ExceptionBehaviorBasic(exception_behavior_t behavior) { in ExceptionBehaviorBasic() argument
36 return behavior & ~MACH_EXCEPTION_CODES; in ExceptionBehaviorBasic()

12345678910>>...935