Home
last modified time | relevance | path

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

12

/plugin/refnotes/syntax/
H A Dnotes.php111 return array('render', $this->parseAttributes($match[1]));
119 $attribute = $this->parseAttributes($match[1]);
137 private function parseAttributes($syntax) {
133 private function parseAttributes($syntax) { global() function in syntax_plugin_refnotes_notes
/plugin/svgpureinsert/
H A 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/
H A DReader.php242 $attributes = $this->parseAttributes();
268 function parseAttributes() { function in Sabre\\Xml\\Reader
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php242 $attributes = $this->parseAttributes();
268 function parseAttributes() { function in Sabre\\Xml\\Reader
/plugin/webdav/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/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/
H A DParamFilter.php55 $att = $reader->parseAttributes();
H A DPropFilter.php57 $att = $reader->parseAttributes();
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php
H A DAttributesInlineParser.php36 $attributes = AttributesHelper::parseAttributes($cursor);
/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.php292 $parseAttributes = syntax_plugin_combo_link::parse($match);
293 $ref = $parseAttributes[syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE];
/plugin/combo/syntax/
H A Dmetadata.php45 $defaultAttributes = PluginUtility::parseAttributes($defaultStringAttributes);
H A Dbadge.php117 $defaultConfValue = PluginUtility::parseAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES_KEY));
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php32 public static function parseAttributes(Cursor $cursor): array function in League\\CommonMark\\Extension\\Attributes\\Util\\AttributesHelper
/plugin/rrdgraph/
H A 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/
H A 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/
H A 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);

12