@@ -3,16 +3,11 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Specials\Browse; |
4 | 4 | |
5 | 5 | use SMW\SemanticData; |
6 | -use SMW\ApplicationFactory; |
|
7 | 6 | use SMW\DataValueFactory; |
8 | -use SMW\Localizer; |
|
9 | -use SMW\DIProperty; |
|
10 | 7 | use SMW\DIWikiPage; |
11 | 8 | use SMW\Store; |
12 | 9 | use Html; |
13 | -use SMW\Message; |
|
14 | 10 | use SMWDataValue as DataValue; |
15 | -use SMW\DataValues\ValueFormatters\DataValueFormatter; |
|
16 | 11 | use SMW\RequestOptions; |
17 | 12 | |
18 | 13 | /** |
@@ -2,10 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\MediaWiki\Specials\Browse; |
4 | 4 | |
5 | -use SMW\Message; |
|
6 | 5 | use SMW\ApplicationFactory; |
7 | 6 | use SMWDataValue as DataValue; |
8 | -use SMWDataItem as DataItem; |
|
9 | 7 | use SMWPropertyValue as PropertyValue; |
10 | 8 | use SMW\DataValueFactory; |
11 | 9 | use SMW\DataValues\ValueFormatters\DataValueFormatter; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\SemanticData; |
6 | 6 | use SMW\DIProperty; |
7 | -use SMW\DataTypeRegistry; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Truncate a SemanticData instance for the replication process |
@@ -12,8 +12,6 @@ |
||
12 | 12 | use SMW\DataValues\ValueParsers\AllowsListValueParser; |
13 | 13 | use SMW\DataValues\AllowsListValue; |
14 | 14 | use SMW\DataValues\ValueValidators\CompoundConstraintValueValidator; |
15 | -use SMW\DataValues\ImportValue; |
|
16 | -use SMW\DataValues\ValueParsers\ImportValueParser; |
|
17 | 15 | use SMW\Settings; |
18 | 16 | use SMWStringValue as StringValue; |
19 | 17 | use SMW\DataValues\ValueFormatters\StringValueFormatter; |
@@ -5,11 +5,9 @@ |
||
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\DataValueFactory; |
7 | 7 | use SMW\DataValues\ValueFormatters\DataValueFormatter; |
8 | -use SMW\DataValues\ValueParsers\MonolingualTextValueParser; |
|
9 | 8 | use SMW\DIProperty; |
10 | 9 | use SMW\DIWikiPage; |
11 | 10 | use SMW\Localizer; |
12 | -use SMW\StringCondition; |
|
13 | 11 | use SMWContainerSemanticData as ContainerSemanticData; |
14 | 12 | use SMWDataItem as DataItem; |
15 | 13 | use SMWDataValue as DataValue; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | * @defgroup SMWDataValues SMWDataValues |
8 | 8 | * @ingroup SMW |
9 | 9 | */ |
10 | -use SMW\ApplicationFactory; |
|
11 | 10 | use SMW\DataValues\InfoLinksProvider; |
12 | 11 | use SMW\Deserializers\DVDescriptionDeserializerRegistry; |
13 | 12 | use SMW\Localizer; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Services; |
4 | 4 | |
5 | 5 | use Onoi\CallbackContainer\ContainerBuilder; |
6 | -use Onoi\CallbackContainer\Exception\ServiceNotFoundException; |
|
7 | 6 | use SMW\DataValues\InfoLinksProvider; |
8 | 7 | use SMWDataValue as DataValue; |
9 | 8 | use SMW\DataValues\ValueFormatters\DispatchingDataValueFormatter; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use SMW\Tests\TestEnvironment; |
10 | 10 | use SMWNumberValue as NumberValue; |
11 | 11 | use SMWStringValue as StringValue; |
12 | -use SMWTimeValue as TimeValue; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * @covers \SMW\DataValues\InfoLinksProvider |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use SMW\MediaWiki\MwCollaboratorFactory; |
13 | 13 | use SMW\MediaWiki\PageCreator; |
14 | 14 | use SMW\MediaWiki\TitleCreator; |
15 | -use SMW\Query\ProfileAnnotator\QueryProfileAnnotatorFactory; |
|
16 | 15 | use SMWQueryParser as QueryParser; |
17 | 16 | use Title; |
18 | 17 | use SMW\Services\SharedServicesContainer; |