Displaying 3 results from an estimated 3 matches for "find_resourc".
Did you mean:
find_resource
2006 Aug 05
5
RESTful Nesting issue
I?m having a strange issue with nested routes though, and was wondering
if anyone could shed some light on this?
If I have:
map.resources :users do |users|
users.resources :items
end
When I try to call
<%= link_to_remote ''Delete'', :url => item_url(@item), :with =>
"''_method=delete''", :confirm => ''Are you sure?''
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
.../a2x", line 625, in to_chunked
> self.copy_resources(html_files, src_dir, dst_dir)
> File "/home/srackham/bin/a2x", line 509, in copy_resources
> lambda attrs: attrs.get('type') == 'text/css')
> File "/home/srackham/bin/a2x", line 240, in find_resources
> parser.feed(open(f).read())
> File "/usr/lib/python2.6/HTMLParser.py", line 108, in feed
> self.goahead(0)
> File "/usr/lib/python2.6/HTMLParser.py", line 148, in goahead
> k = self.parse_starttag(i)
> File "/usr/lib/python2.6/HTMLParser.py...
2009 Oct 09
0
Wine release 1.1.31
...clarations.
winex11: Move the DIB locking and the client-side optimizations into BITBLT_InternalStretchBlt.
winex11: Remove BITBLT_InternalStretchBlt now that it's identical to X11DRV_StretchBlt.
version: Abstract resource finding into a common function.
version: Use the find_resource function instead of the 16-bit entry points to load 16-bit resources.
version: Moved GetFileResourceSize16/GetFileResource16 to ver16.c.
version: Make ver.dll into a stand-alone 16-bit module.
version: Simplify the resource loading since we always load the same type and id now....