@@ -1,11 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use SMW\DataValueFactory; |
4 | -use SMW\InTextAnnotationParser; |
|
5 | 4 | use SMW\Query\PrintRequest; |
6 | 5 | use SMW\Query\Result\EntityListAccumulator; |
7 | 6 | use SMWDataItem as DataItem; |
8 | -use SMWDIBlob as DIBlob; |
|
9 | 7 | use SMW\Query\Result\ResultFieldMatchFinder; |
10 | 8 | use SMW\Query\QueryToken; |
11 | 9 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use SMW\PropertySpecificationLookup; |
9 | 9 | use SMW\Tests\JsonTestCaseScriptRunner; |
10 | 10 | use SMW\Tests\JsonTestCaseFileHandler; |
11 | -use SMW\Tests\Utils\UtilityFactory; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * @group semantic-mediawiki |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use SMW\MediaWiki\Renderer\HtmlFormRenderer; |
7 | 7 | use SMW\Store; |
8 | 8 | use SMW\Message; |
9 | -use SMW\NamespaceManager; |
|
10 | 9 | use Html; |
11 | 10 | use WebRequest; |
12 | 11 |
@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\MediaWiki\Specials\Admin; |
4 | 4 | |
5 | -use SMW\ApplicationFactory; |
|
6 | 5 | use SMW\MediaWiki\Renderer\HtmlFormRenderer; |
7 | -use SMW\Message; |
|
8 | 6 | use WebRequest; |
9 | 7 | use Html; |
10 | 8 |
@@ -4,9 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\DataValueFactory; |
7 | -use SMW\DIProperty; |
|
8 | -use SMW\Localizer; |
|
9 | -use SMW\SemanticData; |
|
10 | 7 | use SMW\UrlEncoder; |
11 | 8 | use SMW\MediaWiki\Specials\Browse\ContentsBuilder; |
12 | 9 | use SMW\MediaWiki\Specials\Browse\FormHelper; |
@@ -1,10 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use SMW\ApplicationFactory; |
|
4 | 3 | use SMW\DataValues\ValueFormatters\DataValueFormatter; |
5 | 4 | use SMW\DataValueFactory; |
6 | 5 | use SMW\DIProperty; |
7 | -use SMW\Highlighter; |
|
8 | 6 | use SMW\Message; |
9 | 7 | |
10 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Query; |
4 | 4 | |
5 | 5 | use SMW\QueryFactory; |
6 | -use SMW\DIWikiPage; |
|
7 | 6 | use SMW\Localizer; |
8 | 7 | use SMW\DataValueFactory; |
9 | 8 | use SMWPropertyValue as PropertyValue; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Specials\SearchByProperty; |
4 | 4 | |
5 | 5 | use SMW\DataValueFactory; |
6 | -use SMW\Query\Language\SomeProperty; |
|
7 | -use SMW\Query\Language\ThingDescription; |
|
8 | -use SMW\Query\Language\ValueDescription; |
|
9 | 6 | use SMW\Query\PrintRequest as PrintRequest; |
10 | 7 | use SMW\Store; |
11 | 8 | use SMW\DIWikiPage; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\DataValues\ValueValidators; |
4 | 4 | |
5 | -use SMW\DataValueFactory; |
|
6 | 5 | use SMW\ApplicationFactory; |
7 | 6 | use SMWDataValue as DataValue; |
8 | 7 | use SMWDIBlob as DIBlob; |