Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 25 of 45) sorted by relevance

12

/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptSourceModel.java103 bsh.Interpreter interpreter = new bsh.Interpreter(); in execute() local
109 interpreter.getNameSpace().clear(); in execute()
117 interpreter.set("XSCRIPTCONTEXT", context); in execute()
118 interpreter.set("ARGUMENTS", new Object[0]); in execute()
121 result = interpreter.eval(view.getText()); in execute()
124 result = interpreter.eval(getText()); in execute()
H A DScriptProviderForBeanShell.java217 Interpreter interpreter = new Interpreter(); in invoke() local
219 interpreter.getNameSpace().clear(); in invoke()
224 interpreter.setClassLoader(cl); in invoke()
226 interpreter.set("XSCRIPTCONTEXT", in invoke()
230 interpreter.set("ARGUMENTS", aParams); in invoke()
269 result = interpreter.eval( source ); in invoke()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_gc.cxx53 GCThread( PyInterpreterState *interpreter, PyObject * object );
59 GCThread::GCThread( PyInterpreterState *interpreter, PyObject * object ) : in GCThread() argument
60 mPyObject( object ), mPyInterpreter( interpreter ) in GCThread()
99 void decreaseRefCount( PyInterpreterState *interpreter, PyObject *object ) in decreaseRefCount() argument
109 osl::Thread *t = new GCThread( interpreter, object ); in decreaseRefCount()
H A Dpyuno_impl.hxx299 void decreaseRefCount( PyInterpreterState *interpreter, PyObject *object );
/aoo41x/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java184 Interpreter interpreter = new Interpreter(); in startExecution()
185 interpreter.getNameSpace().clear(); in startExecution()
192 interpreter.set("context", context); in startExecution()
193 interpreter.eval(ta.getText()); in startExecution()
/aoo41x/main/
H A Daclocal.m4205 dnl Find a Python interpreter. Python versions prior to 2.0 are not
213 # Find any Python interpreter.
228 # Otherwise, try each interpreter until we find one that satisfies
230 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
248 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
362 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.
H A Dconfigure.ac2960 dnl Check if there is a java interpreter at all.
/aoo41x/main/udkapi/com/sun/star/script/
H A DJavaScript.idl36 /** service is implementation of a JavaScript interpreter.
38 <p>The interpreter should be similar to JavaScript 1.1. The exact
H A DXDebugging.idl42 /** makes it possible to set breakpoints in an interpreter.
111 /** stops the execution of the interpreter.
/aoo41x/main/rhino/
H A DREADME2 JavaScript interpreter, available under the Mozilla Public License
/aoo41x/main/setup_native/source/packinfo/
H A Dpackage_names_ext.txt15 SUNWPython The Python interpreter, libraries and utilities
/aoo41x/main/udkapi/com/sun/star/beans/
H A DXExactName.idl43 <p>Example: A basic interpreter ignores the case of the names. So
/aoo41x/main/offapi/com/sun/star/chart2/
H A DXDataInterpreter.idl83 the one required is used as output of the data interpreter.
/aoo41x/main/offapi/com/sun/star/sheet/
H A DFormulaMapGroupSpecialOffset.idl74 instruct the formula interpreter to immediately stop interpreting the
/aoo41x/main/writerfilter/documentation/doxygen/
H A DDoxyfile1084 # interpreter (i.e. the result of `which perl').
/aoo41x/main/solenv/doc/gbuild/
H A Ddoxygen.cfg1325 # interpreter (i.e. the result of `which perl').
/aoo41x/extras/l10n/source/bg/
H A Dlocalize.sdf48891 …йвер this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/gu/
H A Dlocalize.sdf16727 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/bs/
H A Dlocalize.sdf19655 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/tg/
H A Dlocalize.sdf31967 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/cy/
H A Dlocalize.sdf19946 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/ar/
H A Dlocalize.sdf51234 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/sw-TZ/
H A Dlocalize.sdf30667 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/rw/
H A Dlocalize.sdf31199 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…
/aoo41x/extras/l10n/source/hr/
H A Dlocalize.sdf33080 …onts; this driver is a good choice for output to a software PostScript interpreter. Click \<emph\>…

Completed in 9566 milliseconds

12