Home
last modified time | relevance | path

Searched refs:parse (Results 551 – 575 of 952) sorted by relevance

1...<<21222324252627282930>>...39

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php249 $endDate->add(\Sabre\VObject\DateTimeParser::parse($component->DURATION->value));
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md4 The VObject library allows you to easily parse and manipulate [iCalendar](https://tools.ietf.org/ht…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php191 $result = $this->server->xml->parse($body);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php31 public function parse(): Ast\Node { function in PhpCss\\Parser\\Sequence
/plugin/aichat/script/
H A DAIChatChat.js195 this.#history = JSON.parse(history);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php213 $pMetadata->setType($this->typeParser->parse((string) $type));
215 $pMetadata->setType($this->typeParser->parse((string) $pElem->type));
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php14 abstract protected function parse($content); function
24 return $this->parse($content);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php70 $parts = self::parse($uri);
95 private static function parse($url) function in GuzzleHttp\\Psr7\\Uri
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md374 ## `GuzzleHttp\Psr7\Header::parse`
376 `public static function parse(string|array $header): array`
392 ## `GuzzleHttp\Psr7\Query::parse`
394 `public static function parse(string $str, int|bool $urlEncoding = true): array`
399 value pair will become an array. This function does not parse nested
410 This function can use the return value of `parse()` to build a query
565 | `parse_header` | `Header::parse` |
576 | `parse_query` | `Query::parse` |
662 Creates a URI from a hash of [`parse_url`](http://php.net/manual/en/function.parse-url.php) compone…
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php169 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php180 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md23 In order to parse the DocBlock one needs a DocBlockFactory that can be
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/mantis/lib/
H A Dchangelog134 - soapclient: Pass headers to parseResponse and parse them in that method
224 - soap_parser: parse repeated element name into an array (de-serializes doc/lit array into a PHP ar…
271 - soap_parser: improve parse repeated element name into an array (de-serializes doc/lit array into …
284 - soap_transport_http: parse HTTP status and generate error for 300, 302-307, 400, 401-417, 501-505…
296 - xmlschema: parse unnamed simpleTypes, rather than ignoring them
315 - soap_transport_http: parse digest info that includes '=' in the data (thanks Jinsuk Kim)
327 - xmlschema: correctly parse nested complexType definitions
332 - soap_parser: parse null values by handling the nil attribute (thanks Dominique Stender)
370 - soap_parser: correctly parse an empty array to an empty array, not an empty string
434 - soap_server: parse all "headers" from HTTP_SERVER_VARS (not just HTTP_*)
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9parse=!0,e.original=t,r.xhr?(e.rawResponse="undefined"==typeof r.xhr.responseType?r.xhr.responseTe…
10 …r){var n=r(2),i=r(1).Promise,s=r(3),o=function(e,t){var r;if(t)try{r=JSON.parse(t.text)}catch(e){r…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1parse(e.file.fileName):null})),[4,this._libFiles.fetchLibFilesIfNecessary(c)]);case 3:return p.sen…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js453 parse: function(input) { method in parser.parser
766 exports.Parser = parser.Parser, exports.parse = function() {
767 return parser.parse.apply(parser, arguments);
771 return exports.parser.parse(source);
786 Diagram.parse = function(input) { function
796 var diagram = parser.parse(input);
2714 var diagram = Diagram.parse($this.text());
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js390 parser.parse()
483 (function(root,factory){if(typeof exports==="object"){root.sf2=exports;factory(exports)}else if(typeof define==="function"&&define.amd){define(["exports"],function(exports){root.sf2=exports;return(root.sf2,factory(exports))})}else{root.sf2={};factory(root.sf2)}}(this,function(exports){"use strict";var sf2=exports;sf2.Parser=function(input,options){options=options||{};this.input=input;this.parserOptions=options.parserOptions};sf2.Parser.prototype.parse=function(){var parser=new sf2.Riff.Parser(this.input,this.parserOptions),chunk;parser.parse();if(parser.chunkList.length!==1) method in sf2.Parser
487 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse();if(parser.getNumberOfChunks()!==3)
490 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse()};sf2.Parser.prototype.parseSdtaList=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='LIST')
492 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse();if(parser.chunkList.length!==1)
495 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse();if(parser.getNumberOfChunks()!==9)
517 return{modgen:modgen}};sf2.Parser.GeneratorEnumeratorTable=['startAddrsOffset','endAddrsOffset','startloopAddrsOffset','endloopAddrsOffset','startAddrsCoarseOffset','modLfoToPitch','vibLfoToPitch','modEnvToPitch','initialFilterFc','initialFilterQ','modLfoToFilterFc','modEnvToFilterFc','endAddrsCoarseOffset','modLfoToVolume',undefined,'chorusEffectsSend','reverbEffectsSend','pan',undefined,undefined,undefined,'delayModLFO','freqModLFO','delayVibLFO','freqVibLFO','delayModEnv','attackModEnv','holdModEnv','decayModEnv','sustainModEnv','releaseModEnv','keynumToModEnvHold','keynumToModEnvDecay','delayVolEnv','attackVolEnv','holdVolEnv','decayVolEnv','sustainVolEnv','releaseVolEnv','keynumToVolEnvHold','keynumToVolEnvDecay','instrument',undefined,'keyRange','velRange','startloopAddrsCoarseOffset','keynum','velocity','initialAttenuation',undefined,'endloopAddrsCoarseOffset','coarseTune','fineTune','sampleID','sampleModes',undefined,'scaleTuning','exclusiveClass','overridingRootKey'];sf2.Riff={};sf2.Riff.Parser=function(input,options){options=options||{};this.input=input;this.ip=options.index||0;this.length=options.length||input.length-this.ip;this.offset=this.ip;this.padding=options.padding!==undefined?options.padding:true;this.bigEndian=options.bigEndian!==undefined?options.bigEndian:false};sf2.Riff.Chunk=function(type,size,offset){this.type=type;this.size=size;this.offset=offset};sf2.Riff.Parser.prototype.parse=function(){var length=this.length+this.offset;this.chunkList=[];while(this.ip<length)
H A Dsth-1.js39 return s},set_fmt:function(of,cmd,param){if(cmd=="sth"){if(this.parse.state==2)
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php194 $message = $this->server->xml->parse(
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php198 public static function parse($date, $referenceTz = null) function in Sabre\\VObject\\DateTimeParser
/plugin/navbox/
H A Dsyntax.php324 $instructions = $urlParser->parse($item);

1...<<21222324252627282930>>...39