Searched +refs:artist +refs:text (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/
H A Dsqlite.sql8 -- Table: artist
10 CREATE TABLE artist ( table
17 CREATE INDEX artist_name_hookidx ON artist (name);
134 artist integer NOT NULL,
180 serialized text NOT NULL
259 artist INTEGER PRIMARY KEY NOT NULL,
300 artist integer NOT NULL,
307 CREATE INDEX cd_idx_artist ON cd (artist);
313 CREATE UNIQUE INDEX cd_artist_title ON cd (artist, title);
359 text varcha
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dartist.el0 ;;; artist.el --- draw ascii graphics with your mouse
11 ;; Location: http://www.lysator.liu.se/~tab/artist/
32 ;; What is artist?
59 ;; text (see-thru) text (overwrite)
80 ;; artist can be yanked with C-x r y and vice versa.
88 ;; * Aspect-ratio: You can set the variable artist-aspect-ratio to
97 ;; See the documentation for the function artist-mode for a detailed
98 ;; description on how to use artist.
111 ;; To use artist, pu
221 (defgroup artist nil function
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm1272 Music::Artist->table('artist');
1279 Music::CD->columns(All => qw/cdid artist title year/);
1281 Music::CD->has_a(artist => 'Music::Artist');
1296 my $artist = Music::Artist->create({ artistid => 1, name => 'U2' });
1298 my $cd = $artist->add_to_cds({
1358 artist INTEGER, # references 'artist'
1403 Music::CD->columns(All => qw/cdid artist title year/);
1560 artist => $artist,
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm129 $cd_rs->create({ artist => 'Fred' });
136 artist => 'Fred'
394 my @cds = $cd_rs->search_literal('cdid = ? AND (artist = ? OR artist = ?)', (2, 1, 2));
395 my @cds = $cd_rs->search(\[ 'cdid = ? AND (artist = ? OR artist = ?)', [ 'cdid', 2 ], [ 'artist', 1 ], [ 'artist', 2 ] ]);
439 artist => 'Massive Attack',
626 $new_rs = $cd_rs->search_related('artist', {
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1262 Music::Artist->table('artist');
1269 Music::CD->columns(All => qw/cdid artist title year reldate/);
1271 Music::CD->has_a(artist => 'Music::Artist');
1286 my $artist = Music::Artist->insert({ artistid => 1, name => 'U2' });
1288 my $cd = $artist->add_to_cds({
1348 artist INTEGER, # references 'artist'
1393 Music::CD->columns(All => qw/cdid artist title year/);
1553 artist => $artist,
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_core.rb91 text = "this is a {target[@name='test']/@value} test"
94 <doc search="#{text}"/>
99 assert_equal text, value.to_s
158 text = " This is text
160 source = "<a>#{text}<b>#{text}</b><c>#{text}</c>#{text}</a>"
165 assert_equal text, do
[all...]

Completed in 326 milliseconds