Home
last modified time | relevance | path

Searched refs:schema (Results 151 – 172 of 172) sorted by last modified time

1234567

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_164706.bak310 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_164623.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_163705.bak306 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_163658.bak307 '@context' => 'http://schema.org',
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/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/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/amcharts/assets/
H A Djs-yaml.min.js2schema=e.schema||x,this.indent=Math.max(1,e.indent||2),this.skipInvalid=e.skipInvalid||!1,this.flo…
/plugin/authyubikey/lib/
H A DREADME57 passwords. Database schema is in
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
58 return strtolower($schema) . ':' . $everythingElse;
/plugin/jokuwiki/
H A DREADME.md115 ### Include a schema ###
116 …emented, I would urge you to include a [JSON Schema](http://json-schema.org/|JSON schema) describi…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DConfigSchema.php
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt37 of today there is no widely accepted and supported XML schema.
/plugin/mantis/lib/
H A Dchangelog25 - wsdl: apply patch from Sven to workaround single schema limitation
27 - xmlschema: remove the redundant default namespace attribute on the schema element; everything in …
145 - wsdl: Support multiple <schema> (note that setting $server->wsdl->schemaTargetNamespace no longer…
151 - soap_server: Support wsdl with multiple <schema>
216 - wsdl: do schema imports even if there are no wsdl imports
324 - wsdl: allow an element in one schema to have a type from another schema
448 - xmlschema: change formatting of namespaces when serializing XML for the schema
453 - wsdl: do a case-insensitive match on schema URI when looking for type
577 - wsdl: Improve consistency between doc/lit schema auto-wrapping and client's parsed schema
579 - nusoap_server: Specify elementFormDefault for schema within doc/lit wsdl
H A Dnusoap.php1086 var $schema = ''; variable in nusoap_xmlschema
1117 * @param string $schema schema document URI
1122 function nusoap_xmlschema($schema='',$xml='',$namespaces=array()){ argument
1126 $this->schema = $schema;
1134 if($schema != ''){
1135 $this->debug('initial schema file: '.$schema);
1136 $this->parseFile($schema, 'schema');
1840 $str .= " xmlns=\"".$this->schema['targetNamespace']."\"";
H A Dclass.xmlschema.php18 var $schema = ''; variable in nusoap_xmlschema
49 * @param string $schema schema document URI
54 function nusoap_xmlschema($schema='',$xml='',$namespaces=array()){ argument
58 $this->schema = $schema;
66 if($schema != ''){
67 $this->debug('initial schema file: '.$schema);
68 $this->parseFile($schema, 'schema');
772 $str .= " xmlns=\"".$this->schema['targetNamespace']."\"";
/plugin/aceeditor/
H A Dbuild.js1 …voke|right|rlike|rollback|rollup|row|row_format|rtree|savepoint|schedule|schema|schema_name|schema…
/plugin/solr/
H A DREADME.md17 The `schema.xml` file that comes with this plugin can be used as your starting point for creating …
/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,…

1234567