Searched refs:rel (Results 1 - 25 of 256) sorted by relevance

1234567891011

/macosx-10.9.5/CPANInternal-140/URI/t/
H A Drel.t10 print "not " unless $uri->rel("http://www.example.com/foo/bar/") eq "./";
13 print "not " unless $uri->rel("HTTP://WWW.EXAMPLE.COM/foo/bar/") eq "./";
16 print "not " unless $uri->rel("HTTP://WWW.EXAMPLE.COM/FOO/BAR/") eq "../../foo/bar/";
19 print "not " unless $uri->rel("HTTP://WWW.EXAMPLE.COM:80/foo/bar/") eq "./";
H A Dmix.t11 $rel = "path/img.gif";
23 $a = URI->new($rel, $u);
24 $b = URI->new($rel, $uw);
25 $c = URI->new($rel, $uu);
26 $d = URI->new($rel, $str);
38 $a = URI::URL->new($rel, $u);
39 $b = URI::URL->new($rel, $uw);
40 $c = URI::URL->new($rel, $uu);
41 $d = URI::URL->new($rel, $str);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Relationship/
H A DAccessor.pm14 my ($class, $rel, $info) = @_;
16 $class->add_relationship_accessor($rel => $acc_type);
18 $class->next::method($rel => $info);
22 my ($class, $rel, $acc_type) = @_;
25 my $rel_info = $class->relationship_info($rel);
26 $meth{$rel} = sub {
29 $self->set_from_related($rel, @_);
30 return $self->{_relationship_data}{$rel} = $_[0];
31 } elsif (exists $self->{_relationship_data}{$rel}) {
32 return $self->{_relationship_data}{$rel};
[all...]
H A DProxyMethods.pm15 my ($class, $rel, $info) = @_;
17 $class->proxy_to_related($rel,
20 $class->next::method($rel, $info);
24 my ($class, $rel, @proxy) = @_;
32 my $val = $self->$rel;
34 $val = $self->create_related($rel, { $proxy => $_[0] });
H A DCascadeActions.pm24 foreach my $rel (@cascade) {
25 $self->search_related($rel)->delete_all;
40 foreach my $rel (@cascade) {
42 $rels{$rel}{attrs}{accessor}
44 $rels{$rel}{attrs}{accessor} eq 'single'
46 !exists($self->{_relationship_data}{$rel})
48 $_->update for grep defined, $self->$rel;
H A DBelongsTo.pm16 my ($class, $rel, $f_class, $cond, $attrs) = @_;
29 "Can't infer join condition for ${rel} on ${class}: $@"
34 "Can't infer join condition for ${rel} on ${class}; ".
38 my $fk = defined $cond ? $cond : $rel;
40 "Can't infer join condition for ${rel} on ${class}; ".
44 my $acc_type = $class->has_column($rel) ? 'filter' : 'single';
45 $class->add_relationship($rel, $f_class,
65 && $class->has_column($rel))
68 $class->add_relationship($rel, $f_class,
H A DHasOne.pm22 my ($class, $join_type, $rel, $f_class, $cond, $attrs) = @_;
38 } elsif ($f_class_loaded && $f_class->has_column($rel)) {
39 $f_key = $rel;
40 $guess = "using given relationship '$rel' for foreign key";
51 $class->add_relationship($rel, $f_class,
H A DManyToMany.pm16 my ($class, $meth, $rel, $f_rel, $rel_attrs) = @_;
20 ) unless $rel;
64 my $rs = $self->search_related($rel)->search_related(
85 my $rel_source_name = $source->relationship_info($rel)->{source};
102 my $link = $self->search_related($rel)->new_result($link_vals);
118 $self->search_related( $rel, $rel_attrs->{where},{join => $f_rel})->delete;
120 $self->search_related( $rel, {} )->delete;
122 # add in the set rel objects
132 my $rel_source = $self->search_related($rel)->result_source;
137 $self->search_related($rel,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DLinkRelAttribute.cpp49 LinkRelAttribute::LinkRelAttribute(const String& rel) argument
59 if (equalIgnoringCase(rel, "stylesheet"))
61 else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon"))
64 else if (equalIgnoringCase(rel, "apple-touch-icon"))
66 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed"))
69 else if (equalIgnoringCase(rel, "dns-prefetch"))
71 else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) {
75 // Tokenize the rel attribut
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dnlm32-i386.c72 arelent *rel)
110 rel->sym_ptr_ptr = bfd_get_section_by_name (abfd, name)->symbol_ptr_ptr;
111 rel->howto = &nlm_i386_abs_howto;
116 rel->sym_ptr_ptr = NULL;
118 rel->howto = &nlm_i386_pcrel_howto;
121 rel->howto = &nlm_i386_abs_howto;
134 rel->address = val;
135 rel->addend = 0;
143 nlm_i386_write_import (bfd * abfd, asection * sec, arelent * rel) argument
153 if (rel
69 nlm_i386_read_reloc(bfd *abfd, nlmNAME (symbol_type) *sym, asection **secp, arelent *rel) argument
245 arelent *rel; local
[all...]
H A Dnlm32-alpha.c396 arelent *rel)
434 rel->sym_ptr_ptr = NULL;
435 rel->addend = 0;
447 rel->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
448 rel->addend = 0;
452 rel->sym_ptr_ptr = code_sec->symbol_ptr_ptr;
454 rel->addend = 0;
458 rel->sym_ptr_ptr = data_sec->symbol_ptr_ptr;
459 rel->addend = - bfd_get_section_vma (abfd, data_sec);
464 rel
391 nlm_alpha_read_reloc(bfd *abfd, nlmNAME (symbol_type) *sym, asection **secp, arelent *rel) argument
648 nlm_alpha_write_import(bfd * abfd, asection * sec, arelent * rel) argument
[all...]
H A Delf32-openrisc.c239 Elf_Internal_Rela *rel,
249 contents, rel->r_offset,
250 relocation, rel->r_addend);
255 contents, rel->r_offset,
256 relocation, rel->r_addend);
304 Elf_Internal_Rela *rel; local
314 for (rel = relocs; rel < relend; rel++)
326 r_type = ELF32_R_TYPE (rel
235 openrisc_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *rel, bfd_vma relocation) argument
416 openrisc_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
445 const Elf_Internal_Rela *rel; local
[all...]
H A Delf32-fr30.c392 fr30_final_link_relocate (howto, input_bfd, input_section, contents, rel,
398 Elf_Internal_Rela *rel;
408 contents += rel->r_offset;
409 relocation += rel->r_addend;
420 contents += rel->r_offset + 2;
421 relocation += rel->r_addend;
426 contents += rel->r_offset + 1;
428 srel += rel->r_addend;
429 srel -= rel->r_offset;
443 contents += rel
510 Elf_Internal_Rela *rel; local
621 fr30_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
651 const Elf_Internal_Rela *rel; local
[all...]
H A Dnlm32-ppc.c99 FALSE), /* PC rel offset. */
114 FALSE), /* PC rel offset. */
129 FALSE), /* PC rel offset. */
144 FALSE), /* PC rel offset. */
159 FALSE), /* PC rel offset. */
174 FALSE), /* PC rel offset. */
189 FALSE), /* PC rel offset. */
206 FALSE), /* PC rel offset. */
223 FALSE), /* PC rel offset. */
240 FALSE), /* PC rel offse
433 nlm_powerpc_read_reloc(bfd *abfd, nlmNAME (symbol_type) *sym, asection **secp, arelent *rel) argument
538 nlm_powerpc_read_reloc(bfd *abfd, nlmNAME (symbol_type) *sym, asection **secp, arelent *rel) argument
661 nlm_powerpc_write_import(bfd * abfd, asection * sec, arelent * rel) argument
729 nlm_powerpc_write_reloc(bfd *abfd, asection *sec, arelent *rel, int indx) argument
831 nlm_powerpc_write_import(bfd * abfd, asection * sec, arelent * rel) argument
[all...]
H A Dnlm32-sparc.c92 arelent *rel)
112 rel->address = val;
113 rel->addend = addend;
114 rel->howto = NULL;
121 rel->howto = &nlm32_sparc_howto_table[index];
127 __FUNCTION__, (unsigned long) rel->address,
128 (unsigned long) rel->addend, type, rel->howto);
137 nlm_sparc_write_reloc (bfd * abfd, asection * sec, arelent * rel) argument
151 if (tmp->rightshift == rel
89 nlm_sparc_read_reloc(bfd *abfd, nlmNAME (symbol_type) *sym ATTRIBUTE_UNUSED, asection **secp, arelent *rel) argument
264 nlm_sparc_write_import(bfd * abfd, asection * sec, arelent * rel) argument
[all...]
H A Delf32-d10v.c223 Elf_Internal_Rela *rel,
228 switch (ELF32_R_TYPE (rel->r_info))
235 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
250 const Elf_Internal_Rela *rel; local
263 for (rel = relocs; rel < rel_end; rel++)
268 r_symndx = ELF32_R_SYM (rel->r_info);
279 switch (ELF32_R_TYPE (rel->r_info))
284 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel
221 elf32_d10v_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
381 Elf_Internal_Rela *rel, *relend; local
[all...]
/macosx-10.9.5/Libc-997.90.3/sys/
H A DOSMemoryNotification.c80 struct timeval rel, now; local
84 rel.tv_usec = abstime->tv_usec - now.tv_usec;
85 rel.tv_sec = abstime->tv_sec - now.tv_sec;
86 if (rel.tv_usec < 0) {
87 rel.tv_usec += 1000000;
88 rel.tv_sec--;
90 if (((int)rel.tv_sec < 0) || ((rel.tv_sec == 0) && (rel.tv_usec == 0))) {
93 return rel
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DMightHave.pm40 my $rel = shift;
41 my ($class, $method) = ($rel->class, $rel->accessor);
44 my $meta = $class->meta_info($rel->name => $method);
56 my ($rel, $name) = @_;
57 my ($class, $method) = ($rel->class, $rel->accessor);
60 my $meta = $class->meta_info($rel->name => $method);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DRelationships.pm80 my ($class, $rel, $f_class, $f_key, $args) = @_;
99 warn "Unemulated cascade option '$cascade' in $class->has_many($rel => $f_class)";
109 $class->next::method($rel, $f_class, $f_key, $args);
111 my $rel_info = $class->result_source_instance->relationship_info($rel);
117 has_many => $rel,
125 my $name = join '::', $class, $rel;
128 my $rs = shift->search_related($rel => @_);
139 my ($class, $rel, $f_class, @columns) = @_;
143 $ret = $class->next::method($rel, $f_class, @columns);
145 $ret = $class->next::method($rel,
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/
H A Dv0_040.pm11 my ( $self, $local_moniker, $rel, $cond, $uniqs, $counters ) = @_;
13 my $remote_moniker = $rel->{remote_source};
14 my $remote_table = $rel->{remote_table};
16 my $local_table = $rel->{local_table};
17 my $local_cols = $rel->{local_columns};
25 # If more than one rel between this pair of tables, use the local
/macosx-10.9.5/ntp-88/html/hints/
H A Dsolaris.xtra.patchfreq49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
51 if [ ! $rel = "5.5" ] && [ ! $rel = "5.5.1" ]; then
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathprog.c108 char* rel; local
111 if ((n = prog(command, path, size)) > 0 && n < size && *path != '/' && (rel = strdup(path)))
113 n = pathpath(rel, NiL, PATH_REGULAR|PATH_EXECUTE, path, size) ? strlen(path) : 0;
114 free(rel);
/macosx-10.9.5/ruby-104/ruby/lib/uri/
H A Dgeneric.rb1086 # Merges a base path +base+, with relative path +rel+,
1089 def merge_path(base, rel)
1094 rel_path = split_path(rel)
1201 base, rel = merge0(oth)
1206 if base == rel
1210 authority = rel.userinfo || rel.host || rel.port
1213 if (rel.path.nil? || rel
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A D_generic.pm184 sub rel { subroutine
187 my $rel = $self->clone;
190 #my($scheme, $auth, $path) = @{$rel}{qw(scheme authority path)};
191 my $scheme = $rel->scheme;
192 my $auth = $rel->canonical->authority;
193 my $path = $rel->path;
197 return $rel;
211 return $rel;
217 $rel->scheme(undef);
218 $rel
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/
H A Dreport68 read rel avg runs percent rsd
69 if test "X$rel" = "X" ; then
73 # echo "read: rel $rel, avg $avg, runs $runs, percent $percent, rsd $rsd" > /dev/stderr
76 echo "<td align=right width=80><pre>$rel</pre></td>"

Completed in 150 milliseconds

1234567891011