Home
last modified time | relevance | path

Searched defs:rope (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/benches/
H A Dqueries.rs18 let rope = Rope::from_str(TEXT); in index_convert() localVariable
26 let rope = Rope::from_str(TEXT); in index_convert() localVariable
34 let rope = Rope::from_str(TEXT); in index_convert() localVariable
42 let rope = Rope::from_str(TEXT); in index_convert() localVariable
50 let rope = Rope::from_str(TEXT); in index_convert() localVariable
58 let rope = Rope::from_str(TEXT); in index_convert() localVariable
70 let rope = Rope::from_str(TEXT); in get() localVariable
78 let rope = Rope::from_str(TEXT); in get() localVariable
86 let rope = Rope::from_str(TEXT); in get() localVariable
94 let rope = Rope::from_str(TEXT); in get() localVariable
[all …]
H A Dinsert.rs17 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
25 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
32 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
40 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
52 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
60 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
67 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
75 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
87 let mut rope = Rope::from_str(TEXT); in insert_medium() localVariable
95 let mut rope = Rope::from_str(TEXT); in insert_medium() localVariable
[all …]
H A Dremove.rs29 let mut rope = Rope::from_str(&text); in remove_small() localVariable
45 let mut rope = Rope::from_str(&text); in remove_small() localVariable
61 let mut rope = Rope::from_str(&text); in remove_small() localVariable
77 let mut rope = Rope::from_str(&text); in remove_small() localVariable
99 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
115 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
131 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
147 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
169 let mut rope = Rope::from_str(&text); in remove_large() localVariable
185 let mut rope = Rope::from_str(&text); in remove_large() localVariable
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/benches/
H A Dqueries.rs18 let rope = Rope::from_str(TEXT); in index_convert() localVariable
26 let rope = Rope::from_str(TEXT); in index_convert() localVariable
34 let rope = Rope::from_str(TEXT); in index_convert() localVariable
42 let rope = Rope::from_str(TEXT); in index_convert() localVariable
50 let rope = Rope::from_str(TEXT); in index_convert() localVariable
58 let rope = Rope::from_str(TEXT); in index_convert() localVariable
70 let rope = Rope::from_str(TEXT); in get() localVariable
78 let rope = Rope::from_str(TEXT); in get() localVariable
86 let rope = Rope::from_str(TEXT); in get() localVariable
94 let rope = Rope::from_str(TEXT); in get() localVariable
[all …]
H A Dinsert.rs17 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
25 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
32 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
40 let mut rope = Rope::from_str(TEXT); in insert_char() localVariable
52 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
60 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
67 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
75 let mut rope = Rope::from_str(TEXT); in insert_small() localVariable
87 let mut rope = Rope::from_str(TEXT); in insert_medium() localVariable
95 let mut rope = Rope::from_str(TEXT); in insert_medium() localVariable
[all …]
H A Dremove.rs29 let mut rope = Rope::from_str(&text); in remove_small() localVariable
45 let mut rope = Rope::from_str(&text); in remove_small() localVariable
61 let mut rope = Rope::from_str(&text); in remove_small() localVariable
77 let mut rope = Rope::from_str(&text); in remove_small() localVariable
99 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
115 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
131 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
147 let mut rope = Rope::from_str(&text); in remove_medium() localVariable
169 let mut rope = Rope::from_str(&text); in remove_large() localVariable
185 let mut rope = Rope::from_str(&text); in remove_large() localVariable
[all …]
/dports/devel/fatal/fatal-2021.12.27.00/fatal/string/
H A Drope.h431 struct rope { struct
469 * Default constructor. Constructs an empty rope. argument
511 explicit rope(Args &&...args) { in rope() function
657 rope const *r, in const_iterator() argument
911 rope mimic() const { in mimic() argument
1047 void concat(rope const &rhs) { in concat() argument
1067 void concat(rope &&rhs) { in concat() argument
1433 int compare(T &&rhs) const { in compare()
1540 for (piece_index i = 0, pieces = pieces_.size(); i < pieces; ++i) {
1641 using argument = rope; argument
[all …]
/dports/math/py-baycomp/baycomp-1.0.2/baycomp/
H A Dmultiple.py152 def __new__(cls, x, y, rope=0, *, nsamples=50000, **kwargs): argument
156 def sample(cls, x, y, rope=0, nsamples=50000, **kwargs): argument
174 def probs(cls, x, y, rope=0, *, nsamples=50000, **kwargs): argument
193 def plot(cls, x, y, rope, *, nsamples=50000, names=None, **kwargs): argument
216 def plot_simplex(cls, x, y, rope, *, nsamples=50000, names=None, **kwargs): argument
271 def sample(cls, x, y, rope=0, *, prior=1, nsamples=50000): argument
302 def sample(cls, x, y, rope=0, *, prior=0.5, nsamples=50000): argument
355 def sample(cls, x, y, rope, *, runs=1, argument
387 def scaled_data(x, y, rope): argument
454 def two_on_multiple(x, y, rope=0, *, runs=1, names=None, plot=False, **kwargs): argument
H A Dsingle.py27 def __init__(self, mean, var, df, rope=0, meanx=None, meany=None, argument
120 def __new__(cls, x, y, rope=0, runs=1, *, names=None, nsamples=50000): argument
173 def probs(cls, x, y, rope=0, runs=1): argument
195 def plot(cls, x, y, rope=0, runs=1, *, names=None): argument
213 def two_on_single(x, y, rope=0, runs=1, *, names=None, plot=False): argument
H A Dutils.py4 def check_args(x, y, rope=0, prior=1, nsamples=50000): argument
19 def call_shortcut(test, x, y, rope, *args, plot=False, names=None, **kwargs): argument
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/GrappleBow.ocd/
H A DScript.c47 var rope = hook->GetRope(); in Destruction() local
57 var rope = hook->GetRope(); in Departure() local
68 var rope = hook->GetRope(); in Incineration() local
153 var rope = hook->GetRope(); in ControlUseStart() local
221 var rope = hook->GetRope(); in DrawRopeIn() local
232 var rope = hook->GetRope(); in LaunchProjectile() local
/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/tests/
H A Dclone_rope_to_thread.rs22 let mut rope = rx1.recv().unwrap(); in clone_rope_to_thread() localVariable
33 let mut rope = rx1.recv().unwrap(); in clone_rope_to_thread() localVariable
H A Dfrom_reader.rs15 let rope = Rope::from_reader(text_reader).unwrap(); in from_reader_01() localVariable
29 let rope = Rope::from_reader(text_reader).unwrap(); in from_reader_02() localVariable
H A Dproptest_tests.rs160 let rope = Rope::from_str(&text); localVariable
170 let rope = Rope::from_str(&text); localVariable
180 let mut rope = Rope::from_str(TEXT); localVariable
195 let mut rope = Rope::from_str(TEXT); localVariable
215 let mut rope = Rope::from_str(TEXT); localVariable
236 let mut rope = Rope::new(); localVariable
259 let mut rope = Rope::new(); localVariable
483 let rope = Rope::from_str(&text); localVariable
H A Dfrom_str.rs10 let rope = Rope::from_str(TEXT); in from_str() localVariable
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/tests/
H A Dclone_rope_to_thread.rs22 let mut rope = rx1.recv().unwrap(); in clone_rope_to_thread() localVariable
33 let mut rope = rx1.recv().unwrap(); in clone_rope_to_thread() localVariable
H A Dfrom_reader.rs15 let rope = Rope::from_reader(text_reader).unwrap(); in from_reader_01() localVariable
29 let rope = Rope::from_reader(text_reader).unwrap(); in from_reader_02() localVariable
H A Dproptest_tests.rs160 let rope = Rope::from_str(&text); localVariable
170 let rope = Rope::from_str(&text); localVariable
180 let mut rope = Rope::from_str(TEXT); localVariable
195 let mut rope = Rope::from_str(TEXT); localVariable
215 let mut rope = Rope::from_str(TEXT); localVariable
236 let mut rope = Rope::new(); localVariable
259 let mut rope = Rope::new(); localVariable
483 let rope = Rope::from_str(&text); localVariable
H A Dfrom_str.rs10 let rope = Rope::from_str(TEXT); in from_str() localVariable
/dports/biology/bwa/bwa-0.7.17/
H A Drope.c57 rope_t *rope; in rope_init() local
71 void rope_destroy(rope_t *rope) in rope_destroy()
78 static inline rpnode_t *split_node(rope_t *rope, rpnode_t *u, rpnode_t *v) in split_node()
114 int64_t rope_insert_run(rope_t *rope, int64_t x, int a, int64_t rl, rpcache_t *cache) in rope_insert_run()
150 static rpnode_t *rope_count_to_leaf(const rope_t *rope, int64_t x, int64_t cx[6], int64_t *rest) in rope_count_to_leaf()
179 void rope_rank2a(const rope_t *rope, int64_t x, int64_t y, int64_t *cx, int64_t *cy) in rope_rank2a()
200 void rope_itr_first(const rope_t *rope, rpitr_t *i) in rope_itr_first()
/dports/games/wop/wop-0.4.3/src/
H A Dweaponhook.cpp47 Rope* const rope = dynamic_cast<Rope*>( world->newObject( ROPE )); in reallyShoot() local
79 Rope* const rope = dynamic_cast<Rope*>( world->newObject( ROPE )); in reallyShoot() local
H A Dhook.cpp85 Rope* rope = dynamic_cast<Rope*>( getAttachedObject( i ) ); in collidedWithObstacle() local
100 const Rope* rope = dynamic_cast<Rope*>( getAttachedObject( i )); in collidedWithObstacle() local
/dports/devel/texlab/texlab-3.3.0/cargo-crates/logos-derive-0.12.0/src/graph/
H A Dregex.rs98 let rope = Rope::new(&ropebuf[cur..end], *then); in parse_mir() localVariable
116 let rope = Rope::new(&ropebuf[cur..end], then).miss(miss); in parse_mir() localVariable
131 let rope = ropes.remove(0); in parse_mir() localVariable
201 fn rope() { in rope() function
H A Drope.rs241 let rope = Rope::new("foobar", leaf); in into_fork() localVariable
255 let rope = Rope::new("!", leaf); in into_fork_one_byte() localVariable
268 let rope = Rope::new("42", leaf).miss_any(NodeId::new(42)); in into_fork_miss_any() localVariable
290 let rope = Rope::new("42", leaf).miss(Miss::First(NodeId::new(42))); in into_fork_miss_first() localVariable
309 let rope = Rope::new("foobar", leaf); in split_at() localVariable
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/rdb/
H A Drope.c29 #define ROPE_SALLOC(rope, n) (rope)->allocator->s_alloc((rope)->allocator, n) argument
115 seg_consumed(rdb_ROPEBUF *rope, rdb_ROPESEG *seg, unsigned nr) in seg_consumed()
132 rope_consumed(rdb_ROPEBUF *rope, unsigned nr) in rope_consumed()
184 rope_consolidate(rdb_ROPEBUF *rope, unsigned nr) in rope_consolidate()
337 wipe_rope(rdb_ROPEBUF *rope) in wipe_rope()

123456789