Home
last modified time | relevance | path

Searched refs:Notice (Results 251 – 275 of 16461) sorted by relevance

1...<<11121314151617181920>>...659

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/interface/
H A Dprotocol_encoder.h56 k_local = Mysqlx::Notice::Frame_Scope_LOCAL,
57 k_global = Mysqlx::Notice::Frame_Scope_GLOBAL
61 k_warning = Mysqlx::Notice::Frame_Type_WARNING,
63 Mysqlx::Notice::Frame_Type_SESSION_VARIABLE_CHANGED,
64 k_session_state_changed = Mysqlx::Notice::Frame_Type_SESSION_STATE_CHANGED,
66 Mysqlx::Notice::Frame_Type_GROUP_REPLICATION_STATE_CHANGED,
67 k_server_hello = Mysqlx::Notice::Frame_Type_SERVER_HELLO
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/rustsec/src/advisory/
H A Dinformational.rs14 Notice, enumerator
36 Self::Notice => "notice", in as_str()
45 *self == Self::Notice in is_notice()
69 Self::Notice => Some(warning::Kind::Notice), in warning_kind()
88 "notice" => Self::Notice, in from_str()
117 assert_eq!(Informational::Notice, notice); in parse_notice()
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
H A Dbug76860_2.phpt21 Notice: Accessing static property B::$a as non static in %sbug76860_2.php on line 7
23 Notice: Undefined property: B::$a in %sbug76860_2.php on line 7
25 Notice: Accessing static property B::$b as non static in %sbug76860_2.php on line 7
27 Notice: Undefined property: B::$b in %sbug76860_2.php on line 7
29 Notice: Accessing static property B::$c as non static in %sbug76860_2.php on line 7
31 Notice: Undefined property: B::$c in %sbug76860_2.php on line 7
H A Dbug76667.phpt22 Notice: Undefined variable: undefined in %sbug76667.php on line %d
24 Notice: Trying to get property '1' of non-object in %sbug76667.php on line %d
28 Notice: Undefined variable: undefined in %sbug76667.php on line %d
30 Notice: Trying to get property 'NAN' of non-object in %sbug76667.php on line %d
34 Notice: Undefined variable: undefined in %sbug76667.php on line %d
36 Notice: Trying to get property 'NAN' of non-object in %sbug76667.php on line %d
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/android/BOINC/app/src/main/java/edu/berkeley/boinc/rpc/
H A DNoticesParser.java32 private Notice mNotice = null;
33 private ArrayList<Notice> mNotices = new ArrayList<Notice>();
35 public final ArrayList<Notice> getNotices() { in getNotices()
39 public static ArrayList<Notice> parse(String rpcResult) { in parse()
47 return new ArrayList<Notice>(); in parse()
55 mNotice = new Notice(); in startElement()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/rustsec-0.23.3/src/advisory/
H A Dinformational.rs14 Notice, enumerator
36 Self::Notice => "notice", in as_str()
45 *self == Self::Notice in is_notice()
69 Self::Notice => Some(warning::Kind::Notice), in warning_kind()
88 "notice" => Self::Notice, in from_str()
117 assert_eq!(Informational::Notice, notice); in parse_notice()
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to float in %s on line %d
55 Notice: Object of class Bar could not be converted to float in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
H A Dbug76860_2.phpt21 Notice: Accessing static property B::$a as non static in %sbug76860_2.php on line 7
23 Notice: Undefined property: B::$a in %sbug76860_2.php on line 7
25 Notice: Accessing static property B::$b as non static in %sbug76860_2.php on line 7
27 Notice: Undefined property: B::$b in %sbug76860_2.php on line 7
29 Notice: Accessing static property B::$c as non static in %sbug76860_2.php on line 7
31 Notice: Undefined property: B::$c in %sbug76860_2.php on line 7
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/gopkg.in/gemnasium/logrus-airbrake-hook.v2/
H A Dairbrake.go19 noticeChan chan *gobrake.Notice
24 airbrake.AddFilter(func(notice *gobrake.Notice) *gobrake.Notice {
33 noticeChan: make(chan *gobrake.Notice, BufSize),
47 notice := hook.Airbrake.Notice(notifyErr, nil, 3)
68 func (hook *airbrakeHook) sendNotice(notice *gobrake.Notice) {
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dhtmlentities22.phpt256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dhtmlentities22.phpt256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dhtmlentities22.phpt256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dhtmlentities22.phpt256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dhtmlentities22.phpt256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dhtmlentities22.phpt256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
274 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
277 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
280 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
283 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe…
[all …]
/dports/lang/php73/php-7.3.33/ext/iconv/tests/
H A Diconv_strlen_variation2.phpt110 Notice: iconv_strlen(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on lin…
115 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
120 Notice: iconv_strlen(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s on…
125 Notice: iconv_strlen(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s on…
130 Notice: iconv_strlen(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on …
135 Notice: iconv_strlen(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s on…
140 Notice: iconv_strlen(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed i…
145 Notice: iconv_strlen(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed …
150 Notice: iconv_strlen(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on l…
161 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
[all …]
/dports/converters/php73-iconv/php-7.3.33/ext/iconv/tests/
H A Diconv_strlen_variation2.phpt110 Notice: iconv_strlen(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on lin…
115 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
120 Notice: iconv_strlen(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s on…
125 Notice: iconv_strlen(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s on…
130 Notice: iconv_strlen(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on …
135 Notice: iconv_strlen(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s on…
140 Notice: iconv_strlen(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed i…
145 Notice: iconv_strlen(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed …
150 Notice: iconv_strlen(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on l…
161 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
[all …]
/dports/www/mod_php73/php-7.3.33/ext/iconv/tests/
H A Diconv_strlen_variation2.phpt110 Notice: iconv_strlen(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on lin…
115 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
120 Notice: iconv_strlen(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s on…
125 Notice: iconv_strlen(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s on…
130 Notice: iconv_strlen(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on …
135 Notice: iconv_strlen(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s on…
140 Notice: iconv_strlen(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed i…
145 Notice: iconv_strlen(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed …
150 Notice: iconv_strlen(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on l…
161 Notice: iconv_strlen(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
[all …]
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug76667.phpt22 Notice: Undefined variable: undefined in %sbug76667.php on line %d
24 Notice: Trying to get property '1' of non-object in %sbug76667.php on line %d
28 Notice: Undefined variable: undefined in %sbug76667.php on line %d
30 Notice: Trying to get property 'NAN' of non-object in %sbug76667.php on line %d
34 Notice: Undefined variable: undefined in %sbug76667.php on line %d
36 Notice: Trying to get property 'NAN' of non-object in %sbug76667.php on line %d

1...<<11121314151617181920>>...659