Changeset 96308 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Aug 18, 2022 7:00:04 PM (2 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/platform-xidl.xsl
r82974 r96308 2 2 3 3 <!-- 4 5 4 platform-xidl.xsl: 6 5 XSLT stylesheet that generates a platform-specific … … 8 7 is identical to the original except that all <if...> 9 8 sections are resolved (for easier processing). 10 9 --> 10 <!-- 11 11 Copyright (C) 2006-2020 Oracle Corporation 12 12 -
trunk/src/VBox/Main/webservice/websrv-cpp.xsl
r84347 r96308 11 11 See webservice/Makefile.kmk for an overview of all the things 12 12 generated for the webservice. 13 13 --> 14 <!-- 14 15 Copyright (C) 2007-2020 Oracle Corporation 15 16 -
trunk/src/VBox/Main/webservice/websrv-nsmap.xsl
r82974 r96308 2 2 3 3 <!-- 4 5 4 websrv-nsmap.xsl: 6 5 XSLT stylesheet that generates a vboxweb.nsmap file from … … 9 8 See webservice/Makefile.kmk for an overview of all the things 10 9 generated for the webservice. 11 10 --> 11 <!-- 12 12 Copyright (C) 2006-2020 Oracle Corporation 13 13 -
trunk/src/VBox/Main/webservice/websrv-php.xsl
r96237 r96308 4 4 5 5 <!-- 6 7 6 websrv-php.xsl: 8 7 XSLT stylesheet that generates vboxServiceWrappers.php from … … 11 10 12 11 Contributed by James Lucas (mjlucas at eng.uts.edu.au). 13 12 --> 13 <!-- 14 14 Copyright (C) 2008-2022 Oracle Corporation 15 15 -
trunk/src/VBox/Main/webservice/websrv-python.xsl
r96237 r96308 4 4 5 5 <!-- 6 7 6 websrv-python.xsl: 8 7 XSLT stylesheet that generates VirtualBox_services.py from 9 8 VirtualBox.xidl. This Python file represents our 10 9 web service API. Depends on WSDL file for actual SOAP bindings. 11 10 --> 11 <!-- 12 12 Copyright (C) 2008-2022 Oracle Corporation 13 13 -
trunk/src/VBox/Main/webservice/websrv-typemap.xsl
r82974 r96308 2 2 3 3 <!-- 4 5 4 websrv-typemap.xsl: 6 5 XSLT stylesheet that generates a typemap file from … … 8 7 See webservice/Makefile.kmk for an overview of all the things 9 8 generated for the webservice. 10 9 --> 10 <!-- 11 11 Copyright (C) 2006-2020 Oracle Corporation 12 12 -
trunk/src/VBox/Main/webservice/websrv-wsdl-service.xsl
r82974 r96308 2 2 3 3 <!-- 4 5 4 websrv-wsdl.xsl: 6 5 XSLT stylesheet that generates vboxwebService.wsdl from … … 9 8 See webservice/Makefile.kmk for an overview of all the things 10 9 generated for the webservice. 11 10 --> 11 <!-- 12 12 Copyright (C) 2006-2020 Oracle Corporation 13 13 -
trunk/src/VBox/Main/webservice/websrv-wsdl.xsl
r82974 r96308 2 2 3 3 <!-- 4 5 4 websrv-wsdl.xsl: 6 5 XSLT stylesheet that generates vboxweb.wsdl from … … 9 8 See webservice/Makefile.kmk for an overview of all the things 10 9 generated for the webservice. 11 10 --> 11 <!-- 12 12 Copyright (C) 2006-2020 Oracle Corporation 13 13 -
trunk/src/VBox/Main/webservice/websrv-wsdl2gsoapH.xsl
r82974 r96308 9 9 See webservice/Makefile.kmk for an overview of all the things 10 10 generated for the webservice. 11 11 --> 12 <!-- 12 13 Copyright (C) 2006-2020 Oracle Corporation 13 14
Note:
See TracChangeset
for help on using the changeset viewer.