Home
last modified time | relevance | path

Searched refs:ch10 (Results 1 – 25 of 1421) sorted by relevance

12345678910>>...57

/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dm_cppopts_dumper.F9092 msg = trim(msg)//ch10
102 msg = trim(msg)//ch10
112 msg = trim(msg)//ch10
122 msg = trim(msg)//ch10
132 msg = trim(msg)//ch10
142 msg = trim(msg)//ch10
152 msg = trim(msg)//ch10
162 msg = trim(msg)//ch10
172 msg = trim(msg)//ch10
182 msg = trim(msg)//ch10
[all …]
H A Dm_errors.F90802 write(msg,'(a,2x,2a,2x,a)')ch10,&
892 write(sbuf,'(8a,i0,7a)')ch10,&
893 "--- !",TRIM(level),ch10,&
895 "src_line: ",f90line,ch10,&
896 "message: |",ch10,TRIM(indent(my_msg)),ch10,&
897 "...",ch10
912 "--- !",TRIM(level),ch10,&
914 "src_line: ",f90line,ch10,&
916 "message: |",ch10,TRIM(indent(my_msg)),ch10,&
917 "...",ch10
[all …]
H A Dsymlatt.F90785 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is cP (primitive cubic)'
787 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is cI (body-centered cubic)'
789 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is cF (face-centered cubic)'
808 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is tP (primitive tetragonal)'
810 … write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is tI (body-centered tetragonal)'
820 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is oP (primitive orthorhombic)'
835 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is hP (primitive hexagonal)'
843 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is hR (rhombohedral)'
850 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is mP (primitive monoclinic)'
859 write(message,'(a,a)')ch10,' symlatt : the Bravais lattice is aP (primitive triclinic)'
[all …]
H A Dm_io_tools.F901303 iomsg = trim(msg)//ch10//"IOMSG: "//trim(iomsg)
1373 write(msg,'(2(a,i0),a)')"Fortran close returned iostat ",iostat," while closing unit: ",unit,ch10
1374 iomsg = trim(msg)//ch10//"IOMSG: "//trim(msg)
1435 rtnpos = index(message,ch10)
1451 jj = index(message(ii:msg_size),ch10)
1463 if (message(msg_size:msg_size) == ch10) write(unit,*)
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Drepeatmasker.fa.out6 …685 17.0 1.4 10.9 SL2.30ch10 31794 32004 (64801061) + LTR_PGSC0003DMS000000301_448 LT…
7 …651 21.0 3.3 3.3 SL2.30ch10 38677 38858 (64794207) C LTR_PGSC0003DMS000000301_448 LT…
8 …285 17.8 5.4 2.1 SL2.30ch10 38849 38940 (64794125) C LTR_PGSC0003DMS000000301_448 LT…
9 …604 20.8 1.0 13.1 SL2.30ch10 38972 39176 (64793889) C LTR_PGSC0003DMS000000301_448 LT…
10 …342 24.0 4.2 5.3 SL2.30ch10 46512 46599 (64786466) C LTR_PGSC0003DMS000000301_448 LT…
11 …342 24.0 4.2 5.3 SL2.30ch10 46726 46745 (64786320) C LTR_PGSC0003DMS000000301_448 LT…
12 …450 19.0 1.0 3.7 SL2.30ch10 52652 52763 (64780302) C LTR_PGSC0003DMS000000301_448 LT…
13 …548 13.2 12.2 2.5 SL2.30ch10 183688 183835 (64649230) C LTR_PGSC0003DMS000000301_448 LT…
14 …563 17.2 0.0 0.0 SL2.30ch10 205612 205698 (64627367) C LTR_PGSC0003DMS000000301_448 LT…
15 …334 18.2 0.0 3.9 SL2.30ch10 221149 221228 (64611837) C LTR_PGSC0003DMS000000301_448 LT…
/dports/devel/libmill/libmill-1.18/tests/
H A Dchan.c154 chan ch10 = chmake(int, 10); in main() local
155 chs(ch10, int, 999); in main()
156 chdone(ch10, int, 111); in main()
157 val = chr(ch10, int); in main()
159 val = chr(ch10, int); in main()
161 val = chr(ch10, int); in main()
163 chclose(ch10); in main()
H A Dchoose.c226 chan ch10 = chmake(int, 0); in main() local
227 go(sender1(chdup(ch10), 888)); in main()
228 go(sender1(chdup(ch10), 999)); in main()
231 in(ch10, int, v): in main()
238 in(ch10, int, v): in main()
243 chclose(ch10); in main()
/dports/devel/libdill/libdill-2.14/tests/
H A Dchoose.c216 int ch10[2]; in main() local
217 rc = chmake(ch10); in main()
220 hndl7[0] = go(sender1(ch10[0], 888)); in main()
222 hndl7[1] = go(sender1(ch10[0], 999)); in main()
225 struct chclause cls8[] = {{CHRECV, ch10[1], &val, sizeof(val)}}; in main()
237 rc = hclose(ch10[1]); in main()
239 rc = hclose(ch10[0]); in main()
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/2018-edition/src/
H A Dch10-01-syntax.md6 version of the book](../ch10-01-syntax.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/2018-edition/ch10-01-syntax.html).
H A Dch10-02-traits.md6 version of the book](../ch10-02-traits.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/2018-edition/ch10-02-traits.html).
H A Dch10-03-lifetime-syntax.md6 version of the book](../ch10-03-lifetime-syntax.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/2018-edition/ch10-03-lifetime-syntax.html).
H A Dch10-00-generics.md6 version of the book](../ch10-00-generics.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/2018-edition/ch10-00-generics.html).
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/second-edition/src/
H A Dch10-01-syntax.md6 version of the book](../ch10-01-syntax.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/second-edition/ch10-01-syntax.html).
H A Dch10-00-generics.md6 version of the book](../ch10-00-generics.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/second-edition/ch10-00-generics.html).
H A Dch10-02-traits.md6 version of the book](../ch10-02-traits.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/second-edition/ch10-02-traits.html).
H A Dch10-03-lifetime-syntax.md6 version of the book](../ch10-03-lifetime-syntax.html) instead.
10 1.30](https://doc.rust-lang.org/1.30.0/book/second-edition/ch10-03-lifetime-syntax.html).
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/error-codes/
H A DE0746.stderr7 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
19 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/flac/algorithms/
H A Ddecorrelate_channels.pfl16 VAR ch10 "average, difference";
32 case ch10 {
H A Ddecode_channels.pfl22 VAR ch10 "average, difference";
35 case 10 {return 2,ch10;}
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/Tools/
H A DRepeatMasker.t38 is ($rpt->feature1->seq_id, "SL2.30ch10");
51 is_deeply ([$rpt->feature2->get_tag_values('Target')],['SL2.30ch10',38849,38940]);
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/src/
H A Dch12-00-an-io-project.md35 * Using traits and lifetimes where appropriate ([Chapter 10][ch10]<!-- ignore
46 [ch10]: ch10-00-generics.html
/dports/games/gtkradiant/GPL/GtkRadiant/setup/win32/template/File Groups/
H A DRadiant Manual Files.fgl21 SubDir10=Q3Rad_Manual\ch10
83 [Q3Rad_Manual\ch10]
84 fulldirectory=<<GTKRAD_DIR>>\GtkRadiant\docs\manual\Q3Rad_Manual\ch10
85 file0=<<GTKRAD_DIR>>\GtkRadiant\docs\manual\Q3Rad_Manual\ch10\pg10_1.htm
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/impl-trait/
H A Dpoint-to-type-err-cause-on-impl-trait-return.stderr14 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
41 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
68 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
117 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
144 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
173 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
241 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
273 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
304 …= note: for information on `impl Trait`, see <https://doc.rust-lang.org/book/ch10-02-traits.html#r…
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/structs/
H A Dstruct-path-self-type-mismatch.stderr21 …= note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-p…
42 …= note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-p…
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/tests/
H A Dupdate-test262.sh86 cp -r ${tmp_dir}/test/suite/ch10 ${test262_dir}/ch10

12345678910>>...57