Home
last modified time | relevance | path

Searched refs:struct (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DErrorCollector.php126 $struct = $this->lines[$line][$col];
128 $struct = $this->lines[$line][$col] = $new_struct;
134 $struct = $this->lines[-1];
136 $struct = $this->lines[-1] = $new_struct;
143 $struct = $struct->getChild(HTMLPurifier_ErrorStruct::ATTR, $attr);
144 if (!$struct->value) {
145 $struct->value = array($attr, 'PUT VALUE HERE');
149 $struct = $struct->getChild(HTMLPurifier_ErrorStruct::CSSPROP, $cssprop);
150 if (!$struct->value) {
152 $struct->value = array($cssprop, 'PUT VALUE HERE');
[all …]
/plugin/structtasks/meta/
DUtilities.php12 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/struct/_test/
H A DStructTest.php3 namespace dokuwiki\plugin\struct\test;
5 use dokuwiki\plugin\struct\meta\AccessTable;
6 use dokuwiki\plugin\struct\meta\Column;
7 use dokuwiki\plugin\struct\meta\SchemaImporter;
8 use dokuwiki\plugin\struct\meta\Value;
9 use dokuwiki\plugin\struct\test\mock\Assignments;
10 use dokuwiki\plugin\struct\types\Text;
H A DValidatorTest.php3 namespace dokuwiki\plugin\struct\test;
5 use dokuwiki\plugin\struct\meta\Column;
6 use dokuwiki\plugin\struct\test\mock\Assignments;
7 use dokuwiki\plugin\struct\test\mock\Lookup;
8 use dokuwiki\plugin\struct\types\Decimal;
9 use dokuwiki\plugin\struct\types\Media;
10 use dokuwiki\plugin\struct\types\Text;
/plugin/zip/pear/File/Archive/Writer/
DAr.php87 $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/struct/syntax/
H A Dlist.php10 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;
/plugin/structgroup8/types/
DGroup.php4 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/structgroup/types/
DGroup.php4 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 DLookup.php3 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\meta\SummaryColumn;
[all …]
/plugin/struct/_test/types/
H A DColorTest.php3 namespace dokuwiki\plugin\struct\test\types;
5 use dokuwiki\plugin\struct\meta\ValidationException;
6 use dokuwiki\plugin\struct\test\StructTest;
7 use dokuwiki\plugin\struct\types\Color;
H A DDateTest.php3 namespace dokuwiki\plugin\struct\test\types;
5 use dokuwiki\plugin\struct\meta\ValidationException;
6 use dokuwiki\plugin\struct\test\StructTest;
7 use dokuwiki\plugin\struct\types\Date;
H A DDateTimeTest.php3 namespace dokuwiki\plugin\struct\test\types;
5 use dokuwiki\plugin\struct\meta\ValidationException;
6 use dokuwiki\plugin\struct\test\StructTest;
7 use dokuwiki\plugin\struct\types\DateTime;
H A DTextTest.php3 namespace dokuwiki\plugin\struct\test\types;
5 use dokuwiki\plugin\struct\test\mock\QueryBuilder;
6 use dokuwiki\plugin\struct\test\StructTest;
7 use dokuwiki\plugin\struct\types\Text;
H A DPageTest.php3 namespace dokuwiki\plugin\struct\test\types;
5 use dokuwiki\plugin\struct\meta\Value;
6 use dokuwiki\plugin\struct\test\mock\Search;
7 use dokuwiki\plugin\struct\test\StructTest;
8 use dokuwiki\plugin\struct\types\Page;
38 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('title1');
42 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('title2');
46 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('title3');
86 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('wiki:dokuwiki');
88 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('wiki:syntax');
H A DDropdownTest.php3 namespace dokuwiki\plugin\struct\test\types;
5 use dokuwiki\plugin\struct\test\mock\AccessTable;
6 use dokuwiki\plugin\struct\test\mock\Dropdown;
7 use dokuwiki\plugin\struct\test\StructTest;
H A DDecimalTest.php3 namespace dokuwiki\plugin\struct\test\types;
5 use dokuwiki\plugin\struct\meta\ValidationException;
6 use dokuwiki\plugin\struct\meta\Value;
7 use dokuwiki\plugin\struct\test\mock\Search;
8 use dokuwiki\plugin\struct\test\StructTest;
9 use dokuwiki\plugin\struct\types\Decimal;
/plugin/botbouncer/lib/
Dmollom.php151 $struct = '<value>'."\n";
152 $struct .= ' <struct>'."\n";
155 …foreach ($value as $key => $value) $struct .= str_replace("\n", '', '<member>'. "\n" .'<name>'. $k…
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…
[all …]
/plugin/struct/action/
H A Daggregationeditor.php13 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;
/plugin/structacl/
Daction.php3 use dokuwiki\plugin\struct\meta\AccessTable;
4 use dokuwiki\plugin\struct\meta\Assignments;
5 use dokuwiki\plugin\struct\meta\StructException;
55 $schema = new \dokuwiki\plugin\struct\meta\Schema($schemaName);
60 if ($col && is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
/plugin/structgroupby/syntax/
Done.php10 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/struct/helper/
H A Dfield.php3 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;
/plugin/farmsync/meta/
DFarmSyncUtil.php392 $struct = plugin_load('helper', 'struct_imexport');
393 if (empty($struct)) {
401 $schemas = $struct->getAllSchemasList();
408 $struct = plugin_load('helper', 'struct_imexport');
413 $schemas[$assignment] = $struct->getSchemaAssignmentPatterns($assignment);
429 $struct = plugin_load('helper', 'struct_imexport');
434 $struct->replaceSchemaAssignmentPatterns($schema, $patterns);
442 $struct = plugin_load('helper', 'struct_imexport');
446 $schemas[$schema] = json_decode($struct->getCurrentSchemaJSON($schema));
459 $struct = plugin_load('helper', 'struct_imexport');
[all …]
DStructUpdates.php10 public function updateEntity($struct, $source, $target) { argument
11 list($schemaName, $json) = $struct;
20 protected function preProcessEntities($struct) { argument
22 foreach ($struct as $entry) {
/plugin/structupdate/helper/
Dupdate.php14 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/struct/_test/mock/
H A DAggregationFilter.php3 namespace dokuwiki\plugin\struct\test\mock;
5 use dokuwiki\plugin\struct\meta\SearchConfig;
7 class AggregationFilter extends \dokuwiki\plugin\struct\meta\AggregationFilter

12345678910>>...15