View | Details | Raw Unified | Return to bug 227413
Collapse All | Expand All

(-)yate/Makefile (-14 / +16 lines)
Lines 1-29 Link Here
1
# Created by: Valery Komarov <komarov@valerka.net>
1
# Created by: Valery Komarov <komarov@valerka.net>
2
# $FreeBSD: head/net/yate/Makefile 451901 2017-10-12 15:57:51Z mat $
2
# $FreeBSD$
3
3
4
PORTNAME=	yate
4
PORTNAME=	yate
5
DISTVERSION=	5.5.0p1
5
DISTVERSION=	6.0.0p1
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://yate.null.ro/tarballs/yate5/
7
MASTER_SITES=	http://yate.null.ro/tarballs/yate6/
8
DISTNAME=	${PORTNAME}-5.5.0-1
8
DISTNAME=	${PORTNAME}-6.0.0-1
9
9
10
MAINTAINER=	koue@chaosophia.net
10
MAINTAINER=	koue@chaosophia.net
11
COMMENT=	Yet Another Telephony Engine
11
COMMENT=	Yet Another Telephony Engine
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 sparc64
16
15
LIB_DEPENDS=	libasound.so:audio/alsa-lib \
17
LIB_DEPENDS=	libasound.so:audio/alsa-lib \
16
		libspeex.so:audio/speex \
18
		libspeex.so:audio/speex \
17
		libgsm.so:audio/gsm
19
		libgsm.so:audio/gsm
18
20
19
ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 sparc64
20
21
USES=		autoreconf bison gmake shebangfix
21
USES=		autoreconf bison gmake shebangfix
22
USE_GCC=	yes
22
SHEBANG_FILES=	share/scripts/banbrutes.php \
23
SHEBANG_FILES=	share/scripts/banbrutes.php \
23
		share/scripts/leavemail.php \
24
		share/scripts/leavemail.php \
24
		share/scripts/queue_in.php \
25
		share/scripts/queue_in.php \
25
		share/scripts/queue_out.php \
26
		share/scripts/queue_out.php \
26
		share/scripts/route.php \
27
		share/scripts/route.php \
28
		share/scripts/tts.sh \
27
		share/scripts/voicemail.php
29
		share/scripts/voicemail.php
28
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
29
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
Lines 32-46 CONFIGURE_ARGS= --without-fdsize \ Link Here
32
		--without-libqt4 \
34
		--without-libqt4 \
33
		--with-zlib=/usr
35
		--with-zlib=/usr
34
36
35
LDFLAGS+=	-L${LOCALBASE}/lib
37
MAKE_JOBS_UNSAFE=yes
36
CFLAGS+=	-I${LOCALBASE}/include
37
38
38
SUB_FILES=	pkg-message
39
SUB_FILES=	pkg-message
39
USE_RC_SUBR=	yate
40
USE_RC_SUBR=	yate
40
USERS=		yate
41
USERS=		yate
41
GROUPS=		yate
42
GROUPS=		yate
42
43
43
OPTIONS_DEFINE=	AMRNB DOCS DAHDI H323 ILBC MYSQL PGSQL SCTP SPANDSP SQLITE SSL
44
OPTIONS_DEFINE=	AMRNB DOCS DAHDI H323 ILBC MYSQL PGSQL SCTP SPANDSP SQLITE
44
OPTIONS_DEFAULT=SCTP
45
OPTIONS_DEFAULT=SCTP
45
46
46
AMRNB_DESC=	Adaptive Multi-Rate Narrowband support
47
AMRNB_DESC=	Adaptive Multi-Rate Narrowband support
Lines 62-77 DAHDI_LIB_DEPENDS= libpri.so:misc/libpri Link Here
62
			libopenr2.so:misc/openr2
63
			libopenr2.so:misc/openr2
63
64
64
H323_CONFIGURE_WITH=	openh323=${LOCALBASE}
65
H323_CONFIGURE_WITH=	openh323=${LOCALBASE}
65
H323_LIB_DEPENDS=	libopenh323.so:net/h323plus
66
H323_LIB_DEPENDS=	libopenh323.so:net/h323plus \
67
			libpt.so:devel/ptlib
