search for: dennett

Displaying 10 results from an estimated 10 matches for "dennett".

Did you mean: bennett
2012 Jun 15
0
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
On Fri, Jun 15, 2012 at 1:21 AM, James Dennett <james.dennett at gmail.com>wrote: > On Thu, Jun 14, 2012 at 11:44 PM, Jacob Carlborg <doob at me.com> wrote: > > On 2012-06-15 07:25, Chandler Carruth wrote: > >> Figured it was good to ask this as James is busy making sure the Clang > >> doxygen is actually...
2012 Jun 15
2
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
...the field. I'm much more interested in having a >> single preferred form than which one it is. The mixture kills me. =] > > How about doing some quick investigation and see which style is > currently used in most places. Some quick numbers from just the tools/clang/ directory: jdennett at sepul:~/clang/llvm/tools/clang$ find . -name '*.h' -o -name '*.cpp' | xargs grep '[@]\(brief\|param\|return\|code\)' 2>/dev/null | wc -l 177 jdennett at sepul:~/clang/llvm/tools/clang$ find . -name '*.h' -o -name '*.cpp' | xargs grep '[\\]\(brief\|p...
2020 Sep 22
1
AMI vs. Dialplan Originate
...en read the data out in the called context. Maybe I need to set some inherited variables and then use Dial() instead of Originate... Ideas welcome :) Antony. -- It is also possible that putting the birds in a laboratory setting inadvertently renders them relatively incompetent. - Daniel C Dennett Please reply to the list; please *don't* CC me.
2004 Dec 17
1
application meetme
i have problem to setup application meetme. i'm using asteisk-1.0.3 and sjphone as client. ++++++++++++++++++++++++++++++++++++ monchemin --------------------------------- Do you Yahoo!? Dress up your holiday email, Hollywood style. Learn more. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Sep 22
2
AMI vs. Dialplan Originate
Hi. (Asterisk 16.2.1) I'm using AMI Originate to initiate calls, and I'm passing some additional data in to the dialplan context using the Variable: parameter. Works fine. https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Originate Now I need to do the same thing but from another context in my dialplan, so I was expecting to use the Originate() dialplan command,
2005 Sep 25
1
Prototype "classes" and inheritance
...ved = new Derived(''ctor arg''); assertEqual(''explicit ctor arg'', superInitArgs[0]); }}, -- Michael Schuerig I am the sum total of the parts mailto:michael@schuerig.de I control directly. http://www.schuerig.de/michael/ --Daniel C. Dennett, Elbow Room
2019 Apr 12
2
Cisco 3950 ip phone
Hi, https://community.cisco.com/t5/ip-telephony-and-phones/cp-3905-asterisk/td-p/1995981 The phone does work, you do need to TFTP the configuration files to the phone though. Doesn't look like custom firmware is required. -- Chris. On Fri, Apr 12, 2019 at 3:29 PM Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Friday 12 April 2019 at 15:24:27, Gokan Atmaca
2005 Jul 26
6
implement audit trail table
has anyone has any idea how to implement audit trail table for all update / deletion done on records? I''m thinking to have corresponding audit trail table to each table, so everthing before an update or deletion is done, a new record will be insert into the corresponding audit trail table. Is there a way to overwrite the save, destroy, method at the application level? so that I do not
2005 Aug 07
11
HABTM Movable Select Box
Hi, I found it a while ago, an add-on to Rails for supporting movable select boxes, but I searched through the wiki and the mailing list and couldnt find what I was looking for. I was hoping someone might know of or remember something about the project. Thanks, Dylan.
2005 Jul 16
14
Thoughts on Second-Tier Documentation
In the course of this argument, keep in mind that I think Rails is making excellent progress in the development of documentation and community. I am only trying to develop discussion of where we need to go next. A consistent theme we are seeing on this list, I believe, is frustration caused by the lack of second-tier documentation. So far we have... -- the various tutorials which are