Home
last modified time | relevance | path

Searched refs:phpQueryEvents (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/core/
H A DphpQuery-onefile.php815 abstract class phpQueryEvents { class
2516 phpQueryEvents::trigger($this->getDocumentID(), $type, $data, $node);
2548 phpQueryEvents::add($this->getDocumentID(), $node, $type, $data, $callback);
2562 phpQueryEvents::remove($this->getDocumentID(), $node, $type, $callback);
2874 phpQueryEvents::trigger($this->getDocumentID(),
2886 phpQueryEvents::trigger($this->getDocumentID(),
3306 phpQueryEvents::trigger($this->getDocumentID(),
3717 phpQueryEvents::trigger($this->getDocumentID(),
5153 phpQueryEvents::trigger($documentID, 'ajaxStart');
5160 phpQueryEvents::trigger($documentID, 'ajaxSend', array($client, $options));
[all …]