Home
last modified time | relevance | path

Searched +full:comparator +full:* +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
DStruct.php1 <?php
2 /*
3 * This file is part of the Comparator package.
4 *
5 * (c) Sebastian Bergmann <sebastian@phpunit.de>
6 *
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
11 namespace SebastianBergmann\Comparator;
[all …]
/plugin/struct/_test/
H A DSearchConfigParameterTest.php1 <?php
3 namespace dokuwiki\plugin\struct\test;
5 use dokuwiki\plugin\struct\meta; alias
6 use DOMWrap\Document; alias
8 /**
9 * Tests handling dynamic search parameters
10 *
11 * @group plugin_struct
12 * @group plugins
13 *
[all …]
/plugin/struct/meta/
H A DNestedValue.php1 <?php
3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\Utf8\Sort; alias
7 /**
8 * Object to create a tree of values
9 *
10 * You should not create these yourself, but use the NestedResult class instead
11 */
12 class NestedValue class
13 {
[all …]
H A DSearchConfigParameters.php1 <?php
3 namespace dokuwiki\plugin\struct\meta;
5 /**
6 * Manage dynamic parameters for aggregations
7 *
8 * @package dokuwiki\plugin\struct\meta
9 */
10 class SearchConfigParameters class
11 {
12 /** @var string parameter name to pass filters */
[all …]
H A DAggregationTable.php1 <?php
3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\Extension\Event; alias
7 /**
8 * Creates the table aggregation output
9 *
10 * @package dokuwiki\plugin\struct\meta
11 */
12 class AggregationTable extends Aggregation class
13 {
[all …]
/plugin/struct/types/
H A DAbstractBaseType.php1 <?php
3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\Extension\Plugin; alias
6 use dokuwiki\plugin\struct\meta\Column; alias
7 use dokuwiki\plugin\struct\meta\QueryBuilder; alias
8 use dokuwiki\plugin\struct\meta\QueryBuilderWhere; alias
9 use dokuwiki\plugin\struct\meta\StructException; alias
10 use dokuwiki\plugin\struct\meta\TranslationUtilities; alias
11 use dokuwiki\plugin\struct\meta\ValidationException; alias
12 use dokuwiki\plugin\struct\meta\Value; alias
[all …]