search for: mypag

Displaying 20 results from an estimated 30 matches for "mypag".

Did you mean: mytag
2006 Apr 25
5
Routing and extensions.
I would like my something like "my_page.html" to map to :controller => ''page'', :action => ''my_page''. How can I accomplish that? Is there a way to make the routing parse other things other than ''/''? -- Posted via http://www.ruby-forum.com/.
2005 Sep 01
2
FW: externalControl for in-place editing Browser in-compatibility
...l control for the inplace editor, this works fine in IE but not in firefox or netscape. The error that returns in the javascript console on mozilla based browsers is edit_50 is not defined. <script language="JavaScript"> new Ajax.InPlaceEditor(''cmt_50'', ''mypage.php'', {rows:8,cols:40,externalControl:edit_50}); </script> If someone knows how to correct this issue please let me know I really need to get this done and cannot wait for the final release. Btw I am using 1.5 pre3 -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.0.1 (Build...
2007 Jun 12
1
Using dll with Visual Studio Compiler
...ed("subroutine name"), it returns FALSE. I saw that this was mentioned in the manual, but it too offers little help for a solution. Any advice would be greatly appreciated. Cheers, Ian McCarthy Department of Economics Indiana University 100 S. Woodlawn Bloomington, IN 47405-7104 http://mypage.iu.edu/~imccarth<http://mypage.iu.edu/~imccarth> imccarth@indiana.edu<mailto:imccarth@indiana.edu> [[alternative HTML version deleted]]
2008 Feb 25
3
How to include the documentation of a function in a Sweave document?
Dear R-help, I would like to include the documentation of an R function in an *.rnw document processed by Sweave. Because I'm sharing my *.rnw files with colleagues under Linux and Windows (I'm on Mac OS X), I would like a pure R solution. The naive approach doesn't work, because Sweaving this *.rnw file: -------- tmp.rnw -------- \documentclass{article} \begin{document}
2019 Mar 20
3
can admin folder render HTML files?
I put a custom HTML file in the admin folder, but when I login to the admin interface then browse to it (e.g., http://server:8000/admin/mypage.html), I get "400 - UNRECOGNISED COMMAND". Is admin (or the admin folder) able to render only the standard Icecast files? I'm using 2.4.4 on Windows 10. Thanks, Justin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pip...
2001 Sep 18
4
help in a separate window under linux
Hi there. R v1.3.0, Slackware linux 7.1 or Windows 98SE, PII 266, 64Mb RAM. I notice that under windows, R puts help info (ie. the response to '?<function>') into a new window, whereas under linux, it puts it into the main console window. I find the former much more helpful when checking a function's syntax. Is there a simple way of configuring R under linux to put its help
2005 Sep 15
2
IE iframe bug with Autocompleter over HTTPS
...t;page" as non-secure. I tried removing the "javascript:;" bit, making the scr a zero-length string, but that throws the same warning. src="'' + document.location.href + ''" throws the same warning even though it renders as src="https://my.server.tld/mypage.asp" The way I worked around it was to set src="/blankpage.asp" (which actually exists on the web server). Any ideas? Or should I open a ticket? Thanks, George
2007 Jun 12
1
dyn.load( ) problem
...e same error. I received the dll from a colleague who never had this issue on his computer, so I don't think it is problem with a compiler or the source code. Thanks in advance. Cheers, Ian McCarthy Department of Economics Indiana University 100 S. Woodlawn Bloomington, IN 47405-7104 http://mypage.iu.edu/~imccarth<http://mypage.iu.edu/~imccarth> imccarth@indiana.edu<mailto:imccarth@indiana.edu> [[alternative HTML version deleted]]
2006 Jan 27
3
paging agi
...lude list. If it passes both, it's # added to our array of calls to make foreach $sipline (@sips) { my ($junk0, $exten, $junk1, $chan, $state, $junk2) = split(/ +/, $sipline,6); unless (($state ne "State:Idle") || (grep(/$exten/i, @bypass))) { push (@mypage, "$exten"); } } $page= join ("&SIP/", @mypage); print "$page";{ # Open connection to AGI and set Global Variable PAGE_GROUP # to our completed array of sip phones my $tn = new Net::Telnet ( Port => $mgrport, Prompt => '...
2010 Jan 26
6
Subclassing ActiveRecord::Base
First of all, sorry for the crossposting, but I put this into the Ruby Forum first of all, but was pointed to this as a more appropriate location. I''m using ActiveRecord and ActiveSupport in a non-rails environment to connect to multiple databases, and I''ve found the following (single database) to cause me an error. Note that params is my database settings and omitted for
2004 Jul 24
3
help(package)->sink()
I wanted to direct packageInfo to a file, so I could add comments, e.g., in MS Word. The following command stored the desired information in an object: mclustInfo <- help(package="mclust") Then "mclustInfo" displays it on my screen. To direct it to a file, I tried the following: sink("mclust.txt") mclustInfo sink()
2006 Feb 15
9
newbie-> help understanding "magic" behavior
I am trying out ROR for the first time[1], and have much PHP poisoning to overcome in my mental baggage. That said, I was delighted to find that I could make a link from a "show" page to the next record in the database by simply adding @next_page = Content.find(params["id"].next) to my content_controller.rb and then constructing a link to it within my show.rhtml. The
2005 Feb 11
1
Asterisk-MySQL: Not loading voicemail config from MySQL
...ntral=America/Chicago|'vm-received' Q 'digits/at' IMp central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours' [default] 1234 => 4242,Example Mailbox,root@localhost ;4200 => 9855,Mark Spencer,markster@linux-support.net,mypager@digium.com,attach=no|serveremail=myaddy@digium.com|tz=central ;4300 => 3456,Ben Rigas,ben@american-computer.net ;4310 => -5432,Sales,sales@marko.net ;4069 => 6522,Matt Brooks,matt@marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes|envelope...
2019 Mar 20
0
can admin folder render HTML files?
Good Afternoon, On Tue, 2019-03-19 at 20:41 -0500, webmaster at berean-biblechurch.org wrote: > I put a custom HTML file in the admin folder, but when I login to the > admin interface then browse to it (e.g., > http://server:8000/admin/mypage.html), I get "400 - UNRECOGNISED > COMMAND". Is admin (or the admin folder) able to render only the > standard Icecast files? > > I'm using 2.4.4 on Windows 10. For Icecast admin/ is a special and protected space. What is there are registered commands. This is what m...
2004 Aug 06
1
ultra-preliminary C++ wrapper for ogg & vorbis
...or parts of libogg and libvorbis; I thought I would expose it for initial comments and the generally curious. No conveniences, no frills. No helpful higher-level abstractions. Just a translation from ogg_method_foo(ogg_method* data) to classes that hold the ogg_stream_state etc., so you may type mypage.bos() instead of ogg_page_bos(&this->data); http://dingoskidneys.com/shoutpy/oggcc.h - Daniel Holth --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xip...
2002 Sep 03
1
about fram buffer & twm cursor!!
Dear all, I have two questions under syslinux. First. When I start the system with syslinux, some messages display on the screen and want me to enter display mode to show or enter "scan" the scan the display resolution. If I made anything wrong? Second. I used the same kernel image as above and different cpu care(SBC), It can work perfectly
2007 Jan 01
0
Net::HTTP.get_response with local files "file://..."
Hi, In my application I fetch a webpage with Net::HTTP.get_response(url). For creating a unit test I don''t want to be depended on an internet connection. So I tried to give an url like that: "file:///c:/mydir/mypage.html" (this url works in webbrower). But it seems that this is not the right protocol for Net::HTTP. Is there any possibility to use such "file:///"-urls with Net::HTTP or do I have to check for the protocol and open the file directly? Regards Steffen --~--~---------~--~----~...
2013 Jun 24
0
wrong number of arguments calling `request` (0 for 1) (ArgumentError)
...When visitor goes to /users/login And fills in Email with: amitpandya And fills in Password with: amitpandya And clicks the Login button Then amitpandya should be logged in And page should include a notice with text: Welcome amitpandya And amitpandya should see the home mypage page now in steps file When "$person logs in" do |user| post_via_redirect "/users/login", {:authenticator => {:username => user, :password => "washington"}},{:https => ''on''} request.should_not be_ssl request.session[:user_id].sho...
2005 Aug 31
0
externalControl for in-place editing Browser in-compatibility
...l control for the inplace editor, this works fine in IE but not in firefox or netscape. The error that returns in the javascript console on mozilla based browsers is edit_50 is not defined. <script language="JavaScript"> new Ajax.InPlaceEditor(''cmt_50'', ''mypage.php'', {rows:8,cols:40,externalControl:edit_50}); </script> If someone knows how to correct this issue please let me know I really need to get this done and cannot wait for the final release. Btw I am using 1.5 pre3 -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.0.1 (Build...
2006 Jun 23
4
Ajax.Request with page reload?
I need to send a POST request via a link, along with paramater data for an action, and the page needs to reload. link_to_remote worked great when I was updating a DOM element but obviously won''t work when I need to reload a page. Is there an option -- Posted via http://www.ruby-forum.com/.