Home
last modified time | relevance | path

Searched refs:struct (Results 126 – 150 of 267) sorted by path

1234567891011

/plugin/struct/meta/
H A DQueryBuilderWhere.php3 namespace dokuwiki\plugin\struct\meta;
7 * @package dokuwiki\plugin\struct\meta
H A DRevisionColumn.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\DateTime;
12 * @package dokuwiki\plugin\struct\meta
H A DRowColumn.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\Decimal;
H A DSchema.php3 namespace dokuwiki\plugin\struct\meta;
6 use dokuwiki\plugin\struct\types\AbstractBaseType;
17 * @package dokuwiki\plugin\struct\meta
44 /** @var string struct version info */
120 $class = 'dokuwiki\\plugin\\struct\\types\\Text';
H A DSchemaBuilder.php3 namespace dokuwiki\plugin\struct\meta;
19 * @package dokuwiki\plugin\struct\meta
H A DSchemaEditor.php3 namespace dokuwiki\plugin\struct\meta;
7 use dokuwiki\plugin\struct\types\Text;
15 * @package dokuwiki\plugin\struct\meta
96 'lib/plugins/struct/jsoneditor/jsoneditor.min.css" rel="stylesheet" type="text/css">';
98 'lib/plugins/struct/jsoneditor/setup.css" rel="stylesheet" type="text/css">';
100 'lib/plugins/struct/jsoneditor/jsoneditor-minimalist.min.js" defer="defer"></script>';
102 'lib/plugins/struct/jsoneditor/setup.js" defer="defer"></script>';
H A DSchemaImporter.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
H A DSearch.php3 namespace dokuwiki\plugin\struct\meta;
7 use dokuwiki\plugin\struct\types\AutoSummary;
8 use dokuwiki\plugin\struct\types\DateTime;
9 use dokuwiki\plugin\struct\types\Decimal;
10 use dokuwiki\plugin\struct\types\Page;
11 use dokuwiki\plugin\struct\types\User;
457 DebugHelper::dbgDeprecatedFunction('\dokuwiki\plugin\struct\meta\Search::getRows()');
H A DSearchCloud.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
H A DSearchConfig.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
14 /** @var int default aggregation caching (depends on last struct save) */
139 // apply struct column placeholder (we support only one!)
162 * Replaces struct placeholders in the given filter value by the proper value
H A DSearchConfigParameters.php3 namespace dokuwiki\plugin\struct\meta;
8 * @package dokuwiki\plugin\struct\meta
H A DStructException.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
25 $plugin = plugin_load('helper', 'struct');
45 $plugin = plugin_load('helper', 'struct');
47 return ' [struct ' . $info['date'] . ']';
H A DSummaryColumn.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\AutoSummary;
12 * @package dokuwiki\plugin\struct\meta
H A DTranslationUtilities.php3 namespace dokuwiki\plugin\struct\meta;
H A DUserColumn.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\User;
13 * @package dokuwiki\plugin\struct\meta
H A DValidationException.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
H A DValue.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
184 * Render this value as a tag-link in a struct cloud
H A DValueValidator.php3 namespace dokuwiki\plugin\struct\meta;
5 use dokuwiki\plugin\struct\types\AbstractBaseType;
/plugin/struct/
H A Dplugin.info.txt1 base struct
5 name struct plugin
7 url https://www.dokuwiki.org/plugin:struct
H A Dremote.php4 * DokuWiki Plugin struct (Helper Component)
14 use dokuwiki\plugin\struct\meta\Value;
15 use dokuwiki\plugin\struct\meta\ConfigParser;
16 use dokuwiki\plugin\struct\meta\SearchConfig;
17 use dokuwiki\plugin\struct\meta\StructException;
31 $this->hlp = plugin_load('helper', 'struct');
/plugin/struct/script/
H A DAggregationEditor.js18 const disableDeleteSerial = JSINFO.plugins.struct.disableDeleteSerial;
34 $me.append('<th class="action">' + LANG.plugins.struct.actions + '</th>');
48 .attr('title', LANG.plugins.struct.lookup_delete)
86 const isPageEditor = JSINFO.plugins.struct.isPageEditor;
H A DSchemaEditor.js33 if (!window.confirm(formatString(LANG.plugins.struct['confirmAssignmentsDelete'], schema, page))) {
/plugin/struct/syntax/
H A Dcloud.php4 * DokuWiki Plugin struct (Syntax Component)
11 use dokuwiki\plugin\struct\meta\AggregationCloud;
12 use dokuwiki\plugin\struct\meta\ConfigParser;
13 use dokuwiki\plugin\struct\meta\SearchCloud;
14 use dokuwiki\plugin\struct\meta\StructException;
49 $this->Lexer->addSpecialPattern('----+ *struct cloud *-+\n.*?\n----+', $mode, 'plugin_struct_cloud');
53 * Handle matches of the struct syntax
103 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
H A Dglobal.php4 * DokuWiki Plugin struct (Syntax Component)
10 use dokuwiki\plugin\struct\meta\AccessTablePage;
11 use dokuwiki\plugin\struct\meta\AggregationEditorTable;
25 $this->Lexer->addSpecialPattern('----+ *struct global *-+\n.*?\n----+', $mode, 'plugin_struct_global');
28 $this->Lexer->addSpecialPattern('----+ *struct lookup *-+\n.*?\n----+', $mode, 'plugin_struct_global');
32 * Handle matches of the struct syntax
H A Dlist.php4 * DokuWiki Plugin struct (Syntax Component)
10 use dokuwiki\plugin\struct\meta\AggregationList;
11 use dokuwiki\plugin\struct\meta\ConfigParser;
12 use dokuwiki\plugin\struct\meta\SearchConfig;
13 use dokuwiki\plugin\struct\meta\StructException;
30 $this->Lexer->addSpecialPattern('----+ *struct list *-+\n.*?\n----+', $mode, 'plugin_struct_list');

1234567891011