Home
last modified time | relevance | path

Searched refs:extract (Results 51 – 75 of 154) sorted by path

1234567

/plugin/database2/
H A Ddatabase2.php1749 extract( $updated );
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md9 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md96 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/dev/
H A DLangProcessor.php196 return $this->extract($file, $regex);
208 return $this->extract($file, $regex);
212 * Use the given regex to extract language keys from the given file
218 private function extract($file, $regex) function in dokuwiki\\plugin\\dev\\LangProcessor
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/img/
H A DLICENSE61 …for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and…
/plugin/diagramsnet/lib/stencils/
H A DLICENSE61 …for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and…
/plugin/diagramsnet/lib/templates/
H A DLICENSE61 …for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and…
/plugin/diagramsnet/lib/
H A Dyarn.lock327 extract-zip "^1.0.3"
361 extract-zip@^1.0.3:
363 …resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.7.0.tgz#556cc3ae9df7f452c493a0c…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js265 …turn e(n,t,!0)}))}}({id:"root"},{id:"root",doc:c},!0),{id:"root",doc:c}},extract:function(e){var t…
269 …l((function(){return{}}));u.log.info(s.default.getRootDocV2()),s.default.extract(s.default.getRoot…
273 …sMultiGraph:!0}),g.setDefaultEdgeLabel((function(){return{}})),d.default.extract(t);for(var _=d.de…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1extract'\n *\n * Example extract actions:\n *\n * - Extract method\n * - Extra…
H A D3.3.js.map1extract'\n *\n * Example extract actions:\n *\n * - Extract method\n * - Extra…
H A D4.4.js.map1extract'\r\n *\r\n * Example extract actions:\r\n *\r\n * - Extract method\r\n …
H A D40.40.js.map1 …ast',\n 'enum_range',\n 'every',\n 'exp',\n 'extract',\n 'famil…
H A D50.50.js.map1 … 'datediff',\n 'date_part',\n 'date_trunc',\n 'extract',\n 'getda…
H A D7.7.js.map1 … 'exporting',\n 'extend',\n 'extended',\n 'extension',\n 'extract',\n 'fail',\n …
H A Dbundle.js265 …turn e(n,t,!0)}))}}({id:"root"},{id:"root",doc:c},!0),{id:"root",doc:c}},extract:function(e){var t…
269 …l((function(){return{}}));u.log.info(s.default.getRootDocV2()),s.default.extract(s.default.getRoot…
273 …sMultiGraph:!0}),g.setDefaultEdgeLabel((function(){return{}})),d.default.extract(t);for(var _=d.de…
H A Dbundle.js.map1extract = function extract(_doc) {\n // const res = { states: [], relations: [] };\n var doc;\n\…
H A Djson.worker.js.map1extract'\r\n *\r\n * Example extract actions:\r\n *\r\n * - Extract method\r\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1extract","_doc","drawDescrState","stateDef","isSecond","descrLine","descrBox","addTitleAndBox","al…
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php36 $data['id'] = $this->extract('/<meta property="og:book:isbn" content="([^"]+)"/', $html);
38 $data['url'] = $this->extract('/<meta property="og:url" content="([^"]+)"/', $html);
40 $data['title'] = $this->extract('/<meta property="og:title" content="([^"]+)"/', $html);
42 $data['published'] = $this->extract('/<meta property="og:book:release_date" content="((\d){4})[^"]+"/', $html);
45 $data['publisher'] = $this->extract('/<a href="\/verlag\/.*?">(.+?)<\/a>/', $html);
58 protected function extract($regex, $html, $group = 1)
57 protected function extract($regex, $html, $group = 1) global() function in dokuwiki\\plugin\\doi\\Resolver\\IsbnIsbnDeResolver
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php141 extract($x, EXTR_IF_EXISTS);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php110 \extract($x, EXTR_IF_EXISTS);
H A DFpdiTrait.php359 // otherwise extract it from the array and re-compress the whole stream
406 \extract($x, EXTR_IF_EXISTS);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php40 $this->read($this->extract($parser->getStreamReader()));
73 protected function extract(StreamReader $reader) function in setasign\\Fpdi\\PdfParser\\CrossReference\\LineReader

1234567