Home
last modified time | relevance | path

Searched refs:getType (Results 276 – 300 of 1742) sorted by last modified time

1...<<11121314151617181920>>...70

/plugin/structacl/
H A Daction.php60 if (is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
/plugin/htmlmetatags/syntax/
H A Dsyntax.php19 public function getType() {
22 public function getType() { global() function in syntax_plugin_htmlmetatags_syntax
/plugin/notification/syntax/
H A Dlist.php16 function getType() { function in syntax_plugin_notification_list
/plugin/ireadit/syntax/
H A Direadit.php16 function getType() function in syntax_plugin_ireadit_ireadit
H A Dlist.php9 function getType() { function in syntax_plugin_ireadit_list
/plugin/howhard/
H A Dsyntax.php41 public function getType() function in syntax_plugin_howhard
/plugin/autonumbering/
H A Dsyntax.php61 public function getType() { function in syntax_plugin_autonumbering
/plugin/odt/
H A Dsyntax.php23 public function getType() { function in syntax_plugin_odt
/plugin/keyboard/
H A Dsyntax.php22 function getType() { return 'formatting'; } function in syntax_plugin_keyboard
/plugin/extranet/
H A Dsyntax.php10 public function getType() { function in syntax_plugin_extranet
/plugin/prosemirror/schema/
H A DNode.php64 public function getType() function in dokuwiki\\plugin\\prosemirror\\schema\\Node
H A DNodeStack.php90 if ($node->getType() != $type) {
91 throw new \RuntimeException("Expected the current node to be of type $type found " . $node->getType() . " instead.");
/plugin/prosemirror/parser/
H A DMark.php72 public function getType() function in dokuwiki\\plugin\\prosemirror\\parser\\Mark
104 if (self::$markOrder[$this->previousMark->getType()] < self::$markOrder[$this->type]) {
H A DTextNode.php130 $type = $currentMark->getType();
/plugin/prosemirror/
H A Drenderer.php68 $parentNode = $this->nodestack->current()->getType();
118 if ($this->nodestack->current()->getType() === 'paragraph') {
127 if ($this->nodestack->current()->getType() === 'paragraph') {
138 if ($this->nodestack->current()->getType() === 'paragraph') {
154 if ($this->nodestack->current()->getType() === 'paragraph') {
180 if ($this->nodestack->current()->getType() === 'paragraph') {
268 if ($this->nodestack->current()->getType() === 'paragraph') {
300 $parentNode = $this->nodestack->current()->getType();
547 if ($this->nodestack->current()->getType() === 'paragraph') {
/plugin/blogtng/syntax/
H A Dblog.php57 function getType() { return 'substition'; } function in syntax_plugin_blogtng_blog
H A Dcommentreply.php19 function getType() { return 'substition'; } function in syntax_plugin_blogtng_commentreply
H A Dheader.php20 function getType() { function in syntax_plugin_blogtng_header
H A Dreadmore.php21 function getType() { return 'substition'; } function in syntax_plugin_blogtng_readmore
/plugin/blogtng/entities/
H A DComment.php340 public function getType() function in dokuwiki\\plugin\\blogtng\\entities\\Comment
/plugin/navi/
H A Dsyntax.php17 public function getType() function in syntax_plugin_navi
/plugin/orphanmedia2/
H A Dsyntax.php28 function getType() { return 'substition';} function in syntax_plugin_orphanmedia2
/plugin/do/syntax/
H A Ddo.php31 public function getType() function in syntax_plugin_do_do
H A Ddolist.php15 public function getType() function in syntax_plugin_do_dolist
/plugin/iframeinterwiki/
H A Dsyntax.php21 function getType() { return 'substition'; }
22 function getType() { return 'substition'; } global() function in syntax_plugin_iframeinterwiki

1...<<11121314151617181920>>...70