@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\MediaWiki\Hooks; |
4 | 4 | |
5 | -use Parser; |
|
6 | 5 | use Hooks; |
7 | -use RuntimeException; |
|
8 | 6 | use SMW\ApplicationFactory; |
9 | 7 | use SMW\EventHandler; |
10 | 8 | use SMW\NamespaceManager; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Hooks; |
4 | 4 | |
5 | 5 | use SMW\ApplicationFactory; |
6 | -use SMW\Factbox\FactboxCache; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * TitleMoveComplete occurs whenever a request to move an article |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SpecialPage; |
6 | 6 | use SMW\ApplicationFactory; |
7 | -use Onoi\HttpRequest\HttpRequestFactory; |
|
8 | 7 | use Title; |
9 | 8 | |
10 | 9 | /** |
@@ -6,8 +6,6 @@ |
||
6 | 6 | use SMW\PropertyAnnotator; |
7 | 7 | use SMW\DataValueFactory; |
8 | 8 | use SMW\DataTypeRegistry; |
9 | -use SMW\Store; |
|
10 | -use SMWErrorValue as ErrorValue; |
|
11 | 9 | |
12 | 10 | /** |
13 | 11 | * @license GNU GPL v2+ |
@@ -8,14 +8,12 @@ discard block |
||
8 | 8 | use SMW\DIWikiPage; |
9 | 9 | use SMW\CircularReferenceGuard; |
10 | 10 | use SMW\PropertyHierarchyLookup; |
11 | -use SMW\SPARQLStore\HierarchyFinder; |
|
12 | 11 | use SMW\Query\Language\Description; |
13 | 12 | use SMW\Query\Language\SomeProperty; |
14 | 13 | use SMW\Query\Language\ThingDescription; |
15 | 14 | use SMW\SPARQLStore\QueryEngine\Condition\Condition; |
16 | 15 | use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition; |
17 | 16 | use SMW\SPARQLStore\QueryEngine\Condition\TrueCondition; |
18 | - |
|
19 | 17 | use SMW\SPARQLStore\QueryEngine\Interpreter\DispatchingDescriptionInterpreter; |
20 | 18 | use SMW\SPARQLStore\QueryEngine\Interpreter\ClassDescriptionInterpreter; |
21 | 19 | use SMW\SPARQLStore\QueryEngine\Interpreter\ThingDescriptionInterpreter; |
@@ -25,7 +23,6 @@ discard block |
||
25 | 23 | use SMW\SPARQLStore\QueryEngine\Interpreter\NamespaceDescriptionInterpreter; |
26 | 24 | use SMW\SPARQLStore\QueryEngine\Interpreter\ValueDescriptionInterpreter; |
27 | 25 | use SMW\SPARQLStore\QueryEngine\Interpreter\ConceptDescriptionInterpreter; |
28 | - |
|
29 | 26 | use SMWDataItem as DataItem; |
30 | 27 | use SMWExpElement as ExpElement; |
31 | 28 | use SMWExpNsResource as ExpNsResource; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\Query\Language\Description; |
6 | 6 | use SMW\Query\Language\Disjunction; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder; |
8 | -use SMW\SPARQLStore\QueryEngine\Condition\Condition; |
|
9 | 8 | use SMW\SPARQLStore\QueryEngine\Condition\FalseCondition; |
10 | 9 | use SMW\SPARQLStore\QueryEngine\Condition\FilterCondition; |
11 | 10 | use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use SMW\Query\Language\ThingDescription; |
7 | 7 | use SMW\SPARQLStore\RepositoryConnection; |
8 | 8 | use SMW\Query\DebugOutputFormatter; |
9 | -use SMW\CircularReferenceGuard; |
|
10 | 9 | use SMW\SPARQLStore\QueryEngine\Condition\Condition; |
11 | 10 | use SMW\SPARQLStore\QueryEngine\Condition\FalseCondition; |
12 | 11 | use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition; |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace SMW\SPARQLStore; |
4 | 4 | |
5 | 5 | use RuntimeException; |
6 | -use Onoi\Cache\Cache; |
|
7 | -use SMW\ApplicationFactory; |
|
8 | 6 | use SMW\InMemoryPoolCache; |
9 | 7 | use SMW\DIWikiPage; |
10 | 8 | use SMWExpNsResource as ExpNsResource; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\Exception\BadHttpDatabaseResponseException; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\RepositoryResult; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\XmlResponseParser; |
8 | -use SMWSparqlResultParser as SparqlResultParser; |
|
9 | 8 | use SMWTurtleSerializer as TurtleSerializer; |
10 | 9 | |
11 | 10 | /** |