/dports/www/rt50/rt-5.0.2/t/web/ |
H A D | queue_caching.t | 198 my $user_f = RT::Test->load_or_create_user( 199 Name => 'user_f', 202 ok( $user_f && $user_f->id, 'loaded or created user' ); 205 { Principal => $user_f, Right => [qw(SeeQueue)] }, 211 ok( $m->login( 'user_f', 'password' ), 'logged in as user F' ); 220 { Principal => $user_f, Right => [qw(ShowTicket)] },
|
/dports/www/rt44/rt-4.4.5/t/web/ |
H A D | queue_caching.t | 199 my $user_f = RT::Test->load_or_create_user( 200 Name => 'user_f', 203 ok( $user_f && $user_f->id, 'loaded or created user' ); 206 { Principal => $user_f, Right => [qw(SeeQueue)] }, 212 ok( $m->login( 'user_f', 'password' ), 'logged in as user F' ); 221 { Principal => $user_f, Right => [qw(ShowTicket)] },
|
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/ |
H A D | gpt.c | 2380 user_f = dflt_f; in gpt_add_partition() 2388 user_f = pa->start; in gpt_add_partition() 2410 user_f = fdisk_ask_number_get_result(ask); in gpt_add_partition() 2411 if (user_f != find_first_available(gpt, user_f)) { in gpt_add_partition() 2421 dflt_l = find_last_free(gpt, user_f); in gpt_add_partition() 2427 user_l = user_f + pa->size - 1; in gpt_add_partition() 2437 if (user_l > user_f) in gpt_add_partition() 2465 if (user_l > user_f) in gpt_add_partition() 2469 if (user_l >= user_f && user_l <= disk_l) in gpt_add_partition() 2499 assert(!FDISK_IS_UNDEF(user_f)); in gpt_add_partition() [all …]
|
/dports/sysutils/linrename/util-linux-2.25.2/libfdisk/src/ |
H A D | gpt.c | 1833 user_f = pa->start; in gpt_add_partition() 1835 user_f = dflt_f; in gpt_add_partition() 1855 user_f = fdisk_ask_number_get_result(ask); in gpt_add_partition() 1856 if (user_f != find_first_available(pheader, ents, user_f)) { in gpt_add_partition() 1857 fdisk_warnx(cxt, _("Sector %ju already used."), user_f); in gpt_add_partition() 1866 dflt_l = find_last_free(pheader, ents, user_f); in gpt_add_partition() 1869 user_l = user_f + pa->size; in gpt_add_partition() 1888 fdisk_ask_number_set_low(ask, user_f); /* minimal */ in gpt_add_partition() 1906 } if (user_l > user_f && user_l <= disk_l) in gpt_add_partition() 1912 user_f, user_l, &typeid, ents) != 0)) { in gpt_add_partition() [all …]
|
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/ |
H A D | NonLinearFit.cpp | 60 d_f = user_f; in init()
|
H A D | fit_gsl.h | 87 int user_f(const gsl_vector *x, void *params, gsl_vector *f);
|
H A D | fit_gsl.cpp | 608 int user_f(const gsl_vector *x, void *params, gsl_vector *f) in user_f() function 625 user_f(x, params, f); in user_fdf()
|
/dports/editors/abiword/abiword-3.0.5/src/af/xap/gtk/ |
H A D | xap_UnixFrameImpl.cpp | 1886 UT_uint32 user_f = 0; in _setGeometry() local 1888 pApp->getWinGeometry (&user_x, &user_y, &uuser_w, &uuser_h, &user_f); in _setGeometry() 1908 if (!(user_f & XAP_UnixApp::GEOMETRY_FLAG_SIZE)) in _setGeometry() 1913 user_f |= XAP_UnixApp::GEOMETRY_FLAG_SIZE; in _setGeometry() 1915 if (!(user_f & XAP_UnixApp::GEOMETRY_FLAG_POS)) in _setGeometry() 1920 user_f |= XAP_UnixApp::GEOMETRY_FLAG_POS; in _setGeometry() 1926 if (!(user_f & XAP_UnixApp::GEOMETRY_FLAG_SIZE)) in _setGeometry() 1958 if (user_f & XAP_UnixApp::GEOMETRY_FLAG_POS) in _setGeometry() 1964 pApp->getPrefs()->setGeometry (user_x, user_y, user_w, user_h, user_f); in _setGeometry()
|
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/ |
H A D | fit_gsl.h | 91 int user_f(const gsl_vector * x, void *params, gsl_vector * f);
|
H A D | NonLinearFit.cpp | 84 d_f = user_f; in init()
|
H A D | fit_gsl.cpp | 514 int user_f(const gsl_vector * x, void *params, gsl_vector * f) { in user_f() function 651 int status = user_f (x, params, f); in user_fdf()
|
/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/ |
H A D | bam.c | 3086 BAMOptionalDataFunction user_f; member 3129 ctx->rc = ctx->user_f(ctx->user_ctx, tag, ctx->val); in i_OptDataForEach() 3147 ctx.user_f = f; in BAM_AlignmentOptDataForEach()
|
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/ |
H A D | bam.c | 3316 BAMOptionalDataFunction user_f; member 3359 ctx->rc = ctx->user_f(ctx->user_ctx, tag, ctx->val); in i_OptDataForEach() 3377 ctx.user_f = f; in BAMAlignmentOptDataForEach()
|
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/ |
H A D | bam.c | 3316 BAMOptionalDataFunction user_f; member 3359 ctx->rc = ctx->user_f(ctx->user_ctx, tag, ctx->val); in i_OptDataForEach() 3377 ctx.user_f = f; in BAMAlignmentOptDataForEach()
|
/dports/science/scidavis/scidavis-2.4.0/ |
H A D | scidavis.1.D8-static-msvc-build.patch | 1237 int user_f(const gsl_vector * x, void *params, gsl_vector * f)
|