Home
last modified time | relevance | path

Searched refs:sync_source (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/hm/
H A DPushEncoder.pm9 has sync_source => (
29 my $hm_user = $self->sync_source->user_info(email => $self->sync_source->foreign_username);
64 if ( $self->sync_source->request_failed($task) ) {
76 my $status = $self->sync_source->hm->act(
88 $self->sync_source->record_pushed_transaction(
108 my $status = $self->sync_source->hm->act(
159 my $status = $self->sync_source->hm->act(
198 my $status = $self->sync_source->hm->act(
204 if $self->sync_source->request_failed($status);
228 my $status = $self->sync_source->hm->act(
[all …]
H A DPullEncoder.pm7 has sync_source => (
32 { original_source_uuid => $self->sync_source->uuid,
34 creator => $self->sync_source->user_info( id => $txn->{'created_by'} )->{'email'},
68 if ( my $props = $self->sync_source->props ) {
81 my $status = $self->sync_source->hm->act( 'TaskSearch', %args );
108 = $self->sync_source->hm->search( 'TaskHistory', transaction_id => $txn->{'id'} );
110 = $self->sync_source->hm->search( 'TaskEmail', transaction_id => $txn->{'id'} );
145 my $source = $self->sync_source;
170 record_uuid => $self->sync_source->uuid_for_remote_id( $args{'task'}->{'id'} ),
202 record_uuid => $self->sync_source->uuid_for_remote_id(
[all …]
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/rt/
H A DPullEncoder.pm9 has sync_source =>
106 my $rt_handle = $self->sync_source->rt;
155 …{ original_source_uuid => $self->sync_source->uuid_for_remote_id( $ticket->{ $self->sync_source-…
192 …record_uuid => $self->sync_source->uuid_for_url( $self->sync_source->remote_url . "/attachment/" .…
234 …record_uuid => $self->sync_source->uuid_for_remote_id( $args{'ticket'}->{$self->sync_source->uuid …
276 record_uuid => $self->sync_source->uuid_for_remote_id(
277 $args{'ticket'}->{$self->sync_source->uuid . '-id'}
310 record_uuid => $self->sync_source->uuid_for_remote_id(
311 $args{'ticket'}->{$self->sync_source->uuid . '-id'}
340 $args{'ticket'}->{ $self->sync_source->uuid . '-id'}
[all …]
H A DPushEncoder.pm8 has sync_source =>
20 my $remote_ticket_id = $self->sync_source->remote_id_for_uuid( $change->record_uuid );
22 rt => $self->sync_source->rt,
40 rt => $self->sync_source->rt,
41 queue => $self->sync_source->rt_queue(),
53 my $ticket_id = $self->sync_source->remote_id_for_uuid( $props{'ticket'} );
57 my $ticket = RT::Client::REST::Ticket->new( rt => $self->sync_source->rt, id => $ticket_id);
74 my $ticket_id = $self->sync_source->remote_id_for_uuid( $props{'ticket'});
75 my $ticket = RT::Client::REST::Ticket->new( rt => $self->sync_source->rt, id => $ticket_id );
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/gcode/
H A DPushEncoder.pm8 has sync_source => (
35 my ( $email, $password ) = ($self->sync_source->gcode->email,
36 $self->sync_source->gcode->password);
38 ($email, $password) = $self->sync_source->login_loop(
39 uri => 'gcode:' . $self->sync_source->project,
68 $self->sync_source->record_remote_id_for_pushed_record(
87 $self->sync_source->log(
92 $self->sync_source->record_pushed_transactions(
98 $self->sync_source->log( "Push error: " . $_ );
115 my $ticket = $self->sync_source->gcode->issue();
[all …]
H A DPullEncoder.pm9 has sync_source => (
39 $self->sync_source->uuid . '-id' => $ticket->id,
95 project => $self->sync_source->project, );
106 map { $_ => $self->sync_source->gcode->$_ }
107 grep { $self->sync_source->gcode->$_ }
119 project => $self->sync_source->project, );
301 $self->sync_source->log_debug('Done looking at pulled txns');
313 $self->sync_source->uuid_for_remote_id($ticket_id);
375 $self->sync_source->uuid_for_remote_id( $ticket_id );
474 record_uuid => $self->sync_source->uuid_for_url(
[all …]
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/lighthouse/
H A DPushEncoder.pm6 has sync_source => (
30 $self->sync_source->record_remote_id_for_pushed_record(
49 $self->sync_source->log(
54 $self->sync_source->record_pushed_transactions(
62 $self->sync_source->log( "Push error: " . $err );
78 $self->sync_source->remote_id_for_uuid( $change->record_uuid );
79 my $ticket = $self->sync_source->lighthouse->ticket;
102 my $ticket = $self->sync_source->lighthouse->ticket;
121 $self->sync_source->log(
135 my $ticket = $self->sync_source->lighthouse->ticket;
[all …]
H A DPullEncoder.pm10 has sync_source => (
45 $self->sync_source->lighthouse->tickets( query => $args{query} );
54 my $last_pull = $self->sync_source->upstream_last_modified_date();
101 $self->sync_source->log_debug('Done looking at pulled txns');
111 $self->sync_source->uuid_for_remote_id($ticket->number);
155 name => $self->sync_source->uuid . '-id',
179 $self->sync_source->uuid_for_remote_id( $ticket->number );
337 record_uuid => $self->sync_source->uuid_for_url(
338 $self->sync_source->remote_url
396 map { $_ => $self->sync_source->lighthouse->$_ }
[all …]
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/ForeignReplica/
H A DPullEncoder.pm12 $self->sync_source->log('Finding matching tickets');
13 my $tickets = $self->find_matching_tickets( query => $self->sync_source->query );
16 $self->sync_source->log("No tickets found.");
21 $self->sync_source->log_debug("Discovering ticket history");
34 $self->sync_source->log_debug( "Fetching $counter of " . scalar @$tickets . " tickets");
58 starting_transaction => $self->sync_source->app_handle->handle->last_changeset_from_source(
59 $self->sync_source->uuid_for_remote_id( $self->ticket_id($ticket) )
85 …$self->sync_source->log_debug( "$ticket_id Transcoding transaction " . ++$txn_counter . " of " . s…
130 my $last_pull = $self->sync_source->upstream_last_modified_date();
133 die "Failed to parse '" . $self->sync_source->upstream_last_modified_date() . "' as a timestamp"
[all …]
H A DPushEncoder.pm28 $self->sync_source->record_remote_id_for_pushed_record(
44 $self->sync_source->log('I have no idea what I am doing for '.$change->record_uuid);
48 $self->sync_source->record_pushed_transactions(
55 $self->sync_source->log("Push error: ".$err);
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/redmine/
H A DPushEncoder.pm6 has sync_source => (
22 if $self->sync_source->app_handle->handle->last_changeset_from_source(
32 $self->sync_source->record_remote_id_for_pushed_record(
46 $self->sync_source->log(
51 $self->sync_source->record_pushed_transactions(
59 $self->sync_source->log( "Push error: " . $err );
73 = $self->sync_source->remote_id_for_uuid( $change->record_uuid );
77 connection => $self->sync_source->redmine->connection,
99 my $ticket = $self->sync_source->redmine->create(ticket => $attr);
114 = $self->sync_source->remote_id_for_uuid( $props{'ticket'} );
[all …]
H A DPullEncoder.pm8 has sync_source => (
23 my $redmine = $self->sync_source->redmine;
61 $self->sync_source->uuid . '-id' => $ticket->id,
102 my $ticket_id = $newer_ticket_state->{ $self->sync_source->uuid . '-id' };
103 my $ticket_uuid = $self->sync_source->uuid_for_remote_id($ticket_id);
175 my $ticket_id = $final_data->{ $self->sync_source->uuid . '-id' };
176 my $ticket_uuid = $self->sync_source->uuid_for_remote_id($ticket_id);
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/github/
H A DPushEncoder.pm6 has sync_source => (
27 if $self->sync_source->app_handle->handle->last_changeset_from_source(
37 $self->sync_source->record_remote_id_for_pushed_record(
51 $self->sync_source->log(
56 $self->sync_source->record_pushed_transactions(
64 $self->sync_source->log( "Push error: " . $err );
80 $self->sync_source->remote_id_for_uuid( $change->record_uuid );
81 my $ticket = $self->sync_source->github->issue();
100 my $ticket = $self->sync_source->github->issue;
122 my $ticket_id = $self->sync_source->remote_id_for_uuid( $props{'ticket'} );
[all …]
H A DPullEncoder.pm11 has sync_source => (
50 my $issue = $self->sync_source->github->issue;
60 my $last_pull = $self->sync_source->upstream_last_modified_date();
63 …$self->log_debug( "Failed to parse '" . $self->sync_source->upstream_last_modified_date() . "' as …
80 @{ $self->sync_source->github->issue->comments( $args{ticket}->{number} ) };
98 $self->sync_source->foreign_transaction_originated_locally(
125 $self->sync_source->log_debug('Done looking at pulled txns');
136 $self->sync_source->uuid_for_remote_id($ticket->{number});
170 name => $self->sync_source->uuid . '-id',
197 $self->sync_source->uuid_for_remote_id( $ticket->{number} );
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/trac/
H A DPushEncoder.pm6 has sync_source =>
26 $self->sync_source->remote_id_for_uuid( $change->record_uuid );
27 my $ticket = Net::Trac::Ticket->new( connection => $self->sync_source->trac);
45 connection => $self->sync_source->trac);
60 my $ticket_id = $self->sync_source->remote_id_for_uuid( $props{'ticket'} );
61 my $ticket = Net::Trac::Ticket->new( connection => $self->sync_source->trac);
75 my $ticket_id = $self->sync_source->remote_id_for_uuid( $props{'ticket'} );
76 my $ticket = Net::Trac::Ticket->new( connection => $self->sync_source->trac);
99 $self->sync_source->database_settings->{active_statuses};
H A DPullEncoder.pm11 has sync_source => (
36 $self->sync_source->uuid . '-id' => $ticket_object->id,
70 $self->sync_source->log("Searching for tickets");
73 connection => $self->sync_source->trac, limit => 9999 );
76 $self->sync_source->log("Trimming things after our last pull");
110 $self->sync_source->log_debug('Done looking at pulled txns');
195 …my $ticket_uuid = $self->sync_source->uuid_for_remote_id( $ticket->{ $self->sync_source->uuid . '-…
279 record_uuid => $self->sync_source->uuid_for_url(
280 $self->sync_source->remote_url
318 new => $self->sync_source->uuid_for_remote_id(
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/mpmd/
H A Dmpmd_mb_controller.cpp114 uhd::device_addr_t sync_source; in set_sync_source() local
115 sync_source["clock_source"] = clock_source; in set_sync_source()
116 sync_source["time_source"] = time_source; in set_sync_source()
117 set_sync_source(sync_source); in set_sync_source()
120 void mpmd_mb_controller::set_sync_source(const device_addr_t& sync_source) in set_sync_source() argument
123 for (const auto& key : sync_source.keys()) { in set_sync_source()
124 sync_source_map[key] = sync_source.get(key); in set_sync_source()
143 for (auto& sync_source : sync_sources) { in get_sync_sources() local
144 result.push_back(device_addr_t(sync_source)); in get_sync_sources()
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/audio/bpm_sync/
H A Dbpm_sync.gd15 var sync_source = SyncSource.SYSTEM_CLOCK
34 if sync_source == SyncSource.SYSTEM_CLOCK:
39 elif sync_source == SyncSource.SOUND_CLOCK:
49 sync_source = SyncSource.SYSTEM_CLOCK
57 sync_source = SyncSource.SOUND_CLOCK
/dports/audio/goattracker/goattracker-2.76/src/resid-fp/
H A Dwavefp.h135 … WaveformGeneratorFP::synchronize(WaveformGeneratorFP& sync_dest, WaveformGeneratorFP &sync_source) in synchronize() argument
140 if (msb_rising && sync_dest.sync && !(sync && sync_source.msb_rising)) { in synchronize()
149 float WaveformGeneratorFP::output(WaveformGeneratorFP& sync_source) in output() argument
164 phase ^= ((waveform & 3) == 1 && ring_mod && (sync_source.accumulator & 0x800000)) ? 0x800 : 0x00; in output()
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/debbugs/
H A DPushEncoder.pm6 has sync_source =>
30 $self->sync_source->record_remote_id_for_pushed_record(
51 $self->sync_source->record_pushed_transactions(
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/
H A Dx300_mb_controller.cpp323 if (sync_source.has_key("clock_source")) { in set_sync_source()
326 if (sync_source.has_key("time_source")) { in set_sync_source()
327 set_time_source(sync_source["time_source"]); in set_sync_source()
335 device_addr_t sync_source; in get_sync_source() local
336 sync_source["clock_source"] = clock_source; in get_sync_source()
337 sync_source["time_source"] = time_source; in get_sync_source()
338 return sync_source; in get_sync_source()
354 device_addr_t sync_source; in get_sync_sources() local
355 sync_source["clock_source"] = ct_pair.first; in get_sync_sources()
356 sync_source["time_source"] = ct_pair.second; in get_sync_sources()
[all …]
/dports/emulators/vice/vice-3.5/src/resid-dtv/
H A Dwave.h69 const WaveformGenerator* sync_source; variable
171 if (msb_rising && sync_dest->sync && !(sync && sync_source->msb_rising)) { in synchronize()
186 reg24 msb = (ring_mod ? sync_source->accumulator : accumulator) & 0x800000; in output___T()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/resid-dtv/
H A Dwave.h69 const WaveformGenerator* sync_source; variable
171 if (msb_rising && sync_dest->sync && !(sync && sync_source->msb_rising)) { in synchronize()
186 reg24 msb = (ring_mod ? sync_source->accumulator : accumulator) & 0x800000; in output___T()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/resid/
H A Dwave.h69 const WaveformGenerator* sync_source; variable
256 if (unlikely(msb_rising) && sync_dest->sync && !(sync && sync_source->msb_rising)) { in synchronize()
459 int ix = (accumulator ^ (~sync_source->accumulator & ring_msb_mask)) >> 12; in set_waveform_output()
516 int ix = (accumulator ^ (~sync_source->accumulator & ring_msb_mask)) >> 12; in set_waveform_output()
/dports/emulators/vice/vice-3.5/src/resid/
H A Dwave.h70 const WaveformGenerator* sync_source; variable
261 if (unlikely(msb_rising) && sync_dest->sync && !(sync && sync_source->msb_rising)) { in synchronize()
465 int ix = (accumulator ^ (~sync_source->accumulator & ring_msb_mask)) >> 12; in set_waveform_output()
528 int ix = (accumulator ^ (~sync_source->accumulator & ring_msb_mask)) >> 12; in set_waveform_output()

12345