Home
last modified time | relevance | path

Searched refs:rself (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/rake.d/
H A Dpch.rb197 rself = Pathname.new(__FILE__)
198 rself = rself.relative_path_from(Pathname.new(Dir.pwd)) unless rself.relative?
640 rself = Pathname.new(__FILE__)
641 rself = rself.relative_path_from(Pathname.new(Dir.pwd)) unless rself.relative?
642 @config_deps = [Rake.application.rakefile, 'build-config', rself.to_s]
/dports/net/samba412/samba-4.12.15/source3/profile/
H A Dprofile.c289 struct rusage rself; in smbprofile_dump() local
304 ret = getrusage(RUSAGE_SELF, &rself); in smbprofile_dump()
306 ZERO_STRUCT(rself); in smbprofile_dump()
310 (rself.ru_utime.tv_sec * 1000000) + in smbprofile_dump()
311 rself.ru_utime.tv_usec; in smbprofile_dump()
313 (rself.ru_stime.tv_sec * 1000000) + in smbprofile_dump()
314 rself.ru_stime.tv_usec; in smbprofile_dump()
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/version/
H A Dvpp.pm54 my $rself = $self->clone;
55 $rself->{current} += $offset;
56 return $rself;
61 my $rself = $self->clone;
62 $rself->{current} -= $offset;
63 return $rself;
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/lib/ExtUtils/MakeMaker/version/
H A Dvpp.pm60 my $rself = $self->clone;
61 $rself->{current} += $offset;
62 return $rself;
67 my $rself = $self->clone;
68 $rself->{current} -= $offset;
69 return $rself;
/dports/devel/p5-version/version-0.9929/vperl/
H A Dvpp.pm54 my $rself = $self->clone;
55 $rself->{current} += $offset;
56 return $rself;
61 my $rself = $self->clone;
62 $rself->{current} -= $offset;
63 return $rself;
/dports/devel/p5-Module-Build/Module-Build-0.4231/inc/
H A DMBVersion.pm311 my $rself = $self->clone;
312 $rself->{current} += $offset;
313 return $rself;
318 my $rself = $self->clone;
319 $rself->{current} -= $offset;
320 return $rself;
/dports/math/py-sympy/sympy-1.9/sympy/simplify/
H A Dsimplify.py860 rself = __refactor(self)
862 rself = self
869 if type(rself) == type(rother):
871 if rself.limits == rother.limits:
872 return factor_sum(Sum(rself.function + rother.function, *rself.limits))
874 if simplify(rself.function - rother.function) == 0:
875 if len(rself.limits) == len(rother.limits) == 1:
876 i = rself.limits[0][0]
877 x1 = rself.limits[0][1]
878 y1 = rself.limits[0][2]
[all …]
/dports/www/p5-AnyEvent-HTTPD/AnyEvent-HTTPD-0.93/lib/AnyEvent/HTTPD/
H A DHTTPServer.pm42 my $rself = $self;
/dports/devel/zls/zls-0.9.0/src/
H A Dunit_tests.zig99 \\ fn add(lhf: lself, rhs: rself) !Se<cursor> {
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Dresolved-writer.c2344 avro_resolved_record_writer_t *rself = in try_record() local
2346 avro_memoize_set(&state->mem, wschema, root_rschema, rself); in try_record()
2430 rself->field_count = wfields; in try_record()
2431 rself->field_offsets = field_offsets; in try_record()
2432 rself->field_resolvers = field_resolvers; in try_record()
2433 rself->index_mapping = index_mapping; in try_record()
2434 *self = &rself->parent; in try_record()
2443 avro_value_iface_decref(&rself->parent.parent); in try_record()
H A Dresolved-reader.c2241 avro_resolved_record_reader_t *rself = in try_record() local
2243 avro_memoize_set(&state->mem, wschema, rschema, rself); in try_record()
2312 rself->field_count = rfields; in try_record()
2313 rself->field_offsets = field_offsets; in try_record()
2314 rself->field_resolvers = field_resolvers; in try_record()
2315 rself->index_mapping = index_mapping; in try_record()
2316 return &rself->parent; in try_record()
2324 avro_value_iface_decref(&rself->parent.parent); in try_record()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Dresolved-writer.c2344 avro_resolved_record_writer_t *rself =
2346 avro_memoize_set(&state->mem, wschema, root_rschema, rself);
2430 rself->field_count = wfields;
2431 rself->field_offsets = field_offsets;
2432 rself->field_resolvers = field_resolvers;
2433 rself->index_mapping = index_mapping;
2434 *self = &rself->parent;
2443 avro_value_iface_decref(&rself->parent.parent);
H A Dresolved-reader.c2241 avro_resolved_record_reader_t *rself = in try_record() local
2243 avro_memoize_set(&state->mem, wschema, rschema, rself); in try_record()
2312 rself->field_count = rfields; in try_record()
2313 rself->field_offsets = field_offsets; in try_record()
2314 rself->field_resolvers = field_resolvers; in try_record()
2315 rself->index_mapping = index_mapping; in try_record()
2316 return &rself->parent; in try_record()
2324 avro_value_iface_decref(&rself->parent.parent); in try_record()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSIndexSet.m827 NSRange rself = GSIArrayItemAtIndex(_array, i).ext;
830 if (NSEqualRanges(rself, rother) == NO)
/dports/net/p5-Net-SIP/Net-SIP-0.832/lib/Net/SIP/
H A DDispatcher.pm658 weaken( my $rself = \$self );
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/access/
H A Dkcm_access.desktop165 X-KDE-Keywords[sv]=åtkomst,handikappstöd,döva,funktionshindrade,hörsel,hörselförlust,summer,hörbar …