Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php30 protected static $handlers = [ variable in SimplePie\\Cache
56 if (!empty(self::$handlers[$type])) {
57 $class = self::$handlers[$type];
89 self::$handlers[$type] = $class;
/dokuwiki/lib/plugins/info/
H A Dsyntax.php270 foreach ($list as $event => $handlers) {
277 foreach ($handlers as $sequence) {
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=… property
/dokuwiki/_test/core/
H A DphpQuery-onefile.php863 foreach($eventNode->eventHandlers as $eventType => $handlers) {
873 foreach($handlers as $handler) {