Home
last modified time | relevance | path

Searched refs:immat (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/flightgear-aircraft/fgaircraft/Caravelle/Nasal/
H A Dimmat.nas6 var immat = props.globals.getNode("/sim/model/immat",1).getValue();
7 var immat_size = size(immat);
8 if (immat_size != 0) immat = string.uc(immat);
12 elsif (string.isupper(immat[i]))
13 glyph = immat[i] - `A`;
14 elsif (string.isdigit(immat[i]))
15 glyph = immat[i] - `0` + 26;
23 "Aircraft/Caravelle/Dialogs/immat.xml");
27 var immat = props.globals.getNode("/sim/model/immat",1);
30 else immat.setValue("F-BVPZ");
[all …]
/dports/games/flightgear-aircraft/fgaircraft/Alphajet/Nasal/
H A Dimmat.nas6 var immat = props.globals.getNode("/sim/model/immat",1).getValue();
7 var immat_size = size(immat);
8 if (immat_size != 0) immat = string.uc(immat);
12 elsif (string.isupper(immat[i]))
13 glyph = immat[i] - `A`;
14 elsif (string.isdigit(immat[i]))
15 glyph = immat[i] - `0` + 26;
23 "Aircraft/Alphajet/Dialogs/immat.xml");
27 var immat = props.globals.getNode("/sim/model/immat",1);
30 else immat.setValue("FRANCE");
[all …]
/dports/games/flightgear-aircraft/fgaircraft/R44/Nasal/
H A Dimmat.nas6 var immat = props.globals.getNode("/sim/model/immat",1).getValue();
7 var immat_size = size(immat);
8 if (immat_size != 0) immat = string.uc(immat);
12 elsif (string.isupper(immat[i]))
13 glyph = immat[i] - `A`;
14 elsif (string.isdigit(immat[i]))
15 glyph = immat[i] - `0` + 26;
26 if (props.globals.getNode("/sim/model/immat") == nil) {
27 var immat = props.globals.getNode("/sim/model/immat",1);
30 else immat.setValue("F-HLBL");
[all …]
/dports/games/flightgear-aircraft/fgaircraft/dhc3/Nasal/
H A Dimmat.nas6 var immat = props.globals.getNode("/sim/model/immat",1).getValue();
7 var immat_size = size(immat);
8 if (immat_size != 0) immat = string.uc(immat);
12 elsif (string.isupper(immat[i]))
13 glyph = immat[i] - `A`;
14 elsif (string.isdigit(immat[i]))
15 glyph = immat[i] - `0` + 26;
23 "Aircraft/dhc3/Dialogs/immat.xml");
27 var immat = props.globals.getNode("/sim/model/immat",1);
30 else immat.setValue("C-PIRG");
[all …]
/dports/games/flightgear-aircraft/fgaircraft/Pond-Racer/Nasal/
H A Dimmat.nas6 var immat = props.globals.getNode("/sim/model/immat",1).getValue();
7 var immat_size = size(immat);
8 if (immat_size != 0) immat = string.uc(immat);
12 elsif (string.isupper(immat[i]))
13 glyph = immat[i] - `A`;
14 elsif (string.isdigit(immat[i]))
15 glyph = immat[i] - `0` + 26;
23 "Aircraft/Pond-Racer/Dialogs/immat.xml");
27 var immat = props.globals.getNode("/sim/model/immat",1);
30 else immat.setValue("F-HLBL");
[all …]
/dports/games/flightgear-aircraft/fgaircraft/Caudron-G3/Nasal/
H A Dimmat.nas6 var immat = props.globals.getNode("/sim/model/immat",1).getValue();
7 var immat_size = size(immat);
8 if (immat_size != 0) immat = string.uc(immat);
12 elsif (string.isupper(immat[i]))
13 glyph = immat[i] - `A`;
14 elsif (string.isdigit(immat[i]))
15 glyph = immat[i] - `0` + 26;
23 "Aircraft/Caudron-G3/Dialogs/immat.xml");
27 var immat = props.globals.getNode("/sim/model/immat",1);
30 else immat.setValue("F-HLBL");
[all …]
/dports/games/flightgear-data/fgdata/Aircraft/c172p/Nasal/
H A Dimmat.nas4 var immat = props.globals.getNode("/sim/model/immat",1).getValue();
5 set_registration_number(props.globals, immat);
9 "Aircraft/c172p/gui/dialogs/immat.xml");
11 setlistener("sim/model/immat", refresh_immat, 1, 0);
14 if (props.globals.getNode("/sim/model/immat") == nil) {
15 var immat = props.globals.getNode("/sim/model/immat", 1);
19 immat.setValue(callsign);
21 immat.setValue("");
H A Dregistration_number.nas1 var set_registration_number = func (namespace, immat) {
2 if (immat == nil)
6 var immat_size = size(immat);
9 immat = string.uc(immat);
14 elsif (string.isupper(immat[i]))
15 glyph = immat[i] - `A`;
16 elsif (string.isdigit(immat[i]))
17 glyph = immat[i] - `0` + 26;
/dports/games/flightgear-aircraft/fgaircraft/Caravelle/Models/Immat/
H A Dimmat.ac11 texture "immat.png"
50 texture "immat.png"
89 texture "immat.png"
128 texture "immat.png"
167 texture "immat.png"
206 texture "immat.png"
245 texture "immat.png"
284 texture "immat.png"
323 texture "immat.png"
362 texture "immat.png"
[all …]
/dports/games/flightgear-aircraft/fgaircraft/Pond-Racer/Models/Immat/
H A Dimmat.ac10 texture "immat-tail.png"
31 texture "immat-tail.png"
262 texture "immat.png"
310 texture "immat.png"
358 texture "immat.png"
406 texture "immat.png"
454 texture "immat.png"
502 texture "immat.png"
548 texture "immat.png"
596 texture "immat.png"
[all …]
/dports/games/flightgear-data/fgdata/Aircraft/c172p/Models/Immat/
H A Dimmat.ac13 texture "immat.png"
52 texture "immat.png"
91 texture "immat.png"
130 texture "immat.png"
169 texture "immat.png"
208 texture "immat.png"
247 texture "immat.png"
286 texture "immat.png"
325 texture "immat.png"
364 texture "immat.png"
[all …]
/dports/games/flightgear-aircraft/fgaircraft/dhc3/Models/Immat/
H A Dimmat.ac10 texture "immat.png"
40 texture "immat.png"
70 texture "immat.png"
100 texture "immat.png"
130 texture "immat.png"
160 texture "immat.png"
190 texture "immat.png"
220 texture "immat.png"
250 texture "immat.png"
280 texture "immat.png"
[all …]
/dports/games/flightgear-aircraft/fgaircraft/R44/Models/Immat/
H A Dimmat.ac11 texture "immat-white.png"
86 texture "immat-white.png"
161 texture "immat-white.png"
236 texture "immat-white.png"
311 texture "immat-white.png"
386 texture "immat-white.png"
461 texture "immat-white.png"
536 texture "immat-white.png"
611 texture "immat-white.png"
686 texture "immat-white.png"
[all …]
/dports/games/flightgear-aircraft/fgaircraft/Alphajet/Models/Immat/
H A Dimmat.ac11 texture "immat.png"
78 texture "immat.png"
153 texture "immat.png"
228 texture "immat.png"
303 texture "immat.png"
378 texture "immat.png"
453 texture "immat.png"
528 texture "immat.png"
603 texture "immat.png"
678 texture "immat.png"
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/grid/
H A Dgrid_quadv0.F86 & lmmat, immat, lttau, ittau, lLmat, iLmat, iz, lz
665 . mt_dbl,len_mmat,'Mmat',lmmat,immat))
773 & dbl_mb(immat), dbl_mb(k_mmat2),
834 & dbl_mb(immat), dbl_mb(k_mmat2),
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/grid/
H A Dgrid_quadv0.F86 & lmmat, immat, lttau, ittau, lLmat, iLmat, iz, lz
665 . mt_dbl,len_mmat,'Mmat',lmmat,immat))
773 & dbl_mb(immat), dbl_mb(k_mmat2),
834 & dbl_mb(immat), dbl_mb(k_mmat2),
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/snowball/algorithms/
H A Dfinnish.sbl169 'imma' //-immat endings
/dports/mail/rspamd/rspamd-3.1/contrib/snowball/algorithms/
H A Dfinnish.sbl169 'imma' //-immat endings
/dports/databases/xapian-core/xapian-core-1.4.18/languages/
H A Dfinnish.sbl169 'imma' //-immat endings
/dports/databases/xapian-core12/xapian-core-1.2.25/languages/
H A Dfinnish.sbl168 'imma' //-immat endings
/dports/textproc/snowballstemmer/snowball-2.2.0/algorithms/
H A Dfinnish.sbl169 'imma' //-immat endings
/dports/www/zola/zola-0.15.2/cargo-crates/rust-stemmers-1.2.0/algorithms/
H A Dfinnish.sbl167 'imma' //-immat endings
/dports/science/nwchem-data/nwchem-7.0.2-release/src/dimqm/
H A Ddim_grid_quadv0.F64 & ltau, itau, lmmat, immat, lttau, ittau
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/dimqm/
H A Ddim_grid_quadv0.F64 & ltau, itau, lmmat, immat, lttau, ittau
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_hu/data/
H A Daccount.account.template.csv188 "chart_hu_961",961,"Ért.immat. javak, tárgyi eszk.bevétele","account.data_account_type_revenue","FA…

12