pike.git
/
src
/
builtin.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/builtin.cmod:1:
/* -*- c -*- || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
142
2003/09/
05
09
:
43
:
52
nilsson
Exp $
+
|| $Id: builtin.cmod,v 1.
143
2003/09/
11
10
:
49
:
53
marcus
Exp $
*/ #include "global.h" #include "interpret.h" #include "svalue.h" #include "opcodes.h" #include "pike_macros.h" #include "object.h" #include "program.h" #include "array.h"
pike.git/src/builtin.cmod:2363:
f_single_string_replace_create(i); } } /*! @endclass */ /*! @class Bootstring *! *! This class implements the "Bootstring" string transcoder described in
-
*!
@url{http
://
www
.
ietf
.org/
internet
-
drafts
/
draft-ietf-idn-punycode-03
.txt@}.
+
*!
@url{ftp
://
ftp
.
rfc-editor
.org/
in
-
notes
/
rfc3492
.txt@}.
*/ PIKECLASS bootstring { CVAR INT_TYPE base, tmin, tmax, skew, damp; CVAR INT_TYPE initial_bias, initial_n; CVAR p_wchar2 delim; PIKEVAR string digits flags ID_STATIC|ID_PRIVATE; static INT_TYPE bootstring_cp_to_digit(p_wchar2 ch) {