Home
last modified time | relevance | path

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

/plugin/bureaucracyau/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); function
/plugin/bureaucracy-au/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); function
/plugin/bureaucracy/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); function
/plugin/bureaucracy-au/helper/
H A Dactionscript.php49 return $handler->handleData($fields, $thanks);
/plugin/bureaucracyau/helper/
H A Dactionscript.php49 return $handler->handleData($fields, $thanks);
/plugin/bureaucracy/helper/
H A Dactionscript.php49 return $handler->handleData($fields, $thanks);
/plugin/bugzillaint/
H A Dscript.js30 .done( handleData )
43 function handleData( data ) { function
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js6595 var handleData = mxUtils.bind(this, function(data)
6686 handleData(data);
6709 executeRequest(url, handleData, error, binary);
6713 this.editor.loadUrl(url, handleData, error, binary, null, null, null, headers);