Skip to content
Snippets Groups Projects
Select Git revision
  • 0f812bbe55b5a0e0b50cf8da1dacbe076864314c
  • master default protected
  • server_prod
  • server_dev
  • next_version
  • laurent-change.log
  • HEAD
  • 2019.03.00
  • 2019.02.07
  • 2019.02.06
  • 2019.02.05
  • 2019.02.04
  • 2019.02.03
  • 2019.02.02
  • 2019.02.01
  • 2019.02.00
  • 2019.01.02
  • 2019.01.01
  • 2019.01.00
  • 2018.04.04
  • 2018.04.03
  • 2018.04.02
  • 2018.04.01
  • 2018.04.00
24 results

push_subtrees.sh

Blame
  • Forked from Open source / vMap
    Source project has a limited visibility.
    jspdf.js 908 B
    /**
     * 
     * @param {type} arg1
     * @returns {jsPDF}
     */
    function jsPDF (arg1) {};
    
    /**
     * 
     * @param {type} arg1
     * @param {type} arg2
     * @param {type} arg3
     * @param {type} arg4
     * @returns {undefined}
     */
    jsPDF.prototype.fromHTML = function (arg1, arg2, arg3, arg4) {};
    
    /**
     * 
     * @param {type} arg1
     * @param {type} arg2
     * @param {type} arg3
     * @param {type} arg4
     * @param {type} arg5
     * @param {type} arg6
     * @returns {undefined}
     */
    jsPDF.prototype.addImage = function (arg1, arg2, arg3, arg4, arg5, arg6) {};
    
    /**
     * 
     * @param {type} arg1
     * @returns {undefined}
     */
    jsPDF.prototype.save = function (arg1) {};
    
    /**
     * 
     * @param {type} arg1
     * @returns {undefined}
     */
    jsPDF.prototype.setPage = function (arg1) {};
    
    /**
     * 
     * @param {type} arg1
     * @param {type} arg2
     * @returns {undefined}
     */
    jsPDF.prototype.addHTML = function (arg1, arg2) {};