@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Parser; |
6 | 6 | use SMWQueryProcessor; |
7 | -use SMWQuery as Query; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Provides the {{#ask}} parser function |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\ExtraneousLanguage; |
4 | 4 | |
5 | -use RuntimeException; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * This class provides "extraneous" language functions independent from MediaWiki |
9 | 7 | * serving a special need to handle certain language options in a way required by |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use SMW\DataTypeRegistry; |
6 | 6 | use SMW\DataValueFactory; |
7 | 7 | use SMW\DIProperty; |
8 | -use SMW\PropertyAnnotator; |
|
9 | -use SMW\Store; |
|
10 | 8 | |
11 | 9 | /** |
12 | 10 | * @license GNU GPL v2+ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Exporter\ResourceBuilders; |
4 | 4 | |
5 | -use SMW\Exporter\ResourceBuilder; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMWExporter as Exporter; |
8 | 7 | use SMW\DataValueFactory; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use SMW\DIProperty; |
10 | 10 | use SMW\DIWikiPage; |
11 | 11 | use SMW\Localizer; |
12 | -use SMW\StringCondition; |
|
13 | 12 | use SMWContainerSemanticData as ContainerSemanticData; |
14 | 13 | use SMWDataItem as DataItem; |
15 | 14 | use SMWDataValue as DataValue; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Exporter\ResourceBuilders; |
4 | 4 | |
5 | -use SMW\Exporter\ResourceBuilder; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMWExporter as Exporter; |
8 | 7 | use SMW\DataValueFactory; |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Hooks; |
6 | 6 | use Onoi\HttpRequest\HttpRequestFactory; |
7 | -use Parser; |
|
8 | 7 | use ParserHooks\HookRegistrant; |
9 | 8 | use SMW\ApplicationFactory; |
10 | 9 | use SMW\DeferredRequestDispatchManager; |
11 | -use SMW\NamespaceManager; |
|
12 | 10 | use SMW\SQLStore\QueryEngine\FulltextSearchTableFactory; |
13 | 11 | use SMW\ParserFunctions\DocumentationParserFunction; |
14 | 12 | use SMW\ParserFunctions\InfoParserFunction; |
@@ -5,9 +5,6 @@ |
||
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\Localizer; |
7 | 7 | use SMW\Tests\MwDBaseUnitTestCase; |
8 | -use SMW\Tests\Utils\UtilityFactory; |
|
9 | -use SMW\Tests\TestEnvironment; |
|
10 | -use Title; |
|
11 | 8 | |
12 | 9 | /** |
13 | 10 | * @group SMW |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Tests\MediaWiki\Hooks; |
4 | 4 | |
5 | -use SMW\Tests\Utils\UtilityFactory; |
|
6 | 5 | use SMW\MediaWiki\Hooks\HookRegistry; |
7 | 6 | use SMW\ApplicationFactory; |
8 | 7 | use SMW\DIWikiPage; |