search for: cleannam

Displaying 4 results from an estimated 4 matches for "cleannam".

Did you mean: cleanname
2010 Jan 14
4
how to strip + from the caller-ID
Hi, How can I strip + from the front of the caller ID? I have tried this: exten => s/_+X.,1,Set(CALLERID(name)=${CALLERID(name):1}) But it is not working. Szasz Szabolcs -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100114/a3f18781/attachment.htm
2001 Oct 31
1
nmblookup status meaning
....sourceforge.net). Currently I'm trying to include netbios name lookup into my program and am using the sources from nmblookup. Can you please help me ? What is the meaning of these status flags and the status type or why can I find docs ? printf("%s <%x> - %s\n", cleanname, status[i].type, // <----- this one node_status_flags(status[i].flags)); char *node_status_flags(unsigned char flags) { static fstring ret; strcpy(ret,""); // and these flags strcat(ret, (flags & 0x80) ? "<GROUP> " : "...
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
...2 -I/opt/local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -march=i386 --emit-llvm -O0 -c -I/usr/local/inferno/MacOSX/386/include -I/usr/local/inferno/include -I/usr/local/inferno/utils/include dirstat-posix.c rerrstr.c errstr-posix.c getuser-posix.c charstod.c cleanname.c create.c dirwstat.c fmtprint.c fmtvprint.c fprint.c print.c runeseprint.c runesmprint.c runesnprint.c runevseprint.c seprint.c smprint.c snprint.c sprint.c vfprint.c vseprint.c vsmprint.c vsnprint.c dofmt.c dorfmt.c errfmt.c fcallfmt.c fltfmt.c fmt.c fmtfd.c fmtlock.c fmtprint.c fmtquote.c fmtru...
2006 Aug 09
7
function before_save
Hi everybody I would like a function as the "before_save" method in the model. But it must be the opposite. When I take out data from the database through the model, I want to call a function before the data are available in the controller. Can anyone help me? ---- >>>> thx <<<< ---- -- Posted via http://www.ruby-forum.com/.