search for: section2

Displaying 19 results from an estimated 19 matches for "section2".

Did you mean: section
2007 Jun 12
3
Read Windows-like .INI files into R data structure?
I need to process some datasets where the configuration information was stored in .INI-like files, i.e., text files with sections like this: [Section1] var1=value1 var2=value2 [Section2] A=value3 B=value4 ... >From Google and other searches I haven't found any package, or function within a package, that reads .INI files into an R list, or other data structure. Any suggestions, or do I need to write my own? efg Earl F. Glynn Stowers Institute for Medical Research
2006 Feb 17
0
Strange Effect.Highlight behavior
...to flash yellow - just like the ''Click!'' link in this example from script.aculo.us: http://wiki.script.aculo.us/scriptaculous/show/Effect.Highlight Interestingly, if I change "new Effect.Highlight(''message1'')" to "new Effect.Highlight(''section2'')", where "section2" is a Div element elsewhere on the page, then "section2" does flash yellow! Tested in Safari, Camino and Firefox. Any thoughts? Lindsay -- Posted via http://www.ruby-forum.com/.
2012 Nov 23
2
Default fallback behaviour
...to next one - it's expected and right, IMHO. But when the user exists in both section and password verification fails on 1) database it successfully authenticated on next one. I think this behaviour should be configured. The main goal of 1) section for this server is to overwrite users in main (section2) database. Maybe I missed something and this option is already in dovecot code and I can't find it ? Or if not - will it be added in the future ? Dovecot version 2.1.10.
2006 Aug 29
0
how to contrast with factorial experiment
...7 -0.14913 -0.01521 0.17471 0.51105 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 6.28840 0.05003 125.682 < 2e-16 *** treatTrt 1.22122 0.07076 17.259 < 2e-16 *** section1 0.17831 0.03911 4.559 4.08e-05 *** section2 -0.23102 0.16595 -1.392 0.17087 section3 2.38170 0.16595 14.352 < 2e-16 *** section4 3.36834 0.16595 20.298 < 2e-16 *** section5 -1.56873 0.16595 -9.453 3.67e-12 *** section6 -0.41522 0.16595 -2.502 0.01613 * section7...
2006 Aug 24
1
how to constrast with factorial experiment
...47 -0.14913 -0.01521 0.17471 0.51105 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 6.288403 0.050034 125.682 < 2e-16 *** treatTrt 1.221219 0.070759 17.259 < 2e-16 *** section1 -0.008502 0.010213 -0.832 0.409675 section2 -0.491175 0.165945 -2.960 0.004942 ** section3 2.569427 0.165945 15.484 < 2e-16 *** section4 3.556067 0.165945 21.429 < 2e-16 *** section5 -1.157069 0.165945 -6.973 1.25e-08 *** section6 -0.003562 0.165945 -0.021 0.982971 se...
2009 May 22
3
Parsing Asterisk's .conf files from Perl, Java or PHP file
Hi, To a large extend, Asterisk's /etc/asterisk/*.conf configuration files conform to a format such as: [section1] key1=value1 key2=value2 [section2] key1=value1 key2=value2 ... To increase coherence when running custom-made application in Perl, Java, PHP, ...) and Asterisk on the same platform, I'm wondering if could extend a bit Asterisk's config files instead of duplicating data in an independant config file. For instance, an app t...
2004 Dec 16
1
Polycom FX Video Unit - asterisk-oh323
I'm installing an office in a couple of weeks that will have some nice Polycom FX video units in the conference rooms. I'm thinking that with asterisk-oh323 http://www.inaccessnetworks.com/ian/projects/asterisk-oh323/#section2 I should hopefully get the ability for phone users to dial an extension and participate in video conferences, or just simply phone conference with users in the room (would be able to use the multiple high quality mics that the Polycom has, and avoid purchasing a separate conference phone). Any...
2019 Feb 20
1
sieve filter not working -- wildcard missing
...39;). If you > want to restrict to classic tld '*.info' change the regex to > > ".*\.info$" Oh, and if you want to include a TLD like "*.superinfos" The regex needs to be ".*\..*info[^.]$" > > > The draft lists a table of common regex in section2: > https://tools.ietf.org/html/draft-murchison-sieve-regex-08#section-2 > > > There are online regex checker like https://regex101.com thought not > specific to sieve's regex, which can be used to test your regular > expressions. Sieve's regex are quite standard though....
2019 Feb 20
5
sieve filter not working
I've Dovecot and dovecot-sieve v 2.2.27 installed on a Debian 9.6. I'm trying to set a Sieve filter which will redirect all emails from `info` (i.e. .info) TLD to another email. This is the filter: require ["regex"]; # rule:[test] if header :regex "from" "info$" { redirect "subbs at domain.com"; } It's not being honored; all emails from .info
2010 Oct 14
7
undefined method?
I''m trying to learn rails as I go along, and having a bit of trouble. There is an undefined method cropping that I don''t know why rails thinks should be there. Firstly, I''m using rails 3, ruby 1.9.2 I have a controller with an index action This part works fine, but i am trying to add a comment form to the page that is rendered by that index action. Supposing my
2017 Dec 03
3
Howto authenticate smartPhone via Active Directory
...oy -------- Original message --------From: Mark Foley <mfoley at ohprs.org> Date: 03/12/2017 21:18 (GMT+02:00) To: dovecot at dovecot.org Subject: Re: Howto authenticate smartPhone via Active Directory Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2 shows: passdb pam { } used for authenticating Android.? Problem #1 is that Slackware does not ship with PAM and the AD/DC Samba4 does not use it. It is used on Slackware for a domain member, but I'm not sure I should try configuring PAM on the AD/DC. Is there some otherway I can get authenti...
2017 Dec 03
0
Howto authenticate smartPhone via Active Directory
Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2 shows: passdb pam { } used for authenticating Android. Problem #1 is that Slackware does not ship with PAM and the AD/DC Samba4 does not use it. It is used on Slackware for a domain member, but I'm not sure I should try configuring PAM on the AD/DC. Is there some otherway I can get authenti...
2019 Feb 20
0
sieve filter not working -- wildcard missing
...;; } With this rule, you are filtering emails from toplevel domain '*.info' or new domains that might occur in future (e.g '*.superinfo'). If you want to restrict to classic tld '*.info' change the regex to ".*\.info$" The draft lists a table of common regex in section2: https://tools.ietf.org/html/draft-murchison-sieve-regex-08#section-2 There are online regex checker like https://regex101.com thought not specific to sieve's regex, which can be used to test your regular expressions. Sieve's regex are quite standard though. Greetings Martin On Wed, 20...
2012 Jan 26
1
Question about puppet module development
...tory. krb5.conf did not provide ''include'' directive, so i need to manage whole file. First i want to use augeas for this purposes, but find that augeas supplied with debian squeeze have troubles with krb5.conf. File have next structure: [section1] option1 = value option2 = value [section2] option3 = value option4 = value For example configuration of two realms looks like: [realms] ATHENA.MIT.EDU = { kdc = kerberos.mit.edu:88 kdc = kerberos-1.mit.edu:88 kdc = kerberos-2.mit.edu:88 admin_server = kerberos.mit.edu...
2017 Dec 04
2
Howto authenticate smartPhone via Active Directory
...------- > From: Mark Foley <mfoley at ohprs.org> > Date: 03/12/2017 21:18 (GMT+02:00) > To: dovecot at dovecot.org > Subject: Re: Howto authenticate smartPhone via Active Directory > > Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2 > shows: > > passdb pam { > } > > used for authenticating Android.? Problem #1 is that Slackware does not ship with PAM and the > AD/DC Samba4 does not use it. It is used on Slackware for a domain member, but I'm not sure I > should try configuring PAM on the AD/DC. &g...
2007 Nov 20
3
How to test views with Nested Resources and Partials
...Edit Line Item #section1 = error_messages_for :line_item - form_for(:line_item, :url => contract_line_item_path(@contract.id), :html => { :method => :put }) do |f| = render :partial => "form", :locals => { :f => f } %p = submit_tag "Update" #section2 = link_to(''Show'', contract_path(@contract)) + '' | '' + link_to(''Back'', contracts_path) ######## _form.haml ######## #section1 #results.boxed %h2 Details %p %label{:for => "line_item_support_type"}...
2017 Dec 04
0
Howto authenticate smartPhone via Active Directory
...------- Original message -------- From: Mark Foley <mfoley at ohprs.org> Date: 03/12/2017 21:18 (GMT+02:00) To: dovecot at dovecot.org Subject: Re: Howto authenticate smartPhone via Active Directory Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2 shows: passdb pam { } used for authenticating Android.? Problem #1 is that Slackware does not ship with PAM and the AD/DC Samba4 does not use it. It is used on Slackware for a domain member, but I'm not sure I should try configuring PAM on the AD/DC. Is there some otherway I can get authenti...
2017 Dec 04
1
Howto authenticate smartPhone via Active Directory
...---- > From: Mark Foley <mfoley at ohprs.org> > Date: 03/12/2017 21:18 (GMT+02:00) > To: dovecot at dovecot.org > Subject: Re: Howto authenticate smartPhone via Active Directory > > Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2 > shows: > > passdb pam { > } > > used for authenticating Android.? Problem #1 is that Slackware does not ship with PAM and the > AD/DC Samba4 does not use it. It is used on Slackware for a domain member, but I'm not sure I > should try configuring PAM on the AD/DC. >...
2017 Dec 05
0
Howto authenticate smartPhone via Active Directory
...oley <mfoley at ohprs.org> > > Date: 03/12/2017 21:18 (GMT+02:00) > > To: dovecot at dovecot.org > > Subject: Re: Howto authenticate smartPhone via Active Directory > > > > Yes, you are right. This link: https://www.redips.net/linux/android-email-postfix-auth/#section2 > > shows: > > > > passdb pam { > > } > > > > used for authenticating Android.? Problem #1 is that Slackware does not ship with PAM and the > > AD/DC Samba4 does not use it. It is used on Slackware for a domain member, but I'm not sure I > > sho...