代码搜索:asterisk

找到约 1,036 项符合「asterisk」的源代码

代码结果 1,036
www.eeworm.com/read/339658/3296292

c asterisk.c

# include void main() { int i, j, k; /* 变量i从0到4,表示所画菱形图的第一至第五行 */ for(i = 0; i
www.eeworm.com/read/314941/3627490

pm asterisk.pm

package Asterisk; require 5.004; $VERSION = '0.08'; sub version { $VERSION; } sub new { my ($class, %args) = @_; my $self = {}; $self->{configfile} = undef; $self->{config} = {}; bless $self,
www.eeworm.com/read/313224/3644305

8 asterisk.8

.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any b
www.eeworm.com/read/313224/3644406

conf asterisk.conf

[directories] astetcdir => /astercon2/etc/asterisk astmoddir => /astercon2/usr/lib/asterisk/modules astvarlibdir => /astercon2/var/lib/asterisk astagidir => /astercon2/var/lib/asterisk/agi-bin astspoo
www.eeworm.com/read/313224/3645089

pm asterisk.pm

# # $Id: Asterisk.pm,v 1.14 2007/07/27 18:08:40 james Exp $ # package Asterisk; require 5.004; use vars qw($VERSION); $VERSION = '0.10'; sub version { $VERSION; } sub new { my ($class, %args) =
www.eeworm.com/read/288165/4009426

c asterisk.c

# include void main() { int i, j, k; /* 变量i从0到4,表示所画菱形图的第一至第五行 */ for(i = 0; i
www.eeworm.com/read/274119/4188922

c asterisk.c

# include void main() { int i, j, k; /* 变量i从0到4,表示所画菱形图的第一至第五行 */ for(i = 0; i
www.eeworm.com/read/426010/1996719

out asterisk.out

\BOOKMARK [0][-]{chapter.1}{Introduction}{} \BOOKMARK [1][-]{section.1.1}{License Information}{chapter.1} \BOOKMARK [2][-]{subsection.1.1.1}{Hold Music}{section.1.1} \BOOKMARK [1][-]{section.1.2}{Secu
www.eeworm.com/read/426010/1996741

tex asterisk.tex

% To generate a PDF from this, install the "rubber" tool, and the LaTeX % dependencies for it. Then, run: % % rubber asterisk.tex % % http://www.pps.jussieu.fr/~beffara/soft/rubber/ \documentclass[1
www.eeworm.com/read/426010/1996876

safe_asterisk

#!/bin/sh # vim:textwidth=80:tabstop=4:shiftwidth=4:smartindent:autoindent CLIARGS="$*" # Grab any args passed to safe_asterisk TTY=9 # TTY (if you want one) for Asterisk to run on CONSOLE=ye