Home
last modified time | relevance | path

Searched refs:schema (Results 51 – 75 of 172) sorted by relevance

1234567

/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php56 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema).':'.$everythingElse;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/plugin/struct/action/
H A Doutput.php18 * This action component handles the automatic output of all schema data that has been assigned
94 * If the page has a schema assigned, add its struct data
113 foreach ($data as $schema => $fields) {
114 $schemaObject = new Schema($schema);
123 $placeholder = sprintf('@%s_%s_%s@', self::DW2PDF_PLACEHOLDER_PREFIX, $schema, $field);
/plugin/struct/lang/en/
H A Deditor_intro.txt3 Schemas are the core of the Struct Plugin. A schema defines a template of structured data that shall be assigned to pages later.
5 Pick an existing schema from the Table of Contents or a create a new one.
/plugin/structupdate/helper/
H A Dupdate.php71 $schema = AccessTable::getPageAccess($table, $page);
72 if(!$schema->getSchema()->isEditable()) {
76 foreach ($schema->getData() as $col => $value) {
/plugin/struct/meta/
H A DAccessTableGlobal.php27 $sql = 'DELETE FROM data_' . $this->schema->getTable() . ' WHERE rid = ?';
29 $sql = 'DELETE FROM multi_' . $this->schema->getTable() . ' WHERE rid = ?';
143 $table = 'multi_' . $this->schema->getTable();
H A DSearchCloud.php27 $schema = current($this->schemas);
28 $datatable = 'data_' . $schema->getTable();
45 // add conditional schema assignment check
52 AND schema_assignments.tbl = '{$schema->getTable()}'"
H A DSearchConfig.php46 if (!empty($config['schemas'])) foreach ($config['schemas'] as $schema) {
47 $this->addSchema($schema[0], $schema[1]);
H A DAssignments.php240 * @param null|string $schema limit results to the given schema
244 public function getPages($schema = null, $assignedonly = false)
249 if ($schema) {
251 $opts[] = $schema;
340 * fetch all pages where the schema isn't assigned, yet
242 getPages($schema = null, $assignedonly = false) global() argument
/plugin/structtasks/
H A Daction.php61 $schema = $conf['plugin']['structtasks']['schema'];
62 if ($schema == '') return false;
69 $id, $schema, $event->data['oldRevision'], $event->data['newRevision']
/plugin/farmsync/meta/
H A DFarmSyncUtil.php433 foreach ($assignments as $schema => $patterns) {
434 $struct->replaceSchemaAssignmentPatterns($schema, $patterns);
445 foreach ($schemas as $key => $schema) {
446 $schemas[$schema] = json_decode($struct->getCurrentSchemaJSON($schema));
447 $schemas[$schema]->user = 'FARMSYNC';
448 $schemas[$schema]->id = 0;
449 $schemas[$schema] = json_encode($schemas[$schema]);
/plugin/farmsync/action/
H A Dajax.php63 foreach ($schemas as $schema) {
65 $form->addHTML("<label>$schema</label>");
67 $form->addCheckbox("farmsync_struct[schema_$schema]", "Schema");
68 $form->addCheckbox("farmsync_struct[assign_$schema]", "Replace assignments");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1Entry.php330 public function setSchema(GoogleCloudDatacatalogV1Schema $schema) argument
332 $this->schema = $schema;
339 return $this->schema;
/plugin/struct/script/
H A DSchemaEditor.js20 * Toggle the disabled class in the schema editor
31 var schema = jQuery(this).closest('tr').find('td:nth-child(2)').text();
33 if (!window.confirm(formatString(LANG.plugins.struct['confirmAssignmentsDelete'], schema, page))) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1schema);\n });\n }\n jsonValidation.configure(settings);\n …
/plugin/structautolink/
H A Drenderer.php83 $schema = $this->getConf('schema');
85 if (!$schema || !$field) return [];
89 'schemas' => [[$schema, 'glossary']],
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php47 * We add the schema name as data attribute
75 data-schema=\"$table\" data-searchconf=\"$config\"
102 foreach($this->data['schemas'] as $key => $schema) {
103 $urlParameters['schema[' . $key . '][0]'] = $schema[0];
104 $urlParameters['schema[' . $key . '][1]'] = $schema[1];
/plugin/gallery/script/
H A Dprosemirror.js4 * Add our node to the document schema of the Prosemirror plugin
6 * @param {OrderedMap} nodes the nodes already in the schema
7 * @param {OrderedMap} marks the marks already in the schema
368 * Create MenuItemDispatcher that produces an MenuItem if available in a schema
376 this.isAvailable = function (schema) { argument
377 return Boolean(schema.nodes.dwplugin_gallery);
379 this.getMenuItem = function (schema) {
382 var isAllowed = window.Prosemirror.commands.setBlockTypeNoAttrCheck(schema.nodes.dwplugin_gallery)(state);
387 var defaultAttributes = Object.entries(schema.nodes.dwplugin_gallery.attrs)
411 dispatch(state.tr.replaceSelectionWith(schema
373 isAvailable(schema) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfigurationLoad.php427 public function setSchema(TableSchema $schema) argument
429 $this->schema = $schema;
436 return $this->schema;
H A DJobStatistics2.php409 public function setSchema(TableSchema $schema) argument
411 $this->schema = $schema;
418 return $this->schema;
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema
[all...]
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php741 public $schema; variable in Google_GetQueryResultsResponse
787 $this->schema = $schema;
790 return $this->schema;
1009 public $schema; variable in Google_JobConfigurationLoad
1065 $this->schema = $schema;
1068 return $this->schema;
1646 public $schema; variable in Google_QueryResponse
1687 $this->schema = $schema;
1690 return $this->schema;
1719 public $schema; variable in Google_Table
[all …]
/plugin/structodt/
H A Dhelper.php208 if (!empty($schemas)) foreach ($schemas as $schema) {
209 $search->addSchema($schema[0], $schema[1]);
252 // second value of schema array is alias. ignore it for now
253 $schema = [$table, ''];
254 $search = $this->getSearch([$schema], $ignore);

1234567