Home
last modified time | relevance | path

Searched refs:specstring (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/ipdl/ipdl/
H A D__init__.py18 def parse(specstring, filename='/stdin', includedirs=[ ], errout=sys.stderr): argument
29 return Parser(type, name).parse(specstring, os.path.abspath(filename), includedirs, errout)
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/ipdl/
H A D__init__.py30 def parse(specstring, filename="/stdin", includedirs=[], errout=sys.stderr): argument
44 specstring, os.path.abspath(filename), includedirs
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/ipdl/
H A D__init__.py23 def parse(specstring, filename='/stdin', includedirs=[], errout=sys.stderr): argument
36 return Parser(type, name).parse(specstring, os.path.abspath(filename), includedirs)
/dports/www/firefox/firefox-99.0/ipc/ipdl/ipdl/
H A D__init__.py30 def parse(specstring, filename="/stdin", includedirs=[], errout=sys.stderr): argument
44 specstring, os.path.abspath(filename), includedirs
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/ipdl/
H A D__init__.py30 def parse(specstring, filename="/stdin", includedirs=[], errout=sys.stderr): argument
44 specstring, os.path.abspath(filename), includedirs
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/ipdl/
H A D__init__.py20 def parse(specstring, filename='/stdin', includedirs=[ ], errout=sys.stderr): argument
33 return Parser(type, name).parse(specstring, os.path.abspath(filename), includedirs)
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/
H A Dipdl.py142 specstring = fd.read() variable
145 ast = ipdl.parse(specstring, filename, includedirs=includedirs)
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/
H A Dipdl.py104 specstring = fd.read() variable
107 ast = ipdl.parse(specstring, filename, includedirs=includedirs)
/dports/www/firefox/firefox-99.0/ipc/ipdl/
H A Dipdl.py142 specstring = fd.read() variable
145 ast = ipdl.parse(specstring, filename, includedirs=includedirs)
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/ipdl/
H A Dipdl.py125 specstring = fd.read() variable
128 ast = ipdl.parse(specstring, filename, includedirs=includedirs)
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/
H A Dipdl.py142 specstring = fd.read() variable
145 ast = ipdl.parse(specstring, filename, includedirs=includedirs)
/dports/print/texlive-base/texlive-20150521-source/texk/seetexk/
H A Ddvitodvi.c613 char *specstring = NULL; in main() local
671 if (specstring == NULL) in main()
672 (void) ParseSpecs((specstring = s), 0); in main()
681 if (specstring == NULL) in main()
719 PageSpecs = ParseSpecs(specstring, 1); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/
H A Dipdl.py149 specstring = fd.read() variable
152 ast = ipdl.parse(specstring, filename, includedirs=includedirs)