Home
last modified time | relevance | path

Searched refs:parseString (Results 1 – 14 of 14) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php370 function parseFromString($parseString) { argument
371 $tagResult = $this->tag->setTagFromString($parseString);
385 $parseString = $this->tag->getTagContent();
386 while($tagParsed = $tempTag->setTagFromString($parseString)) {
387 if($tagParsed[0] != 0 && substr($parseString, 0, $tagParsed[0]) != "")
388 $this->addXMLLeaf(new XMLLeaf(substr($parseString, 0, $tagParsed[0])));
398 $parseString = substr($parseString, $tagParsed[1]);
400 if(strlen($parseString) > 0 && $parseString != "")
401 $this->addXMLLeaf(new XMLLeaf($parseString));
H A DRSS.php49 function RSS($parseString) { argument
50 $this->xml = new XML($parseString);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php109 $this->parseString($file[$i], $track_on);
284 public function parseString($line, $track_on) function in getid3_cue
/plugin/mantis/lib/
H A Dclass.xmlschema.php98 $this->parseString($xmlStr,$type);
113 function parseString($xml,$type){ function in nusoap_xmlschema
H A Dnusoap.php1166 $this->parseString($xmlStr,$type);
1181 function parseString($xml,$type){ function in nusoap_xmlschema
/plugin/database2/
H A Ddatabase2.php2768 $argument = $this->parseString( $tail, $pos );
3176 public static function parseString( $in, &$first ) function in Database2
3260 $temp = self::parseString( $in, $end );
3368 $temp = self::parseString( $line, $end );
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …function(e){return e.replace(/(^\s*|\s*$)/g,"")};v.serializeObject=i,v.parseString=o,v.types={html…
/plugin/googlesearch/
H A Dnusoap.php1085 $this->parseString($xmlStr,$type);
1100 function parseString($xml,$type){ function in XMLSchema
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1parseString(isValue) {\n var value = _scanner.getTokenValue();\n if (isValue) {\n …
H A Djson.worker.js.map1parseString(isValue) {\n var value = _scanner.getTokenValue();\n if (isValue) {\n …
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/codemirror/dist/
H A Dscripts.min.js.map1parseString","parseQuery","isRE","startSearch","queryText","showMatchesOnScrollbar","annotate","do…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js26646 exports.parseString = exports.parseFile = exports.parseStream = exports.parse = void 0;
26689 exports.parseString = function (string, options) {
49197 return parse_1.parseString;