66
68
67
ILBC_CONFIGURE_ENABLE=	ilbc
69
ILBC_CONFIGURE_ENABLE=	ilbc
68
ILBC_LIB_DEPENDS=	libilbc.so:net/ilbc
70
ILBC_LIB_DEPENDS=	libilbc.so:net/ilbc
69
71
70
MYSQL_CONFIGURE_WITH=	mysql
72
MYSQL_CONFIGURE_WITH=	mysql
71
MYSQL_USE=		mysql=yes
73
MYSQL_USE=		mysql=yes
72
74
MYSQL_USES=		ssl
73
SSL_CONFIGURE_WITH=	openssl=${OPENSSLBASE}
74
SSL_USES=		ssl
75
75
76
PGSQL_CONFIGURE_WITH=	libpq=${LOCALBASE}
76
PGSQL_CONFIGURE_WITH=	libpq=${LOCALBASE}
77
PGSQL_USES=		pgsql
77
PGSQL_USES=		pgsql
Lines 89-96 post-extract: Link Here
89
89
90
post-install:
90
post-install:
91
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yate
91
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yate
92
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.5.5.0
92
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.6.0.0
93
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/*.yate
93
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/*.yate
94
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/radio/*.yate
95
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/sig/*.yate
94
.for dir in client server jabber sip
96
.for dir in client server jabber sip
95
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/${dir}/*.yate
97
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/${dir}/*.yate
96
.endfor
98
.endfor
(-)yate/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (yate-5.5.0-1.tar.gz) = a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676
1
TIMESTAMP = 1521464965
2
SIZE (yate-5.5.0-1.tar.gz) = 4186159
2
SHA256 (yate-6.0.0-1.tar.gz) = 0ab76015651db8076031277b2003c23bd5d9eb940491801f30a6dc3c226c1817
3
SIZE (yate-6.0.0-1.tar.gz) = 6039879
(-)yate/files/patch-Makefile.in (-1 / +1 lines)
Lines 1-4 Link Here
1
--- Makefile.in.orig	2015-05-08 09:34:48 UTC
1
--- Makefile.in.orig	2017-03-28 09:13:41 UTC
2
+++ Makefile.in
2
+++ Makefile.in
3
@@ -230,8 +230,8 @@ install-noconf: all
3
@@ -230,8 +230,8 @@ install-noconf: all
4
 	for i in $(MAN8) ; do \
4
 	for i in $(MAN8) ; do \
(-)yate/files/patch-conf.d_Makefile.in (+19 lines)
Line 0 Link Here
1
--- conf.d/Makefile.in.orig	2017-03-28 09:13:48 UTC
2
+++ conf.d/Makefile.in
3
@@ -20,14 +20,14 @@ install:
4
 	lst="`ls -1 @srcdir@/*.conf @srcdir@/*.sample @srcdir@/*.default 2>/dev/null | sed 's/\.sample//g; s/\.default//g; s/[^ ]*\*\.[^ ]*//g' | sort | uniq`" ; \
5
 	for s in $$lst; do \
6
 	    d="$(DESTDIR)$(confdir)/`echo $$s | sed 's,.*/,,'`" ; \
7
-	    if [ -f "$$d" ]; then \
8
+	    if [ -f "$$d".sample ]; then \
9
 		echo "Not overwriting existing $$d" ; \
10
 	    else \
11
 		if [ ! -f "$$s" ]; then \
12
 		    test -f "$$s.default" && s="$$s.default" ; \
13
 		    test -f "$$s.sample" && s="$$s.sample" ; \
14
 		fi ; \
15
-		install -m 0644 "$$s" "$$d" ; \
16
+		install -m 0644 "$$s" "$$d".sample ; \
17
 	    fi ; \
18
 	done
19
 
(-)yate/files/patch-conf.d__Makefile.in (-19 lines)
Lines 1-19 Link Here
1
--- conf.d/Makefile.in.orig	2009-09-19 13:55:58 UTC
2
+++ conf.d/Makefile.in
3
@@ -20,14 +20,14 @@ install:
4
 	lst="`ls -1 @srcdir@/*.conf @srcdir@/*.sample @srcdir@/*.default 2>/dev/null | sed 's/\.sample//g; s/\.default//g; s/[^ ]*\*\.[^ ]*//g' | sort | uniq`" ; \
5
 	for s in $$lst; do \
6
 	    d="$(DESTDIR)$(confdir)/`echo $$s | sed 's,.*/,,'`" ; \
7
-	    if [ -f "$$d" ]; then \
8
+	    if [ -f "$$d".sample ]; then \
9
 		echo "Not overwriting existing $$d" ; \
10
 	    else \
11
 		if [ ! -f "$$s" ]; then \
12
 		    test -f "$$s.default" && s="$$s.default" ; \
13
 		    test -f "$$s.sample" && s="$$s.sample" ; \
14
 		fi ; \
15
-		install -m 0644 "$$s" "$$d" ; \
16
+		install -m 0644 "$$s" "$$d".sample ; \
17
 	    fi ; \
18
 	done
19
 
