Home
last modified time | relevance | path

Searched refs:parse (Results 51 – 75 of 952) sorted by path

12345678910>>...39

/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php12 $data = $xml_parser->parse($xml);
59 function parse(&$data) { function in XML
/plugin/barcodes/
H A Dcomposer.lock215 "bin/php-parse"
/plugin/barcodes/lib/
H A DColor.php43 public static function parse($str) { function in DokuWiki\\Barcodes\\Color
/plugin/batchedit/
H A Djs.cookie.js124 cookie = JSON.parse(cookie);
/plugin/bibtex/OSBib/
H A DPARSEXML.php36 $this->entries[] = $this->parse($xmlString);
76 function parse($xmlString="")
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php406 $creators = $parseCreator->parse($row['creator1']);
422 $creators = $parseCreator->parse($row['creator2']);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG45 4/ PARSEENTRIES can parse PHP strings. (loadBibTeXString)
H A DPARSECREATORS.php35 function parse($input) function in PARSECREATORS
H A DREADME19 $parse->fieldExtract;
20 $parse->removeDelimit;
21 $parse->expandMacro = FALSE/TRUE to expand macros within BibTeX entries ('#' and @string values).
23 If $parse->fieldExtract == TRUE (default), the $entries array using the supplied example bib.bib fi…
54 If $parse->fieldExtract == FALSE, the $entries array using the supplied example bib.bib file will b…
64parse->removeDelimit == TRUE (default), all double-quotes or braces that enclose field values of B…
74 $parse->loadStringMacro($more_macro);
76 $parse->returnArrays() will then return $entries with all BibTeX macros (BibTeX file + $more_macro)…
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php385 public function parse($sqlite = false)
506 throw new InvalidArgumentException('Could not parse entry "'.$entry.'"');
573 * The parse function splits the content into its entries.
1130 * To parse the Author(s) correctly a determination is needed
368 public function parse($sqlite = false) global() function in bibtexparser_plugin_bibtex4dw
H A Dbibtexrender.php109 // If there are files to load, load and parse them
268 $stat = $this->_parser->parse();
277 $stat = $this->_parser->parse();
360 $stat = $this->_parser->parse();
392 $stat = $this->_parser->parse();
484 $stat = $this->_parser->parse();
/plugin/bookcreator/
H A Dscript.js127 this._storage = JSON.parse(source) || [];
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md431 * `CHORE`: deprecated `import.parse.complete` context payload ([`157aec6e`](https://github.com/bpmn…
457 * `FIX`: parse `>` in attribute names and body tag
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7parse=function(e){if("string"!=typeof e)throw Ri("required args <xml=string>");return m=null,funct… method in Ni
H A Dbpmn-navigated-viewer.production.min.js2parse=function(e){if("string"!=typeof e)throw ki("required args <xml=string>");return d=null,funct… method in Li
H A Dbpmn-viewer.production.min.js2parse=function(e){if("string"!=typeof e)throw Ci("required args <xml=string>");return d=null,funct… method in Ni
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md129 * `CHORE`: deprecated `import.parse.complete` context payload ([`9739df4`](https://github.com/bpmn-…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2parse=function(e){if("string"!=typeof e)throw et("required args <xml=string>");return m=null,funct… method in st
H A Ddmn-navigated-viewer.production.min.js2parse=function(e){if("string"!=typeof e)throw Le("required args <xml=string>");return v=null,funct… method in qe
H A Ddmn-viewer.production.min.js2parse=function(e){if("string"!=typeof e)throw Le("required args <xml=string>");return v=null,funct… method in qe
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1671 function parse(svg) { function
1731 element = parse(name).firstChild;
1883 var parsed = parse(svg);
8639 parse(xml);
8659 function parse(xml) {
10302 parser.parse(xml);
H A Dbpmn-modeler.production.min.js7parse=function(e){if("string"!=typeof e)throw xi("required args <xml=string>");return m=null,funct… method in Ri
/plugin/c3chart/assets/
H A Dd3.min.js2parse:function(t){var n=e(t+="",Ci);return n.toString=function(){return t},n},utcFormat:function(t…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js39 …charAt(0),10))?a:"\\3"+a.charAt(0)+" "+a.substring(1,a.length):""},style:{parse:{_colors:{aliceblu…
47 …a-f0-9]{3}(?:[a-f0-9]{3})?$/gi)?!0:a.toLowerCase()in CKEDITOR.tools.style.parse._colors}))}}},arra…
265 …ction(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(b){for(va… method in CKEDITOR.htmlParser
736 …ols;if("span"!=a.name||!a.styles||!a.styles.background)return!1;a=b.style.parse.background(a.style…
1110 …addCommand(a,b);c.addFeature(d)}var t=c.lang.table,w=CKEDITOR.tools.style.parse;m("cellProperties"…
H A Dconfig.js1 …_url+"lib/exe/ajax.php",e,function(l,k){if(k=="success"){d.wrap_lang=JSON.parse(l)}else{alert("lan…

12345678910>>...39