search for: defaulttype

Displaying 11 results from an estimated 11 matches for "defaulttype".

2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
...::operator==(const Q uantLib::Quantity&, const QuantLib::Quantity&) C:\Lib\QuantLib/ql/experimental/commodities/paymentterm.hpp:111:17: note: bool QuantLib::operator==(cons t QuantLib::PaymentTerm&, const QuantLib::PaymentTerm&) C:\Lib\QuantLib/ql/experimental/credit/defaulttype.hpp:160:10: note: bool QuantLib::operator==(const Qua ntLib::DefaultType&, const QuantLib::DefaultType&) C:\Lib\QuantLib/ql/experimental/credit/defaultprobabilitykey.hpp:66:10: note: bool QuantLib::operator==( const QuantLib::DefaultProbKey&, const QuantL...
2010 Jan 02
0
filehash - multiple indices via '[' not allowed when using RDS format
...or a while. It has performed very well. However, recently I found filehash gives an error when I need to do something like db[c("a", "b")] when the db is in RDS format. Does any one know a way to get around that? The code below reproduces the error thanks Jeff filehashOption(defaultType = "DB1") dbCreate("mydb3", type = "DB1") db = dbInit("mydb3") db$a = rnorm(100, 1) db$b = rnorm(100, 1) with(db, c(a = mean(a), b = mean(b))) sapply(db[c("a", "b")], mean) # works. filehashOption(defaultType = "RDS") dbCreate(...
2005 Feb 09
1
ssl certificate problem - one domain only
...the httpd.conf file: LoadModule env_module modules/mod_env.so #LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule cern_meta_module modules/mod_cern_meta.so Other ones: # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # TypesConfig /etc/mime.types DefaultType text/plain Is there something that needs to be changed to make this ssl certificate work? Sincerely, Melinda Odom www.designhosting.biz 479-471-0891 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 2/7/2005 ----...
2015 May 07
2
Apache 2.2 itk - 404 not found
...# #UserDir public_html </IfModule> DirectoryIndex index.html index.htm index.php AccessFileName .htaccess <Files ~ "^\.ht"> Order allow,deny Deny from all Satisfy All </Files> TypesConfig /etc/mime.types DefaultType text/plain <IfModule mod_mime_magic.c> MIMEMagicFile conf/magic </IfModule> HostnameLookups Off ErrorLog logs/error_log LogLevel debug LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
...<IfModule log_config_module> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i \"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common CustomLog /var/log/httpd-access.log combined </IfModule> DefaultType text/plain <IfModule mime_module> TypesConfig etc/apache22/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz </IfModule> NameVirtualHost *:80 <VirtualHost *:80> ServerName mysite.com ServerAlias www.mysite.com DocumentRoot /services/ht...
2011 Apr 14
1
a little problem with extJS & log in form
...nd end end Have login.js var userform = new Ext.form.FormPanel({ baseCls: ''x-plain'', labelWidth: 75, id: ''userform'', method: ''POST'', url:''/user/authenticate'', defaultType: ''textfield'', items: [{ fieldLabel: ''Login'', name: ''username'', anchor:''90%'' // anchor width by percentage } ,{ fieldLabel: ''Password'',...
2015 May 07
3
Apache 2.2 itk - 404 not found
...ndex index.html index.htm index.php >> AccessFileName .htaccess >> <Files ~ "^\.ht"> >> Order allow,deny >> Deny from all >> Satisfy All >> </Files> >> TypesConfig /etc/mime.types >> DefaultType text/plain >> <IfModule mod_mime_magic.c> >> MIMEMagicFile conf/magic >> </IfModule> >> HostnameLookups Off >> ErrorLog logs/error_log >> LogLevel debug >> LogFormat "%h %l %u %t \"%r\" %>s %b \...
2015 May 07
0
Apache 2.2 itk - 404 not found
...</IfModule> > DirectoryIndex index.html index.htm index.php > AccessFileName .htaccess > <Files ~ "^\.ht"> > Order allow,deny > Deny from all > Satisfy All > </Files> > TypesConfig /etc/mime.types > DefaultType text/plain > <IfModule mod_mime_magic.c> > MIMEMagicFile conf/magic > </IfModule> > HostnameLookups Off > ErrorLog logs/error_log > LogLevel debug > LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" > \&...
2005 Feb 09
0
RE: CentOS Digest, Vol 2, Issue 13
...the httpd.conf file: LoadModule env_module modules/mod_env.so #LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule cern_meta_module modules/mod_cern_meta.so Other ones: # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # TypesConfig /etc/mime.types DefaultType text/plain Is there something that needs to be changed to make this ssl certificate work? Sincerely, Melinda Odom www.designhosting.biz 479-471-0891 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 2/7/2005 ------...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...llowing lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> # # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # TypesConfig /etc/mime.types # # DefaultType is the default MIME type the server will use for a document # if it cannot otherwise determine one, such as from filename extensions. # If your server contains mostly text or HTML documents, "text/plain" is # a good value. If most of your content is binary, such as applications # or im...
2006 Jan 05
2
Apache issue
...owing lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> # # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # TypesConfig /etc/mime.types # # DefaultType is the default MIME type the server will use for a document # if it cannot otherwise determine one, such as from filename extensions. # If your server contains mostly text or HTML documents, "text/plain" is # a good value. If most of your content is binary, such as applications # or imag...