Home
last modified time | relevance | path

Searched refs:default_interpreter (Results 1 – 11 of 11) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/plugins/python-loader/
H A Dgnm-python.c25 GnmPyInterpreter *current_interpreter, *default_interpreter; member
58 gpy->default_interpreter = gnm_py_interpreter_new (NULL); in gnm_python_init()
59 gpy->current_interpreter = gpy->default_interpreter; in gnm_python_init()
73 if (gpy->default_interpreter != NULL) { in gnm_python_finalize()
76 if (interpreter != gpy->default_interpreter) { in gnm_python_finalize()
81 gnm_py_interpreter_switch_to (gpy->default_interpreter); in gnm_python_finalize()
82 GO_SLIST_REMOVE (gpy->interpreters, gpy->default_interpreter); in gnm_python_finalize()
83 g_object_unref (gpy->default_interpreter); in gnm_python_finalize()
84 gpy->default_interpreter = NULL; in gnm_python_finalize()
182 g_return_if_fail (interpreter != gpy->default_interpreter); in gnm_python_destroy_interpreter()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/ipython/
H A Dkernelspec.py83 default_interpreter = CONF.get('main_interpreter', 'default')
84 if default_interpreter:
89 drop_env=(not default_interpreter))
105 'SPY_EXTERNAL_INTERPRETER': not default_interpreter,
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/pcl3/src/
H A Dpclscan.c94 static int default_interpreter(FILE *in, const pcl_Command *cmd) in default_interpreter() function
223 rc = default_interpreter(in, &command); in pcl_scan()
302 rc = default_interpreter(in, &command); in pcl_scan()
318 rc = default_interpreter(in, &command); in pcl_scan()
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/pcl3/src/
H A Dpclscan.c94 static int default_interpreter(FILE *in, const pcl_Command *cmd) in default_interpreter() function
223 rc = default_interpreter(in, &command); in pcl_scan()
302 rc = default_interpreter(in, &command); in pcl_scan()
318 rc = default_interpreter(in, &command); in pcl_scan()
/dports/print/ghostscript7-base/ghostscript-7.07/pcl3-3.3/src/
H A Dpclscan.c94 static int default_interpreter(FILE *in, const pcl_Command *cmd) in default_interpreter() function
223 rc = default_interpreter(in, &command); in pcl_scan()
302 rc = default_interpreter(in, &command); in pcl_scan()
318 rc = default_interpreter(in, &command); in pcl_scan()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/contrib/pcl3/src/
H A Dpclscan.c86 static int default_interpreter(gp_file *in, const pcl_Command *cmd) in default_interpreter() function
215 rc = default_interpreter(in, &command); in pcl_scan()
294 rc = default_interpreter(in, &command); in pcl_scan()
310 rc = default_interpreter(in, &command); in pcl_scan()
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/pcl3/src/
H A Dpclscan.c92 static int default_interpreter(FILE *in, const pcl_Command *cmd) in default_interpreter() function
221 rc = default_interpreter(in, &command); in pcl_scan()
300 rc = default_interpreter(in, &command); in pcl_scan()
316 rc = default_interpreter(in, &command); in pcl_scan()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/pcl3/src/
H A Dpclscan.c86 static int default_interpreter(gp_file *in, const pcl_Command *cmd) in default_interpreter() function
215 rc = default_interpreter(in, &command); in pcl_scan()
294 rc = default_interpreter(in, &command); in pcl_scan()
310 rc = default_interpreter(in, &command); in pcl_scan()
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/pcl3/src/
H A Dpclscan.c92 static int default_interpreter(FILE *in, const pcl_Command *cmd) in default_interpreter() function
221 rc = default_interpreter(in, &command); in pcl_scan()
300 rc = default_interpreter(in, &command); in pcl_scan()
316 rc = default_interpreter(in, &command); in pcl_scan()
/dports/devel/py-pex/pex-1.2.7/pex/
H A Dinterpreter.py124 def parse_requirement(cls, requirement, default_interpreter='CPython'): argument
132 requirement = Requirement.parse('%s%s' % (default_interpreter, requirement))
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPythonEnvironments.R390 default_interpreter = .rs.scalar(default) nameattr