Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
d4032f5e
Commit
d4032f5e
authored
May 08, 2017
by
M. Chardon
Browse files
GPL3
parent
4af7dbd0
Changes
15
Show whitespace changes
Inline
Side-by-side
ajax.php
View file @
d4032f5e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
* Process ajax requests
* Process ajax requests
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright 201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
use
\
assignfeedback_editpdfplus\document_services
;
use
\
assignfeedback_editpdfplus\document_services
;
...
...
classes/annotation.php
View file @
d4032f5e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
* This file contains the annotation class for the assignfeedback_editpdfplus plugin
* This file contains the annotation class for the assignfeedback_editpdfplus plugin
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
classes/axis.php
View file @
d4032f5e
<?php
<?php
/*
// This file is part of Moodle - http://moodle.org/
* To change this license header, choose License Headers in Project Properties.
//
* To change this template file, choose Tools | Templates
// Moodle is free software: you can redistribute it and/or modify
* and open the template in the editor.
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* This file contains the annotation class for the assignfeedback_editpdfplus plugin
*
* @package assignfeedback_editpdfplus
* @copyright 2016 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
namespace
assignfeedback_editpdfplus
;
namespace
assignfeedback_editpdfplus
;
...
...
classes/document_services.php
View file @
d4032f5e
...
@@ -16,10 +16,10 @@
...
@@ -16,10 +16,10 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
/**
* This file contains the
ingest manager
for the assignfeedback_editpdfplus plugin
* This file contains the
annotation class
for the assignfeedback_editpdfplus plugin
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
classes/page_editor.php
View file @
d4032f5e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
* This file contains the editor class for the assignfeedback_editpdfplus plugin
* This file contains the editor class for the assignfeedback_editpdfplus plugin
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
classes/pdf.php
View file @
d4032f5e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
* Library code for manipulating PDFs
* Library code for manipulating PDFs
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
classes/renderer.php
View file @
d4032f5e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
* This file contains the definition for the library class for edit PDF renderer.
* This file contains the definition for the library class for edit PDF renderer.
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
...
...
classes/tool.php
View file @
d4032f5e
<?php
<?php
/*
// This file is part of Moodle - http://moodle.org/
* To change this license header, choose License Headers in Project Properties.
//
* To change this template file, choose Tools | Templates
// Moodle is free software: you can redistribute it and/or modify
* and open the template in the editor.
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* This file contains the annotation class for the assignfeedback_editpdfplus plugin
*
* @package assignfeedback_editpdfplus
* @copyright 2016 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
namespace
assignfeedback_editpdfplus
;
namespace
assignfeedback_editpdfplus
;
...
...
classes/type_tool.php
View file @
d4032f5e
<?php
<?php
/*
// This file is part of Moodle - http://moodle.org/
* To change this license header, choose License Headers in Project Properties.
//
* To change this template file, choose Tools | Templates
// Moodle is free software: you can redistribute it and/or modify
* and open the template in the editor.
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* This file contains the annotation class for the assignfeedback_editpdfplus plugin
*
* @package assignfeedback_editpdfplus
* @copyright 2016 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
namespace
assignfeedback_editpdfplus
;
namespace
assignfeedback_editpdfplus
;
...
...
classes/widget.php
View file @
d4032f5e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
* This file contains the definition for the library class for edit PDF renderer.
* This file contains the definition for the library class for edit PDF renderer.
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
...
...
db/access.php
View file @
d4032f5e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
* Capability definitions for this module.
* Capability definitions for this module.
*
*
* @package mod_assign
* @package mod_assign
* @copyright 201
2 NetSpot {@link http://www.netspot.com.au}
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
lang/en/assignfeedback_editpdfplus.php
View file @
d4032f5e
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
* Strings for component 'assignfeedback_editpdfplus', language 'en'
* Strings for component 'assignfeedback_editpdfplus', language 'en'
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
lang/fr/assignfeedback_editpdfplus.php
View file @
d4032f5e
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
* Strings for component 'assignfeedback_editpdfplus', language 'en'
* Strings for component 'assignfeedback_editpdfplus', language 'en'
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
locallib.php
View file @
d4032f5e
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*
*
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright
201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
...
...
version.php
View file @
d4032f5e
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
* This file contains the version information for the comments feedback plugin
* This file contains the version information for the comments feedback plugin
*
*
* @package assignfeedback_editpdfplus
* @package assignfeedback_editpdfplus
* @copyright 201
2 Davo Smith
* @copyright 201
6 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment