Home
last modified time | relevance | path

Searched refs:change_position (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/discussions/
H A Dupdate_diff_position_service_spec.rb166 change_position = discussion.change_position
167 expect(change_position.start_sha).to eq(old_diff_refs.head_sha)
168 expect(change_position.head_sha).to eq(new_diff_refs.head_sha)
169 expect(change_position.formatter.old_line).to eq(9)
170 expect(change_position.formatter.new_line).to be_nil
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/
H A Dposition_tracer_helpers.rb35 change_position = result[:position]
40 expect(change_position).to be_nil
42 expect(change_position).not_to be_nil
43 expect(change_position.diff_refs).to eq(change_diff_refs)
46 expect(change_position.send(attr)).to eq(value)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/system_notes/
H A Dmerge_requests_service.rb58 def diff_discussion_outdated(discussion, change_position) argument
60 diff_refs = change_position.diff_refs
62 position_on_text = change_position.on_text?
67 … anchor = position_on_text ? change_position.line_code(repository) : change_position.file_hash
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/discussions/
H A Dupdate_diff_position_service.rb15 note.change_position = position
22 note.change_position = nil
/dports/games/fargoal/fargoal/src/
H A Dchar.c166 change_position (int id) in change_position() function
212 change_position (id); in char_move()
315 change_position (id); in char_transfer_to()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/system_notes/
H A Dmerge_requests_service_spec.rb119 subject { service.diff_discussion_outdated(discussion, change_position) }
134 line_code = change_position.line_code(project.repository)
145 file_hash = change_position.file_hash
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dplaylist-data.cc262 change_position(NO_POS); in remove_entries()
505 change_position(NO_POS); in remove_selected()
923 void PlaylistData::change_position(PosChange change) in change_position() function in PlaylistData
956 change_position(change); in change_position_to_next()
1003 change_position({entry_num, true}); in set_position()
1015 change_position({pos, !shuffle}); in prev_song()
1060 change_position({pos, !shuffle}); in prev_album()
1103 change_position(skip); in next_album()
1106 change_position(change); in next_album()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/lib/gitlab/import_export/group_exports/complex/tree/groups/4351/
H A Depics.ndjson1change_position":null,"resolved_by_push":null,"review_id":null,"type":null,"author":{"name":"Admin…
2 …id":null,"discussion_id":"15f0a7f4ed16a07bc78841e122524bb867edcf86","change_position":null,"resolv…
3 …id":null,"discussion_id":"423ffec14a3ce148c11a802eb1f2613fa8ca9a94","change_position":null,"resolv…
4 …id":null,"discussion_id":"5bc3e30d508affafc61de2b4e1d9f21039505cc3","change_position":null,"resolv…
5 …id":null,"discussion_id":"a6231acdaef5f4d2e569dfb604f1baf85c49e1a0","change_position":null,"resolv…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/lib/gitlab/import_export/group_exports/no_children/tree/groups/4353/
H A Depics.ndjson1change_position":null,"resolved_by_push":null,"review_id":null,"type":null,"author":{"name":"Admin…
2 …id":null,"discussion_id":"15f0a7f4ed16a07bc78841e122524bb867edcf86","change_position":null,"resolv…
3 …id":null,"discussion_id":"423ffec14a3ce148c11a802eb1f2613fa8ca9a94","change_position":null,"resolv…
4 …id":null,"discussion_id":"5bc3e30d508affafc61de2b4e1d9f21039505cc3","change_position":null,"resolv…
5 …id":null,"discussion_id":"a6231acdaef5f4d2e569dfb604f1baf85c49e1a0","change_position":null,"resolv…
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/simulators/matrix_product_state/
H A Dmatrix_product_state_internal.cpp401 change_position(index_B, index_A+1); // Move B to be right after A in apply_2_qubit_gate()
404 change_position(index_B, index_A-1); // Move B to be right before A in apply_2_qubit_gate()
458 change_position(index_A+1, index_B); // Move B back to its original position in apply_2_qubit_gate()
460 change_position(index_A-1, index_B); in apply_2_qubit_gate()
669 change_position(sorted_indices[i], centralized_qubits[i]); in move_qubits_to_centralized_indices()
672 change_position(sorted_indices[i], centralized_qubits[i]); in move_qubits_to_centralized_indices()
683 change_position(first+i, sorted_qubits[i]); in move_qubits_to_original_location()
688 change_position(first+i, sorted_qubits[i]); in move_qubits_to_original_location()
756 void MPS::change_position(uint_t src, uint_t dst) { in change_position() function in AER::MatrixProductState::MPS
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_send.py35 … inputs=None, add_inputs=None, change_address=None, change_position=None, change_type=None, argument
75 if change_position is not None:
76 options["change_position"] = change_position
343 …=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_address=change_address, change_position=0)
346 …om_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_type="legacy", change_position=0)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_send.py35 … inputs=None, add_inputs=None, change_address=None, change_position=None, change_type=None, argument
75 if change_position is not None:
76 options["change_position"] = change_position
343 …=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_address=change_address, change_position=0)
346 …om_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_type="legacy", change_position=0)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_send.py35 … inputs=None, add_inputs=None, change_address=None, change_position=None, change_type=None, argument
75 if change_position is not None:
76 options["change_position"] = change_position
343 …=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_address=change_address, change_position=0)
346 …om_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_type="legacy", change_position=0)
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dwallet_send.py36 …uts=None, add_inputs=None, include_unsafe=None, change_address=None, change_position=None, change_… argument
81 if change_position is not None:
82 options["change_position"] = change_position
418 …=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_address=change_address, change_position=0)
421 …om_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_type="legacy", change_position=0)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dwallet_send.py36 …uts=None, add_inputs=None, include_unsafe=None, change_address=None, change_position=None, change_… argument
81 if change_position is not None:
82 options["change_position"] = change_position
418 …=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_address=change_address, change_position=0)
421 …om_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_type="legacy", change_position=0)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dwallet_send.py36 …uts=None, add_inputs=None, include_unsafe=None, change_address=None, change_position=None, change_… argument
81 if change_position is not None:
82 options["change_position"] = change_position
418 …=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_address=change_address, change_position=0)
421 …om_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False, change_type="legacy", change_position=0)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/merge_requests/
H A Doutdated_discussion_diff_lines_service.rb54 note.change_position
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dnote.rb610 return false unless change_position&.line_range
612 change_position.line_range["end"] || change_position.line_range["start"]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Ddiff_positionable_note.rb81 self.change_position = result[:position]
/dports/multimedia/p5-Audio-M4P/Audio-M4P-0.57/lib/Audio/M4P/
H A DQuickTime.pm465 my ( $self, $sinf_sz, $change_position ) = @_;
477 $all_mdat_before = 0 if $mdt->start > $change_position;
483 map { ( $_ > $change_position ) ? $_ - $sinf_sz : $_ }
502 $offset64 -= $sinf_sz if $offset64 > $change_position;
521 next if $offset64 < $change_position;
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_navigation.h97 void (*change_position)(AgsNavigation *navigation, member
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dspend.cpp731 auto change_position = txNew.vout.insert(txNew.vout.begin() + nChangePosInOut, newTxOut); in CreateTransactionInternal() local
762 change_position->nValue -= fee_needed; in CreateTransactionInternal()
768 CAmount change_amount = change_position->nValue; in CreateTransactionInternal()
769 …if (IsDust(*change_position, coin_selection_params.m_discard_feerate) || change_amount <= coin_sel… in CreateTransactionInternal()
773 txNew.vout.erase(change_position); in CreateTransactionInternal()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dspend.cpp731 auto change_position = txNew.vout.insert(txNew.vout.begin() + nChangePosInOut, newTxOut); in CreateTransactionInternal() local
762 change_position->nValue -= fee_needed; in CreateTransactionInternal()
768 CAmount change_amount = change_position->nValue; in CreateTransactionInternal()
769 …if (IsDust(*change_position, coin_selection_params.m_discard_feerate) || change_amount <= coin_sel… in CreateTransactionInternal()
773 txNew.vout.erase(change_position); in CreateTransactionInternal()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dspend.cpp731 auto change_position = txNew.vout.insert(txNew.vout.begin() + nChangePosInOut, newTxOut);
762 change_position->nValue -= fee_needed;
768 CAmount change_amount = change_position->nValue;
769 …if (IsDust(*change_position, coin_selection_params.m_discard_feerate) || change_amount <= coin_sel…
773 txNew.vout.erase(change_position);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/lib/gitlab/import_export/light/tree/project/
H A Dissues.ndjson1 …:null,"resolved_at":null,"resolved_by_id":null,"discussion_id":null,"change_position":null,"resolv…

123