/plugin/structtasks/meta/ |
H A D | Utilities.php | 12 use dokuwiki\plugin\struct\types\Date; 13 use dokuwiki\plugin\struct\types\DateTime; 14 use dokuwiki\plugin\struct\types\Dropdown; 15 use dokuwiki\plugin\struct\types\User; 16 use dokuwiki\plugin\struct\types\Mail; 17 use dokuwiki\plugin\struct\types\Text; 24 protected $struct; variable in dokuwiki\\plugin\\structtasks\\meta\\Utilities 34 $this->struct = $helper; 44 $schemas_found = $this->struct->getSchema($schema); 104 $old_data = $this->struct->getData($id, null, $old_rev); [all …]
|
/plugin/zip/pear/File/Archive/Writer/ |
H A D | Ar.php | 87 $struct = ""; 92 $struct .= sprintf("#1/%-13d", strlen($filename)); 93 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d", 95 $struct .= "`\n".$filename; 97 $struct .= sprintf("%-16s", $filename); 98 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d`\n", 101 return $struct;
|
/plugin/structgroup/types/ |
H A D | Group.php | 4 use dokuwiki\plugin\struct\meta\QueryBuilder; 5 use dokuwiki\plugin\struct\meta\QueryBuilderWhere; 6 use dokuwiki\plugin\struct\meta\StructException; 7 use dokuwiki\plugin\struct\meta\ValidationException; 8 use dokuwiki\plugin\struct\types\AbstractMultiBaseType;
|
/plugin/struct/types/ |
H A D | Lookup.php | 3 namespace dokuwiki\plugin\struct\types; 5 use dokuwiki\plugin\struct\meta\Column; 6 use dokuwiki\plugin\struct\meta\PageColumn; 7 use dokuwiki\plugin\struct\meta\QueryBuilder; 8 use dokuwiki\plugin\struct\meta\QueryBuilderWhere; 9 use dokuwiki\plugin\struct\meta\RevisionColumn; 10 use dokuwiki\plugin\struct\meta\RowColumn; 11 use dokuwiki\plugin\struct\meta\Schema; 12 use dokuwiki\plugin\struct\meta\Search; 13 use dokuwiki\plugin\struct\met [all...] |
H A D | Tag.php | 3 namespace dokuwiki\plugin\struct\types; 5 use dokuwiki\plugin\struct\meta\Column; 6 use dokuwiki\plugin\struct\meta\QueryBuilder; 7 use dokuwiki\plugin\struct\meta\QueryBuilderWhere; 8 use dokuwiki\plugin\struct\meta\SearchConfigParameters;
|
H A D | AbstractBaseType.php | 3 namespace dokuwiki\plugin\struct\types; 6 use dokuwiki\plugin\struct\meta\Column; 7 use dokuwiki\plugin\struct\meta\QueryBuilder; 8 use dokuwiki\plugin\struct\meta\QueryBuilderWhere; 9 use dokuwiki\plugin\struct\meta\StructException; 10 use dokuwiki\plugin\struct\meta\TranslationUtilities; 11 use dokuwiki\plugin\struct\meta\ValidationException; 12 use dokuwiki\plugin\struct\meta\Value; 22 * @package dokuwiki\plugin\struct\types 345 * Render a link in a struct clou [all...] |
/plugin/struct/action/ |
H A D | aggregationeditor.php | 4 * DokuWiki Plugin struct (Action Component) 13 use dokuwiki\plugin\struct\meta\AccessTable; 14 use dokuwiki\plugin\struct\meta\AccessTableGlobal; 15 use dokuwiki\plugin\struct\meta\AggregationEditorTable; 16 use dokuwiki\plugin\struct\meta\Column; 17 use dokuwiki\plugin\struct\meta\Schema; 18 use dokuwiki\plugin\struct\meta\SearchConfig; 19 use dokuwiki\plugin\struct\meta\StructException; 20 use dokuwiki\plugin\struct\meta\Value; 59 $JSINFO['plugins']['struct']['isPageEdito [all...] |
H A D | move.php | 4 * DokuWiki Plugin struct (Action Component) 14 use dokuwiki\plugin\struct\meta\Assignments; 15 use dokuwiki\plugin\struct\meta\Column; 16 use dokuwiki\plugin\struct\meta\Schema; 17 use dokuwiki\plugin\struct\types\Lookup; 18 use dokuwiki\plugin\struct\types\Media; 19 use dokuwiki\plugin\struct\types\Page;
|
/plugin/structacl/ |
H A D | action.php | 3 use dokuwiki\plugin\struct\meta\AccessTable; 4 use dokuwiki\plugin\struct\meta\Assignments; 5 use dokuwiki\plugin\struct\meta\StructException; 25 * If current user is found in a configured struct field of the current page, 55 $schema = new \dokuwiki\plugin\struct\meta\Schema($schemaName); 60 if ($col && is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) { 76 // grant upload permissions if current user is found in struct field
|
/plugin/struct/helper/ |
H A D | field.php | 3 use dokuwiki\plugin\struct\meta\Column; 4 use dokuwiki\plugin\struct\meta\Schema; 5 use dokuwiki\plugin\struct\meta\StructException; 6 use dokuwiki\plugin\struct\meta\Value; 7 use dokuwiki\plugin\struct\meta\ValueValidator; 8 use dokuwiki\plugin\struct\types\Lookup; 9 use dokuwiki\plugin\struct\types\Page; 10 use dokuwiki\plugin\struct\types\User; 13 * Allows adding a single struct field as a bureaucracy field
|
/plugin/botbouncer/lib/ |
H A D | mollom.php | 151 $struct = '<value>'."\n"; 152 $struct .= ' <struct>'."\n"; 157 $struct .= ' </struct>'."\n"; 158 $struct .= '</value>'."\n"; 161 return $struct; 260 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res… 263 foreach ($responseString->params->param->value->struct->member as $part) 445 …e = (isset($responseXML->fault->value->struct->member[0]->value->int)) ? (int) $responseXML->fault… 446 … (isset($responseXML->fault->value->struct->member[1]->value->string)) ? (string) $responseXML->fa… 510 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res… [all …]
|
/plugin/structgroupby/syntax/ |
H A D | one.php | 10 use dokuwiki\plugin\struct\meta\AggregationTable; 11 use dokuwiki\plugin\struct\meta\ConfigParser; 12 use dokuwiki\plugin\struct\meta\SearchConfig; 13 use dokuwiki\plugin\struct\meta\StructException; 14 use dokuwiki\plugin\struct\meta\Value;
|
/plugin/structupdate/helper/ |
H A D | update.php | 14 use dokuwiki\plugin\struct\meta\AccessTable; 15 use dokuwiki\plugin\struct\meta\AccessTableLookup; 16 use dokuwiki\plugin\struct\meta\Assignments; 17 use dokuwiki\plugin\struct\meta\Schema; 18 use dokuwiki\plugin\struct\meta\StructException;
|
/plugin/farmsync/meta/ |
H A D | StructUpdates.php | 10 public function updateEntity($struct, $source, $target) { argument 11 list($schemaName, $json) = $struct; 20 protected function preProcessEntities($struct) { argument 22 foreach ($struct as $entry) {
|
H A D | FarmSyncUtil.php | 392 $struct = plugin_load('helper', 'struct_imexport'); 393 if (empty($struct)) { 401 $schemas = $struct->getAllSchemasList(); 408 $struct = plugin_load('helper', 'struct_imexport'); 429 $struct = plugin_load('helper', 'struct_imexport'); 442 $struct = plugin_load('helper', 'struct_imexport'); 459 $struct = plugin_load('helper', 'struct_imexport'); 463 $struct->importSchema($schemaName, $json, 'FARMSYNC'); 477 $struct = plugin_load('helper', 'struct_imexport'); 479 $targetJSON = $struct->getCurrentSchemaJSON($schemaName); [all …]
|
/plugin/struct/ |
H A D | plugin.info.txt | 1 base struct 5 name struct plugin 7 url https://www.dokuwiki.org/plugin:struct
|
H A D | helper.php | 4 * DokuWiki Plugin struct (Helper Component) 11 use dokuwiki\plugin\struct\meta\AccessDataValidator; 12 use dokuwiki\plugin\struct\meta\AccessTable; 13 use dokuwiki\plugin\struct\meta\Assignments; 14 use dokuwiki\plugin\struct\meta\Schema; 15 use dokuwiki\plugin\struct\meta\StructException; 18 * The public interface for the struct plugin 20 * 3rd party developers should always interact with struct data through this 31 * Class names of renderers which should NOT render struct data. 100 if (!page_exists($page)) throw new StructException("Page does not exist. You can not attach struct dat [all...] |
/plugin/structtasks/ |
H A D | cli.php | 19 private $struct; variable in cli_plugin_structtasks 52 $tasks = $this->struct->getPages($this->schema); 71 $this->struct = $this->loadHelper('struct', true); 72 if (is_null($this->struct)) return false; 73 $this->util = new Utilities($this->struct); 135 $structdata = $this->struct->getData($task, $this->schema)[$this->schema];
|
/plugin/struct/syntax/ |
H A D | value.php | 4 * DokuWiki Plugin struct (Syntax Component) 12 use dokuwiki\plugin\struct\meta\AggregationValue; 13 use dokuwiki\plugin\struct\meta\InlineConfigParser; 14 use dokuwiki\plugin\struct\meta\SearchConfig; 15 use dokuwiki\plugin\struct\meta\StructException; 52 * Handle matches of the struct syntax 113 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
|
H A D | cloud.php | 4 * 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 D | list.php | 4 * 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');
|
H A D | table.php | 4 * DokuWiki Plugin struct (Syntax Component) 11 use dokuwiki\plugin\struct\meta\Aggregation; 12 use dokuwiki\plugin\struct\meta\AggregationTable; 13 use dokuwiki\plugin\struct\meta\ConfigParser; 14 use dokuwiki\plugin\struct\meta\SearchConfig; 15 use dokuwiki\plugin\struct\meta\StructException; 56 $this->Lexer->addSpecialPattern('----+ *struct table *-+\n.*?\n----+', $mode, 'plugin_struct_table'); 60 * Handle matches of the struct syntax 121 // this may happen with plugins that extend struct 131 $renderer->meta['plugin']['struct']['hasaggregatio [all...] |
/plugin/struct/admin/ |
H A D | schemas.php | 4 * DokuWiki Plugin struct (Admin Component) 13 use dokuwiki\plugin\struct\meta\CSVExporter; 14 use dokuwiki\plugin\struct\meta\CSVImporter; 15 use dokuwiki\plugin\struct\meta\CSVPageImporter; 16 use dokuwiki\plugin\struct\meta\CSVSerialImporter; 17 use dokuwiki\plugin\struct\meta\Schema; 18 use dokuwiki\plugin\struct\meta\SchemaBuilder; 19 use dokuwiki\plugin\struct\meta\SchemaEditor; 20 use dokuwiki\plugin\struct\meta\SchemaImporter; 21 use dokuwiki\plugin\struct\met [all...] |
/plugin/bez/syntax/ |
H A D | struct.php | 4 use \dokuwiki\plugin\bez\struct\BezSearch; 6 use dokuwiki\plugin\struct\meta\ConfigParser; 7 use dokuwiki\plugin\struct\meta\AggregationTable; 8 use dokuwiki\plugin\struct\meta\StructException; 42 $this->Lexer->addSpecialPattern('----+ *struct bez *-+\n.*?\n----+', $mode, 'plugin_bez_struct'); 46 * Handle matches of the struct syntax
|
/plugin/jsonrpc/ |
H A D | IJR_IntrospectionServer.php | 134 case 'struct': 135 $return[] = array('struct' => 'struct');
|