Home
last modified time | relevance | path

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

1234567

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js396schema:{type:"object",properties:{selectBrackets:{type:"boolean",default:!0}}}}]}})}run(e,t,n){con…
H A Dbundle.js.map1schema that is used for models that exist in memory\n * only and that have no correspondence o…
H A Djson.worker.js.map1schema);\n });\n }\n jsonValidation.configure(settings);\n …
/plugin/dropfiles/
H A Dyarn.lock55 json-schema-traverse "^0.3.0"
1222 har-schema@^1.0.5:
1224 …resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8f…
1231 har-schema "^1.0.5"
1563 json-schema-traverse@^0.3.0:
1565 …resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6…
1567 json-schema@0.2.3:
1569 …resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce72…
1599 json-schema "0.2.3"
/plugin/edittable/lib/
H A Dhandsontable.full.js1477 var schema;
1480 schema = [];
1482 schema = {};
1495 schema[key] = [];
1498 schema[key] = null;
1503 return schema;
33340 …if ((typeof schema === 'undefined' ? 'undefined' : _typeof(schema)) === 'object' && !Array.isArray…
33341 for (i in schema) {
33442 if (schema) {
33444 return schema();
[all …]
/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/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/fetchmedia/
H A Dyarn.lock54 json-schema-traverse "^0.3.0"
1627 har-schema@^1.0.5:
1629 …resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8f…
1636 har-schema "^1.0.5"
1950 json-schema-traverse@^0.3.0:
1952 …resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6…
1954 json-schema@0.2.3:
1956 …resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce72…
1982 json-schema "0.2.3"
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php78 $this->assertTrue($xmlDocument->schemaValidateSource(self::$schema));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml45 - xmllint --noout --schema phpunit.xsd phpunit.xml
46 - xmllint --noout --schema phpunit.xsd tests/_files/configuration.xml
47 - xmllint --noout --schema phpunit.xsd tests/_files/configuration_empty.xml
48 - xmllint --noout --schema phpunit.xsd tests/_files/configuration_xinclude.xml -xinclude
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md60 Repo schema: 8d6e69287c41c1f09bb4d327421720d1922cfc67
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1624 --- # Old schema
1628 --- # New schema
/plugin/gallery/action/
H A Dprosemirror.php9 use dokuwiki\plugin\prosemirror\schema\Node;
23 if (!class_exists('\dokuwiki\plugin\prosemirror\schema\Node')) return;
/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/googlesearch/
H A Dnusoap.php1005 var $schema = ''; variable in XMLSchema
1036 * @param string $schema schema document URI
1041 function XMLSchema($schema='',$xml='',$namespaces=array()){ argument
1045 $this->schema = $schema;
1053 if($schema != ''){
1054 $this->debug('initial schema file: '.$schema);
1055 $this->parseFile($schema, 'schema');
1729 $str .= " xmlns=\"".$this->schema['targetNamespace']."\"";
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …re:1,distinct:1,leading:1,create:1,only:1,next:1,inner:1,authorization:1,schema:1,corresponding:1,…
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak307 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_163705.bak306 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_163718.bak306 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_164623.bak306 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_164706.bak310 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_165027.bak312 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_165158.bak311 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_165255.bak313 '@context' => 'http://schema.org',

1234567