Home
last modified time | relevance | path

Searched +defs:options +defs:alist (Results 1 – 25 of 50) sorted by relevance

12

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_trunc_io.erl49 -type options() :: [option()]. type
411 alist([], _Max, #print_options{force_strings=true}) -> {"", 0}; function
412 alist([], _Max, _Options) -> {"\"", 1}; function
413 alist(_, Max, #print_options{force_strings=true}) when Max < 4 -> {"...", 3}; function
414 alist(_, Max, #print_options{force_strings=false}) when Max < 5 -> {"...\"", 4}; function
419 alist([H|T], Max, Options) when is_integer(H), H >= 16#20, H =< 16#7e -> % definitely printable function
433 alist([H|T], Max, #print_options{force_strings=true} = Options) when is_integer(H) -> function
436 alist([H|T], Max, Options = #print_options{force_strings=true}) when is_binary(H); is_list(H) -> function
447 alist(_, _, #print_options{force_strings=true}) -> function
449 alist([H|_L], _Max, _Options) -> function
[all …]
/dports/devel/erlang-lager/lager-3.2.4/src/
H A Dlager_trunc_io.erl47 -type options() :: [option()]. type
409 alist([], _Max, #print_options{force_strings=true}) -> {"", 0}; function
410 alist([], _Max, _Options) -> {"\"", 1}; function
411 alist(_, Max, #print_options{force_strings=true}) when Max < 4 -> {"...", 3}; function
412 alist(_, Max, #print_options{force_strings=false}) when Max < 5 -> {"...\"", 4}; function
417 alist([H|T], Max, Options) when is_integer(H), H >= 16#20, H =< 16#7e -> % definitely printable function
431 alist([H|T], Max, #print_options{force_strings=true} = Options) when is_integer(H) -> function
434 alist([H|T], Max, Options = #print_options{force_strings=true}) when is_binary(H); is_list(H) -> function
445 alist(_, _, #print_options{force_strings=true}) -> function
447 alist([H|_L], _Max, _Options) -> function
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/utils/fedora/
H A Dclean-tars.php46 $options = getopt("hi:"); variable
110 $alist = `ls`; variable
/dports/net/samba412/samba-4.12.15/source4/dsdb/samdb/ldb_modules/tests/
H A Dpossibleinferiors.py30 from samba import getopt as options, Ldb unknown
54 def uniq_list(alist): argument
/dports/net/serveez/serveez-0.2.2/src/
H A Dguile.c719 svz_hash_t *options = arg; in optionhash_cb_before() local
730 svz_hash_t *options = arg; in optionhash_cb_integer() local
757 svz_hash_t *options = arg; in optionhash_cb_boolean() local
785 svz_hash_t *options = arg; in optionhash_cb_intarray() local
818 svz_hash_t *options = arg; in optionhash_cb_string() local
848 svz_hash_t *options = arg; in optionhash_cb_strarray() local
880 svz_hash_t *options = arg; in optionhash_cb_hash() local
912 svz_hash_t *options = arg; in optionhash_cb_portcfg() local
951 svz_hash_t *options = arg; in optionhash_cb_after() local
1475 SCM *alist = closure; in strhash_acons() local
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dip.c129 struct arglist *alist; in substring_to_idx() local
142 struct arglist *alist; in string_to_idx() local
152 struct arglist *alist; in idx_to_string() local
235 struct arglist **alist; in getlist() local
305 struct arglist **alist; in namefromRPDB() local
324 struct arglist **alist; in idxfromRPDB() local
2184 struct arglist options[] = {{"from", 0}, {"to", 1}, {"preference", 2}, in ruleupdate() local
2407 struct arglist options[] = {{"add", 0}, {"delete", 0}, {"list", 1}, in iprule() local
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-diff.c65 static emacs_value egit_diff_options_parse(emacs_env *env, emacs_value alist, git_diff_options *opt… in egit_diff_options_parse()
264 git_diff_options options; in egit_diff_index_to_index() local
285 git_diff_options options; in egit_diff_index_to_workdir() local
311 git_diff_options options; in egit_diff_tree_to_index() local
334 git_diff_options options; in egit_diff_tree_to_tree() local
355 git_diff_options options; in egit_diff_tree_to_workdir() local
377 git_diff_options options; in egit_diff_tree_to_workdir_with_index() local
/dports/archivers/zip/zip30/tandem/
H A Dtanzip.c70 short alist[alist_items]={42}; local
149 short err, len, fnum, access, exclus, bufferlen, options; local
/dports/news/cnews/cnews-cr.g_18/readnews/
H A Dreadnews.c38 active *alist; /* internal active list */ variable
167 options(argc, argv, cline) in options() function
/dports/archivers/ark/ark-21.12.3/part/
H A Dpart.cpp284 Kerfuffle::ExtractionOptions options; in extractSelectedFilesTo() local
1193 Kerfuffle::ExtractionOptions options; in slotShowExtractionDialog() local
1266 QModelIndexList alist = QModelIndexList() << index; in filesAndRootNodesForIndexes() local
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/bigbull/
H A Dcalfpytools.cpp84 int options = 0; in jackclient_open() local
473 PyObject *alist = PyList_New(0); in jackport_get_aliases() local
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/Extra/
H A DTextFX.cpp776 PangoAttrList *alist; in render() local
792 cairo_font_options_t* options = cairo_font_options_create(); in render() local
1278 PangoAttrList *alist; in getRegionOfDefinition() local
/dports/www/moodle310/moodle/lib/
H A Doutputcomponents.php78 public $options; variable in file_picker
95 public function __construct(stdClass $options) {
995 var $options; variable in single_select
1061 …public function __construct(moodle_url $url, $name, array $options, $selected = '', $nothing = arr…
1390 protected function flatten_options($options, $nothing) {
1870 …public static function select(array $options, $name, $selected = '', $nothing = array('' => 'choos…
1954 private static function select_optgroup($groupname, $options, array $selected) {
2055 public static function alist(array $items, array $attributes = null, $tag = 'ul') { function in html_writer
/dports/www/moodle311/moodle/lib/
H A Doutputcomponents.php78 public $options; variable in file_picker
95 public function __construct(stdClass $options) {
973 var $options; variable in single_select
1039 …public function __construct(moodle_url $url, $name, array $options, $selected = '', $nothing = arr…
1368 protected function flatten_options($options, $nothing) {
1848 …public static function select(array $options, $name, $selected = '', $nothing = array('' => 'choos…
1932 private static function select_optgroup($groupname, $options, array $selected) {
2033 public static function alist(array $items, array $attributes = null, $tag = 'ul') { function in html_writer
/dports/www/moodle39/moodle/lib/
H A Doutputcomponents.php78 public $options; variable in file_picker
95 public function __construct(stdClass $options) {
994 var $options; variable in single_select
1060 …public function __construct(moodle_url $url, $name, array $options, $selected = '', $nothing = arr…
1389 protected function flatten_options($options, $nothing) {
1869 …public static function select(array $options, $name, $selected = '', $nothing = array('' => 'choos…
1953 private static function select_optgroup($groupname, $options, array $selected) {
2054 public static function alist(array $items, array $attributes = null, $tag = 'ul') { function in html_writer
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dsgml2pl.c317 pl_new_sgml_parser(term_t ref, term_t options) in pl_new_sgml_parser()
996 unify_attribute_list(dtd_parser *p, term_t alist, in unify_attribute_list()
1042 term_t alist = PL_new_term_ref(); /* attribute list */ in on_begin() local
1623 pl_open_dtd(term_t ref, term_t options, term_t stream) in pl_open_dtd()
1723 pl_sgml_parse(term_t parser, term_t options) in pl_sgml_parse()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dkeymap.c2196 AstObject **alist; /* Pointer to list of AST object pointers */ in CopyMapEntry() local
2796 AstObject **alist; /* Pointer to list of AST object pointers */ in FreeMapEntry() local
3132 AstObject **alist; /* Pointer to list of AST object pointers */ in GetObjSize() local
3851 AstObject **alist; /* Pointer to list of AST object pointers */ in ManageLock() local
9976 AstKeyMap *astKeyMapId_( const char *options, ... ) { in astKeyMapId_()
10238 AstObject **alist; /* Pointer to vector of entry values */ in astLoadKeyMap_() local
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dsgml2pl.c360 pl_new_sgml_parser(term_t ref, term_t options) in pl_new_sgml_parser()
1141 unify_attribute_list(dtd_parser *p, term_t alist, in unify_attribute_list()
1187 term_t alist = PL_new_term_ref(); /* attribute list */ in on_begin_() local
1850 pl_open_dtd(term_t ref, term_t options, term_t stream) in pl_open_dtd()
1950 pl_sgml_parse(term_t parser, term_t options) in pl_sgml_parse()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_getpathprogs.c410 THD_string_array *outar, *alist, *rlist ; in THD_get_all_files() local
697 char *options; member
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32font.c636 UINT options; in w32font_draw() local
2581 unsigned int options = GGO_METRICS; in compute_metrics() local
2693 w32font_filter_properties (Lisp_Object font, Lisp_Object alist) in w32font_filter_properties()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32font.c636 UINT options; in w32font_draw() local
2582 unsigned int options = GGO_METRICS; in compute_metrics() local
2694 w32font_filter_properties (Lisp_Object font, Lisp_Object alist) in w32font_filter_properties()
/dports/lang/php73/php-7.3.33/ext/imap/
H A Dphp_imap.c796 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl()
1285 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1626 zend_long options = 0, flags = NIL; in PHP_FUNCTION() local
1763 zend_long options = 0; in PHP_FUNCTION() local
1790 zend_long options = 0; in PHP_FUNCTION() local
/dports/mail/php81-imap/php-8.1.1/ext/imap/
H A Dphp_imap.c402 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl()
899 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1223 zend_long options = 0; in PHP_FUNCTION() local
1344 zend_long options = 0; in PHP_FUNCTION() local
1373 zend_long options = 0; in PHP_FUNCTION() local
/dports/mail/php80-imap/php-8.0.15/ext/imap/
H A Dphp_imap.c363 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl()
855 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1204 zend_long options = 0, flags = NIL; in PHP_FUNCTION() local
1329 zend_long options = 0; in PHP_FUNCTION() local
1360 zend_long options = 0; in PHP_FUNCTION() local
/dports/mail/php73-imap/php-7.3.33/ext/imap/
H A Dphp_imap.c796 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl()
1285 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1626 zend_long options = 0, flags = NIL; in PHP_FUNCTION() local
1763 zend_long options = 0; in PHP_FUNCTION() local
1790 zend_long options = 0; in PHP_FUNCTION() local

12