Home
last modified time | relevance | path

Searched refs:handlers (Results 101 – 119 of 119) sorted by last modified time

12345

/plugin/components/lib/
H A Daction_manager.php27 private $handlers = array(); variable in Doku_Action_Manager
49 $this->handlers[] = $class;
89 $this->handlers = array();
99 $this->handler = $this->unique($this->handlers, $action);
H A Dajax_manager.php15 private $handlers = array(); variable in Doku_AJAX_Manager
24 $this->handlers[$handler->name()] = $handler;
41 foreach($this->handlers as $handler)
/plugin/components/
H A DREADME.md63 ## Action handlers and renderers
64 See lib/action.php for the definitions of the action handlers, renderers. These handlers must
76 …- This defines the action name that these handlers respond to. Note the full action name is plugin…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php74 $handlers = $this->_handlerSet->getInheritableHandlers();
76 foreach ($handlers as $property => $handler) {
88 $handlers = $this->_handlerSet->getInheritableTextHandlers();
89 foreach ($handlers as $property => $handler) {
H A Dcss.inc.php14 $handlers = $this->getHandlers();
15 foreach ($handlers as $property => $handler) {
27 $handlers = $this->getHandlers();
28 foreach ($handlers as $property => $handler) {
/plugin/sqlraw/
H A Dsorttable.min.js40 …element.events={};var handlers=element.events[type];if(!handlers){handlers=element.events[type]={}…
41 handlers[handler.$$guid]=handler;element["on"+type]=handleEvent;}};dean_addEvent.guid=1;function re…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/projects/lib/
H A Dmaker.php114 $handlers = $this->plugins->handlers($this->project, $file);
115 if (!$handlers) return NULL;
116 reset($handlers);
117 $handler = current($handlers);
H A Dplugins.php61 public function handlers($project, $file) { function in Plugins
62 $handlers = array();
65 $handlers[$key] = $plugin;
66 return $handlers;
H A Dproject.php232 $handlers = $plugins->handlers($this, $file);
233 if (!$handlers) return $file;
234 reset($handlers);
235 $handler = current($handlers);
/plugin/projects/
H A Dcodemirror-compressed.js1handlers||(e.handlers=[])).push(t),e},lineInfo:jr,addWidget:function(e,t,n,r,i){e=Ur(hr(e));var s=…
/plugin/fedauth/
H A Daction.php93 * this condition to recognize an AJAX call. Custom AJAX handlers should be
/plugin/fedauth/Auth/OpenID/
H A DServer.php1528 $this->handlers = array(
1576 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode,
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3529 handlers: {
3590 return Selector.handlers.unmark(results);
3594 var h = Selector.handlers;
3601 var h = Selector.handlers;
3618 var h = Selector.handlers;
3638 var results = [], h = Selector.handlers;
3655 var targetNode = $(id), h = Selector.handlers;
3751 var h = Selector.handlers;
3828 var h = Selector.handlers, selectorType, m;
3894 var results = [], h = Selector.handlers;
[all …]
/plugin/jquery/
H A Djquery-1.4.2.js1634 var handlers = events[ type ], variable
1638 if ( !handlers ) {
1639 handlers = events[ type ] = [];
1664 handlers.push( handleObj );
1905 var all, handlers, namespaces, namespace, events; variable
1919 var events = jQuery.data(this, "events"), handlers = events[ event.type ]; variable
1921 if ( events && handlers ) {
1923 handlers = handlers.slice(0);
1925 for ( var j = 0, l = handlers.length; j < l; j++ ) {
1926 var handleObj = handlers[ j ];
/plugin/indexmenu2/cms/
H A Dcms.js15handlers:{onOpen:[],onClose:[],onChangeState:[]},stripCssClasses:{'root':[],'ul':[],'li':[],'a':[]… class in CompleteMenuSolution._
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …he server"},'message':{'loading':"Loading..."}}},init:function(i,I,l){i.handlers.onOpen.push([this…
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt73 directly. In PHP backend it is done via ob_start() handlers.

12345