Searched refs:application (Results 1 - 12 of 12) sorted by relevance

/pkg/src/svc/
H A Dsvc-pkg-server58 svcadm refresh svc:/application/pkg/depot
59 svcadm enable svc:/application/pkg/depot
62 "svc:/application/pkg/depot configuration updated."
121 svcadm refresh svc:/application/pkg/depot
H A Dsvc-pkg-sysrepo-cache31 FMRI=svc:/application/pkg/system-repository:default
H A Dsvc-pkg-mirror26 # This is the method script for the svc:/application/pkg/mirror service
77 SVCNAME=svc:/application/pkg/mirror
/pkg/src/util/apache2/
H A Dproxy-example.conf68 AddOutputFilterByType DEFLATE text/html application/javascript text/css text/plain
/pkg/src/util/apache2/sysrepo/
H A Dreference_httpd.conf307 #AddType application/x-gzip .tgz
318 AddType application/x-compress .Z
319 AddType application/x-gzip .gz .tgz
345 AddType application/vnd.pkg5.info .p5i
H A Dsysrepo_p5p.py48 response_headers = [("content-type", "application/binary")]
67 """An exception thrown when this wsgi application cannot parse a query
138 # application will not match the one in the new archive)
306 In the environment of this WSGI application, apart from the
378 # our application at the end of the request (i.e. after the client has
390 returned from the mod_wsgi application, see PEP333."""
413 """Wrap a callable application with this class in order for its results
416 def __init__(self, application):
417 self.__application = application
424 application variable
[all...]
/pkg/src/scripts/
H A Dpkg.bat48 rem application associated with the python file extension (.py)
H A Dpkg.depotd.bat48 rem application associated with the python file extension (.py)
H A Dpkgrecv.bat48 rem application associated with the python file extension (.py)
H A Dpkgsend.bat48 rem application associated with the python file extension (.py)
/pkg/src/util/apache2/depot/
H A Ddepot_index.py89 """An exception thrown when this wsgi application hasn't been configured
129 "the svc:/application/pkg/server instance does not have " \
252 """A WSGI application object that allows us to process search/1 and
284 application only supports 'pkg/readonly' instances
285 of svc:/application/pkg/depot.
288 to ensure the WSGI application uses files from there
571 # In Python 3, a WSGI application must return bytes as its output
666 # In Python 3, a WSGI application must return bytes as its output
683 """A custom CherryPy dispatcher used by our application.
688 svc:/application/pk
812 application = cherrypy.Application(wsgi_depot, None, config=conf) variable
[all...]
/pkg/src/tests/cli/
H A Dt_sysrepo.py981 """A class to directly exercise the p4p mod_wsgi application outside
984 By calling the web application directly, we have a little more
989 Note that since we call the web application directly, the web app can
1047 appear in each response, invoke the wsgi application
1057 # The WSGI application writes to stdout
1062 for item in self.sysrepo_p5p.application(

Completed in 40 milliseconds