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

12

/macosx-10.10/CPANInternal-159.1/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 {
H A DCSS.pm13 my $relpath = File::Spec->abs2rel($self->get_output_path, $path);
14 $relpath =~ s:\\:/:g if $^O eq 'MSWin32';
15 return sprintf qq|<link rel="stylesheet" type="text/css" href="%s" />|, $relpath;
/macosx-10.10/bless-103/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.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dresources.cpp143 const char *relpath = ent->fts_path + mRoot.size() + 1; // skip prefix + "/" local
147 rp = "../" + string(relpath);
150 relpath = rp.c_str();
165 if (Rule *rule = findRule(relpath))
167 next(ent, rule->flags, relpath, rule);
177 if (Rule *rule = findRule(relpath))
179 next(ent, rule->flags & ~nested, relpath, rule);
185 if (!first) { // skip root directory (relpath invalid)
186 if (Rule *rule = findRule(relpath)) {
189 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.cpp302 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
305 seal.take(signNested(ent, relpath));
321 CFDictionaryAddValue(files, CFTempString(relpath).get(), hash);
323 CFDictionaryAddValue(files, CFTempString(relpath).get(), seal.get());
338 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
342 if (CFTypeRef seal = CFDictionaryGetValue(files2, CFTempString(relpath))) {
351 cfadd(files, "{%s=%O}", relpath, hash.get());
352 secdebug("csresource", "%s added simple (rule %p)", relpath, rule);
355 relpath, hash.get(), ruleFlags & ResourceBuilder::optional);
356 secdebug("csresource", "%s added complex (rule %p)", relpath, rul
371 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);
H A Dresources.h83 typedef void (^Scanner)(FTSENT *ent, uint32_t flags, const char *relpath, Rule *rule); member in class:Security::CodeSigning::ResourceBuilder
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dresources.cpp143 const char *relpath = ent->fts_path + mRoot.size() + 1; // skip prefix + "/" local
147 rp = "../" + string(relpath);
150 relpath = rp.c_str();
165 if (Rule *rule = findRule(relpath))
167 next(ent, rule->flags, relpath, rule);
177 if (Rule *rule = findRule(relpath))
179 next(ent, rule->flags & ~nested, relpath, rule);
185 if (!first) { // skip root directory (relpath invalid)
186 if (Rule *rule = findRule(relpath)) {
189 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.cpp302 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
305 seal.take(signNested(ent, relpath));
321 CFDictionaryAddValue(files, CFTempString(relpath).get(), hash);
323 CFDictionaryAddValue(files, CFTempString(relpath).get(), seal.get());
338 resources.scan(^(FTSENT *ent, uint32_t ruleFlags, const char *relpath, Rule *rule) {
342 if (CFTypeRef seal = CFDictionaryGetValue(files2, CFTempString(relpath))) {
351 cfadd(files, "{%s=%O}", relpath, hash.get());
352 secdebug("csresource", "%s added simple (rule %p)", relpath, rule);
355 relpath, hash.get(), ruleFlags & ResourceBuilder::optional);
356 secdebug("csresource", "%s added complex (rule %p)", relpath, rul
371 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);
H A Dresources.h83 typedef void (^Scanner)(FTSENT *ent, uint32_t flags, const char *relpath, Rule *rule); member in class:Security::CodeSigning::ResourceBuilder
/macosx-10.10/pyobjc-45/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.10/ruby-106/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.10/pyobjc-45/2.6/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.10/ICU-531.30/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);
/macosx-10.10/apr-32/apr/apr/build/
H A Dcvtdsp.pl432 $debpath = "Debug"; $relpath = "Release";
438 $debpath = "Debug"; $relpath = "Release";
444 $debpath = "LibD"; $relpath = "LibR";
562 $targpath = $relpath;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfurl.py86 relpath = b"../../../dummy"
87 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, True)
92 relpath = b"../../../dummy"
93 ref = CFURLCreateAbsoluteURLWithBytes(None, relpath, len(relpath), kCFStringEncodingUTF8, baseref, False)

Completed in 208 milliseconds

12