Home
last modified time | relevance | path

Searched refs:groot (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/sci_gateway/fortran/
H A DEx-dasrt.f18 subroutine gr1 (neq, t, y, ng, groot, rpar, ipar) argument
20 DOUBLE PRECISION t, y(*), groot(*),rpar(*) local
21 groot(1) = ((2.0D0*LOG(y(1)) + 8.0D0)/t - 5.0D0)*y(1)
22 groot(2) = LOG(y(1)) - 2.2491D0
26 subroutine gr2 (neq, t, y, ng, groot, rpar, ipar) argument
28 DOUBLE PRECISION t, y, groot,rpar(*) local
29 DIMENSION y(*), groot(*)
30 groot(1) = y(1)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtfarmstuff.cpp22 TFilePath groot = getGlobalRoot(); in getTFarmController() local
23 TFilePath fp = groot + "config" + "controller.txt"; in getTFarmController()
76 TFilePath groot = getGlobalRoot(); in getControllerData() local
77 QString grootpath = QString::fromStdWString(groot.getWideString()); in getControllerData()
79 if (groot.isEmpty() || grootpath == " ") in getControllerData()
83 TFileStatus fs(groot); in getControllerData()
87 TFilePath fp = groot + "config" + "controller.txt"; in getControllerData()
105 TFilePath groot = TFilePath(GRootEnvVar); in getGlobalRoot() local
106 return groot; in getGlobalRoot()
/dports/devel/lua-posix/luaposix-35.1/spec/
H A Dposix_grp_spec.yaml61 groot = getgrgid(0).gr_name
69 expect(getgrgid(0).gr_name).to_be(groot)
76 groot = getgrgid(0).gr_name
84 expect(prototype(getgrnam(groot))).to_be "PosixGroup"
86 expect(getgrnam(groot).gr_name).to_be(groot)
87 expect(getgrnam(groot).gr_gid).to_be(0)
88 expect(type(getgrnam(groot).gr_mem)).to_be "table"
/dports/math/octave/octave-6.4.0/scripts/plot/util/
H A Dgroot.m27 ## @deftypefn {} {@var{h} =} groot ()
33 ## system as a whole such as the @code{ScreenSize}. Use @w{@code{get (groot)}}
41 ## set (groot, "DefaultTextFontName", "FreeSans")
49 ## set (groot, "DefaultTextFontName", "remove")
54 ## be made resistant to future changes by using @code{groot} which is
59 function h = groot () function
70 %!assert (groot (), 0)
73 %!error groot (1)
/dports/science/siconos/siconos-4.4.0/externals/netlib/odepack/test/
H A DDLSODAR-test.f225 subroutine gr1 (neq, t, y, ng, groot) argument
227 double precision t, y, groot local
228 dimension y(1), groot(2)
229 groot(1) = ((2.0d0*log(y(1)) + 8.0d0)/t - 5.0d0)*y(1)
230 groot(2) = log(y(1)) - 2.2491d0
254 subroutine gr2 (neq, t, y, ng, groot) argument
256 double precision t, y, groot local
257 dimension y(2), groot(1)
258 groot(1) = y(1)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tfarmclient/
H A Dapplication.cpp24 TFilePath groot(TSystem::getSystemValue( in getGlobalRoot() local
27 return groot; in getGlobalRoot()
53 TFilePath groot = getGlobalRoot(); in loadControllerData() local
54 TFilePath fp = groot + "config" + "controller.txt"; in loadControllerData()
/dports/net-im/pidgin-hotkeys/pidgin-hotkeys-0.2.4/src/
H A Dhotkeys_x11.c71 grab_key(GdkDisplay* gdisplay, GdkWindow* groot, HotkeyEntry* key) in grab_key() argument
79 root = GDK_WINDOW_XID(groot); in grab_key()
114 free_key(GdkDisplay* gdisplay, GdkWindow* groot, HotkeyEntry* key) in free_key() argument
121 root = GDK_WINDOW_XID(groot); in free_key()
139 _free_keys(GdkDisplay* gdisplay, GdkWindow* groot, HotkeyEntry* hotkeys, guint num_hotkeys) in _free_keys() argument
141 XUngrabKey(GDK_DISPLAY_XDISPLAY(gdisplay), AnyKey, AnyModifier, GDK_WINDOW_XID(groot)); in _free_keys()
H A Dhotkeys.h79 GdkWindow* groot,
82 GdkWindow* groot,
85 GdkWindow* groot,
H A Dhotkeys_win32.c142 GdkWindow* groot, in grab_key() argument
157 GdkWindow* groot, in free_key() argument
176 GdkWindow* groot, in _free_keys() argument
183 free_key(gdisplay, groot, hotkeys + i); in _free_keys()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfscommon/
H A Dcuckoohash.c178 treap_node *groot; member
235 nroot = ht->groot; in hash_garbage_to_hash()
237 ht->groot = NULL; in hash_garbage_to_hash()
300 ht->groot = NULL; in chash_new()
309 tree_free(ht->groot); in chash_erase()
310 ht->groot = NULL; in chash_erase()
331 tree_free(ht->groot); in chash_free()
368 return tree_find(ht->groot,x); in chash_find()
411 ht->telements -= tree_delete(&(ht->groot),x); in chash_delete()
441 if (tree_find(ht->groot,x)!=NULL) { in chash_add()
[all …]
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dinterpimages.m38 set (groot, "defaulttextfontname", "*");
114 set (groot, "defaultfigurepapertype", "<custom>");
115 set (groot, "defaultfigurepaperorientation", "landscape");
116 set (groot, "defaultfigurepapersize", image_size + 2*border);
117 set (groot, "defaultfigurepaperposition", [border, border, image_size]);
119 set (groot, "defaultfigureposition", [ 72*[border, border, image_size] ]);
H A Dgeometryimages.m38 set (groot, "defaulttextfontname", "*");
172 set (groot, "defaultfigurepapertype", "<custom>");
173 set (groot, "defaultfigurepaperorientation", "landscape");
174 set (groot, "defaultfigurepapersize", image_size + 2*border);
175 set (groot, "defaultfigurepaperposition", [border, border, image_size]);
177 set (groot, "defaultfigureposition", [ 72*[border, border, image_size] ]);
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/ansible-doc/roles/test_role1/meta/
H A Dmain.yml3 # entry points (groot, foo) that the argument_specs.yml does not. If this file
10 groot:
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dmatcher.c267 struct cli_matcher *groot, *troot = NULL; in cli_scan_buff() local
276 groot = engine->root[0]; /* generic signatures */ in cli_scan_buff()
312 …if (!acdata && (ret = cli_ac_initdata(&mdata, groot->ac_partsigs, groot->ac_lsigs, groot->ac_relof… in cli_scan_buff()
990 struct cli_matcher *groot = NULL, *troot = NULL; in cli_scan_fmap() local
1020 groot = ctx->engine->root[0]; /* generic signatures */ in cli_scan_fmap()
1045 maxpatlen = MAX(troot->maxpatlen, groot->maxpatlen); in cli_scan_fmap()
1047 maxpatlen = groot->maxpatlen; in cli_scan_fmap()
1096 …if ((ret = cli_ac_initdata(&gdata, groot->ac_partsigs, groot->ac_lsigs, groot->ac_reloff_num, CLI_… in cli_scan_fmap()
1097 (ret = cli_ac_caloff(groot, &gdata, &info))) { in cli_scan_fmap()
1104 if ((ret = cli_pcre_recaloff(groot, &gpoff, &info, ctx))) { in cli_scan_fmap()
[all …]
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dmatcher.c267 struct cli_matcher *groot, *troot = NULL; in cli_scan_buff() local
276 groot = engine->root[0]; /* generic signatures */ in cli_scan_buff()
312 …if (!acdata && (ret = cli_ac_initdata(&mdata, groot->ac_partsigs, groot->ac_lsigs, groot->ac_relof… in cli_scan_buff()
990 struct cli_matcher *groot = NULL, *troot = NULL; in cli_scan_fmap() local
1020 groot = ctx->engine->root[0]; /* generic signatures */ in cli_scan_fmap()
1045 maxpatlen = MAX(troot->maxpatlen, groot->maxpatlen); in cli_scan_fmap()
1047 maxpatlen = groot->maxpatlen; in cli_scan_fmap()
1096 …if ((ret = cli_ac_initdata(&gdata, groot->ac_partsigs, groot->ac_lsigs, groot->ac_reloff_num, CLI_… in cli_scan_fmap()
1097 (ret = cli_ac_caloff(groot, &gdata, &info))) { in cli_scan_fmap()
1104 if ((ret = cli_pcre_recaloff(groot, &gpoff, &info, ctx))) { in cli_scan_fmap()
[all …]
/dports/sysutils/webmin/webmin-1.981/wuftpd/
H A Dsave_anon.cgi24 push(@groot, { 'name' => 'guest-root',
27 &save_directive($conf, 'guest-root', \@groot);
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dsubgraph_props.cpp46 GlobalVertMap groot = get(global(vertex_name), g); in run() local
48 BOOST_ASSERT(get(groot, v) == 5); in run()
51 BOOST_ASSERT(get(groot, v) == 10); in run()
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dsubgraph_props.cpp46 GlobalVertMap groot = get(global(vertex_name), g); in run() local
48 BOOST_ASSERT(get(groot, v) == 5); in run()
51 BOOST_ASSERT(get(groot, v) == 10); in run()

12345678910>>...50