Home
last modified time | relevance | path

Searched +defs:fun +defs:doc (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/math/boolector/boolector-3.2.2/doc/
H A Dmkcdoc.py101 fun = [] variable
102 doc = [] variable
115 doc = [] variable
126 fun = [] variable
145 fun = [] variable
146 doc = [] variable
153 doc = [] variable
161 doc = [] variable
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/prettyprinter-1.7.0/bench/
H A DFusion.hs37 let doc = hsep (map pretty shortWords) function
82 doc = let fun x = "fun" <> parens (softline <> x) function
87 wlDoc = let fun x = "fun" WL.<> WL.parens (WL.softline WL.<> x) function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DFusion.hs37 let doc = hsep (map pretty shortWords) function
82 doc = let fun x = "fun" <> parens (softline <> x) function
87 wlDoc = let fun x = "fun" WL.<> WL.parens (WL.softline WL.<> x) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DFusion.hs37 let doc = hsep (map pretty shortWords) function
82 doc = let fun x = "fun" <> parens (softline <> x) function
87 wlDoc = let fun x = "fun" WL.<> WL.parens (WL.softline WL.<> x) function
/dports/textproc/R-cran-xml2/xml2/R/
H A Dclasses.R6 xml_node <- function(node = NULL, doc = NULL) { argument
10 structure(list(node = node, doc = doc), class = "xml_node") nameattr
35 xml_document <- function(doc) { argument
41 structure(list(doc = doc), class = "xml_document") nameattr
58 doc <- xml_document(x$doc) functionVar
84 make_nodeset <- function(nodes, doc) { argument
142 nodeset_apply <- function(x, fun, ...) UseMethod("nodeset_apply") argument
145 nodeset_apply.xml_missing <- function(x, fun, ...) { argument
150 nodeset_apply.xml_nodeset <- function(x, fun, ...) { argument
166 nodeset_apply.xml_node <- function(x, fun, ...) { argument
[all …]
/dports/textproc/R-cran-XML/XML/R/
H A DXMLClasses.R24 function(fun, class) { argument
576 function(doc, namespaces, argument
663 function(doc, path, namespaces = xmlNamespaceDefinitions(doc, simplify = TRUE), fun = NULL, session… argument
671 function(doc, path, fun = NULL, ... , namespaces = xmlNamespaceDefinitions(doc, simplify = TRUE), argument
700 function(doc, path, fun = NULL, ... , namespaces = xmlNamespaceDefinitions(doc, simplify = TRUE), argument
708 function(doc, path, fun = NULL, ... , namespaces = xmlNamespaceDefinitions(doc, simplify = TRUE), argument
743 function(doc, path, fun = NULL, ... , namespaces = xmlNamespaceDefinitions(doc, simplify = TRUE), argument
825 function(doc, path, fun = NULL, ... , namespaces = xmlNamespaceDefinitions(doc, simplify = TRUE), argument
906 function(doc, path, fun = NULL, ..., argument
1013 function(doc, path, fun = NULL, ... , namespaces = xmlNamespaceDefinitions(doc, simplify = TRUE), argument
[all …]
H A DxmlToDataFrame.R28 …function(doc, colClasses = NULL, homogeneous = NA, collectNames = TRUE, nodes = list(), stringsAsF… argument
40 …function(doc, colClasses = NULL, homogeneous = NA, collectNames = TRUE, nodes = list(), stringsAsF… argument
44 function(doc, colClasses = NULL, homogeneous = NA, collectNames = TRUE, nodes = list(), stringsAsFa… argument
67 fun = function(x) { function
94 function(doc, colClasses = NULL, homogeneous = NA, collectNames = TRUE, nodes = list(), stringsAsFa… argument
157 function(doc, attrs = character(), omit = character(), ...) argument
/dports/multimedia/py-moviepy/moviepy-1.0.3/moviepy/video/fx/
H A Dresize.py109 fun = lambda gf,t: (1.0*resizer((255 * gf(t)).astype('uint8'), function
127 fun = lambda t : 1.0*int(height(t))/h function
138 fun = lambda t : 1.0*width(t)/w function
162 doc = resize.__doc__ variable
/dports/textproc/R-cran-XML/XML/src/
H A Dxpath.c19 convertNodeSetToR(xmlNodeSetPtr obj, SEXP fun, int encoding, SEXP manageMemory) in convertNodeSetToR()
79 convertXPathObjectToR(xmlXPathObjectPtr obj, SEXP fun, int encoding, SEXP manageMemory) in convertXPathObjectToR()
165 R_addXMLInternalDocument_finalizer(SEXP sdoc, SEXP fun) in R_addXMLInternalDocument_finalizer()
208 RS_XML_xpathEval(SEXP sdoc, SEXP r_node, SEXP path, SEXP namespaces, SEXP fun, SEXP charEncoding, in RS_XML_xpathEval()
215 xmlDocPtr doc; in RS_XML_xpathEval() local
287 xmlDocPtr doc; in RS_XML_createDocFromNode() local
306 xmlDocPtr doc; in RS_XML_copyNodesToDoc() local
338 xmlDocPtr doc = (xmlDocPtr) R_ExternalPtrAddr(sdoc); in RS_XML_killNodesFreeDoc() local
507 xmlDocPtr doc; in xpathBaseURI() local
674 R_callGenericXPathFun(xmlXPathParserContextPtr ctxt, int nargs, SEXP fun) in R_callGenericXPathFun()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dfunctools.py42 def alias_function(fun, name, doc=None): argument
/dports/misc/perkeep/perkeep-0.11/cmd/pk/
H A Ddebug.go44 doc string member
45 fun func(string) member
/dports/textproc/R-cran-readxl/readxl/src/
H A Dzip.cpp8 Function readxl(const std::string& fun){ in readxl()
33 rapidxml::xml_document<> doc; in xml_print() local
/dports/textproc/dblatex/dblatex-0.3.11py3/lib/dbtexmf/dblatex/grubber/
H A Dtexparser.py15 def __init__(self, doc): argument
40 def add_hook(self, name, fun): argument
/dports/devel/py-decorator/decorator-5.1.0/src/
H A Ddecorator.py65 defaults=None, doc=None, module=None, funcdict=None): argument
173 doc=None, module=None, addsource=True, **attrs): argument
218 async def fun(*args, **kw): function
223 def fun(*args, **kw): function
229 def fun(*args, **kw): function
/dports/devel/py-celery/celery-4.4.7/celery/utils/
H A Ddeprecated.py53 def _inner(fun): argument
71 def _inner(fun): argument
80 def __init__(self, fget=None, fset=None, fdel=None, doc=None, **depreinfo): argument
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-decode.c237 const char *doc, struct cmd_list_element **list) in add_cmd()
247 cmd_const_cfunc_ftype *fun, in add_cmd()
259 cmd_const_cfunc_ftype *fun, const char *doc, in add_cmd_suppress_notification()
362 cmd_const_cfunc_ftype *fun, in add_prefix_cmd()
435 cmd_const_cfunc_ftype *fun, in add_prefix_cmd_suppress_notification()
451 cmd_const_cfunc_ftype *fun, const char *doc, in add_abbrev_prefix_cmd()
490 const char *doc, in add_set_or_show_cmd()
954 add_info (const char *name, cmd_const_cfunc_ftype *fun, const char *doc) in add_info()
971 cmd_const_cfunc_ftype *fun, in add_com()
972 const char *doc) in add_com()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Ddoc.c316 Lisp_Object fun; variable
318 Lisp_Object doc; variable
457 Lisp_Object doc = tem; variable
486 Lisp_Object fun = SYMBOLP (obj) ? XSYMBOL (obj)->u.s.function : obj; in store_function_docstring() local
/dports/multimedia/mpv/waf-2.0.20/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument
/dports/audio/lilv/lilv-0.24.12/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument
/dports/audio/mda-lv2/mda-lv2-1.2.6/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument
/dports/audio/jalv/jalv-1.6.6/waflib/extras/
H A Declipse.py31 fun = Scripting.default_cmd variable in eclipse
400 def addDictionary(self, doc, parent, k, v): argument
406 def addTarget(self, doc, buildTargets, executable, name, buildTarget, runAllBuilders=True): argument
418 def add(self, doc, parent, tag, value = None): argument

1234567