Searched refs:environ (Results 1 – 13 of 13) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
D | fckconnector.py | 38 def __init__(self, environ=None): argument 40 self.request = FCKeditorRequest(environ) # Parse request 42 if environ: 43 self.environ = environ 45 self.environ = os.environ 55 def __init__(self, environ): argument 56 if environ: # WSGI 57 self.request = cgi.FieldStorage(fp=environ['wsgi.input'], 58 environ=environ, 60 self.environ = environ [all …]
|
D | wsgi.py | 36 def App(environ, start_response): argument 38 if environ['SCRIPT_NAME'].endswith("connector.py"): 39 conn = FCKeditorConnector(environ) 40 elif environ['SCRIPT_NAME'].endswith("upload.py"): 41 conn = FCKeditorQuickUpload(environ) 45 yield environ['SCRIPT_NAME']
|
D | fckutil.py | 97 def mapServerPath( environ, url): argument 101 return combinePaths( getRootPath(environ), url ) 106 def getRootPath(environ): argument 111 if environ.has_key('DOCUMENT_ROOT'): 112 return environ['DOCUMENT_ROOT'] 115 selfPath = environ['SCRIPT_FILENAME']
|
D | upload.py | 60 self.userFilesFolder = mapServerPath(self.environ,
|
D | connector.py | 77 self.userFilesFolder = mapServerPath(self.environ,
|
D | zope.py | 47 FCKeditorConnector.__init__(self, environ=None) # call superclass constructor
|
/plugin/wysiwyg/fckeditor/_samples/py/ |
D | sample01.py | 55 sBasePath = os.environ.get("SCRIPT_NAME") 72 for key in os.environ.keys(): 73 print "%s: %s<br>" % (key, os.environ.get(key, ""))
|
D | sampleposteddata.py | 77 for key in os.environ.keys(): 78 print "%s: %s<br>" % (key, os.environ.get(key, ""))
|
/plugin/grensladawritezor/fckeditor/_samples/py/ |
D | sample01.py | 55 sBasePath = os.environ.get("SCRIPT_NAME") 72 for key in os.environ.keys(): 73 print "%s: %s<br>" % (key, os.environ.get(key, ""))
|
D | sampleposteddata.py | 77 for key in os.environ.keys(): 78 print "%s: %s<br>" % (key, os.environ.get(key, ""))
|
/plugin/grensladawritezor/fckeditor/ |
D | fckeditor.py | 111 if (os.environ.has_key("HTTP_USER_AGENT")): 112 sAgent = os.environ.get("HTTP_USER_AGENT", "")
|
/plugin/wysiwyg/fckeditor/ |
D | fckeditor.py | 112 if (os.environ.has_key("HTTP_USER_AGENT")): 113 sAgent = os.environ.get("HTTP_USER_AGENT", "")
|
/plugin/mizarverifiabledocs/src/ |
D | mizar.grammar | 113 "environ" |
|