Home
last modified time | relevance | path

Searched refs:nzb (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dsabnews.py166 with open(output_file, "w", encoding="utf-8") as nzb:
167 nzb.write('<?xml version="1.0" encoding="UTF-8"?>\n')
169 nzb.write('<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">\n')
172 nzb.write("<head>\n")
175 nzb.write("</head>\n")
181 nzb.write("<groups><group>alt.binaries.test</group></groups>\n")
182 nzb.write("<segments>\n")
188 nzb.write(
192 nzb.write("</segments>\n")
193 nzb.write("</file>\n")
[all …]
/dports/math/gretl/gretl-2021d/addons/regls/examples/
H A Dfatplus.inp25 eval b.nzb
26 yh = lincomb(b.nzX, b.nzb)
28 l1 = sum(abs(b.nzb))
35 eval b.nzb
36 yh = lincomb(b.nzX, b.nzb)
38 l1 = sum(abs(b.nzb))
H A Dxvalidate_consec.inp23 series pred = lincomb(lb.nzX, lb.nzb)
28 printf "lambda %#g, R^2 %.4f, df %d\n", lam_per, m[2], nelem(lb.nzb)
32 series pred = lincomb(lb.nzX, lb.nzb)
43 series pred = lincomb(lb.nzX, lb.nzb)
48 printf "lambda %#g, R^2 %.4f, df %d\n", lam_per, m[2], nelem(lb.nzb)
52 series pred = lincomb(lb.nzX, lb.nzb)
/dports/multimedia/py-guessit/guessit-3.3.1/guessit/rules/properties/
H A Dcontainer.py39 nzb = config['nzb']
45 rebulk.regex(r'\.'+build_or_pattern(nzb)+'$', exts=nzb, tags=['extension', 'nzb'])
59 rebulk.string(*nzb, tags=['nzb'])
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/rules/properties/
H A Dcontainer.py39 nzb = config['nzb']
45 rebulk.regex(r'\.'+build_or_pattern(nzb)+'$', exts=nzb, tags=['extension', 'nzb'])
59 rebulk.string(*nzb, tags=['nzb'])
/dports/science/pnetcdf/parallel-netcdf-1.8.1/benchmarks/FLASH-IO/
H A Dphysicaldata.fh52 ! the block dimensions (ie nxb,nyb,nzb) are even or odd. This has
56 integer nxb,nyb,nzb,maxdim
67 parameter(nzb=16) !<<< USER EDIT
69 parameter(nzb=1)
72 parameter(maxdim=max(nxb,nyb,nzb))
80 parameter(gc_off_z=mod(nzb,2))
128 parameter(kl_bnd=1, ku_bnd=nzb+2*nguard*k3d)
133 parameter (nzhi=nguard*k3d+nzb)
H A Dplotfile_ncmpi_parallel.F90251 real (kind=single) :: unkt_crn(1,nxb+1,nyb+k2d,nzb+k3d,maxblocks)
252 real (kind=single) :: unkt(1,nxb,nyb,nzb,maxblocks)
399 nzones_block(3) = nzb+k3d
403 nzones_block(3) = nzb
530 buf_size = (nxb+1) * (nyb+k2d) * (nzb+k3d) * maxblocks
531 buf_size = buf_size + nxb * nyb * nzb * maxblocks
563 do k = nguard*k3d+1,nguard*k3d+nzb+k3d
610 counts(3) = nzb+ik3d
625 nguard*k3d+1:nguard*k3d+nzb,:), &
634 counts(3) = nzb
H A Dblock_boundary_data.fh72 (nzb+2*nguard*k3d))
74 (nzb+2*nguard*k3d))
79 (nzb+k3d+2*nguard*k3d))
81 (nzb+k3d+2*nguard*k3d))
H A Dcheckpoint_ncmpi_parallel.F90239 double precision unk_buf(1,nxb,nyb,nzb,maxblocks)
364 nzones_block(3) = nzb
557 subsizes(4) = nzb
577 counts(3) = nzb
585 unk_buf(1, 1:nxb, 1:nyb, 1:nzb, :) = &
588 nguard*k3d+1 : nguard*k3d+nzb, :)
/dports/news/nzbget/nzbget-21.1/tests/testdata/parchecker2/
H A Dtestfile.7z.00250 - fixed: malformed nzb-file could cause a memory leak;
80 be assigned to nzb-file when it's added to queue;
328 nzb-file or the password can be set;
494 - renaming of nzb-files;
509 - file mode is now nzb-file related;
536 - added new field <name> to nzb-info-object.
590 - <N nzb-name> - sets nzb filename for added URL;
596 a nzb-file is added to queue;
661 nzb-directory for further download;
680 post-processing parameters for nzb-file;
[all …]
/dports/news/nzbget/nzbget-21.1/tests/testdata/parchecker/
H A Dtestfile.dat72 nzb;
81 - when a script marks nzb as bad the nzb is deleted from queue, no
134 - added per-nzb time and size statistics:
530 ("nzbget /path/to/file.nzb");
1305 - renaming of nzb-files;
1320 - file mode is now nzb-file related;
1401 - <N nzb-name> - sets nzb filename for added URL;
1407 a nzb-file is added to queue;
1472 nzb-directory for further download;
1794 for the same nzb-file failed;
[all …]
/dports/news/py-pynzb/pynzb-0.1.0/
H A DPKG-INFO84 files = nzb_parser.parse('<?xml ... my nzb file here ... </nzb>')
143 ubuntu_nzb = urlopen('http://media.eflorenzano.com/misc/sample-ubuntu-nzb.nzb').read()
156 Keywords: nzb,parser,xml
/dports/news/py-pynzb/pynzb-0.1.0/pynzb.egg-info/
H A DPKG-INFO84 files = nzb_parser.parse('<?xml ... my nzb file here ... </nzb>')
143 ubuntu_nzb = urlopen('http://media.eflorenzano.com/misc/sample-ubuntu-nzb.nzb').read()
156 Keywords: nzb,parser,xml
/dports/news/nzbget/nzbget-21.1/
H A DChangeLog150 rss feeds and nzb-files;
805 - added per-nzb logging:
818 given nzb-file;
1038 nzb;
1047 - when a script marks nzb as bad the nzb is deleted from queue, no
1496 ("nzbget /path/to/file.nzb");
2271 - renaming of nzb-files;
2367 - <N nzb-name> - sets nzb filename for added URL;
2373 a nzb-file is added to queue;
2760 for the same nzb-file failed;
[all …]
H A DREADME27 based on information given in nzb-files. NZBGet can be used in
29 pass a nzb-file as parameter in command-line, NZBGet downloads
34 are: download nzb-file, list files in queue, etc.
279 nzbget <nzb-file>
315 done either in terminal with "nzbget -A <nzb-file>" or by uploading
316 a nzb-file into server's monitor-directory (<MAINDIR>/nzb by default).
339 [3] another-nzb\filename3.r01 (100.00 MB)
340 [4] another-nzb\filename3.r02 (100.00 MB)
342 This is the list of individual files listed within nzb-file. To print
346 [2] another-nzb (4.20 GB)
[all …]
/dports/math/casadi/casadi-3.5.5/test/python/
H A Dsparsity.py40 nzb = set([ (0,2),
49 for i in nzb:
55 self.assertEqual(c.nnz(),len(nza.union(nzb)))
58 self.assertTrue(ind in nza or ind in nzb)
67 nzb = set([ (0,2),
77 for i in nzb:
83 self.assertTrue(ind in nza and ind in nzb)
86 self.assertEqual(c.nnz(),len(nza.intersection(nzb)))
89 self.assertTrue(ind in nza and ind in nzb)
/dports/news/pan/pan-0.145/
H A Dpan.desktop.in6 Keywords=usenet;news;newsreader;newsgroup;article;yenc;nzb;
8 MimeType=application/x-nzb;
/dports/news/pan/pan-0.145/pan/gui/
H A Dpan.cc699 gboolean nzb(false); in nzb_method_call() local
707 g_variant_get (parameters, "(sssb)", &groups, &nzb_output_path, &nzbs, &nzb); in nzb_method_call()
716 if (nzb && nzbs) in nzb_method_call()
719 StringView tok, nzb(nzbs); in nzb_method_call() local
720 while (nzb.pop_token(tok)) in nzb_method_call()
913 bool gui(true), nzb(false), verbosed(false); in main() local
936 nzb = true; in main()
957 nzb = true; in main()
1001 if (nzb && data.get_servers().empty()) { in main()
1059 if (nzb || !groups.empty()) in main()
[all …]
/dports/news/sabnzbdplus/SABnzbd-3.3.0/interfaces/Glitter/templates/
H A Dinclude_queue.tmpl82 <a href="#modal-add-nzb" class="hover-button" data-toggle="modal">
178 <div class="add-nzb-inputbox add-nzb-inputbox-small add-nzb-inputbox-options">
186 <div class="add-nzb-inputbox add-nzb-inputbox-small">
197 <div class="add-nzb-inputbox-clear"></div>
198 … <div class="add-nzb-inputbox" data-tooltip="true" data-placement="top" title="$T('category')">
202 … <div class="add-nzb-inputbox" data-tooltip="true" data-placement="top" title="$T('priority')">
206 … <div class="add-nzb-inputbox" data-tooltip="true" data-placement="top" title="$T('swtag-pp')">
210 … <div class="add-nzb-inputbox" data-tooltip="true" data-placement="top" title="$T('eoq-scripts')">
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_fft_complex.c231 int nxa,nya,nza , nxb,nyb,nzb , Lxx,Lyy,Lzz , Lxyz,ii ; in mri_fft_3Dconvolve() local
241 nxb = bim->nx ; nyb = bim->ny ; nzb = bim->nz ; in mri_fft_3Dconvolve()
247 Lzz = (nza > 1 && nzb > 1) ? csfft_nextup_one35(nza+nzb) : 0 ; in mri_fft_3Dconvolve()
267 pbim = mri_zeropad_3D( 0,Lxx-nxb , 0,Lyy-nyb , 0,Lzz-nzb , fbim ) ; /* 2) */ in mri_fft_3Dconvolve()
/dports/news/pan/pan-0.145/pan/tasks/
H A Dnzb.cc210 const std::string nzb (clean_utf8 (nzb_in)); in tasks_from_nzb_string() local
221 g_markup_parse_context_parse (c, nzb.c_str(), nzb.size(), &gerr); in tasks_from_nzb_string()
240 std::string nzb; in tasks_from_nzb_file() local
241 if (file :: get_text_file_contents (filename, nzb)) in tasks_from_nzb_file()
242 tasks_from_nzb_string (nzb, save_path, c, ec, r, ranks, gs, appendme); in tasks_from_nzb_file()
H A DMakefile.am18 nzb.cc \
44 nzb.h \
/dports/math/py-yt/yt-4.0.1/yt/frontends/flash/
H A Ddata_structures.py94 nzb = ds.parameters["nzb"]
96 nxb, nyb, nzb = (
99 self.grid_dimensions[:] *= (nxb, nyb, nzb)
360 nzb = self.parameters["nzb"]
362 nxb, nyb, nzb = (
371 if nzb == 1:
423 self.domain_dimensions = np.array([nblockx * nxb, nblocky * nyb, nblockz * nzb])
/dports/news/sabnzbdplus/SABnzbd-3.3.0/interfaces/Glitter/templates/static/stylesheets/
H A Dglitter.mobile.css161 .multioperations-selector .add-nzb-inputbox {
165 .multioperations-selector .add-nzb-inputbox-small {
169 .multioperations-selector .add-nzb-inputbox-clear {
173 .multioperations-selector .add-nzb-inputbox-options {
/dports/math/gretl/gretl-2021d/plugin/
H A Ddpanel.c283 dpd->nzb = nzb; in ddset_new()
2217 dpd->nzb -= 1; in diff_iv_accounts()
2457 if (dpd->nzb > 0) { in do_unit_accounting()
3250 for (i=dpd->nzb; i>0; i--) { in add_default_ydiff_spec()
3262 dpd->nzb += 1; in add_default_ydiff_spec()
3284 d = &dpd->d[dpd->nzb]; in add_default_ylev_spec()
3292 dpd->nzb += 1; in add_default_ylev_spec()
3368 dpd->nzb -= dpd->nzb2; in dpanel_adjust_GMM_spec()
3369 dpd->d2 = dpd->d + dpd->nzb; in dpanel_adjust_GMM_spec()
3488 int nzb = 0; in dpd_estimate() local
[all …]

12345678910>>...17