Home
last modified time | relevance | path

Searched refs:nfocus (Results 1 – 20 of 20) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/src/
H A Dpsize.py75 self.nfocus = 0
218 nfocus = nfoc[0]
219 if nfoc[1] > nfocus: nfocus = nfoc[1]
220 if nfoc[2] > nfocus: nfocus = nfoc[2]
221 if nfocus > 0: nfocus = nfocus + 1
222 self.nfocus = nfocus
250 nfocus = self.getFocus()
262 def getFocus(self): return self.nfocus
286 nfocus = self.getFocus()
330 str = str + "Number of focusing operations = %i\n" % nfocus
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/manip/
H A Dpsize.py37 self.nfocus = 0
176 nfocus = nfoc[0]
177 if nfoc[1] > nfocus: nfocus = nfoc[1]
178 if nfoc[2] > nfocus: nfocus = nfoc[2]
179 if nfocus > 0: nfocus = nfocus + 1
180 self.nfocus = nfocus
208 nfocus = self.getFocus()
220 def getFocus(self): return self.nfocus
244 nfocus = self.getFocus()
290 str = str + "Number of focusing operations = %i\n" % nfocus
/dports/games/taisei/taisei-1.3.2/src/plrmodes/
H A Dyoumu_a.c227 double nfocus = plr->focus / 30.0; in youmu_mirror_myon() local
232 nfocus = 0.0; in youmu_mirror_myon()
243 nfocus = 0.0; in youmu_mirror_myon()
256 …get - e->pos)) * min(10, followfactor * max(0, cabs(target - e->pos) - VIEWPORT_W * 0.5 * nfocus)); in youmu_mirror_myon()
281 double f = smoothreclamp(0.5 + 0.5 * (1.0 - nfocus), 0, 1, 0, 1); in youmu_mirror_myon()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/generic/
H A Dnosh.c1825 int ifocus, nfocus, tnfocus[3]; in NOsh_setupCalcMGAUTO() local
1887 nfocus = VMAX2(VMAX2(tnfocus[0], tnfocus[1]), tnfocus[2]); in NOsh_setupCalcMGAUTO()
1892 redrat[j] = VPOW((fgrid[j]/cgrid[j]), 1.0/((double)nfocus-1.0)); in NOsh_setupCalcMGAUTO()
1895 nfocus, redrat[0], redrat[1], redrat[2]); in NOsh_setupCalcMGAUTO()
1899 if (nfocus > (NOSH_MAXCALC-(thee->ncalc))) { in NOsh_setupCalcMGAUTO()
1905 for (ifocus=0; ifocus<nfocus; ifocus++) { in NOsh_setupCalcMGAUTO()
1946 } else if (ifocus == (nfocus-1)) { in NOsh_setupCalcMGAUTO()
2005 if (ifocus == (nfocus-1)) { in NOsh_setupCalcMGAUTO()
2030 if (ifocus == (nfocus-1)) { in NOsh_setupCalcMGAUTO()
2069 if (ifocus != (nfocus-1)) calcf->pbeparm->numwrite = 0; in NOsh_setupCalcMGAUTO()
/dports/databases/libgda5/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c497 HistItemData *nfocus = NULL;
500 nfocus = get_prev_hist_data (editor, editor->priv->hist_focus);
502 nfocus = get_next_hist_data (editor, editor->priv->hist_focus);
503 if (!nfocus)
504 nfocus = editor->priv->hist_focus;
507 focus_on_hist_data (editor, nfocus);
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c497 HistItemData *nfocus = NULL; in event() local
500 nfocus = get_prev_hist_data (editor, editor->priv->hist_focus); in event()
502 nfocus = get_next_hist_data (editor, editor->priv->hist_focus); in event()
503 if (!nfocus) in event()
504 nfocus = editor->priv->hist_focus; in event()
507 focus_on_hist_data (editor, nfocus); in event()
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c497 HistItemData *nfocus = NULL; in event() local
500 nfocus = get_prev_hist_data (editor, editor->priv->hist_focus); in event()
502 nfocus = get_next_hist_data (editor, editor->priv->hist_focus); in event()
503 if (!nfocus) in event()
504 nfocus = editor->priv->hist_focus; in event()
507 focus_on_hist_data (editor, nfocus); in event()
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c497 HistItemData *nfocus = NULL; in event() local
500 nfocus = get_prev_hist_data (editor, editor->priv->hist_focus); in event()
502 nfocus = get_next_hist_data (editor, editor->priv->hist_focus); in event()
503 if (!nfocus) in event()
504 nfocus = editor->priv->hist_focus; in event()
507 focus_on_hist_data (editor, nfocus); in event()
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c497 HistItemData *nfocus = NULL; in event() local
500 nfocus = get_prev_hist_data (editor, editor->priv->hist_focus); in event()
502 nfocus = get_next_hist_data (editor, editor->priv->hist_focus); in event()
503 if (!nfocus) in event()
504 nfocus = editor->priv->hist_focus; in event()
507 focus_on_hist_data (editor, nfocus); in event()
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c497 HistItemData *nfocus = NULL; in event() local
500 nfocus = get_prev_hist_data (editor, editor->priv->hist_focus); in event()
502 nfocus = get_next_hist_data (editor, editor->priv->hist_focus); in event()
503 if (!nfocus) in event()
504 nfocus = editor->priv->hist_focus; in event()
507 focus_on_hist_data (editor, nfocus); in event()
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c497 HistItemData *nfocus = NULL;
500 nfocus = get_prev_hist_data (editor, editor->priv->hist_focus);
502 nfocus = get_next_hist_data (editor, editor->priv->hist_focus);
503 if (!nfocus)
504 nfocus = editor->priv->hist_focus;
507 focus_on_hist_data (editor, nfocus);
/dports/net/netscript/netscript-1.7.1/
H A Dnetscript.c767 NW *nfocus; variable
1399 NWP(nfocus,"%s",display); in nsprint()
1400 NRE(nfocus); in nsprint()
1402 nfocus=nw3; in nsprint()
1493 nfocus=(io?nw1:nw2); in pd()
1501 nfocus=(io?nw1:nw2); in pd()
1511 nfocus=(io?nw1:nw2); in pd()
1521 nfocus=(io?nw1:nw2); in pd()
4062 nfocus=nw3; in ncursesinit()
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_testing_dlg_proc/
H A D__init__.py685 nfocus = dlg_proc(h, DLG_CTL_FIND, 'edit1')
686 dlg_proc(h, DLG_CTL_FOCUS, index=nfocus)
/dports/devel/indi/indi-1.9.1/
H A D.gitattributes1348 libindi/drivers/focuser/nfocus.cpp -text
1349 libindi/drivers/focuser/nfocus.h -text
/dports/www/drupal7/drupal-7.82/modules/filter/
H A Dfilter.test1065 $f = filter_xss("<img o\0nfocus\0=alert(0)>", array('img'));
/dports/net/p5-Net-Analysis/Net-Analysis-0.41/t/
H A Dt4_keepalive.hex7381 … 0000E13A 28 27 6e 27 29 22 20 6f 6e 66 6f 63 75 73 3d 22 ('n')" o nfocus="
7399 … 0000E1CA 28 27 71 27 29 22 20 6f 6e 66 6f 63 75 73 3d 22 ('q')" o nfocus="
/dports/editors/textadept/textadept_11.1.linux/modules/lua/
H A Dta_api409 …w is not in focus.\nThe default value is `false`, showing the line only when the view is in\nfocus.
/dports/editors/textadept/textadept-textadept_11.1/modules/lua/
H A Dta_api409 …w is not in focus.\nThe default value is `false`, showing the line only when the view is in\nfocus.
/dports/textproc/weka/weka-3-8-5/data/
H A DReutersCorn-train.arff1227 …ter said.\n He said the problem must be approached on many fronts and\nfocus most strongly on U…
1323 … quotas.\n Many economists and analysts believe soybeans could be the\nfocus of possible steppe…
H A DReutersGrain-train.arff1227 …ter said.\n He said the problem must be approached on many fronts and\nfocus most strongly on U…
1323 … quotas.\n Many economists and analysts believe soybeans could be the\nfocus of possible steppe…