(-)yate/files/patch-configure.ac (+12 lines)
Line 0 Link Here
1
--- configure.ac.orig	2018-04-05 08:59:36 UTC
2
+++ configure.ac
3
@@ -109,7 +109,8 @@ if [[ "x$ac_cv_no_overload_virt" = "xyes
4
 fi
5
 AC_MSG_RESULT([$ac_cv_no_overload_virt])
6
 
7
-GCC_UNRESOLVED_SYMBOLS="-Wl,--unresolved-symbols=ignore-in-shared-libs"
8
+#GCC_UNRESOLVED_SYMBOLS="-Wl,--unresolved-symbols=ignore-in-shared-libs"
9
+GCC_UNRESOLVED_SYMBOLS=""
10
 ld_unresolved_symbols=no
11
 AC_MSG_CHECKING([if ld supports reporting unresolved symbols])
12
 SAVE_CFLAGS="$CFLAGS"
(-)yate/files/patch-engine_Engine.cpp (+12 lines)
Line 0 Link Here
1
--- engine/Engine.cpp.orig	2018-03-28 11:56:15 UTC
2
+++ engine/Engine.cpp
3
@@ -50,7 +50,8 @@ __declspec(dllimport) BOOL WINAPI SHGetS
4
 #include <sys/wait.h>
5
 #include <sys/resource.h>
6
 typedef void* HMODULE;
7
-#define sig_func_t sighandler_t
8
+//#define sig_func_t sighandler_t
9
+#define sig_func_t sig_t
10
 #define PATH_SEP "/"
11
 #ifndef CFG_DIR
12
 #ifdef HAVE_MACOSX_SUPPORT
(-)yate/files/patch-libs_yradio_radio.cpp (+19 lines)
Line 0 Link Here
1
--- libs/yradio/radio.cpp.orig	2018-03-28 12:02:24 UTC
2
+++ libs/yradio/radio.cpp
3
@@ -23,6 +23,7 @@
4
 #include <yateradio.h>
5
 #include <string.h>
6
 
7
+/*
8
 #ifndef htobe32
9
 #include <byteswap.h>
10
 
11
@@ -59,6 +60,8 @@
12
 #endif
13
 
14
 #endif // htobe32
15
+*/
16
+#include <sys/endian.h>
17
 
18
 
19
 //#define DEBUG_RADIO_READ
(-)yate/files/patch-modules-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- modules/Makefile.in.orig	2015-05-08 09:34:48 UTC
2
+++ modules/Makefile.in
3
@@ -361,7 +361,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_
4
 server/mgcpgw.yate: LOCALLIBS = -lyatemgcp -L../libs/ysdp -lyatesdp
5
 
6
 server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@
7
-server/lksctp.yate: EXTERNLIBS = -lsctp
8
+server/lksctp.yate: EXTERNLIBS =
9
 
10
 ilbccodec.yate: ../libs/ilbc/libilbc.a
11
 ilbccodec.yate: LOCALFLAGS = @ILBC_INC@
(-)yate/files/patch-modules_Makefile.in (+11 lines)
Line 0 Link Here
1
--- modules/Makefile.in.orig	2017-03-28 09:13:48 UTC
2
+++ modules/Makefile.in
3
@@ -370,7 +370,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_
4
 server/mgcpgw.yate: LOCALLIBS = -lyatemgcp -L../libs/ysdp -lyatesdp
5
 
6
 server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@
7
-server/lksctp.yate: EXTERNLIBS = -lsctp
8
+server/lksctp.yate: EXTERNLIBS =
9
 
10
 ilbccodec.yate: ../libs/ilbc/libilbc.a
11
 ilbccodec.yate: LOCALFLAGS = @ILBC_INC@
(-)yate/files/patch-modules_server_lksctp.cpp (+15 lines)
Line 0 Link Here
1
--- modules/server/lksctp.cpp.orig	2018-03-28 11:56:42 UTC
2
+++ modules/server/lksctp.cpp
3
@@ -529,9 +529,10 @@ bool LKSocket::alive() const
4
 		    status.sstat_primary.spinfo_state);
5
 	    }
6
     }
