Displaying 4 results from an estimated 4 matches for "numlist".
Did you mean:
  sumlist
  
2006 Nov 01
0
AEL2 - CUT function usage
Hi,
In Asterisk 1.2.7, my AEL code looks like this:
macro callForwardHunt(numargs,numlist,typelist,ttr)
{
         for(x=1;${x}<${numargs}+1;x=${x}+1)
         {
                 CUT(number=numlist,-,${x});
                 CUT(type=typelist,-,${x});
                 NoOp(${number});
                 NoOp(${type});
                 Dial(${type}${number},${ttr});
         };
};
In A...
2012 May 31
2
Loop question
...]/Lx$Lw3[i]
  Lx$sw4[i]  <- Lx$Lw4[i+1]/Lx$Lw4[i]
  Lx$sw5[i]  <- Lx$Lw5[i+1]/Lx$Lw5[i]
}
How I could also create the variable names (letters b and w, and
numbers from 1 to 5 in s and L variables) using a loop in R?
In Stata I can use this command:
 foreach r in b w {;
 	       foreach s of numlist 0(5)40 {;
  	       foreach ed of numlist 1/5 {;
               local f = `s'+5;
               scalar define rL`r'`ed'_`f'over`s' = L`r'`ed'_`f' / L`r'`ed'_`s';
               };
         };
         };
but I do not how to do it in R.
Thank you in advan...
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...uot; type="text/javascript">
      tinyMCE.init({
        mode : "textareas",
        theme : "advanced",
        theme_advanced_toolbar_location : "top",
        theme_advanced_buttons1 : "bold, italic, underline,
strikethrough, separator, bullist, numlist",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : ""
      });
    </script>
    <script language="javascript" type="text/javascript">
        function printfire()
        {
            if (document.createEvent)...
2025 Apr 16
4
NSD 4.12.0rc1 pre-release
...o tcp-count, xfrd-tcp-max, xfrd-tcp-pipeline options.
- Fix that nsec3 prehash after a full transfer can create the nsec3
  zone trees if they are needed.
- Fix in nsd-mem for a zone with ixfr data.
- Fix ixfr read routine for use after the temp region is freed of rr.
- Fix ixfr file read to manage numlist in temp domains.
- Fix nsd-mem to clean ixfr storage.
- Fix log print assert in server sockets for printing '-' empty.
- Fix notify_fmt test for xfrd file location.
- Fix sanitizer warnings in read_uint32.
- Fix sanitizer warning in tsig write of zero length mac and otherdata.
- Fix to plea...