Home
last modified time | relevance | path

Searched refs:mode_arg (Results 1 – 25 of 97) sorted by relevance

1234

/dports/devel/pylint/pylint-2.12.1/pylint/checkers/
H A Dstdlib.py605 if mode_arg:
606 mode_arg = utils.safe_infer(mode_arg)
608 mode_arg.value
614 mode_arg = None
617 mode_arg = utils.get_argument_from_call(
621 mode_arg = utils.get_argument_from_call(
627 if mode_arg:
628 mode_arg = utils.safe_infer(mode_arg)
631 not mode_arg
632 or isinstance(mode_arg, nodes.Const)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/pylint/checkers/
H A Dstdlib.py159 mode_arg = utils.get_argument_from_call(node, position=1,
163 if mode_arg:
164 mode_arg = utils.safe_infer(mode_arg)
165 if (isinstance(mode_arg, astroid.Const)
166 and not _check_mode_str(mode_arg.value)):
168 args=mode_arg.value)
/dports/irc/ngircd/ngircd-26.1/src/ngircd/
H A Dirc-mode.c130 int mode_arg; in Client_Mode() local
148 mode_arg = 1; in Client_Mode()
168 mode_arg++; in Client_Mode()
169 if (mode_arg < Req->argc) in Client_Mode()
477 mode_arg = 1; in Channel_Mode()
480 arg_arg = mode_arg + 1; in Channel_Mode()
511 if (arg_arg > mode_arg) in Channel_Mode()
512 mode_arg = arg_arg; in Channel_Mode()
514 mode_arg++; in Channel_Mode()
521 arg_arg = mode_arg + 1; in Channel_Mode()
[all …]
/dports/shells/fish/fish-3.3.1/share/functions/
H A D__fish_abbr_old.fish5 set -l mode_arg
57 set mode_arg $argv[1]
74 set mode_arg $argv
93 if not set -q mode_arg[2]
94 and string match -qr '^[^ ]+=' -- $mode_arg
95 set mode_arg (string split "=" -- $mode_arg)
100 and contains -- "$mode_arg" $fish_user_abbreviations
103 set -l key $mode_arg[1]
104 set -e mode_arg[1]
105 set -l value "$mode_arg"
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/plotting/pygletplot/
H A Dplot_mode.py68 mode_arg = newkwargs.get('mode', '')
76 subcls = PlotMode._get_mode(mode_arg, i, d)
90 def _get_mode(mode_arg, i_var_count, d_var_count): argument
123 if issubclass(mode_arg, PlotMode):
124 m = mode_arg
145 if isinstance(mode_arg, str):
153 if not mode_arg:
158 return PlotMode._get_aliased_mode(mode_arg, i, d)
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dchformal.cc74 int mode_arg = 0; in execute() local
109 mode_arg = atoi(args[++argidx].c_str()); in execute()
114 mode_arg = atoi(args[++argidx].c_str()); in execute()
234 for (int i = 0; i < mode_arg; i++) in execute()
255 for (int i = 0; i < mode_arg; i++) { in execute()
/dports/sysutils/coreutils/coreutils-8.32/tests/mkdir/
H A Dparents.sh35 mode_arg=$(rwx_to_mode_ $mode_str)
36 mkdir -m $mode_arg a || fail=1
/dports/misc/gnuls/coreutils-8.30/tests/mkdir/
H A Dparents.sh35 mode_arg=$(rwx_to_mode_ $mode_str)
36 mkdir -m $mode_arg a || fail=1
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Drazzledazzle.c81 static char *mode_arg; variable
96 {&mode_arg, "mode", "Mode", DEF_MODE, t_String},
511 if (!mode_arg || !*mode_arg || !strcasecmp(mode_arg, "random")) in init_dazzle()
513 else if (!strcasecmp(mode_arg, "ship") || !strcasecmp(mode_arg, "ships")) in init_dazzle()
515 else if (!strcasecmp(mode_arg, "flat")) in init_dazzle()
520 progname, mode_arg); in init_dazzle()
H A Dglplanet.c87 static char *mode_arg; variable
117 {&mode_arg, "mode" ,"Mode" , DEF_MODE, t_String},
593 if (!mode_arg || !*mode_arg || !strcasecmp(mode_arg, "GLOBE")) in init_planet()
595 else if (!strcasecmp(mode_arg, "EQUIRECTANGULAR")) in init_planet()
597 else if (!strcasecmp(mode_arg, "mercator")) in init_planet()
603 " not '%s'\n", progname, mode_arg); in init_planet()
/dports/news/nn/nn-6.7.3/
H A Dinit.c51 static int do_show(char *table, int mode_arg);
615 do_show(char *table, int mode_arg) in do_show() argument
644 (mode_arg, "all") in do_show()
647 (mode_arg, "total") in do_show()
650 (mode_arg, "unsub") in do_show()
653 (mode_arg, "subscr") in do_show()
656 (mode_arg, "sequence") in do_show()
667 if ((name = argv(mode_arg)) == NULL) in do_show()
685 init_message("unknown map '%s'", argv(mode_arg)); in do_show()
/dports/graphics/py-cairo/pycairo-1.18.1/cairo/
H A Ddevice.c267 int mode_arg; in script_device_set_mode() local
269 if (!PyArg_ParseTuple (args, "i:ScriptDevice.set_mode", &mode_arg)) in script_device_set_mode()
272 mode = (cairo_script_mode_t)mode_arg; in script_device_set_mode()
/dports/graphics/pyl-cairo/pycairo-1.18.1/cairo/
H A Ddevice.c267 int mode_arg; in script_device_set_mode() local
269 if (!PyArg_ParseTuple (args, "i:ScriptDevice.set_mode", &mode_arg)) in script_device_set_mode()
272 mode = (cairo_script_mode_t)mode_arg; in script_device_set_mode()
/dports/misc/apparix/apparix-11-062/src/
H A Dapparix.c1501 ; const char* mode_arg = NULL in main() local
1579 ; mode_arg = opt->val in main()
1604 ; mode_arg = "-" in main()
1626 ; mode_arg = opt->val in main()
1632 ; mode_arg = opt->val in main()
1669 return bookmark_backup_rcfile(xfrc->fn->str, mode_arg) in main()
1686 : bookmark_ungrep(flreg, xfrc, mode_arg, NULL) in main()
1702 : bookmark_ungrep(flreg, xfrc, NULL, mode_arg) in main()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/bin/
H A DRNApaln.c324 if (strlen(args_info.mode_arg) != 1) { in command_line()
328 task = *args_info.mode_arg; in command_line()
H A DRNApaln_cmdl.h62 char * mode_arg; /**< @brief Set the alignment mode to be used member
H A DRNApaln_cmdl.c191 args_info->mode_arg = NULL; in clear_args()
346 free_string_field (&(args_info->mode_arg)); in RNApaln_cmdline_parser_release()
1361 if (update_arg( (void *)&(args_info->mode_arg), in RNApaln_cmdline_parser_internal()
/dports/audio/guitarix-lv2/guitarix-0.43.1/libgxw/gxw/
H A DGxIREdit.cpp1211 ir_edit->mode_arg = n; in ir_edit_hit_detect()
1226 ir_edit->mode_arg = n-1; in ir_edit_hit_detect()
1262 gain_points *p0 = &ir_edit->gains[ir_edit->mode_arg]; in ir_edit_button_press()
1263 gain_points *p1 = &ir_edit->gains[ir_edit->mode_arg+1]; in ir_edit_button_press()
1268 ir_edit->mode_arg += 1; in ir_edit_button_press()
1276 int i = ir_edit->mode_arg; in ir_edit_button_press()
1285 ir_edit->mode_arg = (int)(event->x + ir_edit->offset/ir_edit->scale); in ir_edit_button_press()
1306 ir_edit->mode_arg = (int)(event->x + ir_edit->current_offset); in ir_edit_button_press()
1362 int i = ir_edit->mode_arg; in ir_edit_do_motion()
1381 int offset = max(int(round((ir_edit->mode_arg - x) * ir_edit->scale)), -ir_edit->cutoff_high+1); in ir_edit_do_motion()
[all …]
H A DGxIREdit.h60 gint mode_arg; member
/dports/math/scilab/scilab-6.1.1/scilab/modules/development_tools/macros/
H A Dtest_run.sci820 mode_arg = "-nw";
822 mode_arg = "-nwni";
824 mode_arg = "-nwni -profiling";
828 mode_arg = "-nwni";
830 mode_arg = "-nw";
832 mode_arg = "-nw";
860 …test_cmd = "( """ + SCI_BIN + "\bin\scilab"" " + mode_arg + " " + language_arg + SCI_ARGS + "-e ""…
862 …test_cmd = "( """ + SCI_BIN + "\bin\scilab"" " + mode_arg + " " + language_arg + SCI_ARGS + "-e ""…
866 …test_cmd = "( " + valgrind_opt + " " + SCI_BIN + "/bin/scilab " + mode_arg + " " + language_arg + …
868 … " + valgrind_opt + " " + prefix_bin + " " + SCI_BIN + "/bin/scilab " + mode_arg + " " + language_…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gaia/
H A Doauth2_mint_token_flow.cc152 Mode mode_arg) in Parameters() argument
160 mode(mode_arg) {} in Parameters()
H A Doauth2_mint_token_flow.h118 Mode mode_arg);
/dports/comms/hamlib/hamlib-4.3.1/src/
H A Devent.c461 rig->callbacks.mode_arg); in search_rig_and_poll()
587 rig->callbacks.mode_arg = arg; in rig_set_mode_callback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gaia/
H A Doauth2_mint_token_flow.h124 Mode mode_arg);
H A Doauth2_mint_token_flow.cc159 Mode mode_arg) in Parameters() argument
169 mode(mode_arg) {} in Parameters()

1234