Home
last modified time | relevance | path

Searched +refs:read +refs:config +refs:outer (Results 1 – 25 of 5585) sorted by relevance

12345678910>>...224

/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger/macro-debugger/syntax-browser/
H A Dsnip-decorated.rkt4 (only-in mzlib/string read-from-string)
52 (with-unlock -outer
66 (send -outer change-style top-aligned 0 (send -outer last-position))))
100 (init-field [config (new syntax-prefs%)])
109 (config config)))
136 (config config)))
141 (define/public (read-special src line col pos)
142 (send the-syntax-snip read-special src line col pos))
144 (send/i config config<%> listen-props-shown?
204 (define/override (read stream)
[all …]
/dports/ftp/p5-Net-FTPServer/Net-FTPServer-1.125/t/
H A D320include.t16 # try to read a command, and then immediately exit. The run()
46 my $config = ".320include.t.$$";
47 open CF, ">$config" or die "$config: $!";
50 outer key: outer value
57 (['--test', '-d', '-C', $config]);
59 unlink $config;
65 unless $ftps->{_config_file} eq $config;
67 my @multi = $ftps->config ("key");
76 unless $ftps->config ("outer key") eq "outer value";
79 unless $ftps->config ("inner key") eq "inner value";
H A D320incwc.t16 # try to read a command, and then immediately exit. The run()
45 my $config = ".320incwc.t.$$";
46 open CF, ">$config" or die "$config: $!";
49 outer key: outer value
55 (['--test', '-d', '-C', $config]);
57 unlink $config;
63 unless $ftps->{_config_file} eq $config;
65 my @multi = $ftps->config ("key");
74 unless $ftps->config ("outer key") eq "outer value";
77 unless $ftps->config ("inner key") eq "inner value";
H A D330perl.t16 # try to read a command, and then immediately exit. The run()
22 my $config = ".320config.t.$$";
23 open CF, ">$config" or die "$config: $!";
27 override: outer value
30 $config{single} = "single value";
31 $config{multivalued} = [ "b", "c" ];
39 (['--test', '-d', '-C', $config]);
41 unlink $config;
44 unless $ftps->{_config_file} eq $config;
66 unless $ftps->config ("override") eq "outer value";
[all …]
H A D320config.t16 # try to read a command, and then immediately exit. The run()
22 my $config = ".320config.t.$$";
23 open CF, ">$config" or die "$config: $!";
25 key: config file value
36 override: outer value
44 (['--test', '-d', '-C', $config]);
46 unlink $config;
49 unless $ftps->{_config_file} eq $config;
52 unless $ftps->config ("key") eq "config file value";
89 unless $ftps->config ("override") eq "outer value";
[all …]
/dports/net/routinator/routinator-0.10.2/src/
H A Dpayload.rs35 use crate::config::{Config, FilterPolicy};
344 PayloadHistory::from_config(config) in from_config()
380 let read = self.read(); in update() localVariable
381 (read.current(), read.serial()) in update()
465 let read = self.read(); in notify() localVariable
470 let read = self.read(); in full() localVariable
478 let read = self.read(); in diff() localVariable
491 let read = self.read(); in timing() localVariable
566 keep: config.history_size, in from_config()
567 refresh: config.refresh, in from_config()
[all …]
/dports/devel/pear-HTML_Template_Flexy/HTML_Template_Flexy-1.3.13/tests/smarty/
H A Dindex.tpl11 {* bold and title are read from the config file *}
17 {* bold and title are read from the config file *}
40 {section name=outer loop=$FirstName}
41 {if %outer.index% is odd by 2}
42 {%outer.rownum%} . {$FirstName[outer]} {$LastName[outer]}
44 {%outer.rownum%} * {$FirstName[outer]} {$LastName[outer]}
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Dsmtp.py81 outer = EmailMessage()
82 outer['From'] = from_
83 outer['To'] = to
84 outer['Subject'] = subject
104 return outer
197 from calibre.utils.config import OptionParser
271 attachment_data = attachment.read() if hasattr(attachment, 'read') \
272 else open(attachment, 'rb').read()
300 msg = message_from_bytes(sys.stdin.buffer.read())
334 def config(defaults=None): function
[all …]
/dports/www/smarty3/smarty-3.1.34/demo/templates/
H A Dindex.tpl6 {* bold and title are read from the config file *}
27 {section name=outer
29 {if $smarty.section.outer.index is odd by 2}
30 {$smarty.section.outer.rownum} . {$FirstName[outer]} {$LastName[outer]}
32 {$smarty.section.outer.rownum} * {$FirstName[outer]} {$LastName[outer]}
/dports/www/smarty2/smarty-2.6.31/demo/templates/
H A Dindex.tpl6 {* bold and title are read from the config file *}
27 {section name=outer loop=$FirstName}
28 {if $smarty.section.outer.index is odd by 2}
29 {$smarty.section.outer.rownum} . {$FirstName[outer]} {$LastName[outer]}
31 {$smarty.section.outer.rownum} * {$FirstName[outer]} {$LastName[outer]}
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/demo/templates/
H A Dindex.tpl6 {* bold and title are read from the config file *}
27 {section name=outer
29 {if $smarty.section.outer.index is odd by 2}
30 {$smarty.section.outer.rownum} . {$FirstName[outer]} {$LastName[outer]}
32 {$smarty.section.outer.rownum} * {$FirstName[outer]} {$LastName[outer]}
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/demo/templates/
H A Dindex.tpl6 {* bold and title are read from the config file *}
27 {section name=outer
29 {if $smarty.section.outer.index is odd by 2}
30 {$smarty.section.outer.rownum} . {$FirstName[outer]} {$LastName[outer]}
32 {$smarty.section.outer.rownum} * {$FirstName[outer]} {$LastName[outer]}
/dports/misc/py-toil/toil-5.4.0/src/toil/jobStores/aws/
H A DjobStore.py144 def initialize(self, config): argument
154 super(AWSJobStore, self).initialize(config)
160 return self.config.sseKey
277 binary = fh.read()
283 job.assignConfig(self.config)
1102 self.content = f.read()
1170 contents = f.read(1024 * 1024)
1173 contents = f.read(1024 * 1024)
1252 buf = readable.read(info.outer.partSize)
1307 buf = readable.read()
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/sites-available/
H A Dcheck-eap-tls23 # returned from eap, whereas the outer authorize section is called
43 update config {
53 # update config {
58 # update config {
71 # update config {
76 # update config {
102 # need permission to read this group membership):
105 # update config {
126 # may be preferable than in the outer authorize section. It is
127 # suggested that 'auth_log' also be in the outer post-auth and
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + [os.path.abspath(f) for f in report.files]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + [os.path.abspath(f) for f in report.files]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + [os.path.abspath(f) for f in report.files]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + [os.path.abspath(f) for f in report.files]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + [os.path.abspath(f) for f in report.files]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + [os.path.abspath(f) for f in report.files]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + [os.path.abspath(f) for f in report.files]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/scan-view/share/
H A DReporter.py86 def attachFile(self, outer, path): argument
99 msg = MIMEText(fp.read(), _subtype=subtype)
104 msg.set_payload(fp.read())
110 outer.attach(msg)
205 config = ""
214 report.description, diagnosis, config] + map(os.path.abspath, report.files)
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc54626 "(struct:read-config/outer"
54628 " read-config/outer?"
54629 " read-config/outer-inner"
54630 " read-config/outer-wrap"
54631 " read-config/outer-line"
54632 " read-config/outer-col"
54633 " read-config/outer-pos"
54634 " read-config/outer-indentations"
54635 " read-config/outer-keep-comment?)"
54650 " 'read-config/outer)))))"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc54626 "(struct:read-config/outer"
54628 " read-config/outer?"
54629 " read-config/outer-inner"
54630 " read-config/outer-wrap"
54631 " read-config/outer-line"
54632 " read-config/outer-col"
54633 " read-config/outer-pos"
54634 " read-config/outer-indentations"
54635 " read-config/outer-keep-comment?)"
54650 " 'read-config/outer)))))"
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/endpoint/
H A Dsupervisor.ex53 {:ok, config}
130 |> config(endpoint)
146 # Runtime config
156 # Supervisor config
215 url = endpoint.config(:static_url) || endpoint.config(:url)
236 build_url(endpoint.config(:https), endpoint.config(:http), url)
339 outer = Application.app_dir(endpoint.config(:otp_app), inner)
341 if File.exists?(outer) do
343 outer
344 |> File.read!
[all …]

12345678910>>...224