Searched refs:relpath (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DArrowImage.pm15 my $relpath = File::Spec->abs2rel($self->get_output_path, $path);
16 $relpath =~ s:\\:/:g if $^O eq 'MSWin32';
17 return sprintf qq|<a href="#TOP" class="toplink"><img alt="^" src="%s" /></a>|, $relpath;
H A DDoc.pm30 my $relpath = File::Spec->catdir($reldir, $name);
31 $relpath =~ s:\\:/:g if $^O eq 'MSWin32';
32 $self->name( join "-", File::Spec->splitdir($relpath) );
33 $self->relpath($relpath.".".$suffix.".html");
57 my $relpath = $self->relpath;
59 $relpath =~ s/\.html$//;
60 my $path = File::Spec->catfile($outroot, $relpath);
91 <a href="[% outroot _ '/index.html' | relpath
[all...]
H A DFile.pm9 __PACKAGE__->mk_accessors(qw/config name relpath/);
46 my $relpath = $self->relpath || $self->default_name;
47 my $path = File::Spec->catfile($outroot, $relpath);
H A DDocManager.pm52 my $relpath = File::Spec->catdir( $reldir, $fname );
53 $relpath .= ".";
54 $relpath .= $suffix;
55 $relpath =~ s:\\:/:g if $^O eq 'MSWin32';
59 if ( $relpath =~ /$regex/ ) {
H A DTemplate.pm20 relpath => sub {
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DArrowImage.pm15 my $relpath = File::Spec->abs2rel($self->get_output_path, $path);
16 $relpath =~ s:\\:/:g if $^O eq 'MSWin32';
17 return sprintf qq|<a href="#TOP" class="toplink"><img alt="^" src="%s" /></a>|, $relpath;
H A DDoc.pm30 my $relpath = File::Spec->catdir($reldir, $name);
31 $relpath =~ s:\\:/:g if $^O eq 'MSWin32';
32 $self->name( join "-", File::Spec->splitdir($relpath) );
33 $self->relpath($relpath.".".$suffix.".html");
57 my $relpath = $self->relpath;
59 $relpath =~ s/\.html$//;
60 my $path = File::Spec->catfile($outroot, $relpath);
91 <a href="[% outroot _ '/index.html' | relpath
[all...]
H A DFile.pm9 __PACKAGE__->mk_accessors(qw/config name relpath/);
46 my $relpath = $self->relpath || $self->default_name;
47 my $path = File::Spec->catfile($outroot, $relpath);
H A DDocManager.pm52 my $relpath = File::Spec->catdir( $reldir, $fname );
53 $relpath .= ".";
54 $relpath .= $suffix;
55 $relpath =~ s:\\:/:g if $^O eq 'MSWin32';
59 if ( $relpath =~ /$regex/ ) {
H A DTemplate.pm20 relpath => sub {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DUtil.pm13 my $relpath = File::Spec->catfile(split /::/, $full_name) . '.pm';
20 return 1 if exists $INC{$relpath} or
29 return 1 if $dir->($dir, $relpath);
31 return 1 if $dir->[0]->($dir, $relpath);
38 return 1 if -r File::Spec->catfile($dir, $relpath);
/macosx-10.9.5/bless-98/libbless/HFS/
H A DBLLookupFileIDOnMount.c64 char relpath[MAXPATHLEN]; local
85 err = lookupIDOnVolID(volid, fileID, relpath);
92 snprintf(out, MAXPATHLEN, "%s/%s", mount, relpath);
94 snprintf(out, MAXPATHLEN, "/%s", relpath);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dresources.cpp142 const char *relpath = ent->fts_path + mRoot.size() + 1; // skip prefix + "/" local
146 rp = "../" + string(relpath);
149 relpath = rp.c_str();
165 if (Rule *rule = findRule(relpath))
167 next(ent, rule->flags, relpath, rule);
174 if (Rule *rule = findRule(relpath))
176 next(ent, rule->flags & ~nested, relpath, rule);
182 if (!first) { // skip root directory (relpath invalid)
183 if (Rule *rule = findRule(relpath)) {
186 next(ent, rule->flags, relpath, rul
[all...]
H A Ddirscanner.cpp92 const char *relpath = ent->fts_path + root.size() + 1; // skip prefix + "/" local
98 rule = match(relpath, file, executable);
107 rule = match(relpath, symlink, executable, target);
114 rule = match(relpath, directory, executable);
H A Dsigner.cpp300 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
303 seal.take(signNested(ent, relpath));
319 CFDictionaryAddValue(files, CFTempString(relpath).get(), hash);
321 CFDictionaryAddValue(files, CFTempString(relpath).get(), seal.get());
335 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
339 if (CFTypeRef seal = CFDictionaryGetValue(files2, CFTempString(relpath))) {
348 cfadd(files, "{%s=%O}", relpath, hash.get());
349 secdebug("csresource", "%s added simple (rule %p)", relpath, rule);
352 relpath, hash.get(), ruleFlags & ResourceBuilder::optional);
353 secdebug("csresource", "%s added complex (rule %p)", relpath, rul
368 signNested(FTSENT *ent, const char *relpath) argument
[all...]
H A Dsigner.h79 CFMutableDictionaryRef signNested(FTSENT *ent, const char *relpath);
H A Ddirscanner.h107 Rule * match(const char *relpath, uint32_t flags, bool executable, const char *target = NULL);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dresources.cpp142 const char *relpath = ent->fts_path + mRoot.size() + 1; // skip prefix + "/" local
146 rp = "../" + string(relpath);
149 relpath = rp.c_str();
165 if (Rule *rule = findRule(relpath))
167 next(ent, rule->flags, relpath, rule);
174 if (Rule *rule = findRule(relpath))
176 next(ent, rule->flags & ~nested, relpath, rule);
182 if (!first) { // skip root directory (relpath invalid)
183 if (Rule *rule = findRule(relpath)) {
186 next(ent, rule->flags, relpath, rul
[all...]
H A Ddirscanner.cpp92 const char *relpath = ent->fts_path + root.size() + 1; // skip prefix + "/" local
98 rule = match(relpath, file, executable);
107 rule = match(relpath, symlink, executable, target);
114 rule = match(relpath, directory, executable);
H A Dsigner.cpp300 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
303 seal.take(signNested(ent, relpath));
319 CFDictionaryAddValue(files, CFTempString(relpath).get(), hash);
321 CFDictionaryAddValue(files, CFTempString(relpath).get(), seal.get());
335 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
339 if (CFTypeRef seal = CFDictionaryGetValue(files2, CFTempString(relpath))) {
348 cfadd(files, "{%s=%O}", relpath, hash.get());
349 secdebug("csresource", "%s added simple (rule %p)", relpath, rule);
352 relpath, hash.get(), ruleFlags & ResourceBuilder::optional);
353 secdebug("csresource", "%s added complex (rule %p)", relpath, rul
368 signNested(FTSENT *ent, const char *relpath) argument
[all...]
H A Dsigner.h79 CFMutableDictionaryRef signNested(FTSENT *ent, const char *relpath);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py75 relpath = "../../../dummy"
76 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, True)
81 relpath = "../../../dummy"
82 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, False)
/macosx-10.9.5/ruby-104/ruby/ext/pathname/lib/
H A Dpathname.rb63 def prepend_prefix(prefix, relpath) # :nodoc:
64 if relpath.empty?
69 prefix + relpath
71 prefix + relpath
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py74 relpath = b"../../../dummy"
75 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, True)
80 relpath = b"../../../dummy"
81 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, False)
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzdump.c986 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { argument
992 if (relpath != NULL) {
994 strcat(path, relpath);
999 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) {
1003 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1006 strcpy(pzonename, relpath);
1027 if (relpath != NULL) {
1028 strcpy(subpath, relpath);

Completed in 258 milliseconds

12