Home
last modified time | relevance | path

Searched refs:parseAttributes (Results 1 – 25 of 44) sorted by relevance

12

/plugin/refnotes/syntax/
Dnotes.php111 return array('render', $this->parseAttributes($match[1]));
119 $attribute = $this->parseAttributes($match[1]);
137 private function parseAttributes($syntax) { function in syntax_plugin_refnotes_notes
/plugin/svgpureinsert/
Dhelper.php56 public function parseAttributes($input) { function in helper_plugin_svgpureinsert
110 $attributes = $this->parseAttributes($m[1]);
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php228 $attributes = $this->parseAttributes();
267 function parseAttributes() { function in Sabre\\Xml\\Reader
/plugin/webdav/vendor/sabre/xml/lib/
DReader.php242 $attributes = $this->parseAttributes();
268 function parseAttributes() { function in Sabre\\Xml\\Reader
/plugin/icalevents/vendor/sabre/xml/lib/
DReader.php242 $attributes = $this->parseAttributes();
268 function parseAttributes() { function in Sabre\\Xml\\Reader
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
DParamFilter.php54 $att = $reader->parseAttributes();
DCompFilter.php58 $att = $reader->parseAttributes();
DPropFilter.php58 $att = $reader->parseAttributes();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DParamFilter.php54 $att = $reader->parseAttributes();
H A DCompFilter.php58 $att = $reader->parseAttributes();
H A DPropFilter.php58 $att = $reader->parseAttributes();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
DParamFilter.php55 $att = $reader->parseAttributes();
DPropFilter.php57 $att = $reader->parseAttributes();
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DParamFilter.php55 $att = $reader->parseAttributes();
H A DPropFilter.php57 $att = $reader->parseAttributes();
/plugin/combo/action/
H A Dlinkmove.php303 $parseAttributes = syntax_plugin_combo_link::parse($match);
304 $ref = $parseAttributes[syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE];
/plugin/doxycode/syntax/
Dsnippet.php64 $args = $this->parseAttributes($match);
75 private function parseAttributes($string) function in syntax_plugin_doxycode_snippet
/plugin/combo/syntax/
H A Dmetadata.php45 $defaultAttributes = PluginUtility::parseAttributes($defaultStringAttributes);
H A Dbadge.php117 …$defaultConfValue = PluginUtility::parseAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES_KE…
/plugin/rrdgraph/
Dsyntax.php179 private function parseAttributes($tag, $defaults) { function in syntax_plugin_rrdgraph
233 $attributes = $this->parseAttributes($match, array("show" => true, "ganged" => false));
/plugin/combo/ComboStrap/
H A DPluginUtility.php198 public static function parseAttributes($string) function in ComboStrap\\PluginUtility
324 $parsedAttributes = self::parseAttributes($match);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php1112 $attributes = $this->parseAttributes($response);
1500 return $this->parseAttributes($response);
1694 $attrs = $this->parseAttributes($response);
3045 protected function parseAttributes(&$response) function in phpseclib3\\Net\\SFTP
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js230 mxGraphMlCodec.prototype.parseAttributes = function (elem, obj) method in mxGraphMlCodec
287 this.parseAttributes(elem, cachedObj);
296 this.parseAttributes(elem, obj);
361 this.parseAttributes(origElem, tmpObj);
/plugin/ditaa/ditaa/
Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts1392parseAttributes(block: AbstractBlock, attrlist: string, opts?: ParseAttributesOptions): Attributes;

12