Home
last modified time | relevance | path

Searched refs:sopt (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/
H A Dhook.php45 $sopt = array();
229 $sopt[5192]['field']='name';
230 $sopt[5192]['linkfield']='';
236 $sopt[5193]['field']='id';
237 $sopt[5193]['linkfield']='';
246 $sopt[6192]['linkfield']='';
255 $sopt[5192]['field']='name';
256 $sopt[5192]['linkfield']='';
262 $sopt[5193]['field']='id';
320 $sopt[5195]['field']='cpu';
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-stream-tls.c18 mongoc_ssl_opt_t sopt = {0}; in test_mongoc_tls_no_certs() local
41 sopt.ca_file = CERT_CA; in test_mongoc_tls_password()
62 sopt.ca_file = CERT_CA; in test_mongoc_tls_bad_password()
95 sopt.ca_file = CERT_CA; in test_mongoc_tls_no_verify()
118 sopt.ca_file = CERT_CA; in test_mongoc_tls_allow_invalid_hostname()
141 sopt.ca_file = CERT_CA; in test_mongoc_tls_bad_verify()
170 sopt.ca_file = CERT_CA; in test_mongoc_tls_basic()
192 sopt.ca_file = CERT_CA; in test_mongoc_tls_weak_cert_validation()
224 sopt.ca_file = CERT_CA; in test_mongoc_tls_crl()
259 sopt.ca_file = CERT_CA; in test_mongoc_tls_expired()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dvol2surf.c231 sopt = &gv2s_plug_opts.sopt; in afni_vol2surf()
307 if( sopt->cmd.fake ) v2s_free_cmd( sopt ); in opt_vol2surf()
1612 if ( sopt->first_node > sopt->last_node && sopt->last_node > 0 ) in alloc_output_mem()
1887 sopt->map, sopt->gp_index, sopt->debug, sopt->dnode, in disp_v2s_opts_t()
1888 sopt->no_head, sopt->skip_cols, in disp_v2s_opts_t()
1890 sopt->use_norms, sopt->norm_len, sopt->norm_dir, in disp_v2s_opts_t()
1891 sopt->f_index, sopt->f_steps, in disp_v2s_opts_t()
1892 sopt->f_p1_fr, sopt->f_pn_fr, sopt->f_p1_mm, sopt->f_pn_mm, in disp_v2s_opts_t()
1896 sopt->cmd.fake, sopt->cmd.argc, sopt->cmd.argv in disp_v2s_opts_t()
2414 memset(sopt, 0, sizeof(*sopt)); in v2s_fill_sopt_default()
[all …]
H A Dplug_vol2surf.c435 sopt = &lvpo.sopt; /* just for typing */ in PV2S_process_args()
542 if ( sopt->f_p1_fr != 0 || sopt->f_pn_fr != 0 ) test |= 1; in PV2S_process_args()
543 if ( sopt->f_p1_mm != 0 || sopt->f_pn_mm != 0 ) test |= 2; in PV2S_process_args()
583 if ( ready && sopt->first_node > sopt->last_node ) in PV2S_process_args()
589 sopt->first_node, sopt->last_node ); in PV2S_process_args()
594 if ( sopt->outfile_1D ) free(sopt->outfile_1D); in PV2S_process_args()
595 if ( sopt->outfile_niml ) free(sopt->outfile_niml); in PV2S_process_args()
596 sopt->outfile_1D = sopt->outfile_niml = NULL; in PV2S_process_args()
645 g->vpo->sopt.debug = lvpo.sopt.debug; in PV2S_process_args()
646 g->vpo->sopt.dnode = lvpo.sopt.dnode; in PV2S_process_args()
[all …]
/dports/editors/joe/joe-4.6/syntax/
H A Djoerc.jsf72 "lmsg" sopt
73 "rmsg" sopt
74 "smsg" sopt
75 "zmsg" sopt
76 "xmsg" sopt
79 "cpara" sopt
81 "syntax" sopt
86 "keymap" sopt
88 "mnew" sopt
89 "mold" sopt
[all …]
/dports/irc/sic/sic-0.23a/
H A Dserver.c128 unset_option(srv->sopt, S_QUIT);
149 if (!option(srv->sopt, S_CONFIG))
151 set_option(srv->sopt, S_CONFIG);
476 && !option(stmp->sopt, S_QUIT) in sic_select()
477 && !option(stmp->sopt, S_DCC) in sic_select()
519 if (option(stmp->sopt, S_CONNECTING) && !option(stmp->sopt, S_DNS)) in sic_select()
870 if (!option(stmp->sopt, S_DCC) && !option(stmp->sopt, S_LISTEN))
917 if (!option(stmp->sopt, S_DCC) && !option(stmp->sopt, S_LISTEN)
971 if (!option(stmp->sopt, S_DCC) && !option(stmp->sopt, S_LISTEN)
1100 if ((option(dtmp->sopt, S_CONNECTING) || option(dtmp->sopt, S_CONNECTED))
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_3dSurf2Vol.c579 if ( (sopt->debug > 1) && (sopt->dvox >= 0) && (sopt->dvox < nvox) ) in final_computations()
581 sopt->dvox,cdata[sopt->dvox],ddata[sopt->dvox]); in final_computations()
704 if ( (sopt->debug > 1) && (sopt->dvox >= 0) && (sopt->dvox < nvox) ) in final_computations()
747 debug = sopt->debug && node == sopt->dnode; in insert_list()
768 if ( sopt->cmask && !sopt->cmask[vindex] ) in insert_list()
873 if ( (sopt->debug > 1) && (vox == sopt->dvox) ) in insert_value()
3542 sopt->map, sopt->datum, sopt->noscale, in disp_s2v_opts_t()
3543 sopt->debug, sopt->dnode, sopt->dvox, in disp_s2v_opts_t()
3544 sopt->stop_gap, sopt->sxyz_ori_gpar, in disp_s2v_opts_t()
3545 sopt->cmask, sopt->f_steps, sopt->f_index, in disp_s2v_opts_t()
[all …]
H A DSUMA_3dVol2Surf.c373 if ( (sopt->map == E_SMAP_MASK) || sopt->use_norms ) in get_surf_data()
379 if ( sopt->use_norms ) in get_surf_data()
388 if ((sopt->norm_dir == V2S_NORM_DEFAULT) && check_norm_dirs(sopt, p, 0)) in get_surf_data()
475 if ( sopt->debug > 1 ) in check_norm_dirs()
509 if ( sopt->debug > 1 ) in check_norm_dirs()
641 if ( sopt->use_norms ) in suma2afni_surf()
802 memset( sopt, 0, sizeof(*sopt) ); in set_smap_opts()
817 if ( sopt->first_node > sopt->last_node ) in set_smap_opts()
820 sopt->first_node, sopt->last_node); in set_smap_opts()
855 switch (sopt->map) in set_smap_opts()
[all …]
H A DSUMA_3dSurf2Vol.h137 int compute_results ( param_t * p, node_list_t * N, s2v_opts_t * sopt,
143 int adjust_endpts ( s2v_opts_t * sopt, THD_fvec3 * p1, THD_fvec3 * pn );
151 int disp_s2v_opts_t ( char * info, s2v_opts_t * sopt );
161 int insert_list ( node_list_t * N, param_t * p, s2v_opts_t * sopt,
164 int insert_value ( s2v_opts_t * sopt, double *dv, int *iv, int vox,
169 s2v_opts_t * sopt );
171 s2v_opts_t * sopt, node_list_t * N );
178 int set_smap_opts ( opts_t * opts, param_t * p, s2v_opts_t * sopt );
179 int surf_to_node_list ( s2v_opts_t * sopt, node_list_t * N, int nsurf);
180 int sxyz_1D_to_nlist ( opts_t * opts, s2v_opts_t * sopt, param_t * p,
[all …]
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dhmmc2.c113 output_header(FILE *ofp, const ESL_GETOPTS *sopt, char *seqfile, char *banner)
125 …if (esl_opt_IsUsed(sopt, "--popen") && fprintf(ofp, "# gap open probability: %f\n",…
126 …if (esl_opt_IsUsed(sopt, "--pextend") && fprintf(ofp, "# gap extend probability: %f\n",…
127 …if (esl_opt_IsUsed(sopt, "--mx") && fprintf(ofp, "# subst score matrix (built-in): %s\n",…
128 …if (esl_opt_IsUsed(sopt, "--mxfile") && fprintf(ofp, "# subst score matrix (file): %s\n",…
129 …if (esl_opt_IsUsed(sopt, "-E") && fprintf(ofp, "# sequence reporting threshold: E-valu…
130 …if (esl_opt_IsUsed(sopt, "-T") && fprintf(ofp, "# sequence reporting threshold: score …
131 …if (esl_opt_IsUsed(sopt, "--domE") && fprintf(ofp, "# domain reporting threshold: E-valu…
132 …if (esl_opt_IsUsed(sopt, "--domT") && fprintf(ofp, "# domain reporting threshold: score …
133 …if (esl_opt_IsUsed(sopt, "--incE") && fprintf(ofp, "# sequence inclusion threshold: E-valu…
[all …]
/dports/biology/hmmer/hmmer-3.3/src/
H A Dhmmc2.c113 output_header(FILE *ofp, const ESL_GETOPTS *sopt, char *seqfile, char *banner)
125 …if (esl_opt_IsUsed(sopt, "--popen") && fprintf(ofp, "# gap open probability: %f\n",…
126 …if (esl_opt_IsUsed(sopt, "--pextend") && fprintf(ofp, "# gap extend probability: %f\n",…
127 …if (esl_opt_IsUsed(sopt, "--mx") && fprintf(ofp, "# subst score matrix (built-in): %s\n",…
128 …if (esl_opt_IsUsed(sopt, "--mxfile") && fprintf(ofp, "# subst score matrix (file): %s\n",…
129 …if (esl_opt_IsUsed(sopt, "-E") && fprintf(ofp, "# sequence reporting threshold: E-valu…
130 …if (esl_opt_IsUsed(sopt, "-T") && fprintf(ofp, "# sequence reporting threshold: score …
131 …if (esl_opt_IsUsed(sopt, "--domE") && fprintf(ofp, "# domain reporting threshold: E-valu…
132 …if (esl_opt_IsUsed(sopt, "--domT") && fprintf(ofp, "# domain reporting threshold: score …
133 …if (esl_opt_IsUsed(sopt, "--incE") && fprintf(ofp, "# sequence inclusion threshold: E-valu…
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/matomo/piwik/vendor/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/itop/web/lib/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/limesurvey/limesurvey/application/third_party/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/finance/prestashop/prestashop/vendor/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/tecnickcom/tcpdf/tools/
H A Dtcpdf_addfont.php140 $sopt = ''; variable
141 $sopt .= 't:';
142 $sopt .= 'e:';
143 $sopt .= 'f:';
144 $sopt .= 'o:';
145 $sopt .= 'p:';
146 $sopt .= 'n:';
147 $sopt .= 'b';
148 $sopt .= 'l';
149 $sopt .= 'i:';
[all …]
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dtaskjoblog.class.php154 $sopt = array();
156 $sopt['common'] = __('Logs');
159 $sopt[1]['field'] = 'id';
164 $sopt[2]['field'] = 'name';
170 $sopt[3]['field'] = 'name';
181 $sopt[5]['field'] = 'date';
184 $sopt[5]['massiveaction'] = FALSE;
197 $sopt[8]['field'] = 'name';
200 $sopt[8]['forcegroupby'] = TRUE;
201 $sopt[8]['joinparams'] = array(
[all …]
/dports/net/nmsg/nmsg-1.0.1/fltmod/
H A Dnmsg_flt_sample.c94 struct sample_options *sopt = NULL; in sample_module_init() local
146 sopt = my_calloc(1, sizeof(*sopt)); in sample_module_init()
150 sopt->type = sample_type_count; in sample_module_init()
169 sopt->k = val; in sample_module_init()
171 sopt->type = sample_type_random; in sample_module_init()
189 sopt->p = val; in sample_module_init()
197 *mod_data = sopt; in sample_module_init()
200 my_free(sopt); in sample_module_init()
227 switch (sopt->type) { in sample_thread_init()
265 switch (sopt->type) { in sample_filter_message()
[all …]
/dports/dns/adns/adns-1.6.0/client/
H A Dadh-opts.c157 if (oip->sopt) { l= strlen(oip->sopt); if (l>maxsopt) maxsopt= l; } in printusage()
177 if (oip->sopt) { in printusage()
190 if (oip->sopt) { in printusage()
192 maxsopt, oip->sopt, in printusage()
202 if (oip->sopt) { in printusage()
219 assert(!oip->sopt); in printusage()
309 const char *sopt; in oc_short() local
312 sopt= entry->sopt; in oc_short()
313 if (!sopt) return 0; in oc_short()
314 l= strlen(sopt); in oc_short()
[all …]

12345678910>>...23