Home
last modified time | relevance | path

Searched refs:tagContent (Results 226 – 250 of 291) sorted by relevance

12345678910>>...12

/dports/devel/grantlee5/grantlee-5.2.0/templates/defaulttags/
H A Dif.h36 Node *getNode(const QString &tagContent, Parser *p) const override;
H A Difchanged.h34 Node *getNode(const QString &tagContent, Parser *p) const override;
H A Drange.h33 Node *getNode(const QString &tagContent, Parser *p) const override;
H A Dfor.h34 Node *getNode(const QString &tagContent, Parser *p) const override;
H A Dcycle.h34 Node *getNode(const QString &tagContent, Parser *p) const override;
/dports/deskutils/grantleetheme/grantleetheme-21.12.3/src/plugin/
H A Dicon.h46 Grantlee::Node *getNode(const QString &tagContent, Grantlee::Parser *p) const override;
H A Dcolor.h104 Grantlee::Node *getNode(const QString &tagContent, Grantlee::Parser *p) const override;
/dports/net/kcalutils/kcalutils-21.12.3/src/grantlee_plugin/
H A Dicon.h46 Grantlee::Node *getNode(const QString &tagContent, Grantlee::Parser *p) const override;
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/View/Cutelee/
H A Durifor.h30 Cutelee::Node *getNode(const QString &tagContent, Cutelee::Parser *p) const override;
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/View/Grantlee/
H A Durifor.h30 Grantlee::Node *getNode(const QString &tagContent, Grantlee::Parser *p) const override;
/dports/devel/grantlee5/grantlee-5.2.0/templates/loadertags/
H A Dextends.h42 Node *getNode(const QString &tagContent, Parser *p) const override;
H A Dinclude.h39 Node *getNode(const QString &tagContent, Parser *p) const override;
H A Dblock.h39 Node *getNode(const QString &tagContent, Parser *p) const override;
/dports/www/py-imdbpy/IMDbPY-2021.4.18/imdb/
H A Dhelpers.py412 tagContent = tag.getchildren()
413 if tagContent and tagContent[0].text:
414 tagStr = (tagContent[0].text or '').strip()
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/messagepartthemes/grantlee/
H A Dgrantleeextension.h35 Grantlee::Node *getNode(const QString &tagContent, Grantlee::Parser *parser) const override;
/dports/devel/grantlee5/grantlee-5.2.0/templates/scriptabletags/
H A Dscriptablenode.h69 Node *getNode(const QString &tagContent, Parser *p = {}) const override;
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/widgets/
H A Dcustomtextedit.h94 QString processTag(QString tagContent);
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/server/
H A Drequestmapper.cpp250 QRegExp tagContent("/v2/library/.+/tag/[0-9]+/content/?"); in serviceV2() local
296 } else if (tagContent.exactMatch(path)) { in serviceV2()
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dnode.h334 virtual Node *getNode(const QString &tagContent, Parser *p) const = 0;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Html/
H A DHtmlParser.php455 $tagContent = substr($tok, $endTag, $tagEnd - $endTag);
456 $tagParts = preg_split('/\\s+/s', $tagContent, 2);
653 $newContent[$c++] = '<' . ($endTag ? '/' : '') . $tagContent . '>';
664 $newContent[$c++] = $lt . ($endTag ? '/' : '') . $tagContent . $gt;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Html/
H A DHtmlParser.php455 $tagContent = substr($tok, $endTag, $tagEnd - $endTag);
456 $tagParts = preg_split('/\\s+/s', $tagContent, 2);
662 $newContent[$c++] = '<' . ($endTag ? '/' : '') . $tagContent . '>';
673 $newContent[$c++] = $lt . ($endTag ? '/' : '') . $tagContent . $gt;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Html/
H A DHtmlParser.php445 $tagContent = substr($tok, $endTag, $tagEnd - $endTag);
446 $tagParts = preg_split('/\\s+/s', $tagContent, 2);
643 $newContent[$c++] = '<' . ($endTag ? '/' : '') . $tagContent . '>';
654 $newContent[$c++] = $lt . ($endTag ? '/' : '') . $tagContent . $gt;
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/xmpp/xmpp-im/
H A Dxmpp_ibb.cpp576 QString sid = tagContent(s); in take()
581 a = QCA::Base64().stringToArray(tagContent(s)).toByteArray(); in take()
604 d->streamid = tagContent(s); in take()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/xmpp-im/
H A Dxmpp_xmlcommon.h66 QString tagContent(const QDomElement &e);
/dports/net-im/psi/psi-1.5/iris/src/xmpp/xmpp-im/
H A Dxmpp_xmlcommon.h66 QString tagContent(const QDomElement &e);

12345678910>>...12