search for: contents

Displaying 20 results from an estimated 42305 matches for "contents".

2014 Aug 03
2
[Bug 10756] New: rsync can't create files or dirs in subdirs (sometimes?)
...e anything in a subdirectory failed? What's going on?? Oldest Snapshot = Home-2014.08.01-02.20.35. Rsync with 9 excludes from config file...rsync: recv_generator: mkdir "/home.diff/Bliss/Documents/law/Pictures/resources/Icons" failed: No such file or directory (2) *** Skipping any contents from this failed directory *** rsync: recv_generator: mkdir "/home.diff/Bliss/Documents/law/Pictures/resources/PSDs" failed: No such file or directory (2) *** Skipping any contents from this failed directory *** rsync: recv_generator: mkdir "/home.diff/Bliss/Documents/law/Pictures/re...
2011 Oct 26
8
bug: recursive directory copy that re-copies nightly
I''m seeing a recurring, nightly copy of files which are not changing. I get the following message every night from tagmail. 1. It happens once per day (not every 30 minutes) 2. The files haven''t changed in months 3. The files aren''t changing -- there''s only one md5 in the clientbucket for each file 4. There''s no schedule on the resource 5. The files
2007 Jun 09
0
Branch 'as' - libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie_as.c
libswfdec/swfdec_flv_decoder.c | 2 +- libswfdec/swfdec_movie.c | 11 +++++++---- libswfdec/swfdec_movie.h | 4 +++- libswfdec/swfdec_sprite_movie_as.c | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) New commits: diff-tree d3ff93817f2931e6f6e9bb8400fe807c92e8f414 (from a84be08c2e1e412e3f1d7d485458dafc661411d1) Author: Benjamin Otte <otte at
2007 Oct 18
4
Polymorphic Association?
...like it will be difficult to keep going and find the actual Text, Image, or File data for each Content Block. I researched polymorphic associations a little bit, but it seems like that would be a backwards way to approach this, with the Content Blocks having to belong to the Text, Image, and File Contents. Anyway, I''m having a really hard time conceptualizing this for some reason and any help would be greatly appreciated! Thanks, Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk...
2006 Jan 09
7
File_column Dynamic directory
I asked this question earlier and did recieve an answer but I am not sure Ifully understood the answer as I am getting all sorts of errors when trying to implement. Basically I want to add a layer to the path for my files. I have the following set up in my model class: file_column :image, :store_dir => :dynamic_dir def dynamic_dir
2007 Jun 14
0
Branch 'as' - 4 commits - libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c player/swfdec_debug_movies.c
libswfdec/swfdec_edittext_movie.c | 9 +++++++-- libswfdec/swfdec_movie.c | 10 ++++------ libswfdec/swfdec_movie.h | 2 ++ libswfdec/swfdec_sprite.c | 2 ++ libswfdec/swfdec_sprite_movie.c | 5 +++-- player/swfdec_debug_movies.c | 2 +- 6 files changed, 19 insertions(+), 11 deletions(-) New commits: diff-tree
2007 Jul 18
2
Hash.from_xml
Hi, I''ve started looking at ticket 90<http://merb.devjavu.com/projects/merb/ticket/90>and there are a couple of situations that the current implementation doesn''t cater for. 1. Tag Attributes are wiped out. - <tag1 attr1=''1''>Content</tag1> #=> { "tag1" => "Content" } - I think it should return -
2006 May 01
2
Getting my schema straightened out
I''m trying to map Rails to an existing schema, and having a bit of a time of it. I''ve got a table Content, and I''ve got a table Review, which is a type of content. So content has an ''id'' field, and Review has a ''contentid'' field. Not all Content has a Review, but all Reviews have exactly one Content. How do I represent this?
2007 Feb 06
3
installing packages and windows vista
I installed R (R-2.4.1-win32.exe) on a new computer with Windows Vista and a 64 bit operating system (hp dv9000 with intel core t7200). The base R runs fine, but I can not get any of the packages to load. From within R I choose install packages choose a site then a package. I tried installing 2 packages and get similar errors (see below), I just copied and pasted lines from R. Can anyone
2005 Dec 27
7
help remove duplication in my app
I''m porting an old site of mine into Rails and I''m running into some duplication that could / needs to be weeded out. For each of my actions, I have to wrap the view content in the following HTML: <div class="box"> <img src="/images/content-top2.png" class="border" /> <div class="visible"> # content
2005 Oct 19
4
ER strikes back
Hi Railers, A long, long, time ago, i made a Framework/CMS in php. There were two core models: Content and Content_type. Content_type was only a list of content types (as expected): new, article, etc. Content_type was not mandatory, but it allowed later to "deactivate" types of contents, for example. So then Content stored the common attributes/properties between the different content types (creation date, owner_id, etc). For each content type, there was a model i.e: Content_type_new Content_type_article ... Rails speaking, Content has_one Content_type_new, has_one Content_type...
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
...trix_ensure_invertible (&movie->matrix, &movie->inverse_matrix); @@ -207,51 +206,6 @@ swfdec_movie_update (SwfdecMovie *movie) } } -/** - * swfdec_movie_set_content: - * @movie: a #SwfdecMovie - * @content: #SwfdecContent to set for this movie or NULL to unset - * - * Sets new contents for @movie. Note that name and graphic of @content must - * be identical to the current content of @movie. - **/ -void -swfdec_movie_set_content (SwfdecMovie *movie, const SwfdecContent *content) -{ - g_return_if_fail (SWFDEC_IS_MOVIE (movie)); - - if (content == NULL) - content = &defaul...
2006 Apr 20
4
ActiveRecord: Many-to-Many problem
I am trying to make many-to-may relationship on classes Section and Content. Both Content and Section has: has_and_belongs_to_many :contents and has_and_belongs_to_many :sections and I have an exception when trying to access model properties: "undefined method `add_contents'' for #<Section:0xb745c514>" def add_content_entry @section = Section.find(params[:section_id]) @content = Content.find(params[:content...
2017 Mar 07
0
[PATCH v4 2/9] lib: extract osinfo DB traversing API
Split lib/osinfo.c to provide an API for other pieces of code (namely mllib) to reuse it. The ISO-related processing is thus moved into a lib/osinfo-iso.c file. --- lib/Makefile.am | 2 + lib/osinfo-iso.c | 462 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/osinfo.c | 422 +------------------------------------------------- lib/osinfo.h | 27 ++++ 4 files changed, 493
2017 Feb 10
0
[PATCH v3 05/10] lib: extract osinfo DB traversing API
Split lib/osinfo.c to provide an API for other pieces of code (namely mllib) to reuse it. The ISO-related processing is thus moved into a lib/osinfo-iso.c file. --- lib/Makefile.am | 2 + lib/osinfo-iso.c | 464 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/osinfo.c | 424 +------------------------------------------------- lib/osinfo.h | 27 ++++ 4 files changed, 495
2017 Jun 19
0
[PATCH v7 2/9] lib: extract osinfo DB traversing API
Split lib/osinfo.c to provide an API for other pieces of code (namely mllib) to reuse it. The ISO-related processing is thus moved into a lib/osinfo-iso.c file. --- lib/Makefile.am | 2 + lib/osinfo-iso.c | 462 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/osinfo.c | 420 +------------------------------------------------- lib/osinfo.h | 27 ++++ 4 files changed, 493
2017 Apr 12
0
[PATCH v6 02/10] lib: extract osinfo DB traversing API
Split lib/osinfo.c to provide an API for other pieces of code (namely mllib) to reuse it. The ISO-related processing is thus moved into a lib/osinfo-iso.c file. --- lib/Makefile.am | 2 + lib/osinfo-iso.c | 462 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/osinfo.c | 420 +------------------------------------------------- lib/osinfo.h | 27 ++++ 4 files changed, 493
2006 Feb 09
2
breakpointer error
Hi, I can''t get breakpointer to work on locomotive. Pretty sure it used to work... Any ideas?? Jeroen jeroen$ ruby script/breakpointer /Applications/Locomotive/Bundles/rails-1.0.0-max.bundle/Contents/Resources/ports/lib/ruby/1.8/drb/drb.rb:828:in `getaddrinfo'': getaddrinfo: No address associated with nodename (SocketError) from /Applications/Locomotive/Bundles/rails-1.0.0-max.bundle/Contents/Resources/ports/lib/ruby/1.8/drb/drb.rb:828:in `open_server_inaddr_any''...
2011 Jan 11
2
IE6 install problem
...SoftwareUpdateCheck[6295] x signature 11-01-07 8:15:39 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg.tar 11-01-07 8:15:41 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg 11-01-07 8:15:41 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents 11-01-07 8:15:41 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Archive.bom 11-01-07 8:15:41 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Archive.pax.gz 11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update....
2005 Feb 13
2
dovecot-stable: NIL from in envelope request
Using the latest dovecot-stable (20050213) with pine, I get an empty "from" header in my e-mails. This doesn't happen with 1.0.59-test, nor did it happen with the first dovecot-stable (20050131). A partial connection log is below: 1.0-test59: IMAP DEBUG 15:23:32 2/13: 00000007 FETCH 1:41 (UID ENVELOPE BODY.PEEK[HEADER.FIELDS (Newsgroups Content-MD5 Content-Disposition