7
-    static int s_lastSstatState = SCTP_EMPTY;
8
+    //static int s_lastSstatState = SCTP_EMPTY;
9
+    static int s_lastSstatState = SCTP_CLOSED;
10
     switch (status.sstat_state) {
11
-	MAKE_CASE(EMPTY,Local);
12
+	//MAKE_CASE(EMPTY,Local);
13
 	MAKE_CASE(CLOSED,Local);
14
 	MAKE_CASE(COOKIE_WAIT,Local);
15
 	MAKE_CASE(COOKIE_ECHOED,Local);
(-)yate/pkg-plist (-291 / +517 lines)
Lines 15-20 bin/yate-config Link Here
15
@sample %%ETCDIR%%/cpuload.conf.sample
15
@sample %%ETCDIR%%/cpuload.conf.sample
16
@sample %%ETCDIR%%/dbpbx.conf.sample
16
@sample %%ETCDIR%%/dbpbx.conf.sample
17
@sample %%ETCDIR%%/dsoundchan.conf.sample
17
@sample %%ETCDIR%%/dsoundchan.conf.sample
18
@sample %%ETCDIR%%/dummyradio.conf.sample
18
@sample %%ETCDIR%%/enumroute.conf.sample
19
@sample %%ETCDIR%%/enumroute.conf.sample
19
@sample %%ETCDIR%%/eventlogs.conf.sample
20
@sample %%ETCDIR%%/eventlogs.conf.sample
20
@sample %%ETCDIR%%/extmodule.conf.sample
21
@sample %%ETCDIR%%/extmodule.conf.sample
Lines 43-48 bin/yate-config Link Here
43
@sample %%ETCDIR%%/providers.conf.sample
44
@sample %%ETCDIR%%/providers.conf.sample
44
@sample %%ETCDIR%%/queues.conf.sample
45
@sample %%ETCDIR%%/queues.conf.sample
45
@sample %%ETCDIR%%/queuesnotify.conf.sample
46
@sample %%ETCDIR%%/queuesnotify.conf.sample
47
@sample %%ETCDIR%%/radiotest.conf.sample
46
@sample %%ETCDIR%%/regexroute.conf.sample
48
@sample %%ETCDIR%%/regexroute.conf.sample
47
@sample %%ETCDIR%%/regfile.conf.sample
49
@sample %%ETCDIR%%/regfile.conf.sample
48
@sample %%ETCDIR%%/register.conf.sample
50
@sample %%ETCDIR%%/register.conf.sample
Lines 59-64 bin/yate-config Link Here
59
@sample %%ETCDIR%%/wpcard.conf.sample
61
@sample %%ETCDIR%%/wpcard.conf.sample
60
@sample %%ETCDIR%%/yate-qt4.conf.sample
62
@sample %%ETCDIR%%/yate-qt4.conf.sample
61
@sample %%ETCDIR%%/yate.conf.sample
63
@sample %%ETCDIR%%/yate.conf.sample
64
@sample %%ETCDIR%%/ybladerf.conf.sample
62
@sample %%ETCDIR%%/yiaxchan.conf.sample
65
@sample %%ETCDIR%%/yiaxchan.conf.sample
63
@sample %%ETCDIR%%/yjinglechan.conf.sample
66
@sample %%ETCDIR%%/yjinglechan.conf.sample
64
@sample %%ETCDIR%%/yradius.conf.sample
67
@sample %%ETCDIR%%/yradius.conf.sample
Lines 71-76 bin/yate-config Link Here
71
@sample %%ETCDIR%%/zapcard.conf.sample
74
@sample %%ETCDIR%%/zapcard.conf.sample
72
@sample %%ETCDIR%%/zlibcompress.conf.sample
75
@sample %%ETCDIR%%/zlibcompress.conf.sample
73
include/yate/yateclass.h
76
include/yate/yateclass.h
77
include/yate/yatemath.h
74
include/yate/yatemime.h
78
include/yate/yatemime.h
75
include/yate/yatengine.h
79
include/yate/yatengine.h
76
include/yate/yatephone.h
80
include/yate/yatephone.h
Lines 80-102 include/yate/yateversn.h Link Here
80
include/yate/yateasn.h
84
include/yate/yateasn.h
81
include/yate/yateradio.h
85
include/yate/yateradio.h
82
include/yate/yatescript.h
86
include/yate/yatescript.h
83
lib/libyate.so.5.5.0
87
lib/libyate.so.6.0.0
84
lib/libyate.so
88
lib/libyate.so
85
lib/libyatescript.so.5.5.0
89
lib/libyatescript.so.6.0.0
86
lib/libyatescript.so
90
lib/libyatescript.so
87
lib/libyatesig.so.5.5.0
91
lib/libyatesig.so.6.0.0
88
lib/libyatesig.so
92
lib/libyatesig.so
89
lib/libyatemgcp.so.5.5.0
93
lib/libyatemgcp.so.6.0.0
90
lib/libyatemgcp.so
94
lib/libyatemgcp.so
91
lib/libyatejabber.so.5.5.0
95
lib/libyatejabber.so.6.0.0
92
lib/libyatejabber.so
96
lib/libyatejabber.so
93
lib/libyateasn.so
97
lib/libyateasn.so
94
lib/libyateasn.so.5.5.0
98
lib/libyateasn.so.6.0.0
95
lib/libyateradio.so
99
lib/libyateradio.so
96
lib/libyateradio.so.5.5.0
100
lib/libyateradio.so.6.0.0
97
lib/yate/client/jabberclient.yate
101
lib/yate/client/jabberclient.yate
98
lib/yate/client/osschan.yate
102
lib/yate/client/osschan.yate
99
lib/yate/client/alsachan.yate
103
lib/yate/client/alsachan.yate
104
@dir lib/yate/qt4
105
lib/yate/radio/dummyradio.yate
106
lib/yate/radio/radiotest.yate
100
lib/yate/server/pbxassist.yate
107
lib/yate/server/pbxassist.yate
101
lib/yate/server/dbpbx.yate
108
lib/yate/server/dbpbx.yate
102
lib/yate/server/lateroute.yate
109
lib/yate/server/lateroute.yate
Lines 134-139 lib/yate/server/eventlogs.yate Link Here
134
%%MYSQL%%lib/yate/server/mysqldb.yate
141
%%MYSQL%%lib/yate/server/mysqldb.yate
135
%%PGSQL%%lib/yate/server/pgsqldb.yate
142
%%PGSQL%%lib/yate/server/pgsqldb.yate
136
%%SQLITE%%lib/yate/server/sqlitedb.yate
143
%%SQLITE%%lib/yate/server/sqlitedb.yate
144
lib/yate/sig/camel_map.yate
145
lib/yate/sig/isupmangler.yate
146
lib/yate/sig/ss7_lnp_ansi.yate
137
lib/yate/jabber/jabberserver.yate
147
lib/yate/jabber/jabberserver.yate
138
lib/yate/jabber/jbfeatures.yate
148
lib/yate/jabber/jbfeatures.yate
139
lib/yate/sip/sip_cnam_lnp.yate
149
lib/yate/sip/sip_cnam_lnp.yate
Lines 142-148 lib/yate/sip/sip_cnam_lnp.yate Link Here
142
%%SPANDSP%%lib/yate/faxchan.yate
152
%%SPANDSP%%lib/yate/faxchan.yate
143
%%H323%%lib/yate/h323chan.yate
153
%%H323%%lib/yate/h323chan.yate
144
%%ILBC%%lib/yate/ilbccodec.yate
154
%%ILBC%%lib/yate/ilbccodec.yate
145
%%SSL%%lib/yate/openssl.yate
146
lib/yate/cdrbuild.yate
155
lib/yate/cdrbuild.yate
147
lib/yate/cdrcombine.yate
156
lib/yate/cdrcombine.yate
148
lib/yate/cdrfile.yate
157
lib/yate/cdrfile.yate
Lines 180-467 lib/yate/zlibcompress.yate Link Here
180
libdata/pkgconfig/yate.pc
189
libdata/pkgconfig/yate.pc
181
man/man8/yate.8.gz
190
man/man8/yate.8.gz
182
man/man8/yate-config.8.gz
191
man/man8/yate-config.8.gz
183
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-LICENSE
192
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/WebRTC-LICENSE
184
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-LICENSE_THIRD_PARTY
193
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/WebRTC-LICENSE_THIRD_PARTY
185
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-PATENTS
194
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/WebRTC-PATENTS
186
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/iLBC-LICENSE.txt
195
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/iLBC-LICENSE.txt
187
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/README
196
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/README
188
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/COPYING
197
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/COPYING
189
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/ChangeLog
198
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/ChangeLog
190
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/dataflow.html
199
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/dataflow.html
191
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/extmodule.html
200
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/extmodule.html
192
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/index.html
201
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/index.html
193
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/messages.html
202
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/messages.html
194
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine.html
203
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/index.html
195
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Array.html
196
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Atom.html
197
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Base64.html
198
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__CallEndpoint.html
199
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__CapturedEvent.html
200
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Channel.html
201
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Cipher.html
202
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Client.html
203
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientAccount.html
204
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientAccountList.html
205
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientChannel.html
206
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientContact.html
207
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientDir.html
208
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientDriver.html
209
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientFile.html
210
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientFileItem.html
211
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientLogic.html
212
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientResource.html
213
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientSound.html
214
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Compressor.html
215
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Configuration.html
216
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataBlock.html
217
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataConsumer.html
218
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataEndpoint.html
219
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataFormat.html
220
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataNode.html
221
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataSource.html
222
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataTranslator.html
223
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DebugEnabler.html
224
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Debugger.html
225
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DefaultLogic.html
226
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DnsRecord.html
227
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Driver.html
228
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DurationUpdate.html
229
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Engine.html
230
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__EngineCheck.html
231
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__File.html
232
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Flags32.html
233
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__FormatInfo.html
234
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__FormatRepository.html
235
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__GenObject.html
236
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__GenPointer.html
237
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__HashList.html
238
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Hasher.html
239
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ImageInfo.html
240
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ListIterator.html
241
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Lock.html
242
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Lock2.html
243
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Lockable.html
244
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MD5.html
245
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MemoryStream.html
246
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Message.html
247
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageDispatcher.html
248
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageHandler.html
249
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageHook.html
250
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageNotifier.html
251
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessagePostHook.html
252
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageQueue.html
253
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageReceiver.html
254
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageRelay.html
255
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeAuthLine.html
256
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeBinaryBody.html
257
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeBody.html
258
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeHeaderLine.html
259
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeLinesBody.html
260
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeMultipartBody.html
261
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeSdpBody.html
262
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeStringBody.html
263
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Module.html
264
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MucRoom.html
265
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MucRoomMember.html
266
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Mutex.html
267
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MutexPool.html
268
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedCounter.html
269
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedInt.html
270
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedIterator.html
271
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedList.html
272
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedPointer.html
273
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedString.html
274
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NaptrRecord.html
275
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ObjList.html
276
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ObjVector.html
277
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Plugin.html
278
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Random.html
279
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__RefObject.html
280
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__RefPointer.html
281
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__RefPointerBase.html
282
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Regexp.html
283
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Resolver.html
284
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Router.html
285
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Runnable.html
286
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SHA1.html
287
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SHA256.html
288
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SctpSocket.html
289
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Semaphore.html
290
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SharedVars.html
291
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Socket.html
292
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SocketAddr.html
293
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SocketFilter.html
294
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SrvRecord.html
295
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Stream.html
296
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__String.html
297
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SysUsage.html
298
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TempObjectCounter.html
299
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Thread.html
300
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ThreadedSource.html
301
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Time.html
302
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TokenDict.html
303
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TranslatorCaps.html
304
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TranslatorFactory.html
305
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TxtRecord.html
306
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__UChar.html
307
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__UIFactory.html
308
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__UIWidget.html
309
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__URI.html
310
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Window.html
311
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlCData.html
312
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlChild.html
313
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlComment.html
314
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDeclaration.html
315
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDoctype.html
316
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDocument.html
317
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDomParser.html
318
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlElement.html
319
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlEscape.html
320
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlFragment.html
321
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlParent.html
322
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlSaxParser.html
323
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlText.html
324
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/all-globals.html
325
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine.html
326
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Array.html
327
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Atom.html
328
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Base64.html
329
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__CallEndpoint.html
330
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__CapturedEvent.html
331
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Channel.html
332
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Cipher.html
333
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Client.html
334
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientAccount.html
335
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientAccountList.html
336
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientChannel.html
337
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientContact.html
338
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientDir.html
339
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientDriver.html
340
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientFile.html
341
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientFileItem.html
342
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientLogic.html
343
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientResource.html
344
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientSound.html
345
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Compressor.html
346
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Configuration.html
347
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataBlock.html
348
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataConsumer.html
349
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataEndpoint.html
350
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataFormat.html
351
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataNode.html
352
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataSource.html
353
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataTranslator.html
354
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DebugEnabler.html
355
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Debugger.html
356
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DefaultLogic.html
357
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DnsRecord.html
358
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Driver.html
359
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DurationUpdate.html
360
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Engine.html
361
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__EngineCheck.html
362
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__File.html
363
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Flags32.html
364
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__FormatInfo.html
365
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__FormatRepository.html
366
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__GenObject.html
367
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__GenPointer.html
368
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__HashList.html
369
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Hasher.html
370
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ImageInfo.html
371
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ListIterator.html
372
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Lock.html
373
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Lock2.html
374
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Lockable.html
375
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MD5.html
376
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MemoryStream.html
377
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Message.html
378
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageDispatcher.html
379
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageHandler.html
380
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageHook.html
381
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageNotifier.html
382
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessagePostHook.html
383
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageQueue.html
384
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageReceiver.html
385
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageRelay.html
386
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeAuthLine.html
387
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeBinaryBody.html
388
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeBody.html
389
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeHeaderLine.html
390
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeLinesBody.html
391
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeMultipartBody.html
392
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeSdpBody.html
393
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeStringBody.html
394
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Module.html
395
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MucRoom.html
396
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MucRoomMember.html
397
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Mutex.html
398
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MutexPool.html
399
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedCounter.html
400
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedInt.html
401
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedIterator.html
402
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedList.html
403
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedPointer.html
404
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedString.html
405
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NaptrRecord.html
406
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ObjList.html
407
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ObjVector.html
408
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Plugin.html
409
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Random.html
410
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__RefObject.html
411
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__RefPointer.html
412
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__RefPointerBase.html
413
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Regexp.html
414
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Resolver.html
415
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Router.html
416
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Runnable.html
417
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SHA1.html
418
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SHA256.html
419
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SctpSocket.html
420
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Semaphore.html
421
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SharedVars.html
422
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Socket.html
423
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SocketAddr.html
424
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SocketFilter.html
425
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SrvRecord.html
426
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Stream.html
427
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__String.html
428
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SysUsage.html
429
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TempObjectCounter.html
430
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Thread.html
431
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ThreadedSource.html
432
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Time.html
433
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TokenDict.html
434
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TranslatorCaps.html
435
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TranslatorFactory.html
436
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TxtRecord.html
437
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__UChar.html
438
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__UIFactory.html
439
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__UIWidget.html
440
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__URI.html
441
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Window.html
442
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlCData.html
443
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlChild.html
444
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlComment.html
445
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDeclaration.html
446
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDoctype.html
447
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDocument.html
448
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDomParser.html
449
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlElement.html
450
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlEscape.html
451
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlFragment.html
452
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlParent.html
453
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlSaxParser.html
454
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlText.html
455
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/header-list.html
456
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/hier.html
457
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/index-long.html
458
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/index.html
459
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatecbase_h.html
460
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yateclass_h.html
461
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatemime_h.html
462
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatengine_h.html
463
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatephone_h.html
464
%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatexml_h.html
465
%%DATADIR%%/data/snmp_mib.conf
204
%%DATADIR%%/data/snmp_mib.conf
466
%%DATADIR%%/data/NULL-TEAM-MIB.txt
205
%%DATADIR%%/data/NULL-TEAM-MIB.txt
467
%%DATADIR%%/data/YATE-MIB.txt
206
%%DATADIR%%/data/YATE-MIB.txt
Lines 813-819 man/man8/yate-config.8.gz Link Here
813
%%DATADIR%%/scripts/queue_out.php
552
%%DATADIR%%/scripts/queue_out.php
814
%%DATADIR%%/scripts/banbrutes.php
553
%%DATADIR%%/scripts/banbrutes.php
815
%%DATADIR%%/scripts/echo.sh
554
%%DATADIR%%/scripts/echo.sh
555
%%DATADIR%%/scripts/tts.sh
816
%%DATADIR%%/sounds/ring.au
556
%%DATADIR%%/sounds/ring.au
817
%%DATADIR%%/sounds/ring.wav
557
%%DATADIR%%/sounds/ring.wav
818
%%DATADIR%%/sounds/tone.wav
558
%%DATADIR%%/sounds/tone.wav
819
@dir lib/yate/qt4
559
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/annotated.html
560
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/bc_s.png
561
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/bdwn.png
562
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Array-members.html
563
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Array.html
564
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Array.png
565
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Atom-members.html
566
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Atom.html
567
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Base64-members.html
568
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Base64.html
569
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Base64.png
570
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1BitVector-members.html
571
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1BitVector.html
572
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1BitVector.png
573
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallAccount-members.html
574
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallAccount.html
575
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallEndpoint-members.html
576
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallEndpoint.html
577
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallEndpoint.png
578
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CapturedEvent-members.html
579
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CapturedEvent.html
580
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CapturedEvent.png
581
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Channel-members.html
582
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Channel.html
583
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Channel.png
584
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Cipher-members.html
585
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Cipher.html
586
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Cipher.png
587
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Client-members.html
588
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Client.html
589
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Client.png
590
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccount-members.html
591
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccount.html
592
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccount.png
593
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccountList-members.html
594
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccountList.html
595
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccountList.png
596
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientChannel-members.html
597
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientChannel.html
598
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientChannel.png
599
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientContact-members.html
600
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientContact.html
601
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientContact.png
602
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDir-members.html
603
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDir.html
604
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDir.png
605
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDriver-members.html
606
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDriver.html
607
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDriver.png
608
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFile-members.html
609
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFile.html
610
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFile.png
611
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFileItem-members.html
612
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFileItem.html
613
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFileItem.png
614
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientLogic-members.html
615
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientLogic.html
616
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientLogic.png
617
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientResource-members.html
618
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientResource.html
619
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientResource.png
620
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientSound-members.html
621
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientSound.html
622
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientSound.png
623
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Complex-members.html
624
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Complex.html
625
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Compressor-members.html
626
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Compressor.html
627
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Compressor.png
628
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Configuration-members.html
629
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Configuration.html
630
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Configuration.png
631
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataBlock-members.html
632
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataBlock.html
633
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataBlock.png
634
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataConsumer-members.html
635
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataConsumer.html
636
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataConsumer.png
637
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataEndpoint-members.html
638
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataEndpoint.html
639
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataEndpoint.png
640
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataFormat-members.html
641
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataFormat.html
642
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataFormat.png
643
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataNode-members.html
644
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataNode.html
645
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataNode.png
646
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataSource-members.html
647
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataSource.html
648
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataSource.png
649
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataTranslator-members.html
650
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataTranslator.html
651
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataTranslator.png
652
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DebugEnabler-members.html
653
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DebugEnabler.html
654
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DebugEnabler.png
655
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Debugger-members.html
656
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Debugger.html
657
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DefaultLogic-members.html
658
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DefaultLogic.html
659
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DefaultLogic.png
660
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DnsRecord-members.html
661
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DnsRecord.html
662
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DnsRecord.png
663
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Driver-members.html
664
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Driver.html
665
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Driver.png
666
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DurationUpdate-members.html
667
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DurationUpdate.html
668
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DurationUpdate.png
669
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Engine-members.html
670
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Engine.html
671
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1EngineCheck-members.html
672
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1EngineCheck.html
673
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1File-members.html
674
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1File.html
675
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1File.png
676
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Flags32-members.html
677
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Flags32.html
678
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1FormatRepository-members.html
679
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1FormatRepository.html
680
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenObject-members.html
681
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenObject.html
682
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenObject.png
683
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenPointer-members.html
684
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenPointer.html
685
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenPointer.png
686
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1HashList-members.html
687
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1HashList.html
688
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1HashList.png
689
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Hasher-members.html
690
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Hasher.html
691
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Hasher.png
692
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ListIterator-members.html
693
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ListIterator.html
694
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock-members.html
695
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock.html
696
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock2-members.html
697
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock2.html
698
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lockable-members.html
699
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lockable.html
700
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lockable.png
701
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MD5-members.html
702
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MD5.html
703
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MD5.png
704
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Math-members.html
705
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Math.html
706
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MathVectorBase-members.html
707
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MathVectorBase.html
708
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MathVectorBase.png
709
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MemoryStream-members.html
710
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MemoryStream.html
711
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MemoryStream.png
712
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Message-members.html
713
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Message.html
714
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Message.png
715
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageDispatcher-members.html
716
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageDispatcher.html
717
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageDispatcher.png
718
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHandler-members.html
719
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHandler.html
720
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHandler.png
721
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHook-members.html
722
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHook.html
723
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHook.png
724
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageNotifier-members.html
725
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageNotifier.html
726
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageNotifier.png
727
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessagePostHook-members.html
728
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessagePostHook.html
729
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessagePostHook.png
730
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageQueue-members.html
731
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageQueue.html
732
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageQueue.png
733
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageReceiver-members.html
734
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageReceiver.html
735
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageReceiver.png
736
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageRelay-members.html
737
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageRelay.html
738
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageRelay.png
739
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeAuthLine-members.html
740
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeAuthLine.html
741
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeAuthLine.png
742
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBinaryBody-members.html
743
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBinaryBody.html
744
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBinaryBody.png
745
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBody-members.html
746
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBody.html
747
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBody.png
748
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeHeaderLine-members.html
749
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeHeaderLine.html
750
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeHeaderLine.png
751
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeLinesBody-members.html
752
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeLinesBody.html
753
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeLinesBody.png
754
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeMultipartBody-members.html
755
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeMultipartBody.html
756
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeMultipartBody.png
757
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeSdpBody-members.html
758
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeSdpBody.html
759
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeSdpBody.png
760
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeStringBody-members.html
761
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeStringBody.html
762
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeStringBody.png
763
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Module-members.html
764
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Module.html
765
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Module.png
766
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoom-members.html
767
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoom.html
768
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoom.png
769
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoomMember-members.html
770
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoomMember.html
771
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoomMember.png
772
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Mutex-members.html
773
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Mutex.html
774
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Mutex.png
775
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MutexPool-members.html
776
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MutexPool.html
777
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedCounter-members.html
778
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedCounter.html
779
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedCounter.png
780
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedInt-members.html
781
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedInt.html
782
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedInt.png
783
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedIterator-members.html
784
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedIterator.html
785
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedList-members.html
786
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedList.html
787
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedList.png
788
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedPointer-members.html
789
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedPointer.html
790
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedPointer.png
791
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedString-members.html
792
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedString.html
793
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedString.png
794
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NaptrRecord-members.html
795
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NaptrRecord.html
796
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NaptrRecord.png
797
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjList-members.html
798
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjList.html
799
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjList.png
800
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjVector-members.html
801
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjVector.html
802
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjVector.png
803
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Plugin-members.html
804
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Plugin.html
805
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Plugin.png
806
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Random-members.html
807
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Random.html
808
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefObject-members.html
809
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefObject.html
810
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefObject.png
811
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointer-members.html
812
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointer.html
813
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointer.png
814
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointerBase-members.html
815
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointerBase.html
816
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointerBase.png
817
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefStorage-members.html
818
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefStorage.html
819
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefStorage.png
820
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Regexp-members.html
821
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Regexp.html
822
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Regexp.png
823
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Resolver-members.html
824
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Resolver.html
825
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Router-members.html
826
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Router.html
827
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Router.png
828
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Runnable-members.html
829
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Runnable.html
830
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Runnable.png
831
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA1-members.html
832
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA1.html
833
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA1.png
834
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA256-members.html
835
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA256.html
836
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA256.png
837
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SctpSocket-members.html
838
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SctpSocket.html
839
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SctpSocket.png
840
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Semaphore-members.html
841
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Semaphore.html
842
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Semaphore.png
843
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SharedVars-members.html
844
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SharedVars.html
845
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SharedVars.png
846
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SliceVector-members.html
847
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SliceVector.html
848
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SliceVector.png
849
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Socket-members.html
850
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Socket.html
851
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Socket.png
852
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketAddr-members.html
853
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketAddr.html
854
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketAddr.png
855
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketFilter-members.html
856
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketFilter.html
857
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketFilter.png
858
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SrvRecord-members.html
859
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SrvRecord.html
860
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SrvRecord.png
861
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Stream-members.html
862
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Stream.html
863
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Stream.png
864
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1String-members.html
865
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1String.html
866
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1String.png
867
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SysUsage-members.html
868
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SysUsage.html
869
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TempObjectCounter-members.html
870
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TempObjectCounter.html
871
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Thread-members.html
872
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Thread.html
873
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Thread.png
874
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ThreadedSource-members.html
875
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ThreadedSource.html
876
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ThreadedSource.png
877
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Time-members.html
878
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Time.html
879
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TranslatorFactory-members.html
880
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TranslatorFactory.html
881
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TranslatorFactory.png
882
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TxtRecord-members.html
883
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TxtRecord.html
884
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TxtRecord.png
885
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UChar-members.html
886
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UChar.html
887
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIFactory-members.html
888
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIFactory.html
889
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIFactory.png
890
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIWidget-members.html
891
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIWidget.html
892
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIWidget.png
893
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1URI-members.html
894
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1URI.html
895
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1URI.png
896
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Window-members.html
897
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Window.html
898
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Window.png
899
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlCData-members.html
900
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlCData.html
901
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlCData.png
902
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlChild-members.html
903
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlChild.html
904
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlChild.png
905
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlComment-members.html
906
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlComment.html
907
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlComment.png
908
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDeclaration-members.html
909
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDeclaration.html
910
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDeclaration.png
911
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDoctype-members.html
912
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDoctype.html
913
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDoctype.png
914
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDocument-members.html
915
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDocument.html
916
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDocument.png
917
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDomParser-members.html
918
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDomParser.html
919
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDomParser.png
920
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlElement-members.html
921
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlElement.html
922
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlElement.png
923
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlFragment-members.html
924
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlFragment.html
925
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlFragment.png
926
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlParent-members.html
927
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlParent.html
928
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlParent.png
929
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlSaxParser-members.html
930
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlSaxParser.html
931
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlSaxParser.png
932
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlText-members.html
933
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlText.html
934
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlText.png
935
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classes.html
936
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/closed.png
937
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/doxygen.css
938
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/doxygen.png
939
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/dynsections.js
940
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/files.html
941
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2blank.png
942
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2doc.png
943
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2folderclosed.png
944
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2folderopen.png
945
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2lastnode.png
946
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2link.png
947
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2mlastnode.png
948
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2mnode.png
949
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2node.png
950
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2plastnode.png
951
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2pnode.png
952
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2splitbar.png
953
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2vertline.png
954
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions.html
955
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_b.html
956
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_c.html
957
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_d.html
958
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_e.html
959
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_enum.html
960
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_f.html
961
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func.html
962
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_b.html
963
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_c.html
964
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_d.html
965
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_e.html
966
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_f.html
967
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_g.html
968
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_h.html
969
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_i.html
970
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_j.html
971
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_k.html
972
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_l.html
973
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_m.html
974
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_n.html
975
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_o.html
976
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_p.html
977
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_q.html
978
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_r.html
979
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_s.html
980
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_t.html
981
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_u.html
982
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_v.html
983
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_w.html
984
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_x.html
985
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_y.html
986
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_z.html
987
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_~.html
988
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_g.html
989
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_h.html
990
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_i.html
991
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_j.html
992
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_k.html
993
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_l.html
994
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_m.html
995
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_n.html
996
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_o.html
997
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_p.html
998
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_q.html
999
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_r.html
1000
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_s.html
1001
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_t.html
1002
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_u.html
1003
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_v.html
1004
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_vars.html
1005
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_w.html
1006
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_x.html
1007
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_y.html
1008
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_z.html
1009
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_~.html
1010
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/hierarchy.html
1011
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/jquery.js
1012
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespaceTelEngine.html
1013
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers.html
1014
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers_enum.html
1015
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers_func.html
1016
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers_type.html
1017
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespaces.html
1018
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/nav_f.png
1019
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/nav_g.png
1020
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/nav_h.png
1021
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/open.png
1022
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1FormatInfo-members.html
1023
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1FormatInfo.html
1024
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1ImageInfo-members.html
1025
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1ImageInfo.html
1026
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TokenDict-members.html
1027
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TokenDict.html
1028
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TranslatorCaps-members.html
1029
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TranslatorCaps.html
1030
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1XmlEscape-members.html
1031
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1XmlEscape.html
1032
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/sync_off.png
1033
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/sync_on.png
1034
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_a.png
1035
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_b.png
1036
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_h.png
1037
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_s.png
1038
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tabs.css
1039
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatecbase_8h_source.html
1040
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yateclass_8h_source.html
1041
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatemath_8h_source.html
1042
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatemime_8h_source.html
1043
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatengine_8h_source.html
1044
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatephone_8h_source.html
1045
%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatexml_8h_source.html

Return to bug 227413