Searched refs:func (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dbehaviour.js109 addLoadEvent : function(func){
113 window.onload = func;
117 func();
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c122 compress_func func; member in struct:config_s
367 compress_func func; local
379 func = configuration_table[s->level].func;
381 if (func != configuration_table[level].func && strm->total_in != 0) {
515 bstate = (*(configuration_table[s->level].func))(s, flush);
/glassfish-3.1.2/admingui/common/src/main/resources/js/
H A Dadminjsf.js169 var func = disableComponent[type] || getTextElement;
170 var component = func(componentName);
181 if(func == getTextElement) {
2547 var func = function(data) {
2576 onevent: func,

Completed in 21 milliseconds