/dports/deskutils/bijiben/bijiben-40.1/src/libbiji/provider/ |
H A D | biji-local-note.c | 26 GFile *location; member 124 g_autoptr(GError) error = NULL; in local_note_archive() 145 &error); in local_note_archive() 147 if (error) in local_note_archive() 148 g_message ("%s", error->message); in local_note_archive() 176 g_autoptr(GError) error = NULL; in local_note_restore() 191 &error); in local_note_restore() 193 if (error != NULL) in local_note_restore() 209 g_autoptr (GError) error = NULL; in delete_file() 211 g_file_delete_finish (self->location, res, &error); in delete_file() [all …]
|
H A D | biji-local-provider.c | 176 GError *error; in enumerate_next_files_ready_cb() local 183 error = NULL; in enumerate_next_files_ready_cb() 188 if (error != NULL) in enumerate_next_files_ready_cb() 204 BijiNoteObj *note; in enumerate_next_files_ready_cb() local 220 note = biji_local_note_new_from_info (BIJI_PROVIDER (self), in enumerate_next_files_ready_cb() 223 biji_lazy_deserialize (note); in enumerate_next_files_ready_cb() 230 g_hash_table_replace (target, g_strdup (info.url), note); in enumerate_next_files_ready_cb() 251 GError *error; in enumerate_children_ready_cb() local 259 error = NULL; in enumerate_children_ready_cb() 263 if (error != NULL) in enumerate_children_ready_cb() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/examples/objective-c/route_guide/ |
H A D | ViewControllers.m | 50 RTGRouteNote *note = [self message]; 51 note.message = message; 52 note.location.latitude = (int32_t) latitude * 1E7; 53 note.location.longitude = (int32_t) longitude * 1E7; 54 return note; 247 location.latitude = [((NSNumber *) feature[@"location"][@"latitude"]) intValue]; 329 for (RTGRouteNote *note in notes) { 330 [call writeMessage:note]; 337 if (note) { 339 self.outputLabel.text, note.message, note.location]; [all …]
|
/dports/devel/grpc130/grpc-1.30.2/examples/objective-c/route_guide/ |
H A D | ViewControllers.m | 56 RTGRouteNote *note = [self message]; 57 note.message = message; 58 note.location.latitude = (int32_t)latitude * 1E7; 59 note.location.longitude = (int32_t)longitude * 1E7; 60 return note; 273 location.latitude = [((NSNumber *)feature[@"location"][@"latitude"]) intValue]; 331 for (RTGRouteNote *note in notes) { 332 [call writeMessage:note]; 339 if (note) { 341 note.message, note.location]; [all …]
|
/dports/devel/grpc/grpc-1.42.0/examples/objective-c/route_guide/ |
H A D | ViewControllers.m | 56 RTGRouteNote *note = [self message]; 57 note.message = message; 58 note.location.latitude = (int32_t)latitude * 1E7; 59 note.location.longitude = (int32_t)longitude * 1E7; 60 return note; 273 location.latitude = [((NSNumber *)feature[@"location"][@"latitude"]) intValue]; 331 for (RTGRouteNote *note in notes) { 332 [call writeMessage:note]; 339 if (note) { 341 note.message, note.location]; [all …]
|
/dports/devel/grpc134/grpc-1.34.1/examples/objective-c/route_guide/ |
H A D | ViewControllers.m | 56 RTGRouteNote *note = [self message]; 57 note.message = message; 58 note.location.latitude = (int32_t)latitude * 1E7; 59 note.location.longitude = (int32_t)longitude * 1E7; 60 return note; 273 location.latitude = [((NSNumber *)feature[@"location"][@"latitude"]) intValue]; 331 for (RTGRouteNote *note in notes) { 332 [call writeMessage:note]; 339 if (note) { 341 note.message, note.location]; [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/test/ui-fulldeps/ |
H A D | hash-stable-is-unstable.stderr | 1 error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the … 7 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information 10 error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the … 16 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information 19 error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the … 25 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information 28 error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the … 37 error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the … 45 …= note: this error originates in the derive macro `HashStable` (in Nightly builds, run with -Z mac… 47 error: aborting due to 5 previous errors [all …]
|
/dports/devel/esbuild/esbuild-0.12.23/lib/shared/ |
H A D | common.ts | 905 if (error !== null) reject(new Error(error)); 1174 if (error) return callback(new Error(error), null); 1276 error.detail = details.load(error.detail); 1306 if (error) return callback(new Error(error), null); 1358 if (location) { 1359 note = { text: e.message, location } 1360 return note 1382 …return { pluginName, text, location, notes: note ? [note] : [], detail: stash ? stash.store(e) : -… 1452 return error; 1463 if (location == null) return null; [all …]
|
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/lib/shared/ |
H A D | common.ts | 719 if (error !== null) reject(new Error(error)) 964 if (error !== null) reject(new Error(error)); 1233 if (error) return callback(new Error(error), null); 1335 error.detail = details.load(error.detail); 1436 if (location) { 1437 note = { text: e.message, location } 1438 return note 1447 let location: types.Location | null = null 1460 …return { pluginName, text, location, notes: note ? [note] : [], detail: stash ? stash.store(e) : -… 1541 if (location == null) return null; [all …]
|
/dports/devel/codeworker/CodeWorker4_5_3/Scripts/Tutorial/GettingStarted/ |
H A D | SimpleML-token-reading.cws | 7 //note: only if an error occurs while reading the stream or the file has completed, 11 //note: an error occurs. This token announces a class declaration. 18 //note: if an identifier token hasn't been found (token is empty), an error is thrown, 19 if !sClassName error("class name expected"); 21 //note: if the file location points to \samp{":"}, announcing the inheritance, function 22 //note: \samp{readIfEqualTo(":")} returns \samp{true}, and the location moves after the 23 //note: matched expression. If it fails, the file location remains the same. 31 if !readIfEqualTo("{") error("'{' expected"); 75 if !readIfEqualTo(")") error("')' expected"); 95 //note: success or failure, because an error is thrown in case of syntax mismatch. [all …]
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/docs/ |
H A D | Diagnostics.md | 20 callsite-location ::= 'callsite' '(' location 'at' location ')' 175 attaching a note, if the user does not provide an explicit source location the 176 note will inherit the location of the parent diagnostic. 179 // Emit a note with an explicit source location. 182 // Emit a note that inherits the parent location. 210 the textual form of that operation is printed and attached as a note to the 236 test.mlir:3:3: note: diagnostic emitted with trace: 310 * `expected-(error|note|remark|warning) {{ message }}` 315 // Expect an error on the same line. 320 // Expect an error on an adjacent line. [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/ |
H A D | main-wrong-location.stderr | 1 error[E0601]: `main` function not found in crate `main_wrong_location` 2 --> $DIR/main-wrong-location.rs:1:1 10 | |_^ the main function must be defined at the crate level (in `$DIR/main-wrong-location.rs`) 12 note: here is a function named `main` 13 --> $DIR/main-wrong-location.rs:5:5 17 = note: you have one or more functions named `main` not defined at the crate level 20 error: aborting due to previous error 22 For more information about this error, try `rustc --explain E0601`.
|
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Matlab/test/ |
H A D | test1_read.m | 7 error('TestADIOSRead expects an non-negative integer verbose argument'); 28 …error('ADIOS read test: %s minimum value %s does not match the expected minimum value %s', varname… 31 …error('ADIOS read test: %s maximum value %s does not match the expected maximum value %s', varname… 34 …error('ADIOS read test: %s location of minimum value %s does not match the expected location %s', … 37 …error('ADIOS read test: %s location of maximum value %s does not match the expected location %s', … 56 assert(strcmp(f.Variables(2).Name, 'note'), 'Error: First variable is expected to be ''note'' but g… 73 %note = adiosread(f,'note'); 74 %fprintf('Note: %s\n', note)
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/docs/ |
H A D | Diagnostics.md | 20 callsite-location ::= 'callsite' '(' location 'at' location ')' 175 attaching a note, if the user does not provide an explicit source location the 176 note will inherit the location of the parent diagnostic. 179 // Emit a note with an explicit source location. 182 // Emit a note that inherits the parent location. 212 the textual form of that operation is printed and attached as a note to the 238 test.mlir:3:3: note: diagnostic emitted with trace: 312 * `expected-(error|note|remark|warning) {{ message }}` 317 // Expect an error on the same line. 322 // Expect an error on an adjacent line. [all …]
|
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/docs/ |
H A D | Diagnostics.md | 20 callsite-location ::= 'callsite' '(' location 'at' location ')' 175 attaching a note, if the user does not provide an explicit source location the 176 note will inherit the location of the parent diagnostic. 179 // Emit a note with an explicit source location. 182 // Emit a note that inherits the parent location. 212 the textual form of that operation is printed and attached as a note to the 238 test.mlir:3:3: note: diagnostic emitted with trace: 312 * `expected-(error|note|remark|warning) {{ message }}` 317 // Expect an error on the same line. 322 // Expect an error on an adjacent line. [all …]
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/docs/ |
H A D | Diagnostics.md | 20 callsite-location ::= 'callsite' '(' location 'at' location ')' 175 attaching a note, if the user does not provide an explicit source location the 176 note will inherit the location of the parent diagnostic. 179 // Emit a note with an explicit source location. 182 // Emit a note that inherits the parent location. 212 the textual form of that operation is printed and attached as a note to the 238 test.mlir:3:3: note: diagnostic emitted with trace: 312 * `expected-(error|note|remark|warning) {{ message }}` 317 // Expect an error on the same line. 322 // Expect an error on an adjacent line. [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/docs/ |
H A D | Diagnostics.md | 20 callsite-location ::= 'callsite' '(' location 'at' location ')' 175 attaching a note, if the user does not provide an explicit source location the 176 note will inherit the location of the parent diagnostic. 179 // Emit a note with an explicit source location. 182 // Emit a note that inherits the parent location. 212 the textual form of that operation is printed and attached as a note to the 238 test.mlir:3:3: note: diagnostic emitted with trace: 312 * `expected-(error|note|remark|warning) {{ message }}` 317 // Expect an error on the same line. 322 // Expect an error on an adjacent line. [all …]
|
/dports/comms/gnokii/gnokii-0.6.31/common/phones/ |
H A D | nk6100.c | 780 *pos++ = pe->location; in WritePhonebook() 806 entry.location = data->phonebook_entry->location; in DeletePhonebook() 865 if ((data->speed_dial->location < 0) || (data->speed_dial->location > 255)) in SetSpeedDial() 2214 if (data->ringtone->location < 0) data->ringtone->location = 17; in SetRingtone() 2646 if ((data->calnote->location < 0) || (data->calnote->location > 255)) in GetCalendarNote() 2666 if ((data->calnote->location < 0) || (data->calnote->location > 255)) in WriteCalendarNote() 2737 if ((data->calnote->location < 0) || (data->calnote->location > 255)) in DeleteCalendarNote() 2838 note->time.year = note->alarm.timestamp.year; in IncomingCalendar() 3049 if (data->ringtone->location < 0) data->ringtone->location = 17; in SetRawRingtone() 3078 ringtone.location = (data->ringtone->location < 0) ? 17 : data->ringtone->location; in DeleteRingtone() [all …]
|
/dports/comms/gammu/gammu-1.42.0/docs/manual/protocol/ |
H A D | n7110.rst | 220 r Add meeting note { 0x0002, location (2 bytes), status (2 bytes)} 222 r Add call note { 0x0004, location (2 bytes), status (2 bytes)} 225 r Add birthday note { 0x0006, location (2 bytes), status (2 bytes)} 227 r Add reminder note { 0x0008, location (2 bytes), status (2 bytes)} 228 s Delete calendar note { 0x000b, location (2 bytes) } 229 r Delete calendar note { 0x000c, location (2 bytes), ?, ?, ?, ? } 230 s Get calendar note { 0x0019, location (2 bytes) } 267 ? s Get calendar note?? { 0x003E, location (2 bytes) } 268 ? r Get calendar note?? { 0x003F, location (2bytes), ... } 583 r Get bin ringtone { 0x9e, location, error, contents... } [all …]
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/docs/ |
H A D | Diagnostics.md | 70 // These methods use the location attached to the operation. 115 attaching a note, if the user does not provide an explicit source location the 116 note will inherit the location of the parent diagnostic. 119 // Emit a note with an explicit source location. 122 // Emit a note that inherits the parent location. 178 test.mlir:3:3: note: diagnostic emitted with trace: 264 // location is performed as necessary by the caller. 291 * `expected-(error|note|remark|warning) {{ message }}` 296 // Expect an error on the same line. 301 // Expect an error on an adjacent line. [all …]
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/docs/ |
H A D | Diagnostics.md | 70 // These methods use the location attached to the operation. 115 attaching a note, if the user does not provide an explicit source location the 116 note will inherit the location of the parent diagnostic. 119 // Emit a note with an explicit source location. 122 // Emit a note that inherits the parent location. 178 test.mlir:3:3: note: diagnostic emitted with trace: 264 // location is performed as necessary by the caller. 291 * `expected-(error|note|remark|warning) {{ message }}` 296 // Expect an error on the same line. 301 // Expect an error on an adjacent line. [all …]
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/docs/ |
H A D | Diagnostics.md | 70 // These methods use the location attached to the operation. 115 attaching a note, if the user does not provide an explicit source location the 116 note will inherit the location of the parent diagnostic. 119 // Emit a note with an explicit source location. 122 // Emit a note that inherits the parent location. 178 test.mlir:3:3: note: diagnostic emitted with trace: 264 // location is performed as necessary by the caller. 291 * `expected-(error|note|remark|warning) {{ message }}` 296 // Expect an error on the same line. 301 // Expect an error on an adjacent line. [all …]
|
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/docs/ |
H A D | Diagnostics.md | 70 // These methods use the location attached to the operation. 115 attaching a note, if the user does not provide an explicit source location the 116 note will inherit the location of the parent diagnostic. 119 // Emit a note with an explicit source location. 122 // Emit a note that inherits the parent location. 178 test.mlir:3:3: note: diagnostic emitted with trace: 264 // location is performed as necessary by the caller. 291 * `expected-(error|note|remark|warning) {{ message }}` 296 // Expect an error on the same line. 301 // Expect an error on an adjacent line. [all …]
|
/dports/devel/p5-Config-Model/Config-Model-2.147/lib/Config/Model/ |
H A D | AnyThing.pm | 43 trigger => sub { my $self = shift; $self->{location} = $self->_location; }, 73 has location => ( is => 'ro', isa => 'Str', builder => '_location', lazy => 1 ); 102 $args{path} //= $self->location; 114 $str .= $self->parent->location if defined $self->parent; 210 $self->notify_change(note => 'deleted annotation') if $self->{annotation}; 221 || croak $parser->error(); 230 my $note = $item->text . ''; 231 $note =~ s/\s+$//; 232 $logger->trace("load_pod_annotation: '$path' -> '$note'"); 233 $self->grab( steps => $path )->annotation($note); [all …]
|
/dports/lang/vala/vala-0.48.18/libvaladoc/ |
H A D | errorreporter.vala | 59 * SGR (Select Graphic Rendition) end tag for error titles 64 * SGR (Select Graphic Rendition) start tag for note titles 69 * SGR (Select Graphic Rendition) end tag for note titles 136 * "error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01" 168 case "error": 176 case "note": 312 if (location != null) { 332 if (location != null) { 341 this.stream.puts ("error: "); 354 if (location != null) { [all …]
|