Searched +full:comparator +full:* +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 6 of 6) sorted by relevance
1 <?php2 /*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 LICENSE8 * file that was distributed with this source code.9 */11 namespace SebastianBergmann\Comparator;[all …]
1 <?php3 namespace dokuwiki\plugin\struct\test;5 use dokuwiki\plugin\struct\meta; alias6 use DOMWrap\Document; alias8 /**9 * Tests handling dynamic search parameters10 *11 * @group plugin_struct12 * @group plugins13 *[all …]
1 <?php3 namespace dokuwiki\plugin\struct\meta;5 use dokuwiki\Utf8\Sort; alias7 /**8 * Object to create a tree of values9 *10 * You should not create these yourself, but use the NestedResult class instead11 */12 class NestedValue class13 {[all …]
1 <?php3 namespace dokuwiki\plugin\struct\meta;5 /**6 * Manage dynamic parameters for aggregations7 *8 * @package dokuwiki\plugin\struct\meta9 */10 class SearchConfigParameters class11 {12 /** @var string parameter name to pass filters */[all …]
1 <?php3 namespace dokuwiki\plugin\struct\meta;5 use dokuwiki\Extension\Event; alias7 /**8 * Creates the table aggregation output9 *10 * @package dokuwiki\plugin\struct\meta11 */12 class AggregationTable extends Aggregation class13 {[all …]
1 <?php3 namespace dokuwiki\plugin\struct\types;5 use dokuwiki\Extension\Plugin; alias6 use dokuwiki\plugin\struct\meta\Column; alias7 use dokuwiki\plugin\struct\meta\QueryBuilder; alias8 use dokuwiki\plugin\struct\meta\QueryBuilderWhere; alias9 use dokuwiki\plugin\struct\meta\StructException; alias10 use dokuwiki\plugin\struct\meta\TranslationUtilities; alias11 use dokuwiki\plugin\struct\meta\ValidationException; alias12 use dokuwiki\plugin\struct\meta\Value; alias[all …]