text stringlengths 1 1.05M |
|---|
#!/usr/bin/env bash
function __cmt_source_filetree_validate {
local FILE_MARKER=.clunky-migration-tool-source-filetree
local FILE_MARKER2=.cmt.env
if [ ! -f "$FILE_MARKER" -a ! -f "$FILE_MARKER2" ]; then
>&2 cat <<-EOM
Error CMT-FILETREE002: The working directory is not marked as a filetree source.
A filetree source root must contain a file named "${FILE_MARKER}" or "${FILE_MARKER2}".
Working directory is: ${PWD}
For more information, see: ${CMT_HELP_URI}
EOM
return 1
fi
}
function source_get_version {
__cmt_source_filetree_validate || return 1
[ ! -z ${CMT_DEBUG} ] && >&2 echo -e "\033[0;49;96msource_get_version $1\033[0m"
local VERSION_ID=""
case $1 in
"scratch")
VERSION_ID="scratch"
;;
"first")
VERSION_ID=$(ls -d */ | head -n 1)
VERSION_ID=${VERSION_ID%?}
;;
"last")
VERSION_ID=$(ls -d */ | tail -n 1)
VERSION_ID=${VERSION_ID%?}
;;
*)
if [ -d $1 ]; then
VERSION_ID=$1
fi
;;
esac
if [ -z "${VERSION_ID}" ]; then
>&2 cat <<-EOM
Error CMT-FILETREE001: The version name you supplied corresponds to no actual directory.
Supplied version name: $1
Search directory : ${PWD}
For more information, see: ${CMT_HELP_URI}
EOM
return 1
else
echo ${VERSION_ID}
fi
}
function source_get_changes {
__cmt_source_filetree_validate || return 1
START_VERSION=$(source_get_version $1)
END_VERSION=$(source_get_version $2)
[ -z ${START_VERSION} ] && return 1
[ -z ${END_VERSION} ] && return 1
if [ "${START_VERSION}" == "scratch" ]; then
find -L ${END_VERSION}/from-scratch -type f | sort
else
find -L . -path "*/from-previous/*" -type f | \
awk \
-v s="${START_VERSION}" \
-v e="${END_VERSION}" \
'BEGIN { FS = "/" } { if ($2 > s && $2 <= e) {print $0} }' | \
sort
fi
} |
<reponame>nightskylark/DevExtreme<gh_stars>0
/**
* @name chartSeriesObject
* @publicName Series
* @type object
* @inherits baseSeriesObject
*/
var chartSeriesObject = {
/**
* @name chartSeriesObjectFields_axis
* @publicName axis
* @type string
*/
axis: null,
/**
* @name chartSeriesObjectFields_pane
* @publicName pane
* @type string
*/
pane: null
}
/**
* @name chartPointAggregationInfoObject
* @publicName aggregationInfo
* @type object
*/
var chartPointAggregationInfoObject = {
/**
* @name chartPointAggregationInfoObject_data
* @publicName data
* @type Array<any>
*/
data: null,
/**
* @name chartPointAggregationInfoObject_aggregationInterval
* @publicName aggregationInterval
* @type any
*/
aggregationInterval: null,
/**
* @name chartPointAggregationInfoObject_intervalStart
* @publicName intervalStart
* @type any
*/
intervalStart: null,
/**
* @name chartPointAggregationInfoObject_intervalEnd
* @publicName intervalEnd
* @type any
*/
intervalEnd: null
}
/**
* @name chartPointObject
* @publicName Point
* @type object
* @inherits basePointObject
*/
var chartPointObject = {
/**
* @name chartPointObjectFields_aggregationInfo
* @publicName aggregationInfo
* @type chartPointAggregationInfoObject
*/
aggregationInfo: null,
/**
* @name chartPointObjectFields_originalMinValue
* @publicName originalMinValue
* @type string|number|date
*/
originalMinValue: null,
/**
* @name chartPointObjectFields_originalOpenValue
* @publicName originalOpenValue
* @type number|string
*/
originalOpenValue: null,
/**
* @name chartPointObjectFields_originalCloseValue
* @publicName originalCloseValue
* @type number|string
*/
originalCloseValue: null,
/**
* @name chartPointObjectFields_originalLowValue
* @publicName originalLowValue
* @type number|string
*/
originalLowValue: null,
/**
* @name chartPointObjectFields_originalHighValue
* @publicName originalHighValue
* @type number|string
*/
originalHighValue: null,
/**
* @name chartPointObjectFields_size
* @publicName size
* @type number|string
*/
size: null,
/**
* @name chartPointObjectmethods_getboundingrect
* @publicName getBoundingRect()
* @return object
*/
getBoundingRect: function() { }
};
|
<filename>gsi/_gsi_.c
#ifdef ___LINKER_INFO
; File: "_gsi_.c", produced by Gambit v4.9.3
(
409003
(C)
"_gsi_"
(("_kernel" (preload . #t)) ("_system" (preload . #t)) ("_num" (preload . #t)) ("_std" (preload . #t)) ("_eval" (preload . #t)) ("_io" (preload . #t)) ("_nonstd" (preload . #t)) ("_thread" (preload . #t)) ("_repl" (preload . #t)) ("_gsilib" (preload . #t)) ("_gsi" (preload . #t)))
(
""
"##and"
"##begin"
"##c-declare"
"##c-define"
"##c-define-type"
"##c-initialize"
"##c-lambda"
"##call-with-values"
"##car"
"##case"
"##case-lambda"
"##cond"
"##cons"
"##declare"
"##define"
"##define-macro"
"##define-structure"
"##define-syntax"
"##define-type"
"##define-type-construct-constant"
"##define-type-expand"
"##define-type-of-thread"
"##delay"
"##direct-structure-ref"
"##direct-structure-set"
"##direct-structure-set!"
"##do"
"##do-loop"
"##eq?"
"##future"
"##if"
"##include"
"##lambda"
"##let"
"##let*"
"##letrec"
"##letrec*"
"##list"
"##load-required-module"
"##namespace"
"##not"
"##null?"
"##or"
"##pair?"
"##parameterize"
"##quasiquote"
"##quote"
"##raise-wrong-number-of-arguments-exception-nary"
"##require-module"
"##selector"
"##self"
"##set!"
"##string->uninterned-symbol"
"##structure"
"##structure-copy"
"##structure-direct-instance-of?"
"##structure-instance-of?"
"##structure-ref"
"##structure-set"
"##structure-set!"
"##structure-type"
"##structure?"
"##syntax-error"
"##time"
"##type-0-0bf9b656-b071-404a-a514-0fb9d05cf518"
"##type-0-47368926-951d-4451-92b0-dd9b4132eca9"
"##type-0-54294cd7-1c33-40e1-940e-7400e1126a5a"
"##type-0-73c66686-a08f-4c7c-a0f1-5ad7771f242a"
"##type-0-828142df-e9a5-4ed8-a467-2f4833525b3e"
"##type-0-c63af440-d5ef-4f02-8fe6-40836a312fae"
"##type-0-cd85663e-b289-472c-b943-a41768e2f8a3"
"##type-0-d69cd396-01e0-4dcb-87dc-31acea8e0e5f"
"##type-0-e0e435ae-0097-47c9-8d4a-9d761979522c"
"##type-0-f512c9f6-3b24-4c5c-8c8b-cabd75b2f951"
"##type-1-0d164889-74b4-48ca-b291-f5ec9e0499fe"
"##type-1-1bcc14ff-4be5-4573-a250-729b773bdd50"
"##type-1-291e311e-93e0-4765-8132-56a719dc84b3"
"##type-1-c475ff99-c959-4784-a847-b0c52aff8f2a"
"##type-1-f839d55a-1d42-4b64-97a6-2d16921dc0b7"
"##type-11-42fe9aac-e9c6-4227-893e-a0ad76f58932"
"##type-11-6bd864f0-27ec-4639-8044-cf7c0135d716"
"##type-11-f5cfcf78-bba4-4140-9aa0-1a136c50d36b"
"##type-13-41abc50f-928b-48b9-8d2b-77f53b260e71"
"##type-13-6bf088a7-814f-4139-860a-69a757570569"
"##type-14-4e2301a4-27c7-4eef-b8fd-e046e192500c"
"##type-15-713f0ba8-1d76-4a68-8dfa-eaebd4aef1e3"
"##type-15-fe3e988a-c59d-47ce-8592-93b02ce12af1"
"##type-19-F86D8C06-0129-4798-B170-49E593E6A7FD"
"##type-19-a4ef4750-7ce6-4388-9d5f-48e04bf3ae4b"
"##type-2-1a1e928d-8df4-11d9-8894-00039301ba52"
"##type-2-2138cd7f-8c42-4164-b56a-a8c7badf3323"
"##type-2-299ccee1-77d2-4a6d-ab24-2ebf14297315"
"##type-2-339af4ff-3d44-4bec-a90b-d981fd13834d"
"##type-2-3b7674e5-a6d8-11d9-930c-00039301ba52"
"##type-2-3eb844fe-9381-11d9-b22f-00039301ba52"
"##type-2-3f9f8aaa-ea21-4f2b-bc06-f65950e6c408"
"##type-2-3fd6c57f-3c80-4436-a430-57ea4457c11e"
"##type-2-5f13e8c4-2c68-4eb5-b24d-249a9356c918"
"##type-2-63b50ae7-375b-4b94-81df-3522686f5634"
"##type-2-71831161-39c1-4a10-bb79-04342e1981c3"
"##type-2-7af7ca4a-ecca-445f-a270-de9d45639feb"
"##type-2-85f41657-8a51-4690-abef-d76dc37f4465"
"##type-2-C31D88DD-26F4-4EC3-A30D-BE96C0120CB0"
"##type-2-CA9CA020-600A-4516-AA78-CBE91EC8BE14"
"##type-2-b320dfbf-c714-4dc5-8bfa-cac5ee6c8421"
"##type-2-c4319ec5-29d5-43f3-bd16-fad15b238e82"
"##type-2-d5d5638b-8d10-4cd8-a1b1-10dab77e5869"
"##type-2-dd080472-485f-4f09-8e9e-924194042ff3"
"##type-2-e38351db-bef7-4c30-b610-b9b271e99ec3"
"##type-2-eb5a81e1-5061-4074-a27e-cc706735d39a"
"##type-2-ed07bce3-b882-4737-ac5e-3035b7783b8a"
"##type-2-efe252c3-9391-4acf-993b-1ad2a9035636"
"##type-2-f9519b37-d6d4-4748-8eb1-a0c8dc18c5e7"
"##type-20-A6899D11-290C-42A6-B47A-57C6B908698F"
"##type-20-E641E009-FCAA-412D-B283-587F5C6D4EC1"
"##type-21-a4a724bb-335a-42dd-8027-5ffd9eaf943c"
"##type-21-e7f8dac4-0e85-4605-a8bd-6bd6b5262d4c"
"##type-21-f118f601-23ad-493f-9ef9-ac1dd259de18"
"##type-22-AB62859B-18EF-47D3-8AC5-69D3103EDE6F"
"##type-29-C4293CA5-B269-494A-B24F-63730C347018"
"##type-3-10aa6857-6f27-45ab-ac38-2318ef2f277c"
"##type-3-2cea29df-7f3e-489d-bf83-5925c5081151"
"##type-3-5279db3c-9e07-4e8c-913f-29a7d61ee626"
"##type-3-6469e5eb-3117-4c29-89df-c348479dac93"
"##type-3-7022e42c-4ecb-4476-be40-3ca2d45903a7"
"##type-3-837d9768-9d27-455e-ac65-5ae59f43f79e"
"##type-3-84660e37-9565-4abf-ac09-f9767f926d40"
"##type-3-9850f1b3-2e29-4407-af9f-202e99aa9555"
"##type-3-C5CC1F94-644C-46FD-8655-674A3C3E517A"
"##type-3-ce2e418b-96c7-4562-9cb6-419ec113704e"
"##type-3-e3dc833e-a176-42c1-bdc0-76a6c4b302f8"
"##type-3-ffc668b5-2146-42b7-ab11-7d91641f2124"
"##type-32-bf2fa024-cc0a-419a-bcbf-cff3c2385050"
"##type-33-d05e0aa7-e235-441d-aa41-c1ac02065460"
"##type-37-a7e0fe95-65e9-4b00-b080-b7e6b12d9c6f"
"##type-4-177749b2-beb0-4670-9ab2-4b9c01b54c1d"
"##type-4-54dfbc02-718d-4a34-91ab-d1861da7500a"
"##type-4-9700b02a-724f-4888-8da8-9b0501836d8e"
"##type-4-9f09b552-0fb7-42c5-b0d4-212155841d53"
"##type-4-c1fc166b-d951-4871-853c-2b6c8c12d28d"
"##type-4-cf06eccd-bf2c-4b30-a6ce-394b345a0dee"
"##type-4-f165f359-8685-48da-bc99-f38827ad8af9"
"##type-4-f1bd59e2-25fc-49af-b624-e00f0c5975f8"
"##type-4-f39d07ce-436d-40ca-b81f-cdc65d16b7f2"
"##type-40-bebee95d-0da2-401d-a33a-c1afc75b9e43"
"##type-43-f5264d6c-cb90-4a74-8810-9ae0b1e1f08c"
"##type-45-fe99424c-d1da-48f1-b613-9c735692790e"
"##type-48-a1d146d0-78f6-437f-aa67-3b9b5bb333dc"
"##type-5"
"##type-5-c206cf7a-66fb-4e32-9f05-30f2bf053750"
"##type-51-fd0b10bf-219c-4cde-be79-d959cec702a5"
"##type-6-F3F63A41-2974-4D41-8B24-1744E866741D"
"##type-6-edb28923-9aa0-4c55-9756-f1a37136f727"
"##type-7-cd5f5bad-f96f-438d-8d63-ff887b7b39de"
"##type-8-1b002758-f900-4e96-be5e-fa407e331fc0"
"##type-9-edd21ef2-ee48-407f-a9a9-c1c361078e55"
"##type-id"
"##type-super"
"##type-type"
"##unless"
"##when"
"$code"
"*"
"+"
"-"
"-copy"
"-set"
"-set!"
"."
"..."
"/"
"<"
"<="
"="
"=>"
">"
">="
"?"
"ASCII"
"DGRAM"
"GAMBIT"
"Gambit"
"INET"
"INET6"
"ISO-8859-1"
"RAW"
"SRFI-0"
"SRFI-16"
"SRFI-18"
"SRFI-21"
"SRFI-22"
"SRFI-23"
"SRFI-27"
"SRFI-30"
"SRFI-39"
"SRFI-4"
"SRFI-6"
"SRFI-8"
"SRFI-88"
"SRFI-9"
"STREAM"
"TCP"
"UCS-2"
"UCS-2BE"
"UCS-2LE"
"UCS-4"
"UCS-4BE"
"UCS-4LE"
"UDP"
"UTF"
"UTF-16"
"UTF-16BE"
"UTF-16LE"
"UTF-8"
"UTF-fallback-ASCII"
"UTF-fallback-ISO-8859-1"
"UTF-fallback-UTF-16"
"UTF-fallback-UTF-16BE"
"UTF-fallback-UTF-16LE"
"UTF-fallback-UTF-8"
"_eval"
"_gsi"
"_gsilib"
"_io"
"_kernel"
"_nonstd"
"_num"
"_repl"
"_std"
"_system"
"_thread"
"abandoned"
"abandoned-mutex-exception"
"abs"
"absrel-time"
"absrel-time-or-false"
"acos"
"address"
"address-info"
"addresses"
"aliases"
"allow-script?"
"and"
"angle"
"angle-keyword"
"append"
"apply"
"arg-num"
"arg1"
"arg1-and-up"
"arg2"
"arg2-and-up"
"arg3"
"arg3-and-up"
"arg4-and-up"
"args"
"arguments"
"arithmetic-shift"
"asin"
"assoc"
"assq"
"assv"
"atan"
"attributes"
"b"
"backlog"
"be"
"bed"
"begin"
"bitwise-and"
"bitwise-ior"
"bitwise-not"
"bitwise-xor"
"block-special"
"bool"
"boolean"
"boolean?"
"box"
"brace-keyword"
"bracket-keyword"
"break"
"broadcast"
"btq-color"
"btq-container"
"btq-deq-next"
"btq-deq-prev"
"btq-left"
"btq-leftmost"
"btq-owner"
"btq-parent"
"buffering"
"buffering-limit"
"byte-input-port"
"byte-output-port"
"byte-port"
"bytes-allocated"
"c"
"c-declare"
"c-define"
"c-define-type"
"c-initialize"
"c-lambda"
"caaaar"
"caaadr"
"caaar"
"caadar"
"caaddr"
"caadr"
"caar"
"cadaar"
"cadadr"
"cadar"
"caddar"
"cadddr"
"caddr"
"cadr"
"call-with-current-continuation"
"call-with-input-file"
"call-with-output-file"
"call-with-values"
"cannot-open-file"
"car"
"case"
"case-conversion?"
"case-lambda"
"cdaaar"
"cdaadr"
"cdaar"
"cdadar"
"cdaddr"
"cdadr"
"cdar"
"cddaar"
"cddadr"
"cddar"
"cdddar"
"cddddr"
"cdddr"
"cddr"
"cdr"
"ceiling"
"cfun-conversion-exception"
"channel-arbiter"
"char"
"char->integer"
"char-alphabetic?"
"char-ci<=?"
"char-ci<?"
"char-ci=?"
"char-ci>=?"
"char-ci>?"
"char-delimiter?-table"
"char-downcase"
"char-encoding"
"char-encoding-errors"
"char-handler-table"
"char-list"
"char-lower-case?"
"char-numeric?"
"char-ready?"
"char-sharp-handler-table"
"char-upcase"
"char-upper-case?"
"char-vector"
"char-whitespace?"
"char<=?"
"char<?"
"char=?"
"char>=?"
"char>?"
"char?"
"character-input-port"
"character-out-of-range"
"character-output-port"
"character-port"
"character-special"
"client-psettings"
"close"
"close-input-port"
"close-output-port"
"close-parens"
"coalesce"
"code"
"comment-handler"
"complex?"
"cond"
"cond-expand"
"condition-variable"
"condvar"
"condvar-deq-next"
"condvar-deq-prev"
"cons"
"console"
"cont"
"container"
"continuation"
"continue"
"convar"
"cos"
"cr"
"cr-lf"
"create"
"creation-time"
"current-input-port"
"current-output-port"
"current-thread"
"cursor"
"d"
"datum-expected"
"datum-or-eof-expected"
"datum-parsing-exception"
"deadlock-exception"
"declare"
"default"
"define"
"define-cond-expand-feature"
"define-macro"
"define-record-type"
"define-structure"
"define-syntax"
"define-type"
"define-type-of-thread"
"delay"
"delay-force"
"denominator"
"denv"
"denv-cache1"
"denv-cache2"
"denv-cache3"
"depth"
"deserialize"
"device"
"device-input-port"
"device-output-port"
"device-port"
"direction"
"directory"
"directory-port"
"display"
"display-continuation"
"display-monoline-message"
"display-multiline-message"
"divide-by-zero-exception"
"do"
"dot"
"dot-and-dot-dot"
"dot-at-head-of-list-allowed?"
"double"
"dsssl"
"dummy"
"duplicate-label-definition"
"duplicate-parameter"
"duplicate-rest-parameter"
"duplicate-variable-binding"
"duplicate-variable-definition"
"dynamic"
"dynamic-wind"
"e"
"ed"
"else"
"else-clause-not-last"
"empty-body"
"end"
"end-condvar"
"entry-hook"
"environment"
"eof-object?"
"eol-encoding"
"eq?"
"equal?"
"eqv?"
"error"
"error-exception"
"escape-ctrl-chars?"
"escaped-char-table"
"eval"
"eval-allowed?"
"even?"
"event-queue"
"event-queue-port"
"exact->inexact"
"exact-closed"
"exact-complex"
"exact-integer"
"exact-integer-or-string-or-settings"
"exact-signed-int16"
"exact-signed-int16-list"
"exact-signed-int32"
"exact-signed-int32-list"
"exact-signed-int64"
"exact-signed-int64-list"
"exact-signed-int8"
"exact-signed-int8-list"
"exact-unsigned-int16"
"exact-unsigned-int16-list"
"exact-unsigned-int32"
"exact-unsigned-int32-list"
"exact-unsigned-int64"
"exact-unsigned-int64-list"
"exact-unsigned-int8"
"exact-unsigned-int8-list"
"exact?"
"exception"
"exception?"
"exec"
"execute-body"
"exp"
"expression-parsing-exception"
"expt"
"extended-bindings"
"f"
"f32vector"
"f32vector-list"
"f64vector"
"f64vector-list"
"false"
"family"
"fields"
"fifo"
"file-info"
"file-port"
"filename-expected"
"filepos"
"finite-real"
"fixnum"
"fixnum-overflow-exception"
"flags"
"float"
"floats"
"flonum"
"floor"
"for"
"for-each"
"force"
"force-output"
"force?"
"foreign"
"frame"
"full-unicode"
"future"
"g"
"gambit"
"gc-hash-table"
"gc-real-time"
"gc-sys-time"
"gc-user-time"
"gcd"
"gcht"
"gid"
"goto"
"group"
"group-info"
"h"
"hash"
"heap-overflow-exception"
"here-strings-allowed?"
"home"
"host-info"
"hostent"
"i"
"id"
"id-expected"
"idle-processor-count"
"ieee-float"
"if"
"ignore-hidden"
"ill-formed-binding-list"
"ill-formed-call"
"ill-formed-cond-expand"
"ill-formed-default"
"ill-formed-expression"
"ill-formed-macro-transformer"
"ill-formed-namespace"
"ill-formed-namespace-prefix"
"ill-formed-selector-list"
"ill-formed-special-form"
"ill-placed-declare"
"ill-placed-default"
"ill-placed-define"
"ill-placed-define-macro"
"ill-placed-define-syntax"
"ill-placed-include"
"ill-placed-key"
"ill-placed-library"
"ill-placed-namespace"
"ill-placed-optional"
"illegal-character"
"illegal-label-definition"
"imag-part"
"imports"
"improperly-placed-dot"
"inactive-thread-exception"
"include"
"incomplete-form"
"incomplete-form-eof-reached"
"index"
"inexact->exact"
"inexact-real"
"inexact-real-expected"
"inexact-real-list"
"inexact?"
"init"
"initial-cont"
"initialized-thread-exception"
"inner-rte"
"inode"
"input"
"input-output"
"input-output-port"
"input-port"
"input-port?"
"input-readtable"
"insert-empty-fragments"
"int"
"integer"
"integer->char"
"integer?"
"interaction-environment"
"interpreted-procedure"
"interrupts"
"invalid-character-name"
"invalid-escaped-character"
"invalid-hash-number-exception"
"invalid-hex-escape"
"invalid-infix-syntax"
"invalid-infix-syntax-character"
"invalid-infix-syntax-number"
"invalid-module-name"
"invalid-sharp-bang-name"
"invalid-token"
"invalid-utf8-encoding-exception"
"io-exception-handler"
"j"
"jazz"
"join-timeout-exception"
"k"
"keep-alive"
"key-expected-after-rest"
"keys"
"keyword"
"keyword-expected-exception"
"keywords-allowed?"
"kind"
"l"
"label"
"labels"
"lambda"
"last-access-time"
"last-change-time"
"last-modification-time"
"last-owner"
"last-processor"
"latest-source"
"lcm"
"leapable?"
"left"
"length"
"length-mismatch-exception"
"let"
"let*"
"let-syntax"
"letrec"
"letrec*"
"letrec-syntax"
"level"
"lf"
"limit"
"line"
"list"
"list->string"
"list->vector"
"list-ref"
"list-tail"
"list?"
"load"
"loads"
"local"
"local-address"
"local-port-number"
"lock1"
"lock2"
"log"
"low-level-exception"
"macro"
"macro-used-as-variable"
"magnitude"
"mailbox"
"mailbox-receive-timeout-exception"
"majflt"
"make-"
"make-constant-"
"make-f64vectors"
"make-integers"
"make-polar"
"make-reals"
"make-rectangular"
"make-string"
"make-u8vectors"
"make-vector"
"map"
"mark"
"marktable"
"max"
"max-unescaped-char"
"max-write-length"
"max-write-level"
"maybe"
"member"
"members"
"memq"
"memv"
"meroon"
"message"
"min"
"minflt"
"missing-label-definition"
"mode"
"module-not-found-exception"
"modulo"
"multiline"
"multiple-c-return-exception"
"mutable"
"mutex"
"n"
"name"
"named-char-table"
"namespace"
"namespace-prefix-must-be-string"
"nanosecond"
"nb-gcs"
"negative?"
"network-family"
"network-info"
"network-protocol"
"network-socket-type"
"new"
"newline"
"no-colon"
"no-comma"
"no-comma-and-no-bar"
"no-such-file-or-directory-exception"
"noncontinuable-exception"
"none"
"nonempty-input-port-character-buffer-exception"
"nonprocedure-operator-exception"
"not"
"not-abandoned"
"not-found"
"not-owned"
"not-started"
"ns"
"null-environment"
"null?"
"number"
"number->string"
"number-of-arguments-limit-exception"
"number-of-links"
"number?"
"numerator"
"obj"
"object-input-port"
"object-output-port"
"object-port"
"odd?"
"open-input-file"
"open-output-file"
"open-paren-expected"
"oper"
"operator"
"or"
"os-exception"
"other"
"output"
"output-port"
"output-port?"
"output-readtable"
"output-width"
"owner"
"owner-mutex"
"pair"
"pair-list"
"pair?"
"parameter-expected-after-rest"
"parameter-must-be-id"
"parameter-must-be-id-or-default"
"parameterize"
"parameters"
"paren-keyword"
"parent"
"partially-initialized-structure"
"path"
"peek-char"
"peek-eof?"
"peer"
"permanent-close"
"permissions"
"pinpoint-continuation"
"pipe-port"
"point"
"port"
"port-number"
"positive?"
"pred"
"prefix"
"pretty-print"
"pretty-print-formats"
"prev-depth"
"prev-level"
"primordial"
"print"
"proc"
"procedure"
"procedure?"
"process"
"process-port"
"processor"
"processor-deq-next"
"processor-deq-prev"
"promise"
"proper-tail-calls"
"protocol"
"protocol-info"
"psettings"
"psettings-options"
"pseudo-randomize!"
"pseudo-term"
"q"
"qt"
"quasiquote"
"quasiquote-keyword"
"quasisyntax"
"quote"
"quote-keyword"
"quotient"
"r6rs-compatible-read?"
"r6rs-compatible-write?"
"r7rs-compatible-read?"
"r7rs-compatible-write?"
"random-source"
"random-source-state"
"randomize!"
"range-exception"
"rational"
"rational?"
"rationalize"
"ratios"
"raw-device-port"
"rbuf"
"rbuf-fill"
"rchars"
"rcondvar"
"rcurline"
"rdevice-condvar"
"read"
"read-char"
"read-command"
"read-cont"
"read-datum"
"read-expr"
"readenv"
"readtable"
"real"
"real-part"
"real-time"
"real?"
"really-exit?"
"reason"
"receive"
"regular"
"remainder"
"repl-channel"
"repl-channel-ports"
"repl-context"
"repl-result-history-ref"
"request-client-authentication"
"required-modules"
"reserved-used-as-variable"
"rest-parm-must-be-last"
"rest?"
"result"
"result-history"
"resume-thunk"
"return"
"reuse-address"
"rev-args"
"rev-vals"
"reverse"
"rhi"
"rkind"
"rlines"
"rlo"
"roptions"
"round"
"rpc-remote-error-exception"
"rte"
"rtimeout"
"rtimeout-thunk"
"s"
"s16-expected"
"s16vector"
"s16vector-list"
"s32-expected"
"s32vector"
"s32vector-list"
"s64-expected"
"s64vector"
"s64vector-list"
"s8-expected"
"s8vector"
"s8vector-list"
"safe"
"scheduler-exception"
"scheme-report-environment"
"scm"
"script"
"second"
"serial-number->object"
"serial-port"
"serialize"
"server-mode"
"service-info"
"set!"
"set-car!"
"set-cdr!"
"set-rtimeout"
"set-wtimeout"
"settings"
"sfun-conversion-exception"
"sharing-allowed?"
"sharp-bang-table"
"sharp-num-keyword"
"sharp-quasiquote-keyword"
"sharp-quote-keyword"
"sharp-seq-keyword"
"sharp-unquote-keyword"
"sharp-unquote-splicing-keyword"
"shell"
"shift"
"shortest"
"show-console"
"sin"
"six"
"six-type?"
"six.!"
"six.!x"
"six.&x"
"six.*x"
"six.++x"
"six.+x"
"six.--x"
"six.-x"
"six.arrow"
"six.break"
"six.call"
"six.case"
"six.clause"
"six.compound"
"six.cons"
"six.continue"
"six.define-procedure"
"six.define-variable"
"six.do-while"
"six.dot"
"six.for"
"six.goto"
"six.identifier"
"six.if"
"six.index"
"six.label"
"six.list"
"six.literal"
"six.make-array"
"six.new"
"six.null"
"six.prefix"
"six.procedure"
"six.procedure-body"
"six.return"
"six.switch"
"six.while"
"six.x!=y"
"six.x!y"
"six.x%=y"
"six.x%y"
"six.x&&y"
"six.x&=y"
"six.x&y"
"six.x*=y"
"six.x*y"
"six.x++"
"six.x+=y"
"six.x+y"
"six.x,y"
"six.x--"
"six.x-=y"
"six.x-y"
"six.x/=y"
"six.x/y"
"six.x:-y"
"six.x:=y"
"six.x:y"
"six.x<<=y"
"six.x<<y"
"six.x<=y"
"six.x<y"
"six.x==y"
"six.x=y"
"six.x>=y"
"six.x>>=y"
"six.x>>y"
"six.x>y"
"six.x?y:z"
"six.x^=y"
"six.x^y"
"six.x|=y"
"six.x|y"
"six.x||y"
"six.~x"
"size"
"socket"
"socket-info"
"socket-type"
"source"
"source1"
"source2"
"specific"
"sqrt"
"srfi-0"
"srfi-16"
"srfi-18"
"srfi-21"
"srfi-22"
"srfi-23"
"srfi-27"
"srfi-30"
"srfi-39"
"srfi-4"
"srfi-6"
"srfi-8"
"srfi-88"
"srfi-9"
"ssl-v2"
"ssl-v3"
"st"
"stack-overflow-exception"
"start-syntax"
"started-thread-exception"
"state-ref"
"state-set!"
"stderr"
"stderr-redir"
"stdin"
"stdin-redir"
"stdout"
"stdout-redir"
"string"
"string->list"
"string->number"
"string->symbol"
"string-append"
"string-ci<=?"
"string-ci<?"
"string-ci=?"
"string-ci>=?"
"string-ci>?"
"string-copy"
"string-fill!"
"string-input-port"
"string-length"
"string-list"
"string-or-ip-address"
"string-or-nonnegative-fixnum"
"string-or-settings"
"string-output-port"
"string-port"
"string-ref"
"string-set!"
"string<=?"
"string<?"
"string=?"
"string>=?"
"string>?"
"string?"
"style"
"substring"
"super"
"suspend-condvar"
"switch"
"symbol"
"symbol->string"
"symbol?"
"symbolic-link"
"syntax"
"syntax-error"
"syntax-rules"
"sys-time"
"t"
"t0"
"t1"
"table"
"tan"
"tcp-client"
"tcp-client-port"
"tcp-server"
"tcp-server-port"
"tcp-service"
"terminated-thread-exception"
"test"
"tgroup"
"tgroups"
"tgroups-deq-next"
"tgroups-deq-prev"
"this-source-file"
"thread"
"thread-call-result"
"thread-group"
"thread-state-abnormally-terminated"
"thread-state-initialized"
"thread-state-normally-terminated"
"thread-state-running"
"thread-state-uninitialized"
"thread-state-waiting"
"threads-deq-next"
"threads-deq-prev"
"time"
"timeout"
"timer-port"
"tls-context"
"tls-options"
"tls-v1"
"tls-v1.1"
"tls-v1.2"
"tls-version"
"toq-color"
"toq-container"
"toq-left"
"toq-leftmost"
"toq-parent"
"transcript-off"
"transcript-on"
"truncate"
"tty-port"
"type"
"type-exception"
"type-id"
"u16-expected"
"u16vector"
"u16vector-list"
"u32-expected"
"u32vector"
"u32vector-list"
"u64-expected"
"u64vector"
"u64vector-list"
"u8-expected"
"u8vector"
"u8vector-input-port"
"u8vector-list"
"u8vector-or-settings"
"u8vector-output-port"
"u8vector-port"
"udp"
"udp-input-port"
"udp-output-port"
"udp-port"
"uid"
"unbound-global-exception"
"unbound-os-environment-variable-exception"
"unbound-serial-number-exception"
"unbound-table-key-exception"
"uncaught-exception"
"unfulfilled-cond-expand"
"uninitialized-thread-exception"
"unknown"
"unknown-keyword-argument-exception"
"unknown-location"
"unless"
"unquote"
"unquote-keyword"
"unquote-splicing"
"unquote-splicing-keyword"
"unsupported-special-form"
"unsyntax"
"unsyntax-splicing"
"unterminated-process-exception"
"unused-field10"
"unused-field11"
"unused-field12"
"unused-field13"
"unused-field14"
"unused-field15"
"unused-field16"
"unused-field2"
"unused-field3"
"unused-field4"
"unused-field5"
"unused-field6"
"unused-field7"
"unused-field8"
"unused1"
"unused2"
"unused3"
"unused4"
"unused5"
"unused6"
"unwrapper"
"upcase"
"use-diffie-hellman"
"use-elliptic-curves"
"user-info"
"user-time"
"v"
"val"
"val1"
"values"
"var"
"variable"
"variable-is-immutable"
"vector"
"vector->list"
"vector-fill!"
"vector-input-port"
"vector-length"
"vector-list"
"vector-or-settings"
"vector-output-port"
"vector-port"
"vector-ref"
"vector-set!"
"vector?"
"vm"
"void"
"void*"
"wait"
"warn"
"wbuf"
"wbuf-drain"
"wchars"
"wcondvar"
"wcurline"
"wdevice-condvar"
"when"
"whi"
"while"
"width"
"will"
"with-input-from-file"
"with-output-to-file"
"wkind"
"wlines"
"wlo"
"woptions"
"wrapper"
"write"
"write-cdr-read-macros?"
"write-char"
"write-datum"
"write-extended-read-macros?"
"write-results"
"write-shared"
"write-simple"
"writeenv"
"wrong-number-of-arguments-exception"
"wrong-processor-c-return-exception"
"wtimeout"
"wtimeout-thunk"
"y"
"zero?"
)
(
"address"
"append"
"arguments"
"backlog"
"broadcast"
"buffering"
"certificate"
"char-encoding"
"char-encoding-errors"
"client-ca"
"coalesce"
"constant-constructor"
"constructor"
"copier"
"create"
"diffie-hellman-parameters"
"direction"
"directory"
"elliptic-curve"
"environment"
"eol-encoding"
"equality-skip"
"equality-test"
"extender"
"family"
"flags"
"functional-setter"
"hash"
"host"
"id"
"ignore-hidden"
"implementer"
"init"
"input-buffering"
"input-char-encoding"
"input-char-encoding-errors"
"input-eol-encoding"
"input-readtable"
"keep-alive"
"local-address"
"local-port-number"
"macros"
"max-load"
"min-load"
"min-version"
"no-functional-setter"
"opaque"
"options"
"output-buffering"
"output-char-encoding"
"output-char-encoding-errors"
"output-eol-encoding"
"output-readtable"
"output-width"
"path"
"permanent-close"
"permissions"
"port"
"port-number"
"predicate"
"prefix"
"printable"
"private-key"
"protocol"
"pseudo-terminal"
"read-only"
"read-write"
"readtable"
"reuse-address"
"server-address"
"service"
"show-console"
"size"
"socket-type"
"stderr-redirection"
"stdin-redirection"
"stdout-redirection"
"test"
"tls-context"
"truncate"
"type-exhibitor"
"unprintable"
"weak-keys"
"weak-values"
)
(
"##*"
"##+"
"##-"
"##/"
"##<"
"##="
"##abort"
"##abs"
"##absrel-timeout->timeout"
"##acos"
"##acosh"
"##add-exit-job!"
"##add-gc-interrupt-job!"
"##add-import-requirement"
"##add-job!"
"##address-info-setup!"
"##address-infos"
"##all-bits-set?"
"##allow-inner-global-define?"
"##allow-length-mismatch?"
"##and?"
"##angle"
"##any-bits-set?"
"##append"
"##append-f32vectors"
"##append-f64vectors"
"##append-lists"
"##append-s16vectors"
"##append-s32vectors"
"##append-s64vectors"
"##append-s8vectors"
"##append-strings"
"##append-u16vectors"
"##append-u32vectors"
"##append-u64vectors"
"##append-u8vectors"
"##append-vectors"
"##apply"
"##apply-with-procedure-check"
"##argument-list-fix-rest-param!"
"##argument-list-remove-absent!"
"##argument-list-remove-absent-keys!"
"##arithmetic-shift"
"##asin"
"##asinh"
"##assoc"
"##assq"
"##assq-cdr"
"##atan"
"##atan2"
"##atanh"
"##backtrace-default-max-head"
"##backtrace-default-max-tail"
"##begin?"
"##bignum->fixnum?"
"##bignum.*"
"##bignum.+"
"##bignum.-"
"##bignum.2*min-fixnum"
"##bignum.adigit-ones"
"##bignum.adigit-width"
"##bignum.adigit-zeros"
"##bignum.arithmetic-shift"
"##bignum.arithmetic-shift-into!"
"##bignum.copy"
"##bignum.div"
"##bignum.fast-gcd-size"
"##bignum.fdigit-base"
"##bignum.fdigit-width"
"##bignum.fft-mul-max-width"
"##bignum.fft-mul-min-width"
"##bignum.inexact-mdigit-base"
"##bignum.make"
"##bignum.mdigit-base"
"##bignum.mdigit-base*16"
"##bignum.mdigit-base-minus-1"
"##bignum.mdigit-width"
"##bignum.mdigit-width/2"
"##bignum.naive-mul-max-width"
"##bignum.normalize!"
"##bignum.propagate-carry-and-normalize!"
"##bindings->steps"
"##bindings->vals"
"##bindings->vars"
"##bit-count"
"##bit-mask"
"##bit-set?"
"##bitwise-and"
"##bitwise-ior"
"##bitwise-merge"
"##bitwise-not"
"##bitwise-xor"
"##break"
"##break-list"
"##btq-abandon!"
"##btq-insert!"
"##btq-remove!"
"##btq-reposition!"
"##build-cond"
"##build-decimal-integer"
"##build-delimited-number/keyword/symbol"
"##build-delimited-string"
"##build-escaped-string-up-to"
"##build-list"
"##build-read-macro"
"##build-vector"
"##byte-rbuf-fill"
"##byte-wbuf-drain"
"##byte-wbuf-drain-no-reset"
"##c-id-initial?"
"##c-id-subsequent?"
"##c-return-on-other-processor-hook"
"##cabs"
"##cacos"
"##cacosh"
"##call-with-current-continuation"
"##call-with-values"
"##car"
"##carg"
"##cars"
"##case-memv"
"##casin"
"##casinh"
"##catanh"
"##cdr"
"##cdrs"
"##ceiling"
"##char-hexadecimal?"
"##char-octal?"
"##char-rbuf-fill"
"##char-ready?0"
"##char-ready?1"
"##char-to-digit-table"
"##char-wbuf-drain"
"##char-wbuf-drain-no-reset"
"##chartable-copy"
"##chartable-ref"
"##chartable-set!"
"##check-heap"
"##check-namespace"
"##clear-bit-field"
"##clear-jobs!"
"##close-device"
"##close-input-port"
"##close-output-port"
"##close-port"
"##closing-parenthesis-for"
"##cmd-?"
"##cmd-b"
"##cmd-e"
"##cmd-i"
"##cmd-st"
"##cmd-y"
"##code-locat"
"##command-line"
"##comp-and"
"##comp-and-aux"
"##comp-app"
"##comp-aux"
"##comp-begin"
"##comp-body"
"##comp-case"
"##comp-case-aux"
"##comp-cond"
"##comp-cond-aux"
"##comp-cst"
"##comp-define"
"##comp-delay"
"##comp-do"
"##comp-expr"
"##comp-future"
"##comp-if"
"##comp-lambda"
"##comp-lambda-aux"
"##comp-let"
"##comp-let*"
"##comp-let*-aux"
"##comp-letrec-aux"
"##comp-letrec-aux2"
"##comp-list-template"
"##comp-or"
"##comp-or-aux"
"##comp-quasiquote"
"##comp-quote"
"##comp-ref"
"##comp-seq"
"##comp-seq-aux"
"##comp-set!"
"##comp-simple"
"##comp-template"
"##comp-top"
"##comp-top-begin"
"##comp-top-declare"
"##comp-top-define"
"##comp-top-define-macro-or-syntax"
"##comp-top-include"
"##comp-top-namespace"
"##comp-top-seq"
"##comp-top-seq-aux"
"##comp-vals"
"##compilation-scope"
"##compile-in-compilation-scope"
"##compile-inner"
"##compile-top"
"##cond-expand-build"
"##cond-expand-features"
"##cond?"
"##condvar-signal!"
"##condvar-signal-no-reschedule!"
"##conjugate"
"##console-port"
"##constant-expression-value"
"##constant-expression?"
"##container->id"
"##container->id-hook"
"##container->path"
"##container->path-hook"
"##continuation-capture-aux"
"##continuation-copy"
"##continuation-count-frames"
"##continuation-creator"
"##continuation-first-frame"
"##continuation-frame"
"##continuation-fs"
"##continuation-graft"
"##continuation-graft-aux"
"##continuation-link"
"##continuation-locals"
"##continuation-locat"
"##continuation-next"
"##continuation-next!"
"##continuation-next-frame"
"##continuation-parent"
"##continuation-ref"
"##continuation-ret"
"##continuation-return"
"##continuation-return-aux"
"##continuation-slot-live?"
"##continuation-unwind-wind"
"##convert-source-to-locat!"
"##copy-bit-field"
"##copy-file"
"##copy-string-list"
"##cos"
"##cosh"
"##cprc-and"
"##cprc-app-red"
"##cprc-app-sub"
"##cprc-app0-red"
"##cprc-app0-sub"
"##cprc-app1-red"
"##cprc-app1-sub"
"##cprc-app2-red"
"##cprc-app2-sub"
"##cprc-app3-red"
"##cprc-app3-sub"
"##cprc-app4-red"
"##cprc-app4-sub"
"##cprc-case"
"##cprc-case-clause"
"##cprc-case-else"
"##cprc-cond-if"
"##cprc-cond-or"
"##cprc-cond-send-red"
"##cprc-cond-send-sub"
"##cprc-cst"
"##cprc-delay"
"##cprc-future"
"##cprc-glo-def"
"##cprc-glo-ref"
"##cprc-glo-set"
"##cprc-if2"
"##cprc-if3"
"##cprc-let"
"##cprc-letrec"
"##cprc-letrec*"
"##cprc-loc-ref"
"##cprc-loc-ref-0-1"
"##cprc-loc-ref-0-2"
"##cprc-loc-ref-0-3"
"##cprc-loc-ref-1-1"
"##cprc-loc-ref-1-2"
"##cprc-loc-ref-1-3"
"##cprc-loc-ref-2-1"
"##cprc-loc-ref-2-2"
"##cprc-loc-ref-2-3"
"##cprc-loc-ref-box"
"##cprc-loc-set"
"##cprc-loc-set-box"
"##cprc-or"
"##cprc-prc"
"##cprc-prc-req"
"##cprc-prc-req0"
"##cprc-prc-req1"
"##cprc-prc-req2"
"##cprc-prc-req3"
"##cprc-prc-rest"
"##cprc-quasi-append"
"##cprc-quasi-cons"
"##cprc-quasi-list->vector"
"##cprc-seq"
"##cprc-top"
"##cpu-count"
"##cpxnum->string"
"##cpxnum.*"
"##cpxnum.+"
"##cpxnum.-"
"##cpxnum./"
"##cpxnum.="
"##create-directory-or-fifo"
"##create-link"
"##create-module"
"##create-symbolic-link"
"##csqrt"
"##csquare"
"##cssqs"
"##ctanh"
"##cte-add-macro"
"##cte-add-namespace"
"##cte-decl-value"
"##cte-decl?"
"##cte-frame"
"##cte-frame-vars"
"##cte-frame?"
"##cte-get-top-cte"
"##cte-global-macro-name"
"##cte-lookup"
"##cte-lookup-decl"
"##cte-macro-descr"
"##cte-macro?"
"##cte-mutate-top-cte!"
"##cte-namespace-aliases"
"##cte-namespace-lookup"
"##cte-namespace?"
"##cte-parent-cte"
"##cte-process-declare"
"##cte-process-import"
"##cte-process-namespace"
"##cte-relink"
"##cte-top-cte"
"##cte-top?"
"##current-directory"
"##current-directory-filter"
"##current-error-port"
"##current-exception-handler"
"##current-input-port"
"##current-output-port"
"##current-readtable"
"##current-stepper"
"##current-time-point"
"##current-user-interrupt-handler"
"##current-vm-resize"
"##datum-parsing-exception-names"
"##decomp"
"##decomp-dispatch-table"
"##decompile"
"##deconstruct-call"
"##default-display-exception"
"##default-help"
"##default-load-required-module"
"##default-path-expand"
"##default-path-resolve"
"##default-path-unresolve"
"##default-random-source"
"##default-repl-context-command"
"##default-repl-context-prompt"
"##default-repl-path-normalize"
"##default-thread-make-repl-channel"
"##default-user-interrupt-handler"
"##default-wr"
"##defer-user-interrupts"
"##deferred-user-interrupt?"
"##define-type-expand"
"##define-type-expansion-show?"
"##define-type-parser"
"##definition-name"
"##definition-value"
"##degen-and"
"##degen-app"
"##degen-app0"
"##degen-app1"
"##degen-app2"
"##degen-app3"
"##degen-app4"
"##degen-case"
"##degen-case-clause"
"##degen-case-else"
"##degen-cond-if"
"##degen-cond-or"
"##degen-cond-send"
"##degen-cst"
"##degen-delay"
"##degen-future"
"##degen-glo-def"
"##degen-glo-ref"
"##degen-glo-set"
"##degen-if2"
"##degen-if3"
"##degen-let"
"##degen-letrec"
"##degen-letrec*"
"##degen-letrec-aux"
"##degen-loc-ref"
"##degen-loc-ref-x-y"
"##degen-loc-set"
"##degen-or"
"##degen-prc"
"##degen-prc-req"
"##degen-prc-rest"
"##degen-quasi-append"
"##degen-quasi-append-aux"
"##degen-quasi-cons"
"##degen-quasi-extract"
"##degen-quasi-list->vector"
"##degen-quasi-optimize"
"##degen-quasi-unquote"
"##degen-quasi-unquote-splicing"
"##degen-quasi-unquote-splicing-cdr"
"##degen-seq"
"##degen-top"
"##degen-up-over"
"##delete-directory"
"##delete-file"
"##denominator"
"##desourcify"
"##device-condvar-broadcast-no-reschedule!"
"##digit-to-char-table"
"##direct-structure-cas!"
"##direct-structure-ref"
"##direct-structure-set!"
"##directory-files"
"##display"
"##display-continuation-backtrace"
"##display-continuation-dynamic-environment"
"##display-continuation-env"
"##display-continuation-environment"
"##display-continuation-frame"
"##display-dynamic-environment?"
"##display-exception"
"##display-exception-hook"
"##display-exception-in-context"
"##display-gc-report"
"##display-locat"
"##display-parameters"
"##display-procedure-environment"
"##display-rte"
"##display-situation"
"##display-spaces"
"##display-thread-group-state"
"##display-thread-state"
"##display-thread-state-relative"
"##display-var-val"
"##display-var-val-aux"
"##display-vars"
"##divide"
"##dynamic-env->list"
"##dynamic-env-bind"
"##dynamic-let"
"##dynamic-ref"
"##dynamic-set!"
"##dynamic-wind"
"##enable-interrupts!"
"##env-flatten"
"##env-insert"
"##env-lookup"
"##eq?"
"##eq?-hash"
"##equal-hint"
"##equal?"
"##equal?-hash"
"##eqv?"
"##eqv?-hash"
"##err-code-EAGAIN"
"##err-code-EINTR"
"##err-code-ENOENT"
"##err-code-unimplemented"
"##escape-keyword?"
"##escape-link"
"##escape-symbol?"
"##escape-symkey?"
"##eval"
"##eval-module"
"##eval-top"
"##eval-within"
"##even?"
"##exact"
"##exact->inexact"
"##exact-int->flonum"
"##exact-int->string"
"##exact-int.*-expt2"
"##exact-int.<"
"##exact-int.="
"##exact-int.compare"
"##exact-int.div"
"##exact-int.negative?"
"##exact-int.nth-root"
"##exact-int.sqrt"
"##exact-int.square"
"##exact-integer-sqrt"
"##exact?"
"##exception->kind"
"##exception->locat"
"##exception->procedure"
"##exception-procedure-and-arguments"
"##exec-stats"
"##execute-and-clear-jobs!"
"##execute-final-wills!"
"##execute-jobs!"
"##exit"
"##exit-abruptly"
"##exit-cleanup"
"##exit-jobs"
"##exit-with-err-code"
"##exit-with-err-code-no-cleanup"
"##exit-with-exception"
"##exp"
"##expand-source"
"##expand-source-template"
"##explode-closure"
"##explode-continuation"
"##explode-frame"
"##explode-gc-hash-table"
"##explode-object"
"##explode-procedure"
"##explode-promise"
"##explode-return"
"##explode-structure"
"##explode-subprocedure"
"##expression-parsing-exception-names"
"##expt"
"##extract-bit-field"
"##extract-container"
"##extract-language-and-tail"
"##extract-parameters"
"##extract-procedure-and-arguments"
"##f32vector->list"
"##f32vector-copy"
"##f32vector-equal?"
"##f32vector-fill!"
"##f32vector-ref"
"##f32vector-set"
"##f64vector->list"
"##f64vector-copy"
"##f64vector-equal?"
"##f64vector-fill!"
"##f64vector-ref"
"##f64vector-set"
"##fail-check-absrel-time"
"##fail-check-absrel-time-or-false"
"##fail-check-address-info"
"##fail-check-boolean"
"##fail-check-box"
"##fail-check-byte-input-port"
"##fail-check-byte-output-port"
"##fail-check-byte-port"
"##fail-check-cfun-conversion-exception"
"##fail-check-char"
"##fail-check-char-list"
"##fail-check-char-vector"
"##fail-check-character-input-port"
"##fail-check-character-output-port"
"##fail-check-condvar"
"##fail-check-continuation"
"##fail-check-datum-parsing-exception"
"##fail-check-device-input-port"
"##fail-check-device-output-port"
"##fail-check-divide-by-zero-exception"
"##fail-check-error-exception"
"##fail-check-exact-integer"
"##fail-check-exact-integer-or-string-or-settings"
"##fail-check-exact-signed-int16"
"##fail-check-exact-signed-int16-list"
"##fail-check-exact-signed-int32"
"##fail-check-exact-signed-int32-list"
"##fail-check-exact-signed-int64"
"##fail-check-exact-signed-int64-list"
"##fail-check-exact-signed-int8"
"##fail-check-exact-signed-int8-list"
"##fail-check-exact-unsigned-int16"
"##fail-check-exact-unsigned-int16-list"
"##fail-check-exact-unsigned-int32"
"##fail-check-exact-unsigned-int32-list"
"##fail-check-exact-unsigned-int64"
"##fail-check-exact-unsigned-int64-list"
"##fail-check-exact-unsigned-int8"
"##fail-check-exact-unsigned-int8-list"
"##fail-check-expression-parsing-exception"
"##fail-check-f32vector"
"##fail-check-f32vector-list"
"##fail-check-f64vector"
"##fail-check-f64vector-list"
"##fail-check-file-info"
"##fail-check-finite-real"
"##fail-check-fixnum"
"##fail-check-fixnum-overflow-exception"
"##fail-check-flonum"
"##fail-check-foreign"
"##fail-check-group-info"
"##fail-check-host-info"
"##fail-check-inactive-thread-exception"
"##fail-check-inexact-real"
"##fail-check-inexact-real-list"
"##fail-check-initialized-thread-exception"
"##fail-check-input-port"
"##fail-check-integer"
"##fail-check-interpreted-procedure"
"##fail-check-invalid-hash-number-exception"
"##fail-check-invalid-utf8-encoding-exception"
"##fail-check-join-timeout-exception"
"##fail-check-keyword"
"##fail-check-keyword-expected-exception"
"##fail-check-length-mismatch-exception"
"##fail-check-list"
"##fail-check-mailbox-receive-timeout-exception"
"##fail-check-module-not-found-exception"
"##fail-check-mutable"
"##fail-check-mutex"
"##fail-check-network-info"
"##fail-check-no-such-file-or-directory-exception"
"##fail-check-noncontinuable-exception"
"##fail-check-nonempty-input-port-character-buffer-exception"
"##fail-check-nonprocedure-operator-exception"
"##fail-check-number"
"##fail-check-number-of-arguments-limit-exception"
"##fail-check-object-input-port"
"##fail-check-object-output-port"
"##fail-check-os-exception"
"##fail-check-output-port"
"##fail-check-pair"
"##fail-check-pair-list"
"##fail-check-port"
"##fail-check-procedure"
"##fail-check-process-port"
"##fail-check-processor"
"##fail-check-protocol-info"
"##fail-check-random-source"
"##fail-check-range-exception"
"##fail-check-rational"
"##fail-check-readtable"
"##fail-check-real"
"##fail-check-rpc-remote-error-exception"
"##fail-check-s16vector"
"##fail-check-s16vector-list"
"##fail-check-s32vector"
"##fail-check-s32vector-list"
"##fail-check-s64vector"
"##fail-check-s64vector-list"
"##fail-check-s8vector"
"##fail-check-s8vector-list"
"##fail-check-scheduler-exception"
"##fail-check-service-info"
"##fail-check-settings"
"##fail-check-sfun-conversion-exception"
"##fail-check-socket-info"
"##fail-check-started-thread-exception"
"##fail-check-string"
"##fail-check-string-list"
"##fail-check-string-or-ip-address"
"##fail-check-string-or-nonnegative-fixnum"
"##fail-check-string-or-settings"
"##fail-check-string-output-port"
"##fail-check-symbol"
"##fail-check-table"
"##fail-check-tcp-client-port"
"##fail-check-tcp-server-port"
"##fail-check-terminated-thread-exception"
"##fail-check-tgroup"
"##fail-check-thread"
"##fail-check-thread-state-abnormally-terminated"
"##fail-check-thread-state-normally-terminated"
"##fail-check-thread-state-running"
"##fail-check-thread-state-waiting"
"##fail-check-time"
"##fail-check-tls-options"
"##fail-check-tls-version"
"##fail-check-tty-port"
"##fail-check-type-exception"
"##fail-check-u16vector"
"##fail-check-u16vector-list"
"##fail-check-u32vector"
"##fail-check-u32vector-list"
"##fail-check-u64vector"
"##fail-check-u64vector-list"
"##fail-check-u8vector"
"##fail-check-u8vector-list"
"##fail-check-u8vector-or-settings"
"##fail-check-u8vector-output-port"
"##fail-check-udp-input-port"
"##fail-check-udp-output-port"
"##fail-check-udp-port"
"##fail-check-unbound-global-exception"
"##fail-check-unbound-os-environment-variable-exception"
"##fail-check-unbound-serial-number-exception"
"##fail-check-unbound-table-key-exception"
"##fail-check-uncaught-exception"
"##fail-check-uninitialized-thread-exception"
"##fail-check-unknown-keyword-argument-exception"
"##fail-check-unterminated-process-exception"
"##fail-check-user-info"
"##fail-check-vector"
"##fail-check-vector-list"
"##fail-check-vector-or-settings"
"##fail-check-vector-output-port"
"##fail-check-will"
"##fail-check-wrong-number-of-arguments-exception"
"##fifo->string"
"##fifo->u8vector"
"##fifo->vector"
"##file-exists?"
"##file-info"
"##filepos->position"
"##filepos-col"
"##filepos-line"
"##final-will-registry"
"##find-interned-symkey"
"##finite?"
"##first-bit-set"
"##fixnum-width"
"##fixnum-width-neg"
"##flonum->exact"
"##flonum->exact-exponential-format"
"##flonum->exact-int"
"##flonum->ieee754-32"
"##flonum->ieee754-64"
"##flonum->inexact-exponential-format"
"##flonum->ratnum"
"##flonum->string"
"##flonum-expt2"
"##flonum-full-precision?"
"##flonum-printout"
"##floor"
"##flush-input-buffering"
"##for-each"
"##for-each-interp-procedure"
"##force-limited-string!"
"##force-output"
"##force-output-catching-exceptions"
"##foreign-address"
"##foreign-release!"
"##foreign-released?"
"##form-size"
"##frame-call-display?"
"##frame-fs"
"##frame-locat-display?"
"##frame-ref"
"##frame-ret"
"##frame-set!"
"##frame-slot-live?"
"##full-name?"
"##fxceiling-ratio"
"##gambdoc"
"##gc"
"##gc-final-will-registry!"
"##gc-finalize!"
"##gc-hash-table-allocate"
"##gc-hash-table-foldl"
"##gc-hash-table-for-each"
"##gc-hash-table-resize!"
"##gc-hash-table-search"
"##gc-interrupt-jobs"
"##gc-report-set!"
"##gc-report?"
"##gc-without-exceptions"
"##gcd"
"##gen-and"
"##gen-app"
"##gen-app-aux"
"##gen-app-no-step"
"##gen-case"
"##gen-case-clause"
"##gen-case-else"
"##gen-cond-if"
"##gen-cond-or"
"##gen-cond-send"
"##gen-cst"
"##gen-cst-no-step"
"##gen-delay"
"##gen-future"
"##gen-glo-def"
"##gen-glo-ref"
"##gen-glo-set"
"##gen-if2"
"##gen-if3"
"##gen-let"
"##gen-letrec"
"##gen-letrec*"
"##gen-loc-ref"
"##gen-loc-ref-aux"
"##gen-loc-ref-box"
"##gen-loc-ref-no-step"
"##gen-loc-set"
"##gen-or"
"##gen-prc"
"##gen-prc-req"
"##gen-prc-req-aux"
"##gen-prc-req-no-step"
"##gen-prc-rest"
"##gen-quasi-append"
"##gen-quasi-cons"
"##gen-quasi-list->vector"
"##gen-seq"
"##gen-top"
"##generate-proper-tail-calls"
"##generic-hash"
"##gensym"
"##gensym-counter"
"##get-current-time!"
"##get-environment-variable"
"##get-environment-variables"
"##get-heartbeat-interval!"
"##get-output-string"
"##get-output-u8vector"
"##get-output-vector"
"##get-parallelism-level"
"##get-shell-program"
"##get-standard-level"
"##getenv"
"##global-var->identifier"
"##global-var?"
"##group-info"
"##handle-gc-interrupt!"
"##handle-interrupt"
"##head->open-close"
"##help"
"##help-browser"
"##help-hook"
"##hidden-continuation?"
"##hidden-local-var?"
"##hidden-parameter?"
"##host-info"
"##host-name"
"##ieee754-32->flonum"
"##ieee754-64->flonum"
"##ill-formed-special-form"
"##implode-continuation"
"##implode-frame"
"##implode-gc-hash-table"
"##implode-object"
"##implode-procedure"
"##implode-procedure-or-return"
"##implode-promise"
"##implode-return"
"##implode-structure"
"##in-new-compilation-scope"
"##include-file-as-a-begin-expr"
"##inexact"
"##inexact->exact"
"##inexact?"
"##infinite?"
"##infix-compound-expand"
"##infix-id"
"##infix-lvalue-access"
"##infix-lvalue-fetch"
"##infix-update-in-place"
"##infix-variable-binding"
"##input-port-byte-position"
"##input-port-bytes-buffered"
"##input-port-char-position"
"##input-port-characters-buffered"
"##input-port-column"
"##input-port-line"
"##input-port-timeout-set!"
"##input-port?"
"##integer-length"
"##integer-nth-root"
"##integer-sqrt"
"##integer?"
"##interaction-cte"
"##interesting-continuation?"
"##interp-continuation-code"
"##interp-continuation-rte"
"##interp-continuation?"
"##interp-internal-continuation?"
"##interp-procedure-code"
"##interp-procedure-code-pointers"
"##interp-procedure-default-entry-hook"
"##interp-procedure-entry-hook"
"##interp-procedure-entry-hook-set!"
"##interp-procedure-rte"
"##interp-procedure-wrapper"
"##interp-procedure?"
"##interp-subproblem-continuation?"
"##interrupt-vector"
"##interrupt-vector-set!"
"##inverse"
"##inverse-eval"
"##inverse-eval-in-env"
"##io-condvar-port"
"##io-condvar-port-set!"
"##io-condvar?"
"##iota"
"##ip-address?"
"##kernel-handlers"
"##keyword->string"
"##keyword-counter"
"##label-marker-define"
"##label-marker-enter!"
"##label-marker-fixup!"
"##label-marker-fixup-handler-add!"
"##label-marker-reference"
"##label-marker?"
"##language-specs"
"##last-pair"
"##last-serial-number"
"##lcm"
"##length"
"##list->f32vector"
"##list->f64vector"
"##list->s16vector"
"##list->s32vector"
"##list->s64vector"
"##list->s8vector"
"##list->string"
"##list->table"
"##list->u16vector"
"##list->u32vector"
"##list->u64vector"
"##list->u8vector"
"##list->vector"
"##list-max-head"
"##load"
"##load-object-file"
"##load-required-module"
"##load-required-module-structs"
"##load-source-if-more-recent"
"##load-support-libraries"
"##load-vm"
"##local->value"
"##locat-container"
"##locat-position"
"##locat?"
"##log"
"##log2"
"##lookup-module"
"##lookup-registered-module"
"##loose-smallest-prime-no-less-than"
"##machine-code-block-fixup"
"##macro-descr"
"##macro-descr-expander"
"##macro-expand"
"##macro-lookup"
"##magnitude"
"##main"
"##main-gsi/gsc"
"##main-readtable"
"##main-set!"
"##main-stepper"
"##main-stepper-set!"
"##make-alias-syntax"
"##make-bindings"
"##make-call-form"
"##make-closure"
"##make-code*"
"##make-condvar"
"##make-default-entry-hook"
"##make-device-port"
"##make-device-port-from-single-device"
"##make-directory-port"
"##make-directory-psettings"
"##make-dummy-port"
"##make-empty-repl-result-history"
"##make-event-queue-port"
"##make-f32vector"
"##make-f64vector"
"##make-filepos"
"##make-frame"
"##make-full-name"
"##make-global-var"
"##make-initial-repl-context"
"##make-input-path-psettings"
"##make-interned-keyword"
"##make-interned-symbol"
"##make-interned-symkey"
"##make-interp-procedure"
"##make-io-condvar"
"##make-jobs"
"##make-list"
"##make-locat"
"##make-machine-code-block"
"##make-macro-descr"
"##make-marktable"
"##make-mutex"
"##make-parameter"
"##make-params"
"##make-path-psettings"
"##make-polar"
"##make-process-psettings"
"##make-psettings"
"##make-random-source-mrg32k3a"
"##make-rdevice-condvar"
"##make-readenv"
"##make-rectangular"
"##make-repl-channel-ports"
"##make-root-thread"
"##make-s16vector"
"##make-s32vector"
"##make-s64vector"
"##make-s8vector"
"##make-source"
"##make-standard-readtable"
"##make-string"
"##make-string-pipe-port"
"##make-string-port"
"##make-structure"
"##make-subprocedure"
"##make-table"
"##make-tcp-client-port"
"##make-tcp-psettings"
"##make-tcp-server-port"
"##make-tgroup"
"##make-top-cte"
"##make-u16vector"
"##make-u32vector"
"##make-u64vector"
"##make-u8vector"
"##make-u8vector-pipe-port"
"##make-u8vector-port"
"##make-udp-port"
"##make-udp-psettings"
"##make-values"
"##make-vector"
"##make-vector-pipe-port"
"##make-vector-port"
"##make-wdevice-condvar"
"##make-writeenv"
"##map"
"##marktable-lookup!"
"##marktable-mark!"
"##marktable-restore!"
"##marktable-save"
"##marktable-table-get!"
"##max"
"##max-char"
"##max-fixnum"
"##member"
"##memq"
"##min"
"##min-fixnum"
"##module-init"
"##modulo"
"##mutex-lock-out-of-line!"
"##mutex-signal!"
"##mutex-signal-and-condvar-wait!"
"##mutex-signal-no-reschedule!"
"##namespace-separators"
"##nan?"
"##negate"
"##negative?"
"##net-family-decode"
"##net-family-encode"
"##net-protocol-decode"
"##net-protocol-encode"
"##net-socket-type-decode"
"##net-socket-type-encode"
"##network-info"
"##newline0"
"##newline1"
"##no-stepper"
"##nontail-call-for-leap"
"##nontail-call-for-step"
"##number->string"
"##numerator"
"##object->global-var"
"##object->global-var->identifier"
"##object->lexical-var->identifier"
"##object->serial-number"
"##object->string"
"##object->truncated-string"
"##object->u8vector"
"##object-to-serial-number-table"
"##odd?"
"##open-all-predefined"
"##open-directory"
"##open-event-queue"
"##open-file"
"##open-file-generic"
"##open-file-generic-from-psettings"
"##open-input-file"
"##open-input-process"
"##open-input-string"
"##open-input-u8vector"
"##open-input-vector"
"##open-output-file"
"##open-output-process"
"##open-output-string"
"##open-output-u8vector"
"##open-output-vector"
"##open-predefined"
"##open-process"
"##open-process-generic"
"##open-string"
"##open-string-generic"
"##open-string-pipe"
"##open-string-pipe-generic"
"##open-tcp-client"
"##open-tcp-server"
"##open-tcp-server-aux"
"##open-u8vector"
"##open-u8vector-generic"
"##open-u8vector-pipe"
"##open-u8vector-pipe-generic"
"##open-udp"
"##open-vector"
"##open-vector-generic"
"##open-vector-pipe"
"##open-vector-pipe-generic"
"##options-set!"
"##or?"
"##os-address-infos"
"##os-bat-extension-string-saved"
"##os-condvar-select!"
"##os-configure-command-string-saved"
"##os-copy-file"
"##os-create-directory"
"##os-create-fifo"
"##os-create-link"
"##os-create-symbolic-link"
"##os-delete-directory"
"##os-delete-file"
"##os-device-close"
"##os-device-directory-open-path"
"##os-device-directory-read"
"##os-device-event-queue-open"
"##os-device-event-queue-read"
"##os-device-force-output"
"##os-device-kind"
"##os-device-process-pid"
"##os-device-process-status"
"##os-device-stream-default-options"
"##os-device-stream-open-path"
"##os-device-stream-open-predefined"
"##os-device-stream-open-process"
"##os-device-stream-options-set!"
"##os-device-stream-read"
"##os-device-stream-seek"
"##os-device-stream-width"
"##os-device-stream-write"
"##os-device-tcp-client-open"
"##os-device-tcp-client-socket-info"
"##os-device-tcp-server-open"
"##os-device-tcp-server-read"
"##os-device-tcp-server-socket-info"
"##os-device-tty-history"
"##os-device-tty-history-max-length-set!"
"##os-device-tty-history-set!"
"##os-device-tty-mode-set!"
"##os-device-tty-paren-balance-duration-set!"
"##os-device-tty-text-attributes-set!"
"##os-device-tty-type-set!"
"##os-device-udp-destination-set!"
"##os-device-udp-open"
"##os-device-udp-read-subu8vector"
"##os-device-udp-socket-info"
"##os-device-udp-write-subu8vector"
"##os-environ"
"##os-err-code->string"
"##os-file-info"
"##os-file-times-set!"
"##os-getenv"
"##os-group-info"
"##os-host-info"
"##os-host-name"
"##os-load-object-file"
"##os-make-tls-context"
"##os-network-info"
"##os-path-gambitdir"
"##os-path-gambitdir-map-lookup"
"##os-path-homedir"
"##os-path-normalize-directory"
"##os-port-decode-chars!"
"##os-port-encode-chars!"
"##os-protocol-info"
"##os-rename-file"
"##os-service-info"
"##os-setenv"
"##os-shell-command"
"##os-system-type-saved"
"##os-system-type-string-saved"
"##os-user-info"
"##os-user-name"
"##output-port-byte-position"
"##output-port-char-position"
"##output-port-column"
"##output-port-column-set!"
"##output-port-line"
"##output-port-timeout-set!"
"##output-port-width"
"##output-port?"
"##parameter-counter"
"##parameter?"
"##parameterize"
"##parameterize-build"
"##parse-psettings!"
"##partial-bit-reverse"
"##path->container"
"##path->container-hook"
"##path-directory"
"##path-directory-end"
"##path-expand"
"##path-expand-hook"
"##path-extension"
"##path-extension-start"
"##path-normalize"
"##path-reference"
"##path-resolve"
"##path-resolve-hook"
"##path-strip-directory"
"##path-strip-extension"
"##path-strip-trailing-directory-separator"
"##path-strip-volume"
"##path-unresolve"
"##path-unresolve-hook"
"##path-volume"
"##path-volume-end"
"##path-volume-end-using-dir-sep"
"##peek-char0"
"##peek-char1"
"##port-char-buf-len"
"##port-device"
"##port-io-exception-handler-set!"
"##port-kind"
"##port-name"
"##port-name->container"
"##port-of-kind?"
"##port-settings-set!"
"##port?"
"##position->filepos"
"##positive?"
"##pretty-print"
"##pretty-print-shifting-allowed?"
"##primordial-exception-handler"
"##primordial-exception-handler-hook"
"##primordial-thread"
"##print"
"##procedure-friendly-name"
"##procedure-locat"
"##procedure-name"
"##process-pid"
"##process-statistics"
"##process-status"
"##process-tcp-server-psettings"
"##process-times"
"##processed-command-line"
"##program-descr"
"##proper-length"
"##protocol-info"
"##psettings->device-flags"
"##psettings->input-readtable"
"##psettings->output-readtable"
"##psettings->output-width"
"##psettings->permissions"
"##psettings->roptions"
"##psettings->woptions"
"##psettings-options->options"
"##quasi-append"
"##quasi-list->vector"
"##quotient"
"##raise-datum-parsing-exception"
"##raise-divide-by-zero-exception"
"##raise-error-exception"
"##raise-expression-parsing-exception"
"##raise-fixnum-overflow-exception"
"##raise-heap-overflow-exception"
"##raise-inactive-thread-exception"
"##raise-initialized-thread-exception"
"##raise-invalid-hash-number-exception"
"##raise-invalid-utf8-encoding-exception"
"##raise-io-exception"
"##raise-join-timeout-exception"
"##raise-keyword-expected-exception"
"##raise-length-mismatch-exception"
"##raise-mailbox-receive-timeout-exception"
"##raise-module-not-found-exception"
"##raise-nonempty-input-port-character-buffer-exception"
"##raise-nonprocedure-operator-exception"
"##raise-os-exception"
"##raise-os-io-exception"
"##raise-range-exception"
"##raise-started-thread-exception"
"##raise-terminated-thread-exception"
"##raise-type-exception"
"##raise-unbound-global-exception"
"##raise-unbound-os-environment-variable-exception"
"##raise-unbound-serial-number-exception"
"##raise-unbound-table-key-exception"
"##raise-uncaught-exception"
"##raise-uninitialized-thread-exception"
"##raise-unknown-keyword-argument-exception"
"##raise-unterminated-process-exception"
"##raise-wrong-number-of-arguments-exception"
"##raise-wrong-processor-c-return-exception"
"##random-source-make-f64vectors"
"##random-source-make-integers"
"##random-source-make-reals"
"##random-source-make-u8vectors"
"##random-source-pseudo-randomize!"
"##random-source-randomize!"
"##random-source-state-ref"
"##random-source-state-set!"
"##rational?"
"##rationalize"
"##ratnum->flonum"
"##ratnum->string"
"##ratnum.*"
"##ratnum.+"
"##ratnum.-"
"##ratnum./"
"##ratnum.<"
"##ratnum.="
"##ratnum.normalize"
"##ratnum.round"
"##read"
"##read-all"
"##read-all-as-a-begin-expr-from-path"
"##read-all-as-a-begin-expr-from-port"
"##read-all-as-a-begin-expr-from-psettings"
"##read-bytevector!"
"##read-char0"
"##read-char1"
"##read-check-labels!"
"##read-datum-or-eof"
"##read-datum-or-label"
"##read-datum-or-label-or-none"
"##read-datum-or-label-or-none-or-dot"
"##read-dot"
"##read-escaped-string"
"##read-expr-from-port"
"##read-illegal"
"##read-line"
"##read-list"
"##read-next-char-expecting"
"##read-none"
"##read-number/keyword/symbol"
"##read-other"
"##read-quotation"
"##read-sharp"
"##read-sharp-ampersand"
"##read-sharp-aux"
"##read-sharp-bang"
"##read-sharp-char"
"##read-sharp-colon"
"##read-sharp-comment"
"##read-sharp-digit"
"##read-sharp-dot"
"##read-sharp-keyword/symbol"
"##read-sharp-less"
"##read-sharp-other"
"##read-sharp-quotation"
"##read-sharp-semicolon"
"##read-sharp-vector"
"##read-single-line-comment"
"##read-six"
"##read-six-datum-or-eof"
"##read-string=?"
"##read-substring"
"##read-subu8vector"
"##read-u8"
"##read-vector"
"##read-vector-or-list"
"##read-whitespace"
"##readenv->locat"
"##readenv-current-filepos"
"##readenv-relative-filepos"
"##reader->open-close"
"##readtable-char-class-set!"
"##readtable-char-delimiter?"
"##readtable-char-handler"
"##readtable-convert-case"
"##readtable-copy-shallow"
"##readtable-parse-keyword"
"##readtable-setup-for-language!"
"##readtable-setup-for-standard-level!"
"##readtable-string-convert-case!"
"##real?"
"##reciprocal-cache"
"##register-module-descr!"
"##register-module-descrs!"
"##register-module-descrs-and-load!"
"##registered-modules"
"##remainder"
"##remote-dbg-addr"
"##remove"
"##rename-file"
"##repl"
"##repl-channel-acquire-ownership!"
"##repl-channel-display-continuation"
"##repl-channel-display-monoline-message"
"##repl-channel-display-multiline-message"
"##repl-channel-newline"
"##repl-channel-pinpoint-continuation"
"##repl-channel-ports-display-continuation"
"##repl-channel-ports-display-monoline-message"
"##repl-channel-ports-display-multiline-message"
"##repl-channel-ports-newline"
"##repl-channel-ports-pinpoint-continuation"
"##repl-channel-ports-read-command"
"##repl-channel-ports-really-exit?"
"##repl-channel-ports-write-results"
"##repl-channel-read-command"
"##repl-channel-really-exit?"
"##repl-channel-release-ownership!"
"##repl-channel-result-history-add"
"##repl-channel-result-history-max-length-set!"
"##repl-channel-write-results"
"##repl-cmd-?"
"##repl-cmd-b"
"##repl-cmd-b-be-bed"
"##repl-cmd-b-be-bed-e-ed-v-with-1-arg"
"##repl-cmd-b-with-1-arg"
"##repl-cmd-be"
"##repl-cmd-be-with-1-arg"
"##repl-cmd-bed"
"##repl-cmd-bed-with-1-arg"
"##repl-cmd-c"
"##repl-cmd-c-s-l"
"##repl-cmd-c-s-l-with-1-arg"
"##repl-cmd-c-with-1-arg"
"##repl-cmd-d"
"##repl-cmd-e"
"##repl-cmd-e-ed"
"##repl-cmd-e-with-1-arg"
"##repl-cmd-ed"
"##repl-cmd-ed-with-1-arg"
"##repl-cmd-eval-print"
"##repl-cmd-h"
"##repl-cmd-h-with-1-arg"
"##repl-cmd-i"
"##repl-cmd-invalid"
"##repl-cmd-l"
"##repl-cmd-l-with-1-arg"
"##repl-cmd-q"
"##repl-cmd-qt"
"##repl-cmd-s"
"##repl-cmd-s-with-1-arg"
"##repl-cmd-st"
"##repl-cmd-st-with-1-arg"
"##repl-cmd-t"
"##repl-cmd-unknown"
"##repl-cmd-v-with-1-arg"
"##repl-cmd-y"
"##repl-commands-no-args"
"##repl-commands-with-1-arg"
"##repl-context-command"
"##repl-context-cont-in-step-handler?"
"##repl-context-cont-in-with-no-result-expected?"
"##repl-context-display-continuation"
"##repl-context-get-context"
"##repl-context-goto-depth"
"##repl-context-prompt"
"##repl-context-restart"
"##repl-context-restart-exec"
"##repl-context-restart-pinpointing-continuation"
"##repl-context-return"
"##repl-context-with-clean-exception-handling"
"##repl-debug"
"##repl-debug-main"
"##repl-display-environment?"
"##repl-exception-handler-hook"
"##repl-first-interesting"
"##repl-input-port"
"##repl-location-origin"
"##repl-location-relative"
"##repl-output-port"
"##repl-path-normalize"
"##repl-path-normalize-hook"
"##repl-result-history-max-length-set!"
"##repl-result-history-ref"
"##repl-within"
"##repl-within-proc"
"##replace-bit-field"
"##rest-param-resume-procedure"
"##return-fs"
"##reverse"
"##reverse!"
"##round"
"##s16vector->list"
"##s16vector-copy"
"##s16vector-equal?"
"##s16vector-fill!"
"##s16vector-ref"
"##s16vector-set"
"##s32vector->list"
"##s32vector-copy"
"##s32vector-equal?"
"##s32vector-fill!"
"##s32vector-ref"
"##s32vector-set"
"##s64vector->list"
"##s64vector-copy"
"##s64vector-equal?"
"##s64vector-fill!"
"##s64vector-ref"
"##s64vector-set"
"##s8vector->list"
"##s8vector-copy"
"##s8vector-equal?"
"##s8vector-fill!"
"##s8vector-ref"
"##s8vector-set"
"##scheme-file-extensions"
"##self-eval?"
"##serial-number->object"
"##serial-number-to-object-table"
"##service-info"
"##set-debug-settings!"
"##set-heartbeat-interval!"
"##setenv"
"##shape"
"##shell-command"
"##shell-program"
"##shifted-column"
"##show-all-continuations?"
"##show-definition-of"
"##show-help"
"##sin"
"##sinh"
"##six-type?"
"##six-types"
"##skip-extended-comment"
"##skip-single-line-comment"
"##socket-info-setup!"
"##source->parms"
"##source-code"
"##source-locat"
"##source-path"
"##source-strip"
"##source?"
"##sourcify"
"##sourcify-aux1"
"##sourcify-aux2"
"##sqrt"
"##square"
"##start-main"
"##startup-parallelism!"
"##startup-processor!"
"##startup-remote-dbg"
"##startup-threading!"
"##stderr-port"
"##stdin-port"
"##stdio/console-repl-channel"
"##stdout-port"
"##step-handler"
"##step-handler-continuation?"
"##step-handler-continue"
"##step-handler-get-command"
"##step-handlers"
"##step-level-set!"
"##step-off"
"##step-on"
"##string->address-and-port-number"
"##string->keyword"
"##string->limited-string"
"##string->list"
"##string->number"
"##string->number/keyword/symbol"
"##string->symbol"
"##string->uninterned-keyword"
"##string->uninterned-symbol"
"##string->utf8"
"##string->utf8-length"
"##string-append"
"##string-ci<?"
"##string-ci=?"
"##string-ci=?-hash"
"##string-copy"
"##string-equal?"
"##string-fill!"
"##string-or-ip-address?"
"##string-set"
"##string<?"
"##string=?"
"##string=?-hash"
"##structure"
"##structure-cas!"
"##structure-copy"
"##structure-indent"
"##structure-instance-of?"
"##structure-length"
"##structure-max-field"
"##structure-max-head"
"##structure-ref"
"##structure-set!"
"##subf32vector"
"##subf32vector-fill!"
"##subf64vector"
"##subf64vector-fill!"
"##subproblem-apply"
"##subproblem-apply0"
"##subproblem-apply1"
"##subproblem-apply2"
"##subproblem-apply3"
"##subproblem-apply4"
"##subprocedure-id"
"##subprocedure-info"
"##subprocedure-locals"
"##subprocedure-nb-closed"
"##subprocedure-parent"
"##subprocedure-parent-info"
"##subprocedure-parent-name"
"##subprocedure-source-info"
"##subs16vector"
"##subs16vector-fill!"
"##subs32vector"
"##subs32vector-fill!"
"##subs64vector"
"##subs64vector-fill!"
"##subs8vector"
"##subs8vector-fill!"
"##substring"
"##substring->fifo"
"##substring-fill!"
"##substring-move!"
"##subu16vector"
"##subu16vector-fill!"
"##subu32vector"
"##subu32vector-fill!"
"##subu64vector"
"##subu64vector-fill!"
"##subu8vector"
"##subu8vector->fifo"
"##subu8vector-fill!"
"##subu8vector-move!"
"##subvector"
"##subvector->fifo"
"##subvector-fill!"
"##subvector-move!"
"##symbol->string"
"##symbol-append"
"##symbol-counter"
"##sync-op-interrupt!"
"##system-stamp"
"##system-stamp-saved"
"##system-version"
"##system-version-string"
"##table->list"
"##table-access"
"##table-copy"
"##table-foldl"
"##table-for-each"
"##table-get-eq-gcht"
"##table-get-gcht"
"##table-get-gcht-not-mem-alloc"
"##table-length"
"##table-merge"
"##table-merge!"
"##table-ref"
"##table-resize!"
"##table-search"
"##table-set!"
"##tail-call?"
"##tan"
"##tanh"
"##tcp-client-local-socket-info"
"##tcp-client-peer-socket-info"
"##tcp-client-socket-info"
"##tcp-server-socket-info"
"##tcp-service-mutex"
"##tcp-service-register!"
"##tcp-service-serve"
"##tcp-service-table"
"##tcp-service-tgroup"
"##tcp-service-unregister!"
"##tcp-service-update!"
"##test-bit-field?"
"##tgroup->tgroup-list"
"##tgroup->tgroup-vector"
"##tgroup->thread-list"
"##tgroup->thread-vector"
"##tgroup-resume!"
"##tgroup-suspend!"
"##tgroup-terminate!"
"##thread-abandoned-mutex-action!"
"##thread-base-priority-set!"
"##thread-boosted-priority-changed!"
"##thread-btq-insert!"
"##thread-btq-remove!"
"##thread-call"
"##thread-check-devices!"
"##thread-check-interrupts!"
"##thread-check-timeouts!"
"##thread-continuation-capture"
"##thread-deadlock-action!"
"##thread-effective-priority-changed!"
"##thread-effective-priority-downgrade!"
"##thread-end!"
"##thread-end-with-uncaught-exception!"
"##thread-execute-and-end!"
"##thread-heartbeat!"
"##thread-int!"
"##thread-interrupt!"
"##thread-join!"
"##thread-locked-mutex-action!"
"##thread-mailbox-extract-and-rewind"
"##thread-mailbox-get!"
"##thread-mailbox-next-or-receive"
"##thread-mailbox-rewind"
"##thread-make-repl-channel"
"##thread-poll-devices!"
"##thread-priority-boost-set!"
"##thread-quantum-set!"
"##thread-repl-channel-get!"
"##thread-repl-context-get!"
"##thread-report-scheduler-error!"
"##thread-reschedule!"
"##thread-resume!"
"##thread-resume-execution!"
"##thread-schedule!"
"##thread-send"
"##thread-signaled-condvar-action!"
"##thread-sleep!"
"##thread-start!"
"##thread-state"
"##thread-suspend!"
"##thread-terminate!"
"##thread-timeout-action!"
"##thread-toq-remove!"
"##thread-trace"
"##thread-void-action!"
"##thread-yield!"
"##timeout->time"
"##top"
"##top-cte-add-macro!"
"##top-cte-clone"
"##top-cte-process-declare!"
"##top-cte-process-namespace!"
"##toq-insert!"
"##toq-remove!"
"##toq-reposition!"
"##trace"
"##trace-depth"
"##trace-generate"
"##trace-list"
"##truncate"
"##tty-history"
"##tty-history-max-length-set!"
"##tty-history-set!"
"##tty-mode-set!"
"##tty-paren-balance-duration-set!"
"##tty-text-attributes-set!"
"##tty-type-set!"
"##tty?"
"##type-all-fields"
"##type-exception-names"
"##type-field-count"
"##type-type"
"##type?"
"##u16vector->list"
"##u16vector-copy"
"##u16vector-equal?"
"##u16vector-fill!"
"##u16vector-ref"
"##u16vector-set"
"##u32vector->list"
"##u32vector-copy"
"##u32vector-equal?"
"##u32vector-fill!"
"##u32vector-ref"
"##u32vector-set"
"##u64vector->list"
"##u64vector-copy"
"##u64vector-equal?"
"##u64vector-fill!"
"##u64vector-ref"
"##u64vector-set"
"##u8-ready?0"
"##u8-ready?1"
"##u8vector->list"
"##u8vector->object"
"##u8vector-append"
"##u8vector-copy"
"##u8vector-equal?"
"##u8vector-fill!"
"##u8vector-ref"
"##u8vector-set"
"##udp-local-socket-info"
"##udp-read-subu8vector"
"##udp-read-u8vector"
"##udp-socket-info"
"##udp-source-socket-info"
"##udp-write-subu8vector"
"##udp-write-u8vector"
"##unbreak"
"##uninterned-keyword?"
"##uninterned-symbol?"
"##untrace"
"##unwrap-datum"
"##user-info"
"##user-interrupt!"
"##user-name"
"##utf8->string"
"##utf8->string-length"
"##valid-prefix?"
"##var-c"
"##var-c-boxed?"
"##var-c-name"
"##var-c?"
"##var-i-name"
"##var-i?"
"##var-lookup"
"##variable"
"##vect-port-options"
"##vector->list"
"##vector-append"
"##vector-copy"
"##vector-fill!"
"##vector-ref"
"##vector-set"
"##vm-main-module-id"
"##void"
"##void-constant?"
"##wait-device"
"##wait-for-io!"
"##wait-input-port"
"##wait-output-port"
"##with-exception-catcher"
"##with-no-result-expected"
"##with-no-result-expected-continuation?"
"##with-no-result-expected-toplevel"
"##with-no-result-expected-toplevel-continuation?"
"##wr"
"##wr-box"
"##wr-ch"
"##wr-char"
"##wr-complex"
"##wr-continuation"
"##wr-escaped-string"
"##wr-f32vector"
"##wr-f64vector"
"##wr-filler"
"##wr-fits-on-line"
"##wr-foreign"
"##wr-frame"
"##wr-gc-hash-table"
"##wr-hex"
"##wr-indent"
"##wr-jazz"
"##wr-keyword"
"##wr-mark"
"##wr-mark-begin"
"##wr-mark-end"
"##wr-meroon"
"##wr-no-display"
"##wr-oct"
"##wr-one-line-pretty-print"
"##wr-opaque"
"##wr-other"
"##wr-pair"
"##wr-procedure"
"##wr-promise"
"##wr-return"
"##wr-s16vector"
"##wr-s32vector"
"##wr-s64vector"
"##wr-s8vector"
"##wr-serialize"
"##wr-sn"
"##wr-spaces"
"##wr-stamp"
"##wr-str"
"##wr-string"
"##wr-structure"
"##wr-substr"
"##wr-symbol"
"##wr-u16vector"
"##wr-u32vector"
"##wr-u64vector"
"##wr-u8vector"
"##wr-vector"
"##wr-vector-aux1"
"##wr-vector-aux2"
"##wr-vector-aux3"
"##wr-will"
"##wrap"
"##wrap-datum"
"##wrap-op"
"##wrap-op1"
"##wrap-op1*"
"##wrap-op2"
"##wrap-op3"
"##wrap-op4"
"##write"
"##write-bytevector"
"##write-char1"
"##write-char2"
"##write-generic-to-character-port"
"##write-shared"
"##write-simple"
"##write-string"
"##write-substring"
"##write-subu8vector"
"##write-u8"
"##write-with-style"
"##zero?"
"*"
"+"
"-"
"/"
"<"
"<="
"="
">"
">="
"_eval#"
"_gsi#"
"_gsilib#"
"_io#"
"_kernel#"
"_kernel#0"
"_kernel#1"
"_kernel#10"
"_kernel#11"
"_kernel#12"
"_kernel#13"
"_kernel#14"
"_kernel#15"
"_kernel#16"
"_kernel#17"
"_kernel#18"
"_kernel#19"
"_kernel#2"
"_kernel#20"
"_kernel#21"
"_kernel#22"
"_kernel#23"
"_kernel#24"
"_kernel#25"
"_kernel#26"
"_kernel#27"
"_kernel#28"
"_kernel#29"
"_kernel#3"
"_kernel#30"
"_kernel#31"
"_kernel#32"
"_kernel#33"
"_kernel#34"
"_kernel#35"
"_kernel#36"
"_kernel#37"
"_kernel#38"
"_kernel#39"
"_kernel#4"
"_kernel#40"
"_kernel#41"
"_kernel#42"
"_kernel#43"
"_kernel#44"
"_kernel#45"
"_kernel#46"
"_kernel#47"
"_kernel#48"
"_kernel#49"
"_kernel#5"
"_kernel#50"
"_kernel#51"
"_kernel#52"
"_kernel#53"
"_kernel#54"
"_kernel#55"
"_kernel#56"
"_kernel#57"
"_kernel#58"
"_kernel#59"
"_kernel#6"
"_kernel#60"
"_kernel#61"
"_kernel#62"
"_kernel#63"
"_kernel#64"
"_kernel#65"
"_kernel#66"
"_kernel#67"
"_kernel#68"
"_kernel#69"
"_kernel#7"
"_kernel#70"
"_kernel#71"
"_kernel#72"
"_kernel#73"
"_kernel#74"
"_kernel#75"
"_kernel#76"
"_kernel#77"
"_kernel#78"
"_kernel#79"
"_kernel#8"
"_kernel#80"
"_kernel#81"
"_kernel#82"
"_kernel#83"
"_kernel#84"
"_kernel#85"
"_kernel#86"
"_kernel#87"
"_kernel#88"
"_kernel#89"
"_kernel#9"
"_kernel#90"
"_kernel#91"
"_kernel#92"
"_kernel#93"
"_kernel#94"
"_nonstd#"
"_num#"
"_repl#"
"_std#"
"_std#0"
"_std#1"
"_std#10"
"_std#11"
"_std#2"
"_std#3"
"_std#4"
"_std#5"
"_std#6"
"_std#7"
"_std#8"
"_std#9"
"_system#"
"_thread#"
"abs"
"acos"
"acosh"
"address-infos"
"angle"
"append"
"append-f32vectors"
"append-f64vectors"
"append-s16vectors"
"append-s32vectors"
"append-s64vectors"
"append-s8vectors"
"append-strings"
"append-u16vectors"
"append-u32vectors"
"append-u64vectors"
"append-u8vectors"
"append-vectors"
"apply"
"arithmetic-shift"
"asin"
"asinh"
"assoc"
"assq"
"assv"
"atan"
"atanh"
"bit-count"
"bit-set?"
"bitwise-and"
"bitwise-ior"
"bitwise-not"
"bitwise-xor"
"caaaar"
"caaadr"
"caaar"
"caadar"
"caaddr"
"caadr"
"caar"
"cadaar"
"cadadr"
"cadar"
"caddar"
"cadddr"
"caddr"
"cadr"
"call-with-current-continuation"
"call-with-input-file"
"call-with-output-file"
"call-with-values"
"car"
"cdaaar"
"cdaadr"
"cdaar"
"cdadar"
"cdaddr"
"cdadr"
"cdar"
"cddaar"
"cddadr"
"cddar"
"cdddar"
"cddddr"
"cdddr"
"cddr"
"cdr"
"ceiling"
"char->integer"
"char-alphabetic?"
"char-ci<=?"
"char-ci<?"
"char-ci=?"
"char-ci>=?"
"char-ci>?"
"char-downcase"
"char-lower-case?"
"char-numeric?"
"char-ready?"
"char-upcase"
"char-upper-case?"
"char-whitespace?"
"char<=?"
"char<?"
"char=?"
"char>=?"
"char>?"
"close-input-port"
"close-output-port"
"close-port"
"conjugate"
"continuation-capture"
"continuation-graft"
"continuation-return"
"copy-file"
"cos"
"cosh"
"create-directory"
"create-link"
"create-symbolic-link"
"delete-directory"
"delete-file"
"denominator"
"directory-files"
"display"
"drop"
"dynamic-wind"
"eq?"
"equal?"
"eqv?"
"error"
"even?"
"exact"
"exact->inexact"
"exact-integer-sqrt"
"exact?"
"exp"
"expt"
"f32vector"
"f32vector->list"
"f32vector-append"
"f32vector-length"
"f32vector-ref"
"f32vector-set"
"f32vector-set!"
"f64vector"
"f64vector->list"
"f64vector-append"
"f64vector-length"
"f64vector-ref"
"f64vector-set"
"f64vector-set!"
"finite?"
"first-bit-set"
"fixnum->flonum"
"fl*"
"fl+"
"fl-"
"fl/"
"fl<"
"fl<="
"fl="
"fl>"
"fl>="
"flabs"
"flacos"
"flacosh"
"flasin"
"flasinh"
"flatan"
"flatanh"
"flceiling"
"flcos"
"flcosh"
"fldenominator"
"fleven?"
"flexp"
"flexpm1"
"flexpt"
"flfinite?"
"flfloor"
"flilogb"
"flinfinite?"
"flinteger?"
"fllog"
"fllog1p"
"flmax"
"flmin"
"flnan?"
"flnegative?"
"flnumerator"
"flodd?"
"floor"
"floor-quotient"
"floor-remainder"
"floor/"
"flpositive?"
"flround"
"flscalbn"
"flsin"
"flsinh"
"flsqrt"
"flsquare"
"fltan"
"fltanh"
"fltruncate"
"flzero?"
"fold"
"fold-right"
"for-each"
"force-output"
"foreign-release!"
"fx*"
"fx+"
"fx-"
"fx<"
"fx<="
"fx="
"fx>"
"fx>="
"fxabs"
"fxand"
"fxarithmetic-shift"
"fxarithmetic-shift-left"
"fxarithmetic-shift-right"
"fxbit-count"
"fxbit-set?"
"fxeven?"
"fxfirst-bit-set"
"fxif"
"fxior"
"fxlength"
"fxmax"
"fxmin"
"fxmodulo"
"fxnegative?"
"fxnot"
"fxodd?"
"fxpositive?"
"fxquotient"
"fxremainder"
"fxsquare"
"fxwrap*"
"fxwrap+"
"fxwrap-"
"fxwrapabs"
"fxwraparithmetic-shift"
"fxwraparithmetic-shift-left"
"fxwraplogical-shift-right"
"fxwrapquotient"
"fxwrapsquare"
"fxxor"
"fxzero?"
"gcd"
"gensym"
"get-environment-variable"
"get-environment-variables"
"get-output-string"
"get-output-u8vector"
"get-output-vector"
"getenv"
"group-info"
"host-info"
"host-name"
"imag-part"
"inexact"
"inexact->exact"
"inexact?"
"infinite?"
"input-port-byte-position"
"integer->char"
"integer-length"
"integer-nth-root"
"integer-sqrt"
"iota"
"keyword->string"
"last"
"last-pair"
"lcm"
"length"
"list->f32vector"
"list->f64vector"
"list->s16vector"
"list->s32vector"
"list->s64vector"
"list->s8vector"
"list->string"
"list->table"
"list->u16vector"
"list->u32vector"
"list->u64vector"
"list->u8vector"
"list->vector"
"list-ref"
"list-set"
"list-set!"
"list-tabulate"
"list-tail"
"load"
"log"
"magnitude"
"main"
"make-f32vector"
"make-f64vector"
"make-list"
"make-parameter"
"make-polar"
"make-rectangular"
"make-s16vector"
"make-s32vector"
"make-s64vector"
"make-s8vector"
"make-string"
"make-table"
"make-u16vector"
"make-u32vector"
"make-u64vector"
"make-u8vector"
"make-vector"
"make-will"
"map"
"max"
"member"
"memq"
"memv"
"min"
"modulo"
"nan?"
"negative?"
"network-info"
"newline"
"number->string"
"numerator"
"odd?"
"open-directory"
"open-event-queue"
"open-file"
"open-input-file"
"open-input-process"
"open-input-string"
"open-input-u8vector"
"open-input-vector"
"open-output-file"
"open-output-process"
"open-output-string"
"open-output-u8vector"
"open-output-vector"
"open-process"
"open-string"
"open-string-pipe"
"open-u8vector"
"open-u8vector-pipe"
"open-vector"
"open-vector-pipe"
"output-port-byte-position"
"output-port-width"
"path-expand"
"path-normalize"
"peek-char"
"port-settings-set!"
"positive?"
"pp"
"process-status"
"protocol-info"
"quotient"
"random-f64vector"
"random-source-state-set!"
"random-u8vector"
"rationalize"
"read"
"read-bytevector!"
"read-char"
"read-substring"
"read-subu8vector"
"read-u8"
"real-part"
"remainder"
"rename-file"
"repl-result-history-max-length-set!"
"repl-result-history-ref"
"reverse"
"reverse!"
"round"
"s16vector"
"s16vector->list"
"s16vector-append"
"s16vector-length"
"s16vector-ref"
"s16vector-set"
"s16vector-set!"
"s32vector"
"s32vector->list"
"s32vector-append"
"s32vector-length"
"s32vector-ref"
"s32vector-set"
"s32vector-set!"
"s64vector"
"s64vector->list"
"s64vector-append"
"s64vector-length"
"s64vector-ref"
"s64vector-set"
"s64vector-set!"
"s8vector"
"s8vector->list"
"s8vector-append"
"s8vector-length"
"s8vector-ref"
"s8vector-set"
"s8vector-set!"
"serial-number->object"
"service-info"
"set-box!"
"set-car!"
"set-cdr!"
"setenv"
"shell-command"
"sin"
"sinh"
"sqrt"
"square"
"string"
"string->keyword"
"string->list"
"string->number"
"string->symbol"
"string-append"
"string-ci<=?"
"string-ci<?"
"string-ci=?"
"string-ci=?-hash"
"string-ci>=?"
"string-ci>?"
"string-copy"
"string-fill!"
"string-length"
"string-ref"
"string-set"
"string-set!"
"string<=?"
"string<?"
"string=?"
"string=?-hash"
"string>=?"
"string>?"
"substring"
"symbol->string"
"table-ref"
"take"
"tan"
"tanh"
"tcp-client-local-socket-info"
"tcp-client-peer-socket-info"
"tcp-server-socket-info"
"tcp-service-register!"
"tcp-service-unregister!"
"thread-interrupt!"
"thread-join!"
"timeout->time"
"transcript-on"
"truncate"
"truncate-quotient"
"truncate-remainder"
"truncate/"
"tty-history"
"tty-history-set!"
"tty-mode-set!"
"tty-type-set!"
"u16vector"
"u16vector->list"
"u16vector-append"
"u16vector-length"
"u16vector-ref"
"u16vector-set"
"u16vector-set!"
"u32vector"
"u32vector->list"
"u32vector-append"
"u32vector-length"
"u32vector-ref"
"u32vector-set"
"u32vector-set!"
"u64vector"
"u64vector->list"
"u64vector-append"
"u64vector-length"
"u64vector-ref"
"u64vector-set"
"u64vector-set!"
"u8-ready?"
"u8vector"
"u8vector->list"
"u8vector-append"
"u8vector-copy"
"u8vector-copy!"
"u8vector-length"
"u8vector-ref"
"u8vector-set"
"u8vector-set!"
"u8vector?"
"udp-local-socket-info"
"udp-read-u8vector"
"udp-source-socket-info"
"udp-write-u8vector"
"unbox"
"user-info"
"user-name"
"utf8->string"
"vector->list"
"vector-append"
"vector-cas!"
"vector-fill!"
"vector-inc!"
"vector-length"
"vector-ref"
"vector-set"
"vector-set!"
"will-testator"
"with-input-from-file"
"with-output-to-file"
"write"
"write-char"
"write-subu8vector"
"write-u8"
"zero?"
)
(
"##10^-constants"
"##actlog-dump"
"##actlog-start"
"##actlog-stop"
"##add-import-requirement-set!"
"##add-job-at-tail!"
"##allow-inner-global-define?-set!"
"##allow-length-mismatch?-set!"
"##apply-global-with-procedure-check-nary"
"##apply-with-procedure-check-nary"
"##backtrace-default-max-head-set!"
"##backtrace-default-max-tail-set!"
"##bignum.adigit-<"
"##bignum.adigit-="
"##bignum.adigit-add!"
"##bignum.adigit-bitwise-and!"
"##bignum.adigit-bitwise-ior!"
"##bignum.adigit-bitwise-not!"
"##bignum.adigit-bitwise-xor!"
"##bignum.adigit-cat!"
"##bignum.adigit-copy!"
"##bignum.adigit-dec!"
"##bignum.adigit-inc!"
"##bignum.adigit-length"
"##bignum.adigit-negative?"
"##bignum.adigit-ones?"
"##bignum.adigit-shrink!"
"##bignum.adigit-sub!"
"##bignum.adigit-zero?"
"##bignum.fast-gcd-size-set!"
"##bignum.fdigit-length"
"##bignum.fdigit-ref"
"##bignum.fdigit-set!"
"##bignum.fft-mul-max-width-set!"
"##bignum.fft-mul-min-width-set!"
"##bignum.max-fixnum-div-mdigit-base"
"##bignum.mdigit-div!"
"##bignum.mdigit-length"
"##bignum.mdigit-mul!"
"##bignum.mdigit-quotient"
"##bignum.mdigit-ref"
"##bignum.mdigit-remainder"
"##bignum.mdigit-set!"
"##bignum.mdigit-test?"
"##bignum.min-fixnum-div-mdigit-base"
"##bignum.minus-mdigit-base"
"##bignum.naive-mul-max-width-set!"
"##bignum.negative?"
"##bignum?"
"##boolean?"
"##box"
"##box?"
"##c-return-on-other-processor"
"##c-return-on-other-processor-hook-set!"
"##caaaar"
"##caaadr"
"##caaar"
"##caadar"
"##caaddr"
"##caadr"
"##caar"
"##cadaar"
"##cadadr"
"##cadar"
"##caddar"
"##cadddr"
"##caddr"
"##cadr"
"##cdaaar"
"##cdaadr"
"##cdaar"
"##cdadar"
"##cdaddr"
"##cdadr"
"##cdar"
"##cddaar"
"##cddadr"
"##cddar"
"##cdddar"
"##cddddr"
"##cdddr"
"##cddr"
"##char->integer"
"##char-alphabetic?"
"##char-ci<=?"
"##char-ci<?"
"##char-ci=?"
"##char-ci>=?"
"##char-ci>?"
"##char-downcase"
"##char-lower-case?"
"##char-numeric?"
"##char-ready?"
"##char-upcase"
"##char-upper-case?"
"##char-whitespace?"
"##char<=?"
"##char<?"
"##char=?"
"##char>=?"
"##char>?"
"##char?"
"##check-heap-limit"
"##clear-exit-jobs!"
"##clear-gc-interrupt-jobs!"
"##closure-code"
"##closure-length"
"##closure-ref"
"##closure-set!"
"##closure?"
"##comp-inner"
"##comp-letrec"
"##comp-letrec*"
"##comp-subexpr"
"##comp-top-define-macro"
"##comp-top-define-syntax"
"##comp-top-export"
"##comp-top-import"
"##comp-top-library"
"##compile-module"
"##complex?"
"##cons"
"##container->id-hook-set!"
"##container->path-hook-set!"
"##continuation-capture"
"##continuation-denv"
"##continuation-denv-set!"
"##continuation-frame-set!"
"##continuation-graft-no-winding"
"##continuation-last"
"##continuation-return-no-winding"
"##continuation-set!"
"##continuation?"
"##core-count"
"##cpu-cache-size"
"##cpxnum-imag"
"##cpxnum-make"
"##cpxnum-real"
"##cpxnum?"
"##cte-decl"
"##cte-decl-name"
"##cte-frame-i"
"##cte-macro"
"##cte-macro-name"
"##cte-namespace"
"##cte-namespace-prefix"
"##cte-top"
"##cte-top-cte-set!"
"##current-processor"
"##current-processor-id"
"##current-thread"
"##current-vm"
"##current-vm-processor-count"
"##cvmr"
"##datum-parsing-exception-names-set!"
"##define-type-construct-constant"
"##define-type-expansion-show?-set!"
"##device-port-wait-for-input!"
"##device-port-wait-for-output!"
"##device-select-abort!"
"##direct-structure-set"
"##disable-interrupts!"
"##display-exception-hook-set!"
"##display-locals"
"##dot-marker"
"##encoding->object"
"##env-insert!"
"##eof-object"
"##eof-object?"
"##eval-module-set!"
"##eval-top-set!"
"##exact-integer?"
"##expand-source-set!"
"##expression-parsing-exception-names-set!"
"##extract-library"
"##f32vector"
"##f32vector-append"
"##f32vector-delete"
"##f32vector-insert"
"##f32vector-length"
"##f32vector-set!"
"##f32vector-shrink!"
"##f32vector?"
"##f64vector"
"##f64vector-append"
"##f64vector-delete"
"##f64vector-insert"
"##f64vector-length"
"##f64vector-set!"
"##f64vector-shrink!"
"##f64vector?"
"##fail-check-abandoned-mutex-exception"
"##fail-check-deadlock-exception"
"##fail-check-directory-port"
"##fail-check-event-queue-port"
"##fail-check-heap-overflow-exception"
"##fail-check-multiple-c-return-exception"
"##fail-check-stack-overflow-exception"
"##fail-check-string-input-port"
"##fail-check-thread-state-initialized"
"##fail-check-thread-state-uninitialized"
"##fail-check-u8vector-input-port"
"##fail-check-vector-input-port"
"##fail-check-vm"
"##fail-check-wrong-processor-c-return-exception"
"##find-interned-keyword"
"##find-interned-symbol"
"##first-argument"
"##fixnum->bignum"
"##fixnum->flonum"
"##fixnum->flonum-exact?"
"##fixnum?"
"##fl*"
"##fl+"
"##fl-"
"##fl/"
"##fl<"
"##fl<="
"##fl="
"##fl>"
"##fl>="
"##flabs"
"##flacos"
"##flacosh"
"##flasin"
"##flasinh"
"##flatan"
"##flatanh"
"##flceiling"
"##flcopysign"
"##flcos"
"##flcosh"
"##fleqv?"
"##fleven?"
"##flexp"
"##flexpm1"
"##flexpt"
"##flfinite?"
"##flfloor"
"##flilogb"
"##flinfinite?"
"##flinteger?"
"##fllog"
"##fllog1p"
"##flmax"
"##flmin"
"##flnan?"
"##flnegative?"
"##flodd?"
"##flonum->fixnum"
"##flonum->string-host"
"##flonum?"
"##flpositive?"
"##flround"
"##flscalbn"
"##flsin"
"##flsinh"
"##flsqrt"
"##flsquare"
"##fltan"
"##fltanh"
"##fltruncate"
"##flzero?"
"##fold"
"##fold-right"
"##force"
"##force-out-of-line"
"##foreign-tags"
"##foreign?"
"##format-filepos"
"##frame-call-display?-set!"
"##frame-link"
"##frame-locat-display?-set!"
"##frame?"
"##fx*"
"##fx*?"
"##fx+"
"##fx+?"
"##fx-"
"##fx-?"
"##fx<"
"##fx<="
"##fx="
"##fx>"
"##fx>="
"##fxabs"
"##fxabs?"
"##fxand"
"##fxarithmetic-shift"
"##fxarithmetic-shift-left"
"##fxarithmetic-shift-left?"
"##fxarithmetic-shift-right"
"##fxarithmetic-shift-right?"
"##fxarithmetic-shift?"
"##fxbit-count"
"##fxbit-set?"
"##fxeven?"
"##fxfirst-bit-set"
"##fxif"
"##fxior"
"##fxlength"
"##fxmax"
"##fxmin"
"##fxmodulo"
"##fxnegative?"
"##fxnot"
"##fxodd?"
"##fxpositive?"
"##fxquotient"
"##fxremainder"
"##fxsquare"
"##fxsquare?"
"##fxwrap*"
"##fxwrap+"
"##fxwrap-"
"##fxwrapabs"
"##fxwraparithmetic-shift"
"##fxwraparithmetic-shift-left"
"##fxwraparithmetic-shift-left?"
"##fxwraparithmetic-shift?"
"##fxwraplogical-shift-right"
"##fxwraplogical-shift-right?"
"##fxwrapquotient"
"##fxwrapsquare"
"##fxxor"
"##fxzero?"
"##gc-hash-table-allocate2"
"##gc-hash-table-find!"
"##gc-hash-table-ref"
"##gc-hash-table-rehash!"
"##gc-hash-table-set!"
"##gc-hash-table-union!"
"##gc-hash-table?"
"##generate-library-prelude"
"##generate-library-prelude-set!"
"##get-bytes-allocated!"
"##get-live-percent"
"##get-max-heap"
"##get-min-heap"
"##get-monotonic-time!"
"##get-monotonic-time-frequency!"
"##global-var-primitive-ref"
"##global-var-primitive-set!"
"##global-var-ref"
"##global-var-set!"
"##help-hook-set!"
"##identity"
"##imag-part"
"##initial-dynwind"
"##input-port-column-set!"
"##input-port-line-set!"
"##integer->char"
"##interrupt-handler"
"##io-condvar-for-writing?"
"##jazz?"
"##keyword-hash"
"##keyword-hash-set!"
"##keyword-interned?"
"##keyword-name"
"##keyword-name-set!"
"##keyword-table"
"##keyword?"
"##label-marker-tag"
"##language-specs-set!"
"##last"
"##list"
"##list-max-head-set!"
"##load-required-module-set!"
"##load-source-if-more-recent-set!"
"##machine-code-block-exec"
"##machine-code-block-ref"
"##machine-code-block-set!"
"##machine-code-fixup"
"##macro-descr-def-syntax?"
"##macro-descr-expander-src"
"##macro-descr-set!"
"##macro-descr-size"
"##macro-expand-set!"
"##macro-lookup-set!"
"##main-readtable-set!"
"##make-chartable"
"##make-continuation"
"##make-delay-promise"
"##make-final-will"
"##make-raw-device-port"
"##make-readtable-parameter"
"##make-thread"
"##make-uninterned-keyword"
"##make-uninterned-symbol"
"##make-will"
"##mem-allocated?"
"##meroon?"
"##might-write-differently?"
"##mutable?"
"##namespace-separators-set!"
"##newline"
"##none-marker"
"##not"
"##null?"
"##number?"
"##object->encoding"
"##object-before?"
"##os-device-open-raw-from-fd"
"##os-exe-extension-string-saved"
"##os-getpid"
"##os-getppid"
"##os-obj-extension-string-saved"
"##os-set-current-directory"
"##output-port-line-set!"
"##pair?"
"##path->container-hook-set!"
"##path-expand-hook-set!"
"##path-resolve-hook-set!"
"##path-unresolve-hook-set!"
"##peek-char"
"##peek-char0?"
"##peek-char1?"
"##pretty-print-shifting-allowed?-set!"
"##primitive-lock!"
"##primitive-trylock!"
"##primitive-unlock!"
"##print-marker"
"##procedure->continuation"
"##procedure?"
"##processed-command-line-set!"
"##processor"
"##promise-state"
"##promise-state-set!"
"##promise?"
"##proper-list-length"
"##quasi-cons"
"##quasi-list"
"##quasi-vector"
"##raise"
"##raise-cfun-conversion-exception-nary"
"##raise-high-level-interrupt!"
"##raise-keyword-expected-exception-nary"
"##raise-multiple-c-return-exception"
"##raise-no-such-file-or-directory-exception"
"##raise-number-of-arguments-limit-exception"
"##raise-rpc-remote-error-exception"
"##raise-sfun-conversion-exception"
"##raise-stack-overflow-exception"
"##raise-unknown-keyword-argument-exception-nary"
"##raise-wrong-number-of-arguments-exception-nary"
"##ratnum-denominator"
"##ratnum-make"
"##ratnum-numerator"
"##ratnum?"
"##read-assoc-string=?"
"##read-char"
"##read-char0?"
"##read-char1?"
"##readtable-char-delimiter?-set!"
"##readtable-char-handler-set!"
"##readtable-char-sharp-handler"
"##readtable-char-sharp-handler-set!"
"##readtable-copy"
"##readtable?"
"##real-part"
"##repl-channel-input-port"
"##repl-channel-output-port"
"##repl-commands-no-args-set!"
"##repl-commands-with-1-arg-set!"
"##repl-context-command-set!"
"##repl-context-prompt-set!"
"##repl-location-origin-set!"
"##repl-location-relative-set!"
"##repl-path-normalize-hook-set!"
"##repl-set!"
"##rest-param-check-heap"
"##rest-param-heap-overflow"
"##return?"
"##rpc-server-addr"
"##s16vector"
"##s16vector-append"
"##s16vector-delete"
"##s16vector-insert"
"##s16vector-length"
"##s16vector-set!"
"##s16vector-shrink!"
"##s16vector?"
"##s32vector"
"##s32vector-append"
"##s32vector-delete"
"##s32vector-insert"
"##s32vector-length"
"##s32vector-set!"
"##s32vector-shrink!"
"##s32vector?"
"##s64vector"
"##s64vector-append"
"##s64vector-delete"
"##s64vector-insert"
"##s64vector-length"
"##s64vector-set!"
"##s64vector-shrink!"
"##s64vector?"
"##s8vector"
"##s8vector-append"
"##s8vector-delete"
"##s8vector-insert"
"##s8vector-length"
"##s8vector-set!"
"##s8vector-shrink!"
"##s8vector?"
"##scheme-file-extensions-set!"
"##script-marker"
"##set-box!"
"##set-car!"
"##set-cdr!"
"##set-gambitdir!"
"##set-live-percent!"
"##set-max-heap!"
"##set-min-heap!"
"##set-parallelism-level!"
"##set-standard-level!"
"##shell-command-blocking"
"##shell-command-fallback"
"##show-all-continuations?-set!"
"##six-types-set!"
"##skip-comment-done"
"##smallest-prime-no-less-than"
"##source-code-set!"
"##source1-marker"
"##source2-marker"
"##sourcify-deep"
"##special?"
"##standard-escaped-char-table"
"##standard-named-char-table"
"##standard-pretty-print-formats"
"##standard-sharp-bang-table"
"##still-copy"
"##still-obj-refcount-dec!"
"##still-obj-refcount-inc!"
"##string"
"##string->c-id"
"##string-delete"
"##string-insert"
"##string-length"
"##string-ref"
"##string-set!"
"##string-shrink!"
"##string?"
"##structure-direct-instance-of?"
"##structure-indent-set!"
"##structure-max-field-set!"
"##structure-max-head-set!"
"##structure-set"
"##structure-type"
"##structure-type-set!"
"##structure?"
"##subf32vector-move!"
"##subf64vector-move!"
"##subprocedure-nb-parameters"
"##subprocedure?"
"##subs16vector-move!"
"##subs32vector-move!"
"##subs64vector-move!"
"##subs8vector-move!"
"##subtype"
"##subtype-set!"
"##subtyped.bignum?"
"##subtyped.flonum?"
"##subtyped.symbol?"
"##subtyped.vector?"
"##subtyped?"
"##subu16vector-move!"
"##subu32vector-move!"
"##subu64vector-move!"
"##symbol-hash"
"##symbol-hash-set!"
"##symbol-interned?"
"##symbol-name"
"##symbol-name-set!"
"##symbol-table"
"##symbol?"
"##thread-make-repl-channel-set!"
"##thread-restore!"
"##thread-save!"
"##time"
"##type"
"##type-cast"
"##type-exception-names-set!"
"##type-fields"
"##type-flags"
"##type-id"
"##type-name"
"##type-super"
"##u16vector"
"##u16vector-append"
"##u16vector-delete"
"##u16vector-insert"
"##u16vector-length"
"##u16vector-set!"
"##u16vector-shrink!"
"##u16vector?"
"##u32vector"
"##u32vector-append"
"##u32vector-delete"
"##u32vector-insert"
"##u32vector-length"
"##u32vector-set!"
"##u32vector-shrink!"
"##u32vector?"
"##u64vector"
"##u64vector-append"
"##u64vector-delete"
"##u64vector-insert"
"##u64vector-length"
"##u64vector-set!"
"##u64vector-shrink!"
"##u64vector?"
"##u8-ready?"
"##u8vector"
"##u8vector-delete"
"##u8vector-insert"
"##u8vector-length"
"##u8vector-set!"
"##u8vector-shrink!"
"##u8vector?"
"##unbound?"
"##unbox"
"##unchecked-structure-cas!"
"##unchecked-structure-ref"
"##unchecked-structure-set!"
"##use-fast-bignum-algorithms?"
"##values"
"##values-length"
"##values-ref"
"##values-set!"
"##values?"
"##var-i"
"##vector"
"##vector-cas!"
"##vector-delete"
"##vector-equal?"
"##vector-inc!"
"##vector-insert"
"##vector-length"
"##vector-set!"
"##vector-shrink!"
"##vector?"
"##will-action"
"##will-action-set!"
"##will-execute!"
"##will-testator"
"##will-testator-set!"
"##will?"
"##wr-jazz-set!"
"##wr-meroon-set!"
"##wr-set!"
"##wrap-op0"
"##write-char"
"##write-char1?"
"##write-char2?"
"abandoned-mutex-exception?"
"abort"
"address-info-family"
"address-info-protocol"
"address-info-socket-info"
"address-info-socket-type"
"address-info?"
"all-bits-set?"
"any-bits-set?"
"binary-port?"
"bitwise-merge"
"boolean=?"
"boolean?"
"box"
"box?"
"break"
"bytevector"
"bytevector-append"
"bytevector-copy"
"bytevector-copy!"
"bytevector-length"
"bytevector-u8-ref"
"bytevector-u8-set!"
"bytevector?"
"call-with-input-process"
"call-with-input-string"
"call-with-input-u8vector"
"call-with-input-vector"
"call-with-output-process"
"call-with-output-string"
"call-with-output-u8vector"
"call-with-output-vector"
"call-with-port"
"call/cc"
"cfun-conversion-exception-arguments"
"cfun-conversion-exception-code"
"cfun-conversion-exception-message"
"cfun-conversion-exception-procedure"
"cfun-conversion-exception?"
"char?"
"circular-list"
"clear-bit-field"
"command-line"
"complex?"
"condition-variable-broadcast!"
"condition-variable-name"
"condition-variable-signal!"
"condition-variable-specific"
"condition-variable-specific-set!"
"condition-variable?"
"configure-command-string"
"cons"
"cons*"
"console-port"
"continuation?"
"copy-bit-field"
"cpu-time"
"create-fifo"
"current-directory"
"current-error-port"
"current-exception-handler"
"current-input-port"
"current-jiffy"
"current-output-port"
"current-processor"
"current-readtable"
"current-second"
"current-thread"
"current-time"
"current-user-interrupt-handler"
"datum-parsing-exception-kind"
"datum-parsing-exception-parameters"
"datum-parsing-exception-readenv"
"datum-parsing-exception?"
"deadlock-exception?"
"default-random-source"
"defer-user-interrupts"
"display-continuation-backtrace"
"display-continuation-dynamic-environment"
"display-continuation-environment"
"display-dynamic-environment?"
"display-environment-set!"
"display-exception"
"display-exception-in-context"
"display-procedure-environment"
"divide-by-zero-exception-arguments"
"divide-by-zero-exception-procedure"
"divide-by-zero-exception?"
"emergency-exit"
"eof-object"
"eof-object?"
"eq?-hash"
"equal?-hash"
"eqv?-hash"
"err-code->string"
"error-exception-message"
"error-exception-parameters"
"error-exception?"
"error-object-irritants"
"error-object-message"
"error-object?"
"eval"
"exact-integer?"
"exit"
"expression-parsing-exception-kind"
"expression-parsing-exception-parameters"
"expression-parsing-exception-source"
"expression-parsing-exception?"
"extract-bit-field"
"f32vector-copy"
"f32vector-copy!"
"f32vector-fill!"
"f32vector-shrink!"
"f32vector?"
"f64vector-copy"
"f64vector-copy!"
"f64vector-fill!"
"f64vector-shrink!"
"f64vector?"
"features"
"file-attributes"
"file-creation-time"
"file-device"
"file-error?"
"file-exists?"
"file-group"
"file-info"
"file-info-attributes"
"file-info-creation-time"
"file-info-device"
"file-info-group"
"file-info-inode"
"file-info-last-access-time"
"file-info-last-change-time"
"file-info-last-modification-time"
"file-info-mode"
"file-info-number-of-links"
"file-info-owner"
"file-info-size"
"file-info-type"
"file-info?"
"file-inode"
"file-last-access-and-modification-times-set!"
"file-last-access-time"
"file-last-change-time"
"file-last-modification-time"
"file-mode"
"file-number-of-links"
"file-owner"
"file-size"
"file-type"
"fixnum-overflow-exception-arguments"
"fixnum-overflow-exception-procedure"
"fixnum-overflow-exception?"
"fixnum?"
"flonum?"
"flush-output-port"
"force"
"foreign-address"
"foreign-released?"
"foreign-tags"
"foreign?"
"gc-report-set!"
"generate-proper-tail-calls"
"get-output-bytevector"
"group-info-gid"
"group-info-members"
"group-info-name"
"group-info?"
"heap-overflow-exception?"
"help"
"help-browser"
"host-info-addresses"
"host-info-aliases"
"host-info-name"
"host-info?"
"identity"
"inactive-thread-exception-arguments"
"inactive-thread-exception-procedure"
"inactive-thread-exception?"
"initialized-thread-exception-arguments"
"initialized-thread-exception-procedure"
"initialized-thread-exception?"
"input-port-bytes-buffered"
"input-port-char-position"
"input-port-characters-buffered"
"input-port-column"
"input-port-line"
"input-port-open?"
"input-port-readtable"
"input-port-readtable-set!"
"input-port-timeout-set!"
"input-port?"
"integer?"
"interaction-environment"
"invalid-hash-number-exception-arguments"
"invalid-hash-number-exception-procedure"
"invalid-hash-number-exception?"
"invalid-utf8-encoding-exception-arguments"
"invalid-utf8-encoding-exception-procedure"
"invalid-utf8-encoding-exception?"
"jiffies-per-second"
"join-timeout-exception-arguments"
"join-timeout-exception-procedure"
"join-timeout-exception?"
"keyword-expected-exception-arguments"
"keyword-expected-exception-procedure"
"keyword-expected-exception?"
"keyword-hash"
"keyword?"
"length-mismatch-exception-arg-num"
"length-mismatch-exception-arguments"
"length-mismatch-exception-procedure"
"length-mismatch-exception?"
"list"
"list-copy"
"list?"
"mailbox-receive-timeout-exception-arguments"
"mailbox-receive-timeout-exception-procedure"
"mailbox-receive-timeout-exception?"
"make-bytevector"
"make-condition-variable"
"make-mutex"
"make-promise"
"make-random-source"
"make-root-thread"
"make-thread"
"make-thread-group"
"make-tls-context"
"module-not-found-exception-arguments"
"module-not-found-exception-procedure"
"module-not-found-exception?"
"multiple-c-return-exception?"
"mutex-lock!"
"mutex-name"
"mutex-specific"
"mutex-specific-set!"
"mutex-state"
"mutex-unlock!"
"mutex?"
"network-info-aliases"
"network-info-name"
"network-info-number"
"network-info?"
"no-such-file-or-directory-exception-arguments"
"no-such-file-or-directory-exception-procedure"
"no-such-file-or-directory-exception?"
"noncontinuable-exception-reason"
"noncontinuable-exception?"
"nonempty-input-port-character-buffer-exception-arguments"
"nonempty-input-port-character-buffer-exception-procedure"
"nonempty-input-port-character-buffer-exception?"
"nonprocedure-operator-exception-arguments"
"nonprocedure-operator-exception-code"
"nonprocedure-operator-exception-operator"
"nonprocedure-operator-exception-rte"
"nonprocedure-operator-exception?"
"not"
"null-environment"
"null?"
"number-of-arguments-limit-exception-arguments"
"number-of-arguments-limit-exception-procedure"
"number-of-arguments-limit-exception?"
"number?"
"object->serial-number"
"object->string"
"object->u8vector"
"open-binary-input-file"
"open-binary-output-file"
"open-dummy"
"open-input-bytevector"
"open-output-bytevector"
"open-tcp-client"
"open-tcp-server"
"open-udp"
"os-exception-arguments"
"os-exception-code"
"os-exception-message"
"os-exception-procedure"
"os-exception?"
"output-port-char-position"
"output-port-column"
"output-port-line"
"output-port-open?"
"output-port-readtable"
"output-port-readtable-set!"
"output-port-timeout-set!"
"output-port?"
"pair?"
"path-directory"
"path-extension"
"path-strip-directory"
"path-strip-extension"
"path-strip-trailing-directory-separator"
"path-strip-volume"
"path-volume"
"port-io-exception-handler-set!"
"port?"
"pretty-print"
"primordial-exception-handler"
"print"
"println"
"procedure?"
"process-pid"
"process-times"
"processor-id"
"processor?"
"promise?"
"protocol-info-aliases"
"protocol-info-name"
"protocol-info-number"
"protocol-info?"
"raise"
"random-integer"
"random-real"
"random-source-make-f64vectors"
"random-source-make-integers"
"random-source-make-reals"
"random-source-make-u8vectors"
"random-source-pseudo-randomize!"
"random-source-randomize!"
"random-source-state-ref"
"random-source?"
"range-exception-arg-num"
"range-exception-arguments"
"range-exception-procedure"
"range-exception?"
"rational?"
"read-all"
"read-bytevector"
"read-error?"
"read-line"
"read-string"
"readtable-case-conversion?"
"readtable-case-conversion?-set"
"readtable-comment-handler"
"readtable-comment-handler-set"
"readtable-eval-allowed?"
"readtable-eval-allowed?-set"
"readtable-keywords-allowed?"
"readtable-keywords-allowed?-set"
"readtable-max-unescaped-char"
"readtable-max-unescaped-char-set"
"readtable-max-write-length"
"readtable-max-write-length-set"
"readtable-max-write-level"
"readtable-max-write-level-set"
"readtable-sharing-allowed?"
"readtable-sharing-allowed?-set"
"readtable-start-syntax"
"readtable-start-syntax-set"
"readtable-write-cdr-read-macros?"
"readtable-write-cdr-read-macros?-set"
"readtable-write-extended-read-macros?"
"readtable-write-extended-read-macros?-set"
"readtable?"
"real-time"
"real?"
"repl-display-environment?"
"repl-input-port"
"repl-output-port"
"replace-bit-field"
"rpc-remote-error-exception-arguments"
"rpc-remote-error-exception-message"
"rpc-remote-error-exception-procedure"
"rpc-remote-error-exception?"
"s16vector-copy"
"s16vector-copy!"
"s16vector-fill!"
"s16vector-shrink!"
"s16vector?"
"s32vector-copy"
"s32vector-copy!"
"s32vector-fill!"
"s32vector-shrink!"
"s32vector?"
"s64vector-copy"
"s64vector-copy!"
"s64vector-fill!"
"s64vector-shrink!"
"s64vector?"
"s8vector-copy"
"s8vector-copy!"
"s8vector-fill!"
"s8vector-shrink!"
"s8vector?"
"scheduler-exception-reason"
"scheduler-exception?"
"scheme-report-environment"
"seconds->time"
"service-info-aliases"
"service-info-name"
"service-info-port-number"
"service-info-protocol"
"service-info?"
"sfun-conversion-exception-arguments"
"sfun-conversion-exception-code"
"sfun-conversion-exception-message"
"sfun-conversion-exception-procedure"
"sfun-conversion-exception?"
"six.make-array"
"socket-info-address"
"socket-info-family"
"socket-info-port-number"
"socket-info?"
"stack-overflow-exception?"
"started-thread-exception-arguments"
"started-thread-exception-procedure"
"started-thread-exception?"
"step"
"step-level-set!"
"string->uninterned-keyword"
"string->uninterned-symbol"
"string->utf8"
"string->vector"
"string-copy!"
"string-for-each"
"string-map"
"string-shrink!"
"string?"
"subf32vector"
"subf32vector-fill!"
"subf32vector-move!"
"subf64vector"
"subf64vector-fill!"
"subf64vector-move!"
"subs16vector"
"subs16vector-fill!"
"subs16vector-move!"
"subs32vector"
"subs32vector-fill!"
"subs32vector-move!"
"subs64vector"
"subs64vector-fill!"
"subs64vector-move!"
"subs8vector"
"subs8vector-fill!"
"subs8vector-move!"
"substring-fill!"
"substring-move!"
"subu16vector"
"subu16vector-fill!"
"subu16vector-move!"
"subu32vector"
"subu32vector-fill!"
"subu32vector-move!"
"subu64vector"
"subu64vector-fill!"
"subu64vector-move!"
"subu8vector"
"subu8vector-fill!"
"subu8vector-move!"
"subvector"
"subvector-fill!"
"subvector-move!"
"symbol-hash"
"symbol=?"
"symbol?"
"system-stamp"
"system-type"
"system-type-string"
"system-version"
"system-version-string"
"table->list"
"table-copy"
"table-for-each"
"table-length"
"table-merge"
"table-merge!"
"table-search"
"table-set!"
"table?"
"tcp-client-self-socket-info"
"terminated-thread-exception-arguments"
"terminated-thread-exception-procedure"
"terminated-thread-exception?"
"test-bit-field?"
"textual-port?"
"thread-base-priority"
"thread-base-priority-set!"
"thread-group->thread-group-list"
"thread-group->thread-group-vector"
"thread-group->thread-list"
"thread-group->thread-vector"
"thread-group-name"
"thread-group-parent"
"thread-group-resume!"
"thread-group-specific"
"thread-group-specific-set!"
"thread-group-suspend!"
"thread-group-terminate!"
"thread-group?"
"thread-init!"
"thread-mailbox-extract-and-rewind"
"thread-mailbox-next"
"thread-mailbox-rewind"
"thread-name"
"thread-priority-boost"
"thread-priority-boost-set!"
"thread-quantum"
"thread-quantum-set!"
"thread-receive"
"thread-resume!"
"thread-send"
"thread-sleep!"
"thread-specific"
"thread-specific-set!"
"thread-start!"
"thread-state"
"thread-state-abnormally-terminated-reason"
"thread-state-abnormally-terminated?"
"thread-state-initialized?"
"thread-state-normally-terminated-result"
"thread-state-normally-terminated?"
"thread-state-running-processor"
"thread-state-running?"
"thread-state-uninitialized?"
"thread-state-waiting-for"
"thread-state-waiting-timeout"
"thread-state-waiting?"
"thread-suspend!"
"thread-terminate!"
"thread-thread-group"
"thread-yield!"
"thread?"
"time->seconds"
"time?"
"top"
"touch"
"trace"
"transcript-off"
"tty-history-max-length-set!"
"tty-paren-balance-duration-set!"
"tty-text-attributes-set!"
"tty?"
"type-exception-arg-num"
"type-exception-arguments"
"type-exception-procedure"
"type-exception-type-id"
"type-exception?"
"u16vector-copy"
"u16vector-copy!"
"u16vector-fill!"
"u16vector-shrink!"
"u16vector?"
"u32vector-copy"
"u32vector-copy!"
"u32vector-fill!"
"u32vector-shrink!"
"u32vector?"
"u64vector-copy"
"u64vector-copy!"
"u64vector-fill!"
"u64vector-shrink!"
"u64vector?"
"u8vector->object"
"u8vector-fill!"
"u8vector-shrink!"
"udp-destination-set!"
"udp-read-subu8vector"
"udp-write-subu8vector"
"unbound-global-exception-code"
"unbound-global-exception-rte"
"unbound-global-exception-variable"
"unbound-global-exception?"
"unbound-os-environment-variable-exception-arguments"
"unbound-os-environment-variable-exception-procedure"
"unbound-os-environment-variable-exception?"
"unbound-serial-number-exception-arguments"
"unbound-serial-number-exception-procedure"
"unbound-serial-number-exception?"
"unbound-table-key-exception-arguments"
"unbound-table-key-exception-procedure"
"unbound-table-key-exception?"
"unbreak"
"uncaught-exception-arguments"
"uncaught-exception-procedure"
"uncaught-exception-reason"
"uncaught-exception?"
"uninitialized-thread-exception-arguments"
"uninitialized-thread-exception-procedure"
"uninitialized-thread-exception?"
"uninterned-keyword?"
"uninterned-symbol?"
"unknown-keyword-argument-exception-arguments"
"unknown-keyword-argument-exception-procedure"
"unknown-keyword-argument-exception?"
"unterminated-process-exception-arguments"
"unterminated-process-exception-procedure"
"unterminated-process-exception?"
"untrace"
"user-info-gid"
"user-info-home"
"user-info-name"
"user-info-shell"
"user-info-uid"
"user-info?"
"values"
"vector"
"vector->string"
"vector-copy"
"vector-copy!"
"vector-for-each"
"vector-map"
"vector-shrink!"
"vector?"
"void"
"will-execute!"
"will?"
"with-exception-catcher"
"with-exception-handler"
"with-input-from-port"
"with-input-from-process"
"with-input-from-string"
"with-input-from-u8vector"
"with-input-from-vector"
"with-output-to-port"
"with-output-to-process"
"with-output-to-string"
"with-output-to-u8vector"
"with-output-to-vector"
"write-bytevector"
"write-shared"
"write-simple"
"write-string"
"write-substring"
"wrong-number-of-arguments-exception-arguments"
"wrong-number-of-arguments-exception-procedure"
"wrong-number-of-arguments-exception?"
"wrong-processor-c-return-exception?"
"xcons"
)
(
)
#f
)
#else
#define ___VERSION 409003
#define ___LINKFILE_NAME "_gsi_"
#define ___LINKER_ID ___LNK___gsi__
#define ___INCREMENTAL_LINKFILE
#define ___SCRIPT_LINE 0
#include "gambit.h"
___BEGIN_OLD_LNK
___DEF_OLD_LNK(___LNK___gambitgsi)
___END_OLD_LNK
___BEGIN_NEW_LNK
___DEF_NEW_LNK(___LNK___gsi)
___END_NEW_LNK
___BEGIN_LNK
___DEF_LNK(___LNK___gambitgsi)
,___DEF_LNK(___LNK___gsi)
___END_LNK
___BEGIN_OLD_KEY
___DEF_OLD_KEY(___K_address)
___DEF_OLD_KEY(___K_append)
___DEF_OLD_KEY(___K_arguments)
___DEF_OLD_KEY(___K_backlog)
___DEF_OLD_KEY(___K_broadcast)
___DEF_OLD_KEY(___K_buffering)
___DEF_OLD_KEY(___K_certificate)
___DEF_OLD_KEY(___K_char_2d_encoding)
___DEF_OLD_KEY(___K_char_2d_encoding_2d_errors)
___DEF_OLD_KEY(___K_client_2d_ca)
___DEF_OLD_KEY(___K_coalesce)
___DEF_OLD_KEY(___K_constant_2d_constructor)
___DEF_OLD_KEY(___K_constructor)
___DEF_OLD_KEY(___K_copier)
___DEF_OLD_KEY(___K_create)
___DEF_OLD_KEY(___K_diffie_2d_hellman_2d_parameters)
___DEF_OLD_KEY(___K_direction)
___DEF_OLD_KEY(___K_directory)
___DEF_OLD_KEY(___K_elliptic_2d_curve)
___DEF_OLD_KEY(___K_environment)
___DEF_OLD_KEY(___K_eol_2d_encoding)
___DEF_OLD_KEY(___K_equality_2d_skip)
___DEF_OLD_KEY(___K_equality_2d_test)
___DEF_OLD_KEY(___K_extender)
___DEF_OLD_KEY(___K_family)
___DEF_OLD_KEY(___K_flags)
___DEF_OLD_KEY(___K_functional_2d_setter)
___DEF_OLD_KEY(___K_hash)
___DEF_OLD_KEY(___K_host)
___DEF_OLD_KEY(___K_id)
___DEF_OLD_KEY(___K_ignore_2d_hidden)
___DEF_OLD_KEY(___K_implementer)
___DEF_OLD_KEY(___K_init)
___DEF_OLD_KEY(___K_input_2d_buffering)
___DEF_OLD_KEY(___K_input_2d_char_2d_encoding)
___DEF_OLD_KEY(___K_input_2d_char_2d_encoding_2d_errors)
___DEF_OLD_KEY(___K_input_2d_eol_2d_encoding)
___DEF_OLD_KEY(___K_input_2d_readtable)
___DEF_OLD_KEY(___K_keep_2d_alive)
___DEF_OLD_KEY(___K_local_2d_address)
___DEF_OLD_KEY(___K_local_2d_port_2d_number)
___DEF_OLD_KEY(___K_macros)
___DEF_OLD_KEY(___K_max_2d_load)
___DEF_OLD_KEY(___K_min_2d_load)
___DEF_OLD_KEY(___K_min_2d_version)
___DEF_OLD_KEY(___K_no_2d_functional_2d_setter)
___DEF_OLD_KEY(___K_opaque)
___DEF_OLD_KEY(___K_options)
___DEF_OLD_KEY(___K_output_2d_buffering)
___DEF_OLD_KEY(___K_output_2d_char_2d_encoding)
___DEF_OLD_KEY(___K_output_2d_char_2d_encoding_2d_errors)
___DEF_OLD_KEY(___K_output_2d_eol_2d_encoding)
___DEF_OLD_KEY(___K_output_2d_readtable)
___DEF_OLD_KEY(___K_output_2d_width)
___DEF_OLD_KEY(___K_path)
___DEF_OLD_KEY(___K_permanent_2d_close)
___DEF_OLD_KEY(___K_permissions)
___DEF_OLD_KEY(___K_port)
___DEF_OLD_KEY(___K_port_2d_number)
___DEF_OLD_KEY(___K_predicate)
___DEF_OLD_KEY(___K_prefix)
___DEF_OLD_KEY(___K_printable)
___DEF_OLD_KEY(___K_private_2d_key)
___DEF_OLD_KEY(___K_protocol)
___DEF_OLD_KEY(___K_pseudo_2d_terminal)
___DEF_OLD_KEY(___K_read_2d_only)
___DEF_OLD_KEY(___K_read_2d_write)
___DEF_OLD_KEY(___K_readtable)
___DEF_OLD_KEY(___K_reuse_2d_address)
___DEF_OLD_KEY(___K_server_2d_address)
___DEF_OLD_KEY(___K_service)
___DEF_OLD_KEY(___K_show_2d_console)
___DEF_OLD_KEY(___K_size)
___DEF_OLD_KEY(___K_socket_2d_type)
___DEF_OLD_KEY(___K_stderr_2d_redirection)
___DEF_OLD_KEY(___K_stdin_2d_redirection)
___DEF_OLD_KEY(___K_stdout_2d_redirection)
___DEF_OLD_KEY(___K_test)
___DEF_OLD_KEY(___K_tls_2d_context)
___DEF_OLD_KEY(___K_truncate)
___DEF_OLD_KEY(___K_type_2d_exhibitor)
___DEF_OLD_KEY(___K_unprintable)
___DEF_OLD_KEY(___K_weak_2d_keys)
___DEF_OLD_KEY(___K_weak_2d_values)
___END_OLD_KEY
___BEGIN_OLD_SYM_GLO
___DEF_OLD_SYM_GLO(___S_,___G_)
___DEF_OLD_SYM_GLO(___S__23__23__2a_,___G__23__23__2a_)
___DEF_OLD_SYM_GLO(___S__23__23__2b_,___G__23__23__2b_)
___DEF_OLD_SYM_GLO(___S__23__23__2d_,___G__23__23__2d_)
___DEF_OLD_SYM_GLO(___S__23__23__2f_,___G__23__23__2f_)
___DEF_OLD_SYM_GLO(___S__23__23_10_5e__2d_constants,___G__23__23_10_5e__2d_constants)
___DEF_OLD_SYM_GLO(___S__23__23__3c_,___G__23__23__3c_)
___DEF_OLD_SYM_GLO(___S__23__23__3d_,___G__23__23__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_abort,___G__23__23_abort)
___DEF_OLD_SYM_GLO(___S__23__23_abs,___G__23__23_abs)
___DEF_OLD_SYM_GLO(___S__23__23_absrel_2d_timeout_2d__3e_timeout,___G__23__23_absrel_2d_timeout_2d__3e_timeout)
___DEF_OLD_SYM_GLO(___S__23__23_acos,___G__23__23_acos)
___DEF_OLD_SYM_GLO(___S__23__23_acosh,___G__23__23_acosh)
___DEF_OLD_SYM_GLO(___S__23__23_actlog_2d_dump,___G__23__23_actlog_2d_dump)
___DEF_OLD_SYM_GLO(___S__23__23_actlog_2d_start,___G__23__23_actlog_2d_start)
___DEF_OLD_SYM_GLO(___S__23__23_actlog_2d_stop,___G__23__23_actlog_2d_stop)
___DEF_OLD_SYM_GLO(___S__23__23_add_2d_exit_2d_job_21_,___G__23__23_add_2d_exit_2d_job_21_)
___DEF_OLD_SYM_GLO(___S__23__23_add_2d_gc_2d_interrupt_2d_job_21_,___G__23__23_add_2d_gc_2d_interrupt_2d_job_21_)
___DEF_OLD_SYM_GLO(___S__23__23_add_2d_import_2d_requirement,___G__23__23_add_2d_import_2d_requirement)
___DEF_OLD_SYM_GLO(___S__23__23_add_2d_import_2d_requirement_2d_set_21_,___G__23__23_add_2d_import_2d_requirement_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_add_2d_job_21_,___G__23__23_add_2d_job_21_)
___DEF_OLD_SYM_GLO(___S__23__23_add_2d_job_2d_at_2d_tail_21_,___G__23__23_add_2d_job_2d_at_2d_tail_21_)
___DEF_OLD_SYM_GLO(___S__23__23_address_2d_info_2d_setup_21_,___G__23__23_address_2d_info_2d_setup_21_)
___DEF_OLD_SYM_GLO(___S__23__23_address_2d_infos,___G__23__23_address_2d_infos)
___DEF_OLD_SYM_GLO(___S__23__23_all_2d_bits_2d_set_3f_,___G__23__23_all_2d_bits_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_allow_2d_inner_2d_global_2d_define_3f_,___G__23__23_allow_2d_inner_2d_global_2d_define_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_allow_2d_inner_2d_global_2d_define_3f__2d_set_21_,___G__23__23_allow_2d_inner_2d_global_2d_define_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_allow_2d_length_2d_mismatch_3f_,___G__23__23_allow_2d_length_2d_mismatch_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_allow_2d_length_2d_mismatch_3f__2d_set_21_,___G__23__23_allow_2d_length_2d_mismatch_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_and,___G__23__23_and)
___DEF_OLD_SYM_GLO(___S__23__23_and_3f_,___G__23__23_and_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_angle,___G__23__23_angle)
___DEF_OLD_SYM_GLO(___S__23__23_any_2d_bits_2d_set_3f_,___G__23__23_any_2d_bits_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_append,___G__23__23_append)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_f32vectors,___G__23__23_append_2d_f32vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_f64vectors,___G__23__23_append_2d_f64vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_lists,___G__23__23_append_2d_lists)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_s16vectors,___G__23__23_append_2d_s16vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_s32vectors,___G__23__23_append_2d_s32vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_s64vectors,___G__23__23_append_2d_s64vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_s8vectors,___G__23__23_append_2d_s8vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_strings,___G__23__23_append_2d_strings)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_u16vectors,___G__23__23_append_2d_u16vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_u32vectors,___G__23__23_append_2d_u32vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_u64vectors,___G__23__23_append_2d_u64vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_u8vectors,___G__23__23_append_2d_u8vectors)
___DEF_OLD_SYM_GLO(___S__23__23_append_2d_vectors,___G__23__23_append_2d_vectors)
___DEF_OLD_SYM_GLO(___S__23__23_apply,___G__23__23_apply)
___DEF_OLD_SYM_GLO(___S__23__23_apply_2d_global_2d_with_2d_procedure_2d_check_2d_nary,___G__23__23_apply_2d_global_2d_with_2d_procedure_2d_check_2d_nary)
___DEF_OLD_SYM_GLO(___S__23__23_apply_2d_with_2d_procedure_2d_check,___G__23__23_apply_2d_with_2d_procedure_2d_check)
___DEF_OLD_SYM_GLO(___S__23__23_apply_2d_with_2d_procedure_2d_check_2d_nary,___G__23__23_apply_2d_with_2d_procedure_2d_check_2d_nary)
___DEF_OLD_SYM_GLO(___S__23__23_argument_2d_list_2d_fix_2d_rest_2d_param_21_,___G__23__23_argument_2d_list_2d_fix_2d_rest_2d_param_21_)
___DEF_OLD_SYM_GLO(___S__23__23_argument_2d_list_2d_remove_2d_absent_21_,___G__23__23_argument_2d_list_2d_remove_2d_absent_21_)
___DEF_OLD_SYM_GLO(___S__23__23_argument_2d_list_2d_remove_2d_absent_2d_keys_21_,___G__23__23_argument_2d_list_2d_remove_2d_absent_2d_keys_21_)
___DEF_OLD_SYM_GLO(___S__23__23_arithmetic_2d_shift,___G__23__23_arithmetic_2d_shift)
___DEF_OLD_SYM_GLO(___S__23__23_asin,___G__23__23_asin)
___DEF_OLD_SYM_GLO(___S__23__23_asinh,___G__23__23_asinh)
___DEF_OLD_SYM_GLO(___S__23__23_assoc,___G__23__23_assoc)
___DEF_OLD_SYM_GLO(___S__23__23_assq,___G__23__23_assq)
___DEF_OLD_SYM_GLO(___S__23__23_assq_2d_cdr,___G__23__23_assq_2d_cdr)
___DEF_OLD_SYM_GLO(___S__23__23_atan,___G__23__23_atan)
___DEF_OLD_SYM_GLO(___S__23__23_atan2,___G__23__23_atan2)
___DEF_OLD_SYM_GLO(___S__23__23_atanh,___G__23__23_atanh)
___DEF_OLD_SYM_GLO(___S__23__23_backtrace_2d_default_2d_max_2d_head,___G__23__23_backtrace_2d_default_2d_max_2d_head)
___DEF_OLD_SYM_GLO(___S__23__23_backtrace_2d_default_2d_max_2d_head_2d_set_21_,___G__23__23_backtrace_2d_default_2d_max_2d_head_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_backtrace_2d_default_2d_max_2d_tail,___G__23__23_backtrace_2d_default_2d_max_2d_tail)
___DEF_OLD_SYM_GLO(___S__23__23_backtrace_2d_default_2d_max_2d_tail_2d_set_21_,___G__23__23_backtrace_2d_default_2d_max_2d_tail_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_begin,___G__23__23_begin)
___DEF_OLD_SYM_GLO(___S__23__23_begin_3f_,___G__23__23_begin_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2d__3e_fixnum_3f_,___G__23__23_bignum_2d__3e_fixnum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e__2a_,___G__23__23_bignum_2e__2a_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e__2b_,___G__23__23_bignum_2e__2b_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e__2d_,___G__23__23_bignum_2e__2d_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_2_2a_min_2d_fixnum,___G__23__23_bignum_2e_2_2a_min_2d_fixnum)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d__3c_,___G__23__23_bignum_2e_adigit_2d__3c_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d__3d_,___G__23__23_bignum_2e_adigit_2d__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_add_21_,___G__23__23_bignum_2e_adigit_2d_add_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_bitwise_2d_and_21_,___G__23__23_bignum_2e_adigit_2d_bitwise_2d_and_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_bitwise_2d_ior_21_,___G__23__23_bignum_2e_adigit_2d_bitwise_2d_ior_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_bitwise_2d_not_21_,___G__23__23_bignum_2e_adigit_2d_bitwise_2d_not_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_bitwise_2d_xor_21_,___G__23__23_bignum_2e_adigit_2d_bitwise_2d_xor_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_cat_21_,___G__23__23_bignum_2e_adigit_2d_cat_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_copy_21_,___G__23__23_bignum_2e_adigit_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_dec_21_,___G__23__23_bignum_2e_adigit_2d_dec_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_inc_21_,___G__23__23_bignum_2e_adigit_2d_inc_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_length,___G__23__23_bignum_2e_adigit_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_negative_3f_,___G__23__23_bignum_2e_adigit_2d_negative_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_ones,___G__23__23_bignum_2e_adigit_2d_ones)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_ones_3f_,___G__23__23_bignum_2e_adigit_2d_ones_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_shrink_21_,___G__23__23_bignum_2e_adigit_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_sub_21_,___G__23__23_bignum_2e_adigit_2d_sub_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_width,___G__23__23_bignum_2e_adigit_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_zero_3f_,___G__23__23_bignum_2e_adigit_2d_zero_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_adigit_2d_zeros,___G__23__23_bignum_2e_adigit_2d_zeros)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_arithmetic_2d_shift,___G__23__23_bignum_2e_arithmetic_2d_shift)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_arithmetic_2d_shift_2d_into_21_,___G__23__23_bignum_2e_arithmetic_2d_shift_2d_into_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_copy,___G__23__23_bignum_2e_copy)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_div,___G__23__23_bignum_2e_div)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fast_2d_gcd_2d_size,___G__23__23_bignum_2e_fast_2d_gcd_2d_size)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fast_2d_gcd_2d_size_2d_set_21_,___G__23__23_bignum_2e_fast_2d_gcd_2d_size_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fdigit_2d_base,___G__23__23_bignum_2e_fdigit_2d_base)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fdigit_2d_length,___G__23__23_bignum_2e_fdigit_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fdigit_2d_ref,___G__23__23_bignum_2e_fdigit_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fdigit_2d_set_21_,___G__23__23_bignum_2e_fdigit_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fdigit_2d_width,___G__23__23_bignum_2e_fdigit_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fft_2d_mul_2d_max_2d_width,___G__23__23_bignum_2e_fft_2d_mul_2d_max_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fft_2d_mul_2d_max_2d_width_2d_set_21_,___G__23__23_bignum_2e_fft_2d_mul_2d_max_2d_width_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fft_2d_mul_2d_min_2d_width,___G__23__23_bignum_2e_fft_2d_mul_2d_min_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_fft_2d_mul_2d_min_2d_width_2d_set_21_,___G__23__23_bignum_2e_fft_2d_mul_2d_min_2d_width_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_inexact_2d_mdigit_2d_base,___G__23__23_bignum_2e_inexact_2d_mdigit_2d_base)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_make,___G__23__23_bignum_2e_make)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_max_2d_fixnum_2d_div_2d_mdigit_2d_base,___G__23__23_bignum_2e_max_2d_fixnum_2d_div_2d_mdigit_2d_base)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_base,___G__23__23_bignum_2e_mdigit_2d_base)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_base_2a_16,___G__23__23_bignum_2e_mdigit_2d_base_2a_16)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_base_2d_minus_2d_1,___G__23__23_bignum_2e_mdigit_2d_base_2d_minus_2d_1)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_div_21_,___G__23__23_bignum_2e_mdigit_2d_div_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_length,___G__23__23_bignum_2e_mdigit_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_mul_21_,___G__23__23_bignum_2e_mdigit_2d_mul_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_quotient,___G__23__23_bignum_2e_mdigit_2d_quotient)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_ref,___G__23__23_bignum_2e_mdigit_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_remainder,___G__23__23_bignum_2e_mdigit_2d_remainder)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_set_21_,___G__23__23_bignum_2e_mdigit_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_test_3f_,___G__23__23_bignum_2e_mdigit_2d_test_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_width,___G__23__23_bignum_2e_mdigit_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_mdigit_2d_width_2f_2,___G__23__23_bignum_2e_mdigit_2d_width_2f_2)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_min_2d_fixnum_2d_div_2d_mdigit_2d_base,___G__23__23_bignum_2e_min_2d_fixnum_2d_div_2d_mdigit_2d_base)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_minus_2d_mdigit_2d_base,___G__23__23_bignum_2e_minus_2d_mdigit_2d_base)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_naive_2d_mul_2d_max_2d_width,___G__23__23_bignum_2e_naive_2d_mul_2d_max_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_naive_2d_mul_2d_max_2d_width_2d_set_21_,___G__23__23_bignum_2e_naive_2d_mul_2d_max_2d_width_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_negative_3f_,___G__23__23_bignum_2e_negative_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_normalize_21_,___G__23__23_bignum_2e_normalize_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_2e_propagate_2d_carry_2d_and_2d_normalize_21_,___G__23__23_bignum_2e_propagate_2d_carry_2d_and_2d_normalize_21_)
___DEF_OLD_SYM_GLO(___S__23__23_bignum_3f_,___G__23__23_bignum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bindings_2d__3e_steps,___G__23__23_bindings_2d__3e_steps)
___DEF_OLD_SYM_GLO(___S__23__23_bindings_2d__3e_vals,___G__23__23_bindings_2d__3e_vals)
___DEF_OLD_SYM_GLO(___S__23__23_bindings_2d__3e_vars,___G__23__23_bindings_2d__3e_vars)
___DEF_OLD_SYM_GLO(___S__23__23_bit_2d_count,___G__23__23_bit_2d_count)
___DEF_OLD_SYM_GLO(___S__23__23_bit_2d_mask,___G__23__23_bit_2d_mask)
___DEF_OLD_SYM_GLO(___S__23__23_bit_2d_set_3f_,___G__23__23_bit_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_bitwise_2d_and,___G__23__23_bitwise_2d_and)
___DEF_OLD_SYM_GLO(___S__23__23_bitwise_2d_ior,___G__23__23_bitwise_2d_ior)
___DEF_OLD_SYM_GLO(___S__23__23_bitwise_2d_merge,___G__23__23_bitwise_2d_merge)
___DEF_OLD_SYM_GLO(___S__23__23_bitwise_2d_not,___G__23__23_bitwise_2d_not)
___DEF_OLD_SYM_GLO(___S__23__23_bitwise_2d_xor,___G__23__23_bitwise_2d_xor)
___DEF_OLD_SYM_GLO(___S__23__23_boolean_3f_,___G__23__23_boolean_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_box,___G__23__23_box)
___DEF_OLD_SYM_GLO(___S__23__23_box_3f_,___G__23__23_box_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_break,___G__23__23_break)
___DEF_OLD_SYM_GLO(___S__23__23_break_2d_list,___G__23__23_break_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_btq_2d_abandon_21_,___G__23__23_btq_2d_abandon_21_)
___DEF_OLD_SYM_GLO(___S__23__23_btq_2d_insert_21_,___G__23__23_btq_2d_insert_21_)
___DEF_OLD_SYM_GLO(___S__23__23_btq_2d_remove_21_,___G__23__23_btq_2d_remove_21_)
___DEF_OLD_SYM_GLO(___S__23__23_btq_2d_reposition_21_,___G__23__23_btq_2d_reposition_21_)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_cond,___G__23__23_build_2d_cond)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_decimal_2d_integer,___G__23__23_build_2d_decimal_2d_integer)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_delimited_2d_number_2f_keyword_2f_symbol,___G__23__23_build_2d_delimited_2d_number_2f_keyword_2f_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_delimited_2d_string,___G__23__23_build_2d_delimited_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_escaped_2d_string_2d_up_2d_to,___G__23__23_build_2d_escaped_2d_string_2d_up_2d_to)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_list,___G__23__23_build_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_read_2d_macro,___G__23__23_build_2d_read_2d_macro)
___DEF_OLD_SYM_GLO(___S__23__23_build_2d_vector,___G__23__23_build_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_byte_2d_rbuf_2d_fill,___G__23__23_byte_2d_rbuf_2d_fill)
___DEF_OLD_SYM_GLO(___S__23__23_byte_2d_wbuf_2d_drain,___G__23__23_byte_2d_wbuf_2d_drain)
___DEF_OLD_SYM_GLO(___S__23__23_byte_2d_wbuf_2d_drain_2d_no_2d_reset,___G__23__23_byte_2d_wbuf_2d_drain_2d_no_2d_reset)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_declare,___G__23__23_c_2d_declare)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_define,___G__23__23_c_2d_define)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_define_2d_type,___G__23__23_c_2d_define_2d_type)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_id_2d_initial_3f_,___G__23__23_c_2d_id_2d_initial_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_id_2d_subsequent_3f_,___G__23__23_c_2d_id_2d_subsequent_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_initialize,___G__23__23_c_2d_initialize)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_lambda,___G__23__23_c_2d_lambda)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_return_2d_on_2d_other_2d_processor,___G__23__23_c_2d_return_2d_on_2d_other_2d_processor)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_return_2d_on_2d_other_2d_processor_2d_hook,___G__23__23_c_2d_return_2d_on_2d_other_2d_processor_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_c_2d_return_2d_on_2d_other_2d_processor_2d_hook_2d_set_21_,___G__23__23_c_2d_return_2d_on_2d_other_2d_processor_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_caaaar,___G__23__23_caaaar)
___DEF_OLD_SYM_GLO(___S__23__23_caaadr,___G__23__23_caaadr)
___DEF_OLD_SYM_GLO(___S__23__23_caaar,___G__23__23_caaar)
___DEF_OLD_SYM_GLO(___S__23__23_caadar,___G__23__23_caadar)
___DEF_OLD_SYM_GLO(___S__23__23_caaddr,___G__23__23_caaddr)
___DEF_OLD_SYM_GLO(___S__23__23_caadr,___G__23__23_caadr)
___DEF_OLD_SYM_GLO(___S__23__23_caar,___G__23__23_caar)
___DEF_OLD_SYM_GLO(___S__23__23_cabs,___G__23__23_cabs)
___DEF_OLD_SYM_GLO(___S__23__23_cacos,___G__23__23_cacos)
___DEF_OLD_SYM_GLO(___S__23__23_cacosh,___G__23__23_cacosh)
___DEF_OLD_SYM_GLO(___S__23__23_cadaar,___G__23__23_cadaar)
___DEF_OLD_SYM_GLO(___S__23__23_cadadr,___G__23__23_cadadr)
___DEF_OLD_SYM_GLO(___S__23__23_cadar,___G__23__23_cadar)
___DEF_OLD_SYM_GLO(___S__23__23_caddar,___G__23__23_caddar)
___DEF_OLD_SYM_GLO(___S__23__23_cadddr,___G__23__23_cadddr)
___DEF_OLD_SYM_GLO(___S__23__23_caddr,___G__23__23_caddr)
___DEF_OLD_SYM_GLO(___S__23__23_cadr,___G__23__23_cadr)
___DEF_OLD_SYM_GLO(___S__23__23_call_2d_with_2d_current_2d_continuation,___G__23__23_call_2d_with_2d_current_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_call_2d_with_2d_values,___G__23__23_call_2d_with_2d_values)
___DEF_OLD_SYM_GLO(___S__23__23_car,___G__23__23_car)
___DEF_OLD_SYM_GLO(___S__23__23_carg,___G__23__23_carg)
___DEF_OLD_SYM_GLO(___S__23__23_cars,___G__23__23_cars)
___DEF_OLD_SYM_GLO(___S__23__23_case,___G__23__23_case)
___DEF_OLD_SYM_GLO(___S__23__23_case_2d_lambda,___G__23__23_case_2d_lambda)
___DEF_OLD_SYM_GLO(___S__23__23_case_2d_memv,___G__23__23_case_2d_memv)
___DEF_OLD_SYM_GLO(___S__23__23_casin,___G__23__23_casin)
___DEF_OLD_SYM_GLO(___S__23__23_casinh,___G__23__23_casinh)
___DEF_OLD_SYM_GLO(___S__23__23_catanh,___G__23__23_catanh)
___DEF_OLD_SYM_GLO(___S__23__23_cdaaar,___G__23__23_cdaaar)
___DEF_OLD_SYM_GLO(___S__23__23_cdaadr,___G__23__23_cdaadr)
___DEF_OLD_SYM_GLO(___S__23__23_cdaar,___G__23__23_cdaar)
___DEF_OLD_SYM_GLO(___S__23__23_cdadar,___G__23__23_cdadar)
___DEF_OLD_SYM_GLO(___S__23__23_cdaddr,___G__23__23_cdaddr)
___DEF_OLD_SYM_GLO(___S__23__23_cdadr,___G__23__23_cdadr)
___DEF_OLD_SYM_GLO(___S__23__23_cdar,___G__23__23_cdar)
___DEF_OLD_SYM_GLO(___S__23__23_cddaar,___G__23__23_cddaar)
___DEF_OLD_SYM_GLO(___S__23__23_cddadr,___G__23__23_cddadr)
___DEF_OLD_SYM_GLO(___S__23__23_cddar,___G__23__23_cddar)
___DEF_OLD_SYM_GLO(___S__23__23_cdddar,___G__23__23_cdddar)
___DEF_OLD_SYM_GLO(___S__23__23_cddddr,___G__23__23_cddddr)
___DEF_OLD_SYM_GLO(___S__23__23_cdddr,___G__23__23_cdddr)
___DEF_OLD_SYM_GLO(___S__23__23_cddr,___G__23__23_cddr)
___DEF_OLD_SYM_GLO(___S__23__23_cdr,___G__23__23_cdr)
___DEF_OLD_SYM_GLO(___S__23__23_cdrs,___G__23__23_cdrs)
___DEF_OLD_SYM_GLO(___S__23__23_ceiling,___G__23__23_ceiling)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d__3e_integer,___G__23__23_char_2d__3e_integer)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_alphabetic_3f_,___G__23__23_char_2d_alphabetic_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ci_3c__3d__3f_,___G__23__23_char_2d_ci_3c__3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ci_3c__3f_,___G__23__23_char_2d_ci_3c__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ci_3d__3f_,___G__23__23_char_2d_ci_3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ci_3e__3d__3f_,___G__23__23_char_2d_ci_3e__3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ci_3e__3f_,___G__23__23_char_2d_ci_3e__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_downcase,___G__23__23_char_2d_downcase)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_hexadecimal_3f_,___G__23__23_char_2d_hexadecimal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_lower_2d_case_3f_,___G__23__23_char_2d_lower_2d_case_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_numeric_3f_,___G__23__23_char_2d_numeric_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_octal_3f_,___G__23__23_char_2d_octal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_rbuf_2d_fill,___G__23__23_char_2d_rbuf_2d_fill)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ready_3f_,___G__23__23_char_2d_ready_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ready_3f_0,___G__23__23_char_2d_ready_3f_0)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_ready_3f_1,___G__23__23_char_2d_ready_3f_1)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_to_2d_digit_2d_table,___G__23__23_char_2d_to_2d_digit_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_upcase,___G__23__23_char_2d_upcase)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_upper_2d_case_3f_,___G__23__23_char_2d_upper_2d_case_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_wbuf_2d_drain,___G__23__23_char_2d_wbuf_2d_drain)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_wbuf_2d_drain_2d_no_2d_reset,___G__23__23_char_2d_wbuf_2d_drain_2d_no_2d_reset)
___DEF_OLD_SYM_GLO(___S__23__23_char_2d_whitespace_3f_,___G__23__23_char_2d_whitespace_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_3c__3d__3f_,___G__23__23_char_3c__3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_3c__3f_,___G__23__23_char_3c__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_3d__3f_,___G__23__23_char_3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_3e__3d__3f_,___G__23__23_char_3e__3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_3e__3f_,___G__23__23_char_3e__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_char_3f_,___G__23__23_char_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_chartable_2d_copy,___G__23__23_chartable_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_chartable_2d_ref,___G__23__23_chartable_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_chartable_2d_set_21_,___G__23__23_chartable_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_check_2d_heap,___G__23__23_check_2d_heap)
___DEF_OLD_SYM_GLO(___S__23__23_check_2d_heap_2d_limit,___G__23__23_check_2d_heap_2d_limit)
___DEF_OLD_SYM_GLO(___S__23__23_check_2d_namespace,___G__23__23_check_2d_namespace)
___DEF_OLD_SYM_GLO(___S__23__23_clear_2d_bit_2d_field,___G__23__23_clear_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S__23__23_clear_2d_exit_2d_jobs_21_,___G__23__23_clear_2d_exit_2d_jobs_21_)
___DEF_OLD_SYM_GLO(___S__23__23_clear_2d_gc_2d_interrupt_2d_jobs_21_,___G__23__23_clear_2d_gc_2d_interrupt_2d_jobs_21_)
___DEF_OLD_SYM_GLO(___S__23__23_clear_2d_jobs_21_,___G__23__23_clear_2d_jobs_21_)
___DEF_OLD_SYM_GLO(___S__23__23_close_2d_device,___G__23__23_close_2d_device)
___DEF_OLD_SYM_GLO(___S__23__23_close_2d_input_2d_port,___G__23__23_close_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_close_2d_output_2d_port,___G__23__23_close_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_close_2d_port,___G__23__23_close_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_closing_2d_parenthesis_2d_for,___G__23__23_closing_2d_parenthesis_2d_for)
___DEF_OLD_SYM_GLO(___S__23__23_closure_2d_code,___G__23__23_closure_2d_code)
___DEF_OLD_SYM_GLO(___S__23__23_closure_2d_length,___G__23__23_closure_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_closure_2d_ref,___G__23__23_closure_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_closure_2d_set_21_,___G__23__23_closure_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_closure_3f_,___G__23__23_closure_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_cmd_2d__3f_,___G__23__23_cmd_2d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_cmd_2d_b,___G__23__23_cmd_2d_b)
___DEF_OLD_SYM_GLO(___S__23__23_cmd_2d_e,___G__23__23_cmd_2d_e)
___DEF_OLD_SYM_GLO(___S__23__23_cmd_2d_i,___G__23__23_cmd_2d_i)
___DEF_OLD_SYM_GLO(___S__23__23_cmd_2d_st,___G__23__23_cmd_2d_st)
___DEF_OLD_SYM_GLO(___S__23__23_cmd_2d_y,___G__23__23_cmd_2d_y)
___DEF_OLD_SYM_GLO(___S__23__23_code_2d_locat,___G__23__23_code_2d_locat)
___DEF_OLD_SYM_GLO(___S__23__23_command_2d_line,___G__23__23_command_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_and,___G__23__23_comp_2d_and)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_and_2d_aux,___G__23__23_comp_2d_and_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_app,___G__23__23_comp_2d_app)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_aux,___G__23__23_comp_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_begin,___G__23__23_comp_2d_begin)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_body,___G__23__23_comp_2d_body)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_case,___G__23__23_comp_2d_case)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_case_2d_aux,___G__23__23_comp_2d_case_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_cond,___G__23__23_comp_2d_cond)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_cond_2d_aux,___G__23__23_comp_2d_cond_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_cst,___G__23__23_comp_2d_cst)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_define,___G__23__23_comp_2d_define)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_delay,___G__23__23_comp_2d_delay)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_do,___G__23__23_comp_2d_do)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_expr,___G__23__23_comp_2d_expr)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_future,___G__23__23_comp_2d_future)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_if,___G__23__23_comp_2d_if)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_inner,___G__23__23_comp_2d_inner)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_lambda,___G__23__23_comp_2d_lambda)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_lambda_2d_aux,___G__23__23_comp_2d_lambda_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_let,___G__23__23_comp_2d_let)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_let_2a_,___G__23__23_comp_2d_let_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_let_2a__2d_aux,___G__23__23_comp_2d_let_2a__2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_letrec,___G__23__23_comp_2d_letrec)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_letrec_2a_,___G__23__23_comp_2d_letrec_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_letrec_2d_aux,___G__23__23_comp_2d_letrec_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_letrec_2d_aux2,___G__23__23_comp_2d_letrec_2d_aux2)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_list_2d_template,___G__23__23_comp_2d_list_2d_template)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_or,___G__23__23_comp_2d_or)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_or_2d_aux,___G__23__23_comp_2d_or_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_quasiquote,___G__23__23_comp_2d_quasiquote)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_quote,___G__23__23_comp_2d_quote)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_ref,___G__23__23_comp_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_seq,___G__23__23_comp_2d_seq)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_seq_2d_aux,___G__23__23_comp_2d_seq_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_set_21_,___G__23__23_comp_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_simple,___G__23__23_comp_2d_simple)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_subexpr,___G__23__23_comp_2d_subexpr)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_template,___G__23__23_comp_2d_template)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top,___G__23__23_comp_2d_top)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_begin,___G__23__23_comp_2d_top_2d_begin)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_declare,___G__23__23_comp_2d_top_2d_declare)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_define,___G__23__23_comp_2d_top_2d_define)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_define_2d_macro,___G__23__23_comp_2d_top_2d_define_2d_macro)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_define_2d_macro_2d_or_2d_syntax,___G__23__23_comp_2d_top_2d_define_2d_macro_2d_or_2d_syntax)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_define_2d_syntax,___G__23__23_comp_2d_top_2d_define_2d_syntax)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_export,___G__23__23_comp_2d_top_2d_export)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_import,___G__23__23_comp_2d_top_2d_import)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_include,___G__23__23_comp_2d_top_2d_include)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_library,___G__23__23_comp_2d_top_2d_library)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_namespace,___G__23__23_comp_2d_top_2d_namespace)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_seq,___G__23__23_comp_2d_top_2d_seq)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_top_2d_seq_2d_aux,___G__23__23_comp_2d_top_2d_seq_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_comp_2d_vals,___G__23__23_comp_2d_vals)
___DEF_OLD_SYM_GLO(___S__23__23_compilation_2d_scope,___G__23__23_compilation_2d_scope)
___DEF_OLD_SYM_GLO(___S__23__23_compile_2d_in_2d_compilation_2d_scope,___G__23__23_compile_2d_in_2d_compilation_2d_scope)
___DEF_OLD_SYM_GLO(___S__23__23_compile_2d_inner,___G__23__23_compile_2d_inner)
___DEF_OLD_SYM_GLO(___S__23__23_compile_2d_module,___G__23__23_compile_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_compile_2d_top,___G__23__23_compile_2d_top)
___DEF_OLD_SYM_GLO(___S__23__23_complex_3f_,___G__23__23_complex_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_cond,___G__23__23_cond)
___DEF_OLD_SYM_GLO(___S__23__23_cond_2d_expand_2d_build,___G__23__23_cond_2d_expand_2d_build)
___DEF_OLD_SYM_GLO(___S__23__23_cond_2d_expand_2d_features,___G__23__23_cond_2d_expand_2d_features)
___DEF_OLD_SYM_GLO(___S__23__23_cond_3f_,___G__23__23_cond_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_condvar_2d_signal_21_,___G__23__23_condvar_2d_signal_21_)
___DEF_OLD_SYM_GLO(___S__23__23_condvar_2d_signal_2d_no_2d_reschedule_21_,___G__23__23_condvar_2d_signal_2d_no_2d_reschedule_21_)
___DEF_OLD_SYM_GLO(___S__23__23_conjugate,___G__23__23_conjugate)
___DEF_OLD_SYM_GLO(___S__23__23_cons,___G__23__23_cons)
___DEF_OLD_SYM_GLO(___S__23__23_console_2d_port,___G__23__23_console_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_constant_2d_expression_2d_value,___G__23__23_constant_2d_expression_2d_value)
___DEF_OLD_SYM_GLO(___S__23__23_constant_2d_expression_3f_,___G__23__23_constant_2d_expression_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_container_2d__3e_id,___G__23__23_container_2d__3e_id)
___DEF_OLD_SYM_GLO(___S__23__23_container_2d__3e_id_2d_hook,___G__23__23_container_2d__3e_id_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_container_2d__3e_id_2d_hook_2d_set_21_,___G__23__23_container_2d__3e_id_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_container_2d__3e_path,___G__23__23_container_2d__3e_path)
___DEF_OLD_SYM_GLO(___S__23__23_container_2d__3e_path_2d_hook,___G__23__23_container_2d__3e_path_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_container_2d__3e_path_2d_hook_2d_set_21_,___G__23__23_container_2d__3e_path_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_capture,___G__23__23_continuation_2d_capture)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_capture_2d_aux,___G__23__23_continuation_2d_capture_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_copy,___G__23__23_continuation_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_count_2d_frames,___G__23__23_continuation_2d_count_2d_frames)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_creator,___G__23__23_continuation_2d_creator)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_denv,___G__23__23_continuation_2d_denv)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_denv_2d_set_21_,___G__23__23_continuation_2d_denv_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_first_2d_frame,___G__23__23_continuation_2d_first_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_frame,___G__23__23_continuation_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_frame_2d_set_21_,___G__23__23_continuation_2d_frame_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_fs,___G__23__23_continuation_2d_fs)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_graft,___G__23__23_continuation_2d_graft)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_graft_2d_aux,___G__23__23_continuation_2d_graft_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_graft_2d_no_2d_winding,___G__23__23_continuation_2d_graft_2d_no_2d_winding)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_last,___G__23__23_continuation_2d_last)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_link,___G__23__23_continuation_2d_link)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_locals,___G__23__23_continuation_2d_locals)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_locat,___G__23__23_continuation_2d_locat)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_next,___G__23__23_continuation_2d_next)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_next_21_,___G__23__23_continuation_2d_next_21_)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_next_2d_frame,___G__23__23_continuation_2d_next_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_parent,___G__23__23_continuation_2d_parent)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_ref,___G__23__23_continuation_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_ret,___G__23__23_continuation_2d_ret)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_return,___G__23__23_continuation_2d_return)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_return_2d_aux,___G__23__23_continuation_2d_return_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_return_2d_no_2d_winding,___G__23__23_continuation_2d_return_2d_no_2d_winding)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_set_21_,___G__23__23_continuation_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_slot_2d_live_3f_,___G__23__23_continuation_2d_slot_2d_live_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_2d_unwind_2d_wind,___G__23__23_continuation_2d_unwind_2d_wind)
___DEF_OLD_SYM_GLO(___S__23__23_continuation_3f_,___G__23__23_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_convert_2d_source_2d_to_2d_locat_21_,___G__23__23_convert_2d_source_2d_to_2d_locat_21_)
___DEF_OLD_SYM_GLO(___S__23__23_copy_2d_bit_2d_field,___G__23__23_copy_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S__23__23_copy_2d_file,___G__23__23_copy_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_copy_2d_string_2d_list,___G__23__23_copy_2d_string_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_core_2d_count,___G__23__23_core_2d_count)
___DEF_OLD_SYM_GLO(___S__23__23_cos,___G__23__23_cos)
___DEF_OLD_SYM_GLO(___S__23__23_cosh,___G__23__23_cosh)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_and,___G__23__23_cprc_2d_and)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app_2d_red,___G__23__23_cprc_2d_app_2d_red)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app_2d_sub,___G__23__23_cprc_2d_app_2d_sub)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app0_2d_red,___G__23__23_cprc_2d_app0_2d_red)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app0_2d_sub,___G__23__23_cprc_2d_app0_2d_sub)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app1_2d_red,___G__23__23_cprc_2d_app1_2d_red)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app1_2d_sub,___G__23__23_cprc_2d_app1_2d_sub)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app2_2d_red,___G__23__23_cprc_2d_app2_2d_red)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app2_2d_sub,___G__23__23_cprc_2d_app2_2d_sub)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app3_2d_red,___G__23__23_cprc_2d_app3_2d_red)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app3_2d_sub,___G__23__23_cprc_2d_app3_2d_sub)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app4_2d_red,___G__23__23_cprc_2d_app4_2d_red)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_app4_2d_sub,___G__23__23_cprc_2d_app4_2d_sub)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_case,___G__23__23_cprc_2d_case)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_case_2d_clause,___G__23__23_cprc_2d_case_2d_clause)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_case_2d_else,___G__23__23_cprc_2d_case_2d_else)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_cond_2d_if,___G__23__23_cprc_2d_cond_2d_if)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_cond_2d_or,___G__23__23_cprc_2d_cond_2d_or)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_cond_2d_send_2d_red,___G__23__23_cprc_2d_cond_2d_send_2d_red)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_cond_2d_send_2d_sub,___G__23__23_cprc_2d_cond_2d_send_2d_sub)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_cst,___G__23__23_cprc_2d_cst)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_delay,___G__23__23_cprc_2d_delay)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_future,___G__23__23_cprc_2d_future)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_glo_2d_def,___G__23__23_cprc_2d_glo_2d_def)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_glo_2d_ref,___G__23__23_cprc_2d_glo_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_glo_2d_set,___G__23__23_cprc_2d_glo_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_if2,___G__23__23_cprc_2d_if2)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_if3,___G__23__23_cprc_2d_if3)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_let,___G__23__23_cprc_2d_let)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_letrec,___G__23__23_cprc_2d_letrec)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_letrec_2a_,___G__23__23_cprc_2d_letrec_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref,___G__23__23_cprc_2d_loc_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_0_2d_1,___G__23__23_cprc_2d_loc_2d_ref_2d_0_2d_1)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_0_2d_2,___G__23__23_cprc_2d_loc_2d_ref_2d_0_2d_2)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_0_2d_3,___G__23__23_cprc_2d_loc_2d_ref_2d_0_2d_3)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_1_2d_1,___G__23__23_cprc_2d_loc_2d_ref_2d_1_2d_1)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_1_2d_2,___G__23__23_cprc_2d_loc_2d_ref_2d_1_2d_2)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_1_2d_3,___G__23__23_cprc_2d_loc_2d_ref_2d_1_2d_3)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_2_2d_1,___G__23__23_cprc_2d_loc_2d_ref_2d_2_2d_1)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_2_2d_2,___G__23__23_cprc_2d_loc_2d_ref_2d_2_2d_2)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_2_2d_3,___G__23__23_cprc_2d_loc_2d_ref_2d_2_2d_3)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_ref_2d_box,___G__23__23_cprc_2d_loc_2d_ref_2d_box)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_set,___G__23__23_cprc_2d_loc_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_loc_2d_set_2d_box,___G__23__23_cprc_2d_loc_2d_set_2d_box)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_or,___G__23__23_cprc_2d_or)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_prc,___G__23__23_cprc_2d_prc)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_prc_2d_req,___G__23__23_cprc_2d_prc_2d_req)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_prc_2d_req0,___G__23__23_cprc_2d_prc_2d_req0)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_prc_2d_req1,___G__23__23_cprc_2d_prc_2d_req1)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_prc_2d_req2,___G__23__23_cprc_2d_prc_2d_req2)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_prc_2d_req3,___G__23__23_cprc_2d_prc_2d_req3)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_prc_2d_rest,___G__23__23_cprc_2d_prc_2d_rest)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_quasi_2d_append,___G__23__23_cprc_2d_quasi_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_quasi_2d_cons,___G__23__23_cprc_2d_quasi_2d_cons)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_quasi_2d_list_2d__3e_vector,___G__23__23_cprc_2d_quasi_2d_list_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_seq,___G__23__23_cprc_2d_seq)
___DEF_OLD_SYM_GLO(___S__23__23_cprc_2d_top,___G__23__23_cprc_2d_top)
___DEF_OLD_SYM_GLO(___S__23__23_cpu_2d_cache_2d_size,___G__23__23_cpu_2d_cache_2d_size)
___DEF_OLD_SYM_GLO(___S__23__23_cpu_2d_count,___G__23__23_cpu_2d_count)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2d__3e_string,___G__23__23_cpxnum_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2d_imag,___G__23__23_cpxnum_2d_imag)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2d_make,___G__23__23_cpxnum_2d_make)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2d_real,___G__23__23_cpxnum_2d_real)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2e__2a_,___G__23__23_cpxnum_2e__2a_)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2e__2b_,___G__23__23_cpxnum_2e__2b_)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2e__2d_,___G__23__23_cpxnum_2e__2d_)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2e__2f_,___G__23__23_cpxnum_2e__2f_)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_2e__3d_,___G__23__23_cpxnum_2e__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_cpxnum_3f_,___G__23__23_cpxnum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_create_2d_directory_2d_or_2d_fifo,___G__23__23_create_2d_directory_2d_or_2d_fifo)
___DEF_OLD_SYM_GLO(___S__23__23_create_2d_link,___G__23__23_create_2d_link)
___DEF_OLD_SYM_GLO(___S__23__23_create_2d_module,___G__23__23_create_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_create_2d_symbolic_2d_link,___G__23__23_create_2d_symbolic_2d_link)
___DEF_OLD_SYM_GLO(___S__23__23_csqrt,___G__23__23_csqrt)
___DEF_OLD_SYM_GLO(___S__23__23_csquare,___G__23__23_csquare)
___DEF_OLD_SYM_GLO(___S__23__23_cssqs,___G__23__23_cssqs)
___DEF_OLD_SYM_GLO(___S__23__23_ctanh,___G__23__23_ctanh)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_add_2d_macro,___G__23__23_cte_2d_add_2d_macro)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_add_2d_namespace,___G__23__23_cte_2d_add_2d_namespace)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_decl,___G__23__23_cte_2d_decl)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_decl_2d_name,___G__23__23_cte_2d_decl_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_decl_2d_value,___G__23__23_cte_2d_decl_2d_value)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_decl_3f_,___G__23__23_cte_2d_decl_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_frame,___G__23__23_cte_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_frame_2d_i,___G__23__23_cte_2d_frame_2d_i)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_frame_2d_vars,___G__23__23_cte_2d_frame_2d_vars)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_frame_3f_,___G__23__23_cte_2d_frame_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_get_2d_top_2d_cte,___G__23__23_cte_2d_get_2d_top_2d_cte)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_global_2d_macro_2d_name,___G__23__23_cte_2d_global_2d_macro_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_lookup,___G__23__23_cte_2d_lookup)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_lookup_2d_decl,___G__23__23_cte_2d_lookup_2d_decl)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_macro,___G__23__23_cte_2d_macro)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_macro_2d_descr,___G__23__23_cte_2d_macro_2d_descr)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_macro_2d_name,___G__23__23_cte_2d_macro_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_macro_3f_,___G__23__23_cte_2d_macro_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_mutate_2d_top_2d_cte_21_,___G__23__23_cte_2d_mutate_2d_top_2d_cte_21_)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_namespace,___G__23__23_cte_2d_namespace)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_namespace_2d_aliases,___G__23__23_cte_2d_namespace_2d_aliases)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_namespace_2d_lookup,___G__23__23_cte_2d_namespace_2d_lookup)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_namespace_2d_prefix,___G__23__23_cte_2d_namespace_2d_prefix)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_namespace_3f_,___G__23__23_cte_2d_namespace_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_parent_2d_cte,___G__23__23_cte_2d_parent_2d_cte)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_process_2d_declare,___G__23__23_cte_2d_process_2d_declare)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_process_2d_import,___G__23__23_cte_2d_process_2d_import)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_process_2d_namespace,___G__23__23_cte_2d_process_2d_namespace)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_relink,___G__23__23_cte_2d_relink)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_top,___G__23__23_cte_2d_top)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_top_2d_cte,___G__23__23_cte_2d_top_2d_cte)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_top_2d_cte_2d_set_21_,___G__23__23_cte_2d_top_2d_cte_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_cte_2d_top_3f_,___G__23__23_cte_2d_top_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_directory,___G__23__23_current_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_directory_2d_filter,___G__23__23_current_2d_directory_2d_filter)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_error_2d_port,___G__23__23_current_2d_error_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_exception_2d_handler,___G__23__23_current_2d_exception_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_input_2d_port,___G__23__23_current_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_output_2d_port,___G__23__23_current_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_processor,___G__23__23_current_2d_processor)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_processor_2d_id,___G__23__23_current_2d_processor_2d_id)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_readtable,___G__23__23_current_2d_readtable)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_stepper,___G__23__23_current_2d_stepper)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_thread,___G__23__23_current_2d_thread)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_time_2d_point,___G__23__23_current_2d_time_2d_point)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_user_2d_interrupt_2d_handler,___G__23__23_current_2d_user_2d_interrupt_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_vm,___G__23__23_current_2d_vm)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_vm_2d_processor_2d_count,___G__23__23_current_2d_vm_2d_processor_2d_count)
___DEF_OLD_SYM_GLO(___S__23__23_current_2d_vm_2d_resize,___G__23__23_current_2d_vm_2d_resize)
___DEF_OLD_SYM_GLO(___S__23__23_cvmr,___G__23__23_cvmr)
___DEF_OLD_SYM_GLO(___S__23__23_datum_2d_parsing_2d_exception_2d_names,___G__23__23_datum_2d_parsing_2d_exception_2d_names)
___DEF_OLD_SYM_GLO(___S__23__23_datum_2d_parsing_2d_exception_2d_names_2d_set_21_,___G__23__23_datum_2d_parsing_2d_exception_2d_names_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_declare,___G__23__23_declare)
___DEF_OLD_SYM_GLO(___S__23__23_decomp,___G__23__23_decomp)
___DEF_OLD_SYM_GLO(___S__23__23_decomp_2d_dispatch_2d_table,___G__23__23_decomp_2d_dispatch_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_decompile,___G__23__23_decompile)
___DEF_OLD_SYM_GLO(___S__23__23_deconstruct_2d_call,___G__23__23_deconstruct_2d_call)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_display_2d_exception,___G__23__23_default_2d_display_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_help,___G__23__23_default_2d_help)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_load_2d_required_2d_module,___G__23__23_default_2d_load_2d_required_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_path_2d_expand,___G__23__23_default_2d_path_2d_expand)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_path_2d_resolve,___G__23__23_default_2d_path_2d_resolve)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_path_2d_unresolve,___G__23__23_default_2d_path_2d_unresolve)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_random_2d_source,___G__23__23_default_2d_random_2d_source)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_repl_2d_context_2d_command,___G__23__23_default_2d_repl_2d_context_2d_command)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_repl_2d_context_2d_prompt,___G__23__23_default_2d_repl_2d_context_2d_prompt)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_repl_2d_path_2d_normalize,___G__23__23_default_2d_repl_2d_path_2d_normalize)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_thread_2d_make_2d_repl_2d_channel,___G__23__23_default_2d_thread_2d_make_2d_repl_2d_channel)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_user_2d_interrupt_2d_handler,___G__23__23_default_2d_user_2d_interrupt_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_default_2d_wr,___G__23__23_default_2d_wr)
___DEF_OLD_SYM_GLO(___S__23__23_defer_2d_user_2d_interrupts,___G__23__23_defer_2d_user_2d_interrupts)
___DEF_OLD_SYM_GLO(___S__23__23_deferred_2d_user_2d_interrupt_3f_,___G__23__23_deferred_2d_user_2d_interrupt_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_define,___G__23__23_define)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_macro,___G__23__23_define_2d_macro)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_structure,___G__23__23_define_2d_structure)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_syntax,___G__23__23_define_2d_syntax)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_type,___G__23__23_define_2d_type)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_type_2d_construct_2d_constant,___G__23__23_define_2d_type_2d_construct_2d_constant)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_type_2d_expand,___G__23__23_define_2d_type_2d_expand)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_type_2d_expansion_2d_show_3f_,___G__23__23_define_2d_type_2d_expansion_2d_show_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_type_2d_expansion_2d_show_3f__2d_set_21_,___G__23__23_define_2d_type_2d_expansion_2d_show_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_type_2d_of_2d_thread,___G__23__23_define_2d_type_2d_of_2d_thread)
___DEF_OLD_SYM_GLO(___S__23__23_define_2d_type_2d_parser,___G__23__23_define_2d_type_2d_parser)
___DEF_OLD_SYM_GLO(___S__23__23_definition_2d_name,___G__23__23_definition_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_definition_2d_value,___G__23__23_definition_2d_value)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_and,___G__23__23_degen_2d_and)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_app,___G__23__23_degen_2d_app)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_app0,___G__23__23_degen_2d_app0)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_app1,___G__23__23_degen_2d_app1)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_app2,___G__23__23_degen_2d_app2)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_app3,___G__23__23_degen_2d_app3)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_app4,___G__23__23_degen_2d_app4)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_case,___G__23__23_degen_2d_case)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_case_2d_clause,___G__23__23_degen_2d_case_2d_clause)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_case_2d_else,___G__23__23_degen_2d_case_2d_else)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_cond_2d_if,___G__23__23_degen_2d_cond_2d_if)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_cond_2d_or,___G__23__23_degen_2d_cond_2d_or)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_cond_2d_send,___G__23__23_degen_2d_cond_2d_send)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_cst,___G__23__23_degen_2d_cst)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_delay,___G__23__23_degen_2d_delay)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_future,___G__23__23_degen_2d_future)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_glo_2d_def,___G__23__23_degen_2d_glo_2d_def)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_glo_2d_ref,___G__23__23_degen_2d_glo_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_glo_2d_set,___G__23__23_degen_2d_glo_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_if2,___G__23__23_degen_2d_if2)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_if3,___G__23__23_degen_2d_if3)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_let,___G__23__23_degen_2d_let)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_letrec,___G__23__23_degen_2d_letrec)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_letrec_2a_,___G__23__23_degen_2d_letrec_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_letrec_2d_aux,___G__23__23_degen_2d_letrec_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_loc_2d_ref,___G__23__23_degen_2d_loc_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_loc_2d_ref_2d_x_2d_y,___G__23__23_degen_2d_loc_2d_ref_2d_x_2d_y)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_loc_2d_set,___G__23__23_degen_2d_loc_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_or,___G__23__23_degen_2d_or)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_prc,___G__23__23_degen_2d_prc)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_prc_2d_req,___G__23__23_degen_2d_prc_2d_req)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_prc_2d_rest,___G__23__23_degen_2d_prc_2d_rest)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_append,___G__23__23_degen_2d_quasi_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_append_2d_aux,___G__23__23_degen_2d_quasi_2d_append_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_cons,___G__23__23_degen_2d_quasi_2d_cons)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_extract,___G__23__23_degen_2d_quasi_2d_extract)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_list_2d__3e_vector,___G__23__23_degen_2d_quasi_2d_list_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_optimize,___G__23__23_degen_2d_quasi_2d_optimize)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_unquote,___G__23__23_degen_2d_quasi_2d_unquote)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_unquote_2d_splicing,___G__23__23_degen_2d_quasi_2d_unquote_2d_splicing)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_quasi_2d_unquote_2d_splicing_2d_cdr,___G__23__23_degen_2d_quasi_2d_unquote_2d_splicing_2d_cdr)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_seq,___G__23__23_degen_2d_seq)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_top,___G__23__23_degen_2d_top)
___DEF_OLD_SYM_GLO(___S__23__23_degen_2d_up_2d_over,___G__23__23_degen_2d_up_2d_over)
___DEF_OLD_SYM_GLO(___S__23__23_delay,___G__23__23_delay)
___DEF_OLD_SYM_GLO(___S__23__23_delete_2d_directory,___G__23__23_delete_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_delete_2d_file,___G__23__23_delete_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_denominator,___G__23__23_denominator)
___DEF_OLD_SYM_GLO(___S__23__23_desourcify,___G__23__23_desourcify)
___DEF_OLD_SYM_GLO(___S__23__23_device_2d_condvar_2d_broadcast_2d_no_2d_reschedule_21_,___G__23__23_device_2d_condvar_2d_broadcast_2d_no_2d_reschedule_21_)
___DEF_OLD_SYM_GLO(___S__23__23_device_2d_port_2d_wait_2d_for_2d_input_21_,___G__23__23_device_2d_port_2d_wait_2d_for_2d_input_21_)
___DEF_OLD_SYM_GLO(___S__23__23_device_2d_port_2d_wait_2d_for_2d_output_21_,___G__23__23_device_2d_port_2d_wait_2d_for_2d_output_21_)
___DEF_OLD_SYM_GLO(___S__23__23_device_2d_select_2d_abort_21_,___G__23__23_device_2d_select_2d_abort_21_)
___DEF_OLD_SYM_GLO(___S__23__23_digit_2d_to_2d_char_2d_table,___G__23__23_digit_2d_to_2d_char_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_direct_2d_structure_2d_cas_21_,___G__23__23_direct_2d_structure_2d_cas_21_)
___DEF_OLD_SYM_GLO(___S__23__23_direct_2d_structure_2d_ref,___G__23__23_direct_2d_structure_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_direct_2d_structure_2d_set,___G__23__23_direct_2d_structure_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_direct_2d_structure_2d_set_21_,___G__23__23_direct_2d_structure_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_directory_2d_files,___G__23__23_directory_2d_files)
___DEF_OLD_SYM_GLO(___S__23__23_disable_2d_interrupts_21_,___G__23__23_disable_2d_interrupts_21_)
___DEF_OLD_SYM_GLO(___S__23__23_display,___G__23__23_display)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_continuation_2d_backtrace,___G__23__23_display_2d_continuation_2d_backtrace)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_continuation_2d_dynamic_2d_environment,___G__23__23_display_2d_continuation_2d_dynamic_2d_environment)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_continuation_2d_env,___G__23__23_display_2d_continuation_2d_env)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_continuation_2d_environment,___G__23__23_display_2d_continuation_2d_environment)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_continuation_2d_frame,___G__23__23_display_2d_continuation_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_dynamic_2d_environment_3f_,___G__23__23_display_2d_dynamic_2d_environment_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_exception,___G__23__23_display_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_exception_2d_hook,___G__23__23_display_2d_exception_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_exception_2d_hook_2d_set_21_,___G__23__23_display_2d_exception_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_exception_2d_in_2d_context,___G__23__23_display_2d_exception_2d_in_2d_context)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_gc_2d_report,___G__23__23_display_2d_gc_2d_report)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_locals,___G__23__23_display_2d_locals)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_locat,___G__23__23_display_2d_locat)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_parameters,___G__23__23_display_2d_parameters)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_procedure_2d_environment,___G__23__23_display_2d_procedure_2d_environment)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_rte,___G__23__23_display_2d_rte)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_situation,___G__23__23_display_2d_situation)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_spaces,___G__23__23_display_2d_spaces)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_thread_2d_group_2d_state,___G__23__23_display_2d_thread_2d_group_2d_state)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_thread_2d_state,___G__23__23_display_2d_thread_2d_state)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_thread_2d_state_2d_relative,___G__23__23_display_2d_thread_2d_state_2d_relative)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_var_2d_val,___G__23__23_display_2d_var_2d_val)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_var_2d_val_2d_aux,___G__23__23_display_2d_var_2d_val_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_display_2d_vars,___G__23__23_display_2d_vars)
___DEF_OLD_SYM_GLO(___S__23__23_divide,___G__23__23_divide)
___DEF_OLD_SYM_GLO(___S__23__23_do,___G__23__23_do)
___DEF_OLD_SYM_GLO(___S__23__23_do_2d_loop,___G__23__23_do_2d_loop)
___DEF_OLD_SYM_GLO(___S__23__23_dot_2d_marker,___G__23__23_dot_2d_marker)
___DEF_OLD_SYM_GLO(___S__23__23_dynamic_2d_env_2d__3e_list,___G__23__23_dynamic_2d_env_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_dynamic_2d_env_2d_bind,___G__23__23_dynamic_2d_env_2d_bind)
___DEF_OLD_SYM_GLO(___S__23__23_dynamic_2d_let,___G__23__23_dynamic_2d_let)
___DEF_OLD_SYM_GLO(___S__23__23_dynamic_2d_ref,___G__23__23_dynamic_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_dynamic_2d_set_21_,___G__23__23_dynamic_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_dynamic_2d_wind,___G__23__23_dynamic_2d_wind)
___DEF_OLD_SYM_GLO(___S__23__23_enable_2d_interrupts_21_,___G__23__23_enable_2d_interrupts_21_)
___DEF_OLD_SYM_GLO(___S__23__23_encoding_2d__3e_object,___G__23__23_encoding_2d__3e_object)
___DEF_OLD_SYM_GLO(___S__23__23_env_2d_flatten,___G__23__23_env_2d_flatten)
___DEF_OLD_SYM_GLO(___S__23__23_env_2d_insert,___G__23__23_env_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_env_2d_insert_21_,___G__23__23_env_2d_insert_21_)
___DEF_OLD_SYM_GLO(___S__23__23_env_2d_lookup,___G__23__23_env_2d_lookup)
___DEF_OLD_SYM_GLO(___S__23__23_eof_2d_object,___G__23__23_eof_2d_object)
___DEF_OLD_SYM_GLO(___S__23__23_eof_2d_object_3f_,___G__23__23_eof_2d_object_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_eq_3f_,___G__23__23_eq_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_eq_3f__2d_hash,___G__23__23_eq_3f__2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_equal_2d_hint,___G__23__23_equal_2d_hint)
___DEF_OLD_SYM_GLO(___S__23__23_equal_3f_,___G__23__23_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_equal_3f__2d_hash,___G__23__23_equal_3f__2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_eqv_3f_,___G__23__23_eqv_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_eqv_3f__2d_hash,___G__23__23_eqv_3f__2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_err_2d_code_2d_EAGAIN,___G__23__23_err_2d_code_2d_EAGAIN)
___DEF_OLD_SYM_GLO(___S__23__23_err_2d_code_2d_EINTR,___G__23__23_err_2d_code_2d_EINTR)
___DEF_OLD_SYM_GLO(___S__23__23_err_2d_code_2d_ENOENT,___G__23__23_err_2d_code_2d_ENOENT)
___DEF_OLD_SYM_GLO(___S__23__23_err_2d_code_2d_unimplemented,___G__23__23_err_2d_code_2d_unimplemented)
___DEF_OLD_SYM_GLO(___S__23__23_escape_2d_keyword_3f_,___G__23__23_escape_2d_keyword_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_escape_2d_link,___G__23__23_escape_2d_link)
___DEF_OLD_SYM_GLO(___S__23__23_escape_2d_symbol_3f_,___G__23__23_escape_2d_symbol_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_escape_2d_symkey_3f_,___G__23__23_escape_2d_symkey_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_eval,___G__23__23_eval)
___DEF_OLD_SYM_GLO(___S__23__23_eval_2d_module,___G__23__23_eval_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_eval_2d_module_2d_set_21_,___G__23__23_eval_2d_module_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_eval_2d_top,___G__23__23_eval_2d_top)
___DEF_OLD_SYM_GLO(___S__23__23_eval_2d_top_2d_set_21_,___G__23__23_eval_2d_top_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_eval_2d_within,___G__23__23_eval_2d_within)
___DEF_OLD_SYM_GLO(___S__23__23_even_3f_,___G__23__23_even_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_exact,___G__23__23_exact)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d__3e_inexact,___G__23__23_exact_2d__3e_inexact)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2d__3e_flonum,___G__23__23_exact_2d_int_2d__3e_flonum)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2d__3e_string,___G__23__23_exact_2d_int_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e__2a__2d_expt2,___G__23__23_exact_2d_int_2e__2a__2d_expt2)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e__3c_,___G__23__23_exact_2d_int_2e__3c_)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e__3d_,___G__23__23_exact_2d_int_2e__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e_compare,___G__23__23_exact_2d_int_2e_compare)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e_div,___G__23__23_exact_2d_int_2e_div)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e_negative_3f_,___G__23__23_exact_2d_int_2e_negative_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e_nth_2d_root,___G__23__23_exact_2d_int_2e_nth_2d_root)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e_sqrt,___G__23__23_exact_2d_int_2e_sqrt)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_int_2e_square,___G__23__23_exact_2d_int_2e_square)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_integer_2d_sqrt,___G__23__23_exact_2d_integer_2d_sqrt)
___DEF_OLD_SYM_GLO(___S__23__23_exact_2d_integer_3f_,___G__23__23_exact_2d_integer_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_exact_3f_,___G__23__23_exact_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_exception_2d__3e_kind,___G__23__23_exception_2d__3e_kind)
___DEF_OLD_SYM_GLO(___S__23__23_exception_2d__3e_locat,___G__23__23_exception_2d__3e_locat)
___DEF_OLD_SYM_GLO(___S__23__23_exception_2d__3e_procedure,___G__23__23_exception_2d__3e_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_exception_2d_procedure_2d_and_2d_arguments,___G__23__23_exception_2d_procedure_2d_and_2d_arguments)
___DEF_OLD_SYM_GLO(___S__23__23_exec_2d_stats,___G__23__23_exec_2d_stats)
___DEF_OLD_SYM_GLO(___S__23__23_execute_2d_and_2d_clear_2d_jobs_21_,___G__23__23_execute_2d_and_2d_clear_2d_jobs_21_)
___DEF_OLD_SYM_GLO(___S__23__23_execute_2d_final_2d_wills_21_,___G__23__23_execute_2d_final_2d_wills_21_)
___DEF_OLD_SYM_GLO(___S__23__23_execute_2d_jobs_21_,___G__23__23_execute_2d_jobs_21_)
___DEF_OLD_SYM_GLO(___S__23__23_exit,___G__23__23_exit)
___DEF_OLD_SYM_GLO(___S__23__23_exit_2d_abruptly,___G__23__23_exit_2d_abruptly)
___DEF_OLD_SYM_GLO(___S__23__23_exit_2d_cleanup,___G__23__23_exit_2d_cleanup)
___DEF_OLD_SYM_GLO(___S__23__23_exit_2d_jobs,___G__23__23_exit_2d_jobs)
___DEF_OLD_SYM_GLO(___S__23__23_exit_2d_with_2d_err_2d_code,___G__23__23_exit_2d_with_2d_err_2d_code)
___DEF_OLD_SYM_GLO(___S__23__23_exit_2d_with_2d_err_2d_code_2d_no_2d_cleanup,___G__23__23_exit_2d_with_2d_err_2d_code_2d_no_2d_cleanup)
___DEF_OLD_SYM_GLO(___S__23__23_exit_2d_with_2d_exception,___G__23__23_exit_2d_with_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_exp,___G__23__23_exp)
___DEF_OLD_SYM_GLO(___S__23__23_expand_2d_source,___G__23__23_expand_2d_source)
___DEF_OLD_SYM_GLO(___S__23__23_expand_2d_source_2d_set_21_,___G__23__23_expand_2d_source_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_expand_2d_source_2d_template,___G__23__23_expand_2d_source_2d_template)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_closure,___G__23__23_explode_2d_closure)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_continuation,___G__23__23_explode_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_frame,___G__23__23_explode_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_gc_2d_hash_2d_table,___G__23__23_explode_2d_gc_2d_hash_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_object,___G__23__23_explode_2d_object)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_procedure,___G__23__23_explode_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_promise,___G__23__23_explode_2d_promise)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_return,___G__23__23_explode_2d_return)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_structure,___G__23__23_explode_2d_structure)
___DEF_OLD_SYM_GLO(___S__23__23_explode_2d_subprocedure,___G__23__23_explode_2d_subprocedure)
___DEF_OLD_SYM_GLO(___S__23__23_expression_2d_parsing_2d_exception_2d_names,___G__23__23_expression_2d_parsing_2d_exception_2d_names)
___DEF_OLD_SYM_GLO(___S__23__23_expression_2d_parsing_2d_exception_2d_names_2d_set_21_,___G__23__23_expression_2d_parsing_2d_exception_2d_names_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_expt,___G__23__23_expt)
___DEF_OLD_SYM_GLO(___S__23__23_extract_2d_bit_2d_field,___G__23__23_extract_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S__23__23_extract_2d_container,___G__23__23_extract_2d_container)
___DEF_OLD_SYM_GLO(___S__23__23_extract_2d_language_2d_and_2d_tail,___G__23__23_extract_2d_language_2d_and_2d_tail)
___DEF_OLD_SYM_GLO(___S__23__23_extract_2d_library,___G__23__23_extract_2d_library)
___DEF_OLD_SYM_GLO(___S__23__23_extract_2d_parameters,___G__23__23_extract_2d_parameters)
___DEF_OLD_SYM_GLO(___S__23__23_extract_2d_procedure_2d_and_2d_arguments,___G__23__23_extract_2d_procedure_2d_and_2d_arguments)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector,___G__23__23_f32vector)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d__3e_list,___G__23__23_f32vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_append,___G__23__23_f32vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_copy,___G__23__23_f32vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_delete,___G__23__23_f32vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_equal_3f_,___G__23__23_f32vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_fill_21_,___G__23__23_f32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_insert,___G__23__23_f32vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_length,___G__23__23_f32vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_ref,___G__23__23_f32vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_set,___G__23__23_f32vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_set_21_,___G__23__23_f32vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_2d_shrink_21_,___G__23__23_f32vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_f32vector_3f_,___G__23__23_f32vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector,___G__23__23_f64vector)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d__3e_list,___G__23__23_f64vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_append,___G__23__23_f64vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_copy,___G__23__23_f64vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_delete,___G__23__23_f64vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_equal_3f_,___G__23__23_f64vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_fill_21_,___G__23__23_f64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_insert,___G__23__23_f64vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_length,___G__23__23_f64vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_ref,___G__23__23_f64vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_set,___G__23__23_f64vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_set_21_,___G__23__23_f64vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_2d_shrink_21_,___G__23__23_f64vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_f64vector_3f_,___G__23__23_f64vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_abandoned_2d_mutex_2d_exception,___G__23__23_fail_2d_check_2d_abandoned_2d_mutex_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_absrel_2d_time,___G__23__23_fail_2d_check_2d_absrel_2d_time)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_absrel_2d_time_2d_or_2d_false,___G__23__23_fail_2d_check_2d_absrel_2d_time_2d_or_2d_false)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_address_2d_info,___G__23__23_fail_2d_check_2d_address_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_boolean,___G__23__23_fail_2d_check_2d_boolean)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_box,___G__23__23_fail_2d_check_2d_box)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_byte_2d_input_2d_port,___G__23__23_fail_2d_check_2d_byte_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_byte_2d_output_2d_port,___G__23__23_fail_2d_check_2d_byte_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_byte_2d_port,___G__23__23_fail_2d_check_2d_byte_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_cfun_2d_conversion_2d_exception,___G__23__23_fail_2d_check_2d_cfun_2d_conversion_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_char,___G__23__23_fail_2d_check_2d_char)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_char_2d_list,___G__23__23_fail_2d_check_2d_char_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_char_2d_vector,___G__23__23_fail_2d_check_2d_char_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_character_2d_input_2d_port,___G__23__23_fail_2d_check_2d_character_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_character_2d_output_2d_port,___G__23__23_fail_2d_check_2d_character_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_condvar,___G__23__23_fail_2d_check_2d_condvar)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_continuation,___G__23__23_fail_2d_check_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_datum_2d_parsing_2d_exception,___G__23__23_fail_2d_check_2d_datum_2d_parsing_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_deadlock_2d_exception,___G__23__23_fail_2d_check_2d_deadlock_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_device_2d_input_2d_port,___G__23__23_fail_2d_check_2d_device_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_device_2d_output_2d_port,___G__23__23_fail_2d_check_2d_device_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_directory_2d_port,___G__23__23_fail_2d_check_2d_directory_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_divide_2d_by_2d_zero_2d_exception,___G__23__23_fail_2d_check_2d_divide_2d_by_2d_zero_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_error_2d_exception,___G__23__23_fail_2d_check_2d_error_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_event_2d_queue_2d_port,___G__23__23_fail_2d_check_2d_event_2d_queue_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_integer,___G__23__23_fail_2d_check_2d_exact_2d_integer)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_integer_2d_or_2d_string_2d_or_2d_settings,___G__23__23_fail_2d_check_2d_exact_2d_integer_2d_or_2d_string_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int16,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int16)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int16_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int16_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int32,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int32)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int32_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int32_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int64,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int64)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int64_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int64_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int8,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int8)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_signed_2d_int8_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_signed_2d_int8_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int16,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int16)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int16_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int16_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int32,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int32)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int32_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int32_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int64,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int64)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int64_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int64_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int8,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int8)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int8_2d_list,___G__23__23_fail_2d_check_2d_exact_2d_unsigned_2d_int8_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_expression_2d_parsing_2d_exception,___G__23__23_fail_2d_check_2d_expression_2d_parsing_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_f32vector,___G__23__23_fail_2d_check_2d_f32vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_f32vector_2d_list,___G__23__23_fail_2d_check_2d_f32vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_f64vector,___G__23__23_fail_2d_check_2d_f64vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_f64vector_2d_list,___G__23__23_fail_2d_check_2d_f64vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_file_2d_info,___G__23__23_fail_2d_check_2d_file_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_finite_2d_real,___G__23__23_fail_2d_check_2d_finite_2d_real)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_fixnum,___G__23__23_fail_2d_check_2d_fixnum)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_fixnum_2d_overflow_2d_exception,___G__23__23_fail_2d_check_2d_fixnum_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_flonum,___G__23__23_fail_2d_check_2d_flonum)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_foreign,___G__23__23_fail_2d_check_2d_foreign)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_group_2d_info,___G__23__23_fail_2d_check_2d_group_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_heap_2d_overflow_2d_exception,___G__23__23_fail_2d_check_2d_heap_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_host_2d_info,___G__23__23_fail_2d_check_2d_host_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_inactive_2d_thread_2d_exception,___G__23__23_fail_2d_check_2d_inactive_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_inexact_2d_real,___G__23__23_fail_2d_check_2d_inexact_2d_real)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_inexact_2d_real_2d_list,___G__23__23_fail_2d_check_2d_inexact_2d_real_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_initialized_2d_thread_2d_exception,___G__23__23_fail_2d_check_2d_initialized_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_input_2d_port,___G__23__23_fail_2d_check_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_integer,___G__23__23_fail_2d_check_2d_integer)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_interpreted_2d_procedure,___G__23__23_fail_2d_check_2d_interpreted_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_invalid_2d_hash_2d_number_2d_exception,___G__23__23_fail_2d_check_2d_invalid_2d_hash_2d_number_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_invalid_2d_utf8_2d_encoding_2d_exception,___G__23__23_fail_2d_check_2d_invalid_2d_utf8_2d_encoding_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_join_2d_timeout_2d_exception,___G__23__23_fail_2d_check_2d_join_2d_timeout_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_keyword,___G__23__23_fail_2d_check_2d_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_keyword_2d_expected_2d_exception,___G__23__23_fail_2d_check_2d_keyword_2d_expected_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_length_2d_mismatch_2d_exception,___G__23__23_fail_2d_check_2d_length_2d_mismatch_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_list,___G__23__23_fail_2d_check_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_mailbox_2d_receive_2d_timeout_2d_exception,___G__23__23_fail_2d_check_2d_mailbox_2d_receive_2d_timeout_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_module_2d_not_2d_found_2d_exception,___G__23__23_fail_2d_check_2d_module_2d_not_2d_found_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_multiple_2d_c_2d_return_2d_exception,___G__23__23_fail_2d_check_2d_multiple_2d_c_2d_return_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_mutable,___G__23__23_fail_2d_check_2d_mutable)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_mutex,___G__23__23_fail_2d_check_2d_mutex)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_network_2d_info,___G__23__23_fail_2d_check_2d_network_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_no_2d_such_2d_file_2d_or_2d_directory_2d_exception,___G__23__23_fail_2d_check_2d_no_2d_such_2d_file_2d_or_2d_directory_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_noncontinuable_2d_exception,___G__23__23_fail_2d_check_2d_noncontinuable_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception,___G__23__23_fail_2d_check_2d_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_nonprocedure_2d_operator_2d_exception,___G__23__23_fail_2d_check_2d_nonprocedure_2d_operator_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_number,___G__23__23_fail_2d_check_2d_number)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_number_2d_of_2d_arguments_2d_limit_2d_exception,___G__23__23_fail_2d_check_2d_number_2d_of_2d_arguments_2d_limit_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_object_2d_input_2d_port,___G__23__23_fail_2d_check_2d_object_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_object_2d_output_2d_port,___G__23__23_fail_2d_check_2d_object_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_os_2d_exception,___G__23__23_fail_2d_check_2d_os_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_output_2d_port,___G__23__23_fail_2d_check_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_pair,___G__23__23_fail_2d_check_2d_pair)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_pair_2d_list,___G__23__23_fail_2d_check_2d_pair_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_port,___G__23__23_fail_2d_check_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_procedure,___G__23__23_fail_2d_check_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_process_2d_port,___G__23__23_fail_2d_check_2d_process_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_processor,___G__23__23_fail_2d_check_2d_processor)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_protocol_2d_info,___G__23__23_fail_2d_check_2d_protocol_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_random_2d_source,___G__23__23_fail_2d_check_2d_random_2d_source)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_range_2d_exception,___G__23__23_fail_2d_check_2d_range_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_rational,___G__23__23_fail_2d_check_2d_rational)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_readtable,___G__23__23_fail_2d_check_2d_readtable)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_real,___G__23__23_fail_2d_check_2d_real)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_rpc_2d_remote_2d_error_2d_exception,___G__23__23_fail_2d_check_2d_rpc_2d_remote_2d_error_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s16vector,___G__23__23_fail_2d_check_2d_s16vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s16vector_2d_list,___G__23__23_fail_2d_check_2d_s16vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s32vector,___G__23__23_fail_2d_check_2d_s32vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s32vector_2d_list,___G__23__23_fail_2d_check_2d_s32vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s64vector,___G__23__23_fail_2d_check_2d_s64vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s64vector_2d_list,___G__23__23_fail_2d_check_2d_s64vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s8vector,___G__23__23_fail_2d_check_2d_s8vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_s8vector_2d_list,___G__23__23_fail_2d_check_2d_s8vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_scheduler_2d_exception,___G__23__23_fail_2d_check_2d_scheduler_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_service_2d_info,___G__23__23_fail_2d_check_2d_service_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_settings,___G__23__23_fail_2d_check_2d_settings)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_sfun_2d_conversion_2d_exception,___G__23__23_fail_2d_check_2d_sfun_2d_conversion_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_socket_2d_info,___G__23__23_fail_2d_check_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_stack_2d_overflow_2d_exception,___G__23__23_fail_2d_check_2d_stack_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_started_2d_thread_2d_exception,___G__23__23_fail_2d_check_2d_started_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_string,___G__23__23_fail_2d_check_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_string_2d_input_2d_port,___G__23__23_fail_2d_check_2d_string_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_string_2d_list,___G__23__23_fail_2d_check_2d_string_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_string_2d_or_2d_ip_2d_address,___G__23__23_fail_2d_check_2d_string_2d_or_2d_ip_2d_address)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_string_2d_or_2d_nonnegative_2d_fixnum,___G__23__23_fail_2d_check_2d_string_2d_or_2d_nonnegative_2d_fixnum)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_string_2d_or_2d_settings,___G__23__23_fail_2d_check_2d_string_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_string_2d_output_2d_port,___G__23__23_fail_2d_check_2d_string_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_symbol,___G__23__23_fail_2d_check_2d_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_table,___G__23__23_fail_2d_check_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_tcp_2d_client_2d_port,___G__23__23_fail_2d_check_2d_tcp_2d_client_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_tcp_2d_server_2d_port,___G__23__23_fail_2d_check_2d_tcp_2d_server_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_terminated_2d_thread_2d_exception,___G__23__23_fail_2d_check_2d_terminated_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_tgroup,___G__23__23_fail_2d_check_2d_tgroup)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_thread,___G__23__23_fail_2d_check_2d_thread)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_thread_2d_state_2d_abnormally_2d_terminated,___G__23__23_fail_2d_check_2d_thread_2d_state_2d_abnormally_2d_terminated)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_thread_2d_state_2d_initialized,___G__23__23_fail_2d_check_2d_thread_2d_state_2d_initialized)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_thread_2d_state_2d_normally_2d_terminated,___G__23__23_fail_2d_check_2d_thread_2d_state_2d_normally_2d_terminated)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_thread_2d_state_2d_running,___G__23__23_fail_2d_check_2d_thread_2d_state_2d_running)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_thread_2d_state_2d_uninitialized,___G__23__23_fail_2d_check_2d_thread_2d_state_2d_uninitialized)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_thread_2d_state_2d_waiting,___G__23__23_fail_2d_check_2d_thread_2d_state_2d_waiting)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_time,___G__23__23_fail_2d_check_2d_time)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_tls_2d_options,___G__23__23_fail_2d_check_2d_tls_2d_options)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_tls_2d_version,___G__23__23_fail_2d_check_2d_tls_2d_version)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_tty_2d_port,___G__23__23_fail_2d_check_2d_tty_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_type_2d_exception,___G__23__23_fail_2d_check_2d_type_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u16vector,___G__23__23_fail_2d_check_2d_u16vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u16vector_2d_list,___G__23__23_fail_2d_check_2d_u16vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u32vector,___G__23__23_fail_2d_check_2d_u32vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u32vector_2d_list,___G__23__23_fail_2d_check_2d_u32vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u64vector,___G__23__23_fail_2d_check_2d_u64vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u64vector_2d_list,___G__23__23_fail_2d_check_2d_u64vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u8vector,___G__23__23_fail_2d_check_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u8vector_2d_input_2d_port,___G__23__23_fail_2d_check_2d_u8vector_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u8vector_2d_list,___G__23__23_fail_2d_check_2d_u8vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u8vector_2d_or_2d_settings,___G__23__23_fail_2d_check_2d_u8vector_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_u8vector_2d_output_2d_port,___G__23__23_fail_2d_check_2d_u8vector_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_udp_2d_input_2d_port,___G__23__23_fail_2d_check_2d_udp_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_udp_2d_output_2d_port,___G__23__23_fail_2d_check_2d_udp_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_udp_2d_port,___G__23__23_fail_2d_check_2d_udp_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_unbound_2d_global_2d_exception,___G__23__23_fail_2d_check_2d_unbound_2d_global_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_unbound_2d_os_2d_environment_2d_variable_2d_exception,___G__23__23_fail_2d_check_2d_unbound_2d_os_2d_environment_2d_variable_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_unbound_2d_serial_2d_number_2d_exception,___G__23__23_fail_2d_check_2d_unbound_2d_serial_2d_number_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_unbound_2d_table_2d_key_2d_exception,___G__23__23_fail_2d_check_2d_unbound_2d_table_2d_key_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_uncaught_2d_exception,___G__23__23_fail_2d_check_2d_uncaught_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_uninitialized_2d_thread_2d_exception,___G__23__23_fail_2d_check_2d_uninitialized_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_unknown_2d_keyword_2d_argument_2d_exception,___G__23__23_fail_2d_check_2d_unknown_2d_keyword_2d_argument_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_unterminated_2d_process_2d_exception,___G__23__23_fail_2d_check_2d_unterminated_2d_process_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_user_2d_info,___G__23__23_fail_2d_check_2d_user_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_vector,___G__23__23_fail_2d_check_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_vector_2d_input_2d_port,___G__23__23_fail_2d_check_2d_vector_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_vector_2d_list,___G__23__23_fail_2d_check_2d_vector_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_vector_2d_or_2d_settings,___G__23__23_fail_2d_check_2d_vector_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_vector_2d_output_2d_port,___G__23__23_fail_2d_check_2d_vector_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_vm,___G__23__23_fail_2d_check_2d_vm)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_will,___G__23__23_fail_2d_check_2d_will)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_wrong_2d_number_2d_of_2d_arguments_2d_exception,___G__23__23_fail_2d_check_2d_wrong_2d_number_2d_of_2d_arguments_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fail_2d_check_2d_wrong_2d_processor_2d_c_2d_return_2d_exception,___G__23__23_fail_2d_check_2d_wrong_2d_processor_2d_c_2d_return_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_fifo_2d__3e_string,___G__23__23_fifo_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_fifo_2d__3e_u8vector,___G__23__23_fifo_2d__3e_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_fifo_2d__3e_vector,___G__23__23_fifo_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S__23__23_file_2d_exists_3f_,___G__23__23_file_2d_exists_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_file_2d_info,___G__23__23_file_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_filepos_2d__3e_position,___G__23__23_filepos_2d__3e_position)
___DEF_OLD_SYM_GLO(___S__23__23_filepos_2d_col,___G__23__23_filepos_2d_col)
___DEF_OLD_SYM_GLO(___S__23__23_filepos_2d_line,___G__23__23_filepos_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_final_2d_will_2d_registry,___G__23__23_final_2d_will_2d_registry)
___DEF_OLD_SYM_GLO(___S__23__23_find_2d_interned_2d_keyword,___G__23__23_find_2d_interned_2d_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_find_2d_interned_2d_symbol,___G__23__23_find_2d_interned_2d_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_find_2d_interned_2d_symkey,___G__23__23_find_2d_interned_2d_symkey)
___DEF_OLD_SYM_GLO(___S__23__23_finite_3f_,___G__23__23_finite_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_first_2d_argument,___G__23__23_first_2d_argument)
___DEF_OLD_SYM_GLO(___S__23__23_first_2d_bit_2d_set,___G__23__23_first_2d_bit_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_fixnum_2d__3e_bignum,___G__23__23_fixnum_2d__3e_bignum)
___DEF_OLD_SYM_GLO(___S__23__23_fixnum_2d__3e_flonum,___G__23__23_fixnum_2d__3e_flonum)
___DEF_OLD_SYM_GLO(___S__23__23_fixnum_2d__3e_flonum_2d_exact_3f_,___G__23__23_fixnum_2d__3e_flonum_2d_exact_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fixnum_2d_width,___G__23__23_fixnum_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_fixnum_2d_width_2d_neg,___G__23__23_fixnum_2d_width_2d_neg)
___DEF_OLD_SYM_GLO(___S__23__23_fixnum_3f_,___G__23__23_fixnum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_2a_,___G__23__23_fl_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_2b_,___G__23__23_fl_2b_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_2d_,___G__23__23_fl_2d_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_2f_,___G__23__23_fl_2f_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_3c_,___G__23__23_fl_3c_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_3c__3d_,___G__23__23_fl_3c__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_3d_,___G__23__23_fl_3d_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_3e_,___G__23__23_fl_3e_)
___DEF_OLD_SYM_GLO(___S__23__23_fl_3e__3d_,___G__23__23_fl_3e__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_flabs,___G__23__23_flabs)
___DEF_OLD_SYM_GLO(___S__23__23_flacos,___G__23__23_flacos)
___DEF_OLD_SYM_GLO(___S__23__23_flacosh,___G__23__23_flacosh)
___DEF_OLD_SYM_GLO(___S__23__23_flasin,___G__23__23_flasin)
___DEF_OLD_SYM_GLO(___S__23__23_flasinh,___G__23__23_flasinh)
___DEF_OLD_SYM_GLO(___S__23__23_flatan,___G__23__23_flatan)
___DEF_OLD_SYM_GLO(___S__23__23_flatanh,___G__23__23_flatanh)
___DEF_OLD_SYM_GLO(___S__23__23_flceiling,___G__23__23_flceiling)
___DEF_OLD_SYM_GLO(___S__23__23_flcopysign,___G__23__23_flcopysign)
___DEF_OLD_SYM_GLO(___S__23__23_flcos,___G__23__23_flcos)
___DEF_OLD_SYM_GLO(___S__23__23_flcosh,___G__23__23_flcosh)
___DEF_OLD_SYM_GLO(___S__23__23_fleqv_3f_,___G__23__23_fleqv_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fleven_3f_,___G__23__23_fleven_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flexp,___G__23__23_flexp)
___DEF_OLD_SYM_GLO(___S__23__23_flexpm1,___G__23__23_flexpm1)
___DEF_OLD_SYM_GLO(___S__23__23_flexpt,___G__23__23_flexpt)
___DEF_OLD_SYM_GLO(___S__23__23_flfinite_3f_,___G__23__23_flfinite_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flfloor,___G__23__23_flfloor)
___DEF_OLD_SYM_GLO(___S__23__23_flilogb,___G__23__23_flilogb)
___DEF_OLD_SYM_GLO(___S__23__23_flinfinite_3f_,___G__23__23_flinfinite_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flinteger_3f_,___G__23__23_flinteger_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fllog,___G__23__23_fllog)
___DEF_OLD_SYM_GLO(___S__23__23_fllog1p,___G__23__23_fllog1p)
___DEF_OLD_SYM_GLO(___S__23__23_flmax,___G__23__23_flmax)
___DEF_OLD_SYM_GLO(___S__23__23_flmin,___G__23__23_flmin)
___DEF_OLD_SYM_GLO(___S__23__23_flnan_3f_,___G__23__23_flnan_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flnegative_3f_,___G__23__23_flnegative_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flodd_3f_,___G__23__23_flodd_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_exact,___G__23__23_flonum_2d__3e_exact)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_exact_2d_exponential_2d_format,___G__23__23_flonum_2d__3e_exact_2d_exponential_2d_format)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_exact_2d_int,___G__23__23_flonum_2d__3e_exact_2d_int)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_fixnum,___G__23__23_flonum_2d__3e_fixnum)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_ieee754_2d_32,___G__23__23_flonum_2d__3e_ieee754_2d_32)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_ieee754_2d_64,___G__23__23_flonum_2d__3e_ieee754_2d_64)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_inexact_2d_exponential_2d_format,___G__23__23_flonum_2d__3e_inexact_2d_exponential_2d_format)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_ratnum,___G__23__23_flonum_2d__3e_ratnum)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_string,___G__23__23_flonum_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d__3e_string_2d_host,___G__23__23_flonum_2d__3e_string_2d_host)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d_expt2,___G__23__23_flonum_2d_expt2)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d_full_2d_precision_3f_,___G__23__23_flonum_2d_full_2d_precision_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_2d_printout,___G__23__23_flonum_2d_printout)
___DEF_OLD_SYM_GLO(___S__23__23_flonum_3f_,___G__23__23_flonum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_floor,___G__23__23_floor)
___DEF_OLD_SYM_GLO(___S__23__23_flpositive_3f_,___G__23__23_flpositive_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_flround,___G__23__23_flround)
___DEF_OLD_SYM_GLO(___S__23__23_flscalbn,___G__23__23_flscalbn)
___DEF_OLD_SYM_GLO(___S__23__23_flsin,___G__23__23_flsin)
___DEF_OLD_SYM_GLO(___S__23__23_flsinh,___G__23__23_flsinh)
___DEF_OLD_SYM_GLO(___S__23__23_flsqrt,___G__23__23_flsqrt)
___DEF_OLD_SYM_GLO(___S__23__23_flsquare,___G__23__23_flsquare)
___DEF_OLD_SYM_GLO(___S__23__23_fltan,___G__23__23_fltan)
___DEF_OLD_SYM_GLO(___S__23__23_fltanh,___G__23__23_fltanh)
___DEF_OLD_SYM_GLO(___S__23__23_fltruncate,___G__23__23_fltruncate)
___DEF_OLD_SYM_GLO(___S__23__23_flush_2d_input_2d_buffering,___G__23__23_flush_2d_input_2d_buffering)
___DEF_OLD_SYM_GLO(___S__23__23_flzero_3f_,___G__23__23_flzero_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fold,___G__23__23_fold)
___DEF_OLD_SYM_GLO(___S__23__23_fold_2d_right,___G__23__23_fold_2d_right)
___DEF_OLD_SYM_GLO(___S__23__23_for_2d_each,___G__23__23_for_2d_each)
___DEF_OLD_SYM_GLO(___S__23__23_for_2d_each_2d_interp_2d_procedure,___G__23__23_for_2d_each_2d_interp_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_force,___G__23__23_force)
___DEF_OLD_SYM_GLO(___S__23__23_force_2d_limited_2d_string_21_,___G__23__23_force_2d_limited_2d_string_21_)
___DEF_OLD_SYM_GLO(___S__23__23_force_2d_out_2d_of_2d_line,___G__23__23_force_2d_out_2d_of_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_force_2d_output,___G__23__23_force_2d_output)
___DEF_OLD_SYM_GLO(___S__23__23_force_2d_output_2d_catching_2d_exceptions,___G__23__23_force_2d_output_2d_catching_2d_exceptions)
___DEF_OLD_SYM_GLO(___S__23__23_foreign_2d_address,___G__23__23_foreign_2d_address)
___DEF_OLD_SYM_GLO(___S__23__23_foreign_2d_release_21_,___G__23__23_foreign_2d_release_21_)
___DEF_OLD_SYM_GLO(___S__23__23_foreign_2d_released_3f_,___G__23__23_foreign_2d_released_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_foreign_2d_tags,___G__23__23_foreign_2d_tags)
___DEF_OLD_SYM_GLO(___S__23__23_foreign_3f_,___G__23__23_foreign_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_form_2d_size,___G__23__23_form_2d_size)
___DEF_OLD_SYM_GLO(___S__23__23_format_2d_filepos,___G__23__23_format_2d_filepos)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_call_2d_display_3f_,___G__23__23_frame_2d_call_2d_display_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_call_2d_display_3f__2d_set_21_,___G__23__23_frame_2d_call_2d_display_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_fs,___G__23__23_frame_2d_fs)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_link,___G__23__23_frame_2d_link)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_locat_2d_display_3f_,___G__23__23_frame_2d_locat_2d_display_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_locat_2d_display_3f__2d_set_21_,___G__23__23_frame_2d_locat_2d_display_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_ref,___G__23__23_frame_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_ret,___G__23__23_frame_2d_ret)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_set_21_,___G__23__23_frame_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_frame_2d_slot_2d_live_3f_,___G__23__23_frame_2d_slot_2d_live_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_frame_3f_,___G__23__23_frame_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_full_2d_name_3f_,___G__23__23_full_2d_name_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_future,___G__23__23_future)
___DEF_OLD_SYM_GLO(___S__23__23_fx_2a_,___G__23__23_fx_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_2a__3f_,___G__23__23_fx_2a__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_2b_,___G__23__23_fx_2b_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_2b__3f_,___G__23__23_fx_2b__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_2d_,___G__23__23_fx_2d_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_2d__3f_,___G__23__23_fx_2d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_3c_,___G__23__23_fx_3c_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_3c__3d_,___G__23__23_fx_3c__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_3d_,___G__23__23_fx_3d_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_3e_,___G__23__23_fx_3e_)
___DEF_OLD_SYM_GLO(___S__23__23_fx_3e__3d_,___G__23__23_fx_3e__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_fxabs,___G__23__23_fxabs)
___DEF_OLD_SYM_GLO(___S__23__23_fxabs_3f_,___G__23__23_fxabs_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxand,___G__23__23_fxand)
___DEF_OLD_SYM_GLO(___S__23__23_fxarithmetic_2d_shift,___G__23__23_fxarithmetic_2d_shift)
___DEF_OLD_SYM_GLO(___S__23__23_fxarithmetic_2d_shift_2d_left,___G__23__23_fxarithmetic_2d_shift_2d_left)
___DEF_OLD_SYM_GLO(___S__23__23_fxarithmetic_2d_shift_2d_left_3f_,___G__23__23_fxarithmetic_2d_shift_2d_left_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxarithmetic_2d_shift_2d_right,___G__23__23_fxarithmetic_2d_shift_2d_right)
___DEF_OLD_SYM_GLO(___S__23__23_fxarithmetic_2d_shift_2d_right_3f_,___G__23__23_fxarithmetic_2d_shift_2d_right_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxarithmetic_2d_shift_3f_,___G__23__23_fxarithmetic_2d_shift_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxbit_2d_count,___G__23__23_fxbit_2d_count)
___DEF_OLD_SYM_GLO(___S__23__23_fxbit_2d_set_3f_,___G__23__23_fxbit_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxceiling_2d_ratio,___G__23__23_fxceiling_2d_ratio)
___DEF_OLD_SYM_GLO(___S__23__23_fxeven_3f_,___G__23__23_fxeven_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxfirst_2d_bit_2d_set,___G__23__23_fxfirst_2d_bit_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_fxif,___G__23__23_fxif)
___DEF_OLD_SYM_GLO(___S__23__23_fxior,___G__23__23_fxior)
___DEF_OLD_SYM_GLO(___S__23__23_fxlength,___G__23__23_fxlength)
___DEF_OLD_SYM_GLO(___S__23__23_fxmax,___G__23__23_fxmax)
___DEF_OLD_SYM_GLO(___S__23__23_fxmin,___G__23__23_fxmin)
___DEF_OLD_SYM_GLO(___S__23__23_fxmodulo,___G__23__23_fxmodulo)
___DEF_OLD_SYM_GLO(___S__23__23_fxnegative_3f_,___G__23__23_fxnegative_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxnot,___G__23__23_fxnot)
___DEF_OLD_SYM_GLO(___S__23__23_fxodd_3f_,___G__23__23_fxodd_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxpositive_3f_,___G__23__23_fxpositive_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxquotient,___G__23__23_fxquotient)
___DEF_OLD_SYM_GLO(___S__23__23_fxremainder,___G__23__23_fxremainder)
___DEF_OLD_SYM_GLO(___S__23__23_fxsquare,___G__23__23_fxsquare)
___DEF_OLD_SYM_GLO(___S__23__23_fxsquare_3f_,___G__23__23_fxsquare_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxwrap_2a_,___G__23__23_fxwrap_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_fxwrap_2b_,___G__23__23_fxwrap_2b_)
___DEF_OLD_SYM_GLO(___S__23__23_fxwrap_2d_,___G__23__23_fxwrap_2d_)
___DEF_OLD_SYM_GLO(___S__23__23_fxwrapabs,___G__23__23_fxwrapabs)
___DEF_OLD_SYM_GLO(___S__23__23_fxwraparithmetic_2d_shift,___G__23__23_fxwraparithmetic_2d_shift)
___DEF_OLD_SYM_GLO(___S__23__23_fxwraparithmetic_2d_shift_2d_left,___G__23__23_fxwraparithmetic_2d_shift_2d_left)
___DEF_OLD_SYM_GLO(___S__23__23_fxwraparithmetic_2d_shift_2d_left_3f_,___G__23__23_fxwraparithmetic_2d_shift_2d_left_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxwraparithmetic_2d_shift_3f_,___G__23__23_fxwraparithmetic_2d_shift_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxwraplogical_2d_shift_2d_right,___G__23__23_fxwraplogical_2d_shift_2d_right)
___DEF_OLD_SYM_GLO(___S__23__23_fxwraplogical_2d_shift_2d_right_3f_,___G__23__23_fxwraplogical_2d_shift_2d_right_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_fxwrapquotient,___G__23__23_fxwrapquotient)
___DEF_OLD_SYM_GLO(___S__23__23_fxwrapsquare,___G__23__23_fxwrapsquare)
___DEF_OLD_SYM_GLO(___S__23__23_fxxor,___G__23__23_fxxor)
___DEF_OLD_SYM_GLO(___S__23__23_fxzero_3f_,___G__23__23_fxzero_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_gambdoc,___G__23__23_gambdoc)
___DEF_OLD_SYM_GLO(___S__23__23_gc,___G__23__23_gc)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_final_2d_will_2d_registry_21_,___G__23__23_gc_2d_final_2d_will_2d_registry_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_finalize_21_,___G__23__23_gc_2d_finalize_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_allocate,___G__23__23_gc_2d_hash_2d_table_2d_allocate)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_allocate2,___G__23__23_gc_2d_hash_2d_table_2d_allocate2)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_find_21_,___G__23__23_gc_2d_hash_2d_table_2d_find_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_foldl,___G__23__23_gc_2d_hash_2d_table_2d_foldl)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_for_2d_each,___G__23__23_gc_2d_hash_2d_table_2d_for_2d_each)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_ref,___G__23__23_gc_2d_hash_2d_table_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_rehash_21_,___G__23__23_gc_2d_hash_2d_table_2d_rehash_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_resize_21_,___G__23__23_gc_2d_hash_2d_table_2d_resize_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_search,___G__23__23_gc_2d_hash_2d_table_2d_search)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_set_21_,___G__23__23_gc_2d_hash_2d_table_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_2d_union_21_,___G__23__23_gc_2d_hash_2d_table_2d_union_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_hash_2d_table_3f_,___G__23__23_gc_2d_hash_2d_table_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_interrupt_2d_jobs,___G__23__23_gc_2d_interrupt_2d_jobs)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_report_2d_set_21_,___G__23__23_gc_2d_report_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_report_3f_,___G__23__23_gc_2d_report_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_gc_2d_without_2d_exceptions,___G__23__23_gc_2d_without_2d_exceptions)
___DEF_OLD_SYM_GLO(___S__23__23_gcd,___G__23__23_gcd)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_and,___G__23__23_gen_2d_and)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_app,___G__23__23_gen_2d_app)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_app_2d_aux,___G__23__23_gen_2d_app_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_app_2d_no_2d_step,___G__23__23_gen_2d_app_2d_no_2d_step)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_case,___G__23__23_gen_2d_case)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_case_2d_clause,___G__23__23_gen_2d_case_2d_clause)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_case_2d_else,___G__23__23_gen_2d_case_2d_else)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_cond_2d_if,___G__23__23_gen_2d_cond_2d_if)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_cond_2d_or,___G__23__23_gen_2d_cond_2d_or)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_cond_2d_send,___G__23__23_gen_2d_cond_2d_send)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_cst,___G__23__23_gen_2d_cst)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_cst_2d_no_2d_step,___G__23__23_gen_2d_cst_2d_no_2d_step)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_delay,___G__23__23_gen_2d_delay)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_future,___G__23__23_gen_2d_future)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_glo_2d_def,___G__23__23_gen_2d_glo_2d_def)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_glo_2d_ref,___G__23__23_gen_2d_glo_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_glo_2d_set,___G__23__23_gen_2d_glo_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_if2,___G__23__23_gen_2d_if2)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_if3,___G__23__23_gen_2d_if3)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_let,___G__23__23_gen_2d_let)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_letrec,___G__23__23_gen_2d_letrec)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_letrec_2a_,___G__23__23_gen_2d_letrec_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_loc_2d_ref,___G__23__23_gen_2d_loc_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_loc_2d_ref_2d_aux,___G__23__23_gen_2d_loc_2d_ref_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_loc_2d_ref_2d_box,___G__23__23_gen_2d_loc_2d_ref_2d_box)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_loc_2d_ref_2d_no_2d_step,___G__23__23_gen_2d_loc_2d_ref_2d_no_2d_step)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_loc_2d_set,___G__23__23_gen_2d_loc_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_or,___G__23__23_gen_2d_or)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_prc,___G__23__23_gen_2d_prc)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_prc_2d_req,___G__23__23_gen_2d_prc_2d_req)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_prc_2d_req_2d_aux,___G__23__23_gen_2d_prc_2d_req_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_prc_2d_req_2d_no_2d_step,___G__23__23_gen_2d_prc_2d_req_2d_no_2d_step)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_prc_2d_rest,___G__23__23_gen_2d_prc_2d_rest)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_quasi_2d_append,___G__23__23_gen_2d_quasi_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_quasi_2d_cons,___G__23__23_gen_2d_quasi_2d_cons)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_quasi_2d_list_2d__3e_vector,___G__23__23_gen_2d_quasi_2d_list_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_seq,___G__23__23_gen_2d_seq)
___DEF_OLD_SYM_GLO(___S__23__23_gen_2d_top,___G__23__23_gen_2d_top)
___DEF_OLD_SYM_GLO(___S__23__23_generate_2d_library_2d_prelude,___G__23__23_generate_2d_library_2d_prelude)
___DEF_OLD_SYM_GLO(___S__23__23_generate_2d_library_2d_prelude_2d_set_21_,___G__23__23_generate_2d_library_2d_prelude_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_generate_2d_proper_2d_tail_2d_calls,___G__23__23_generate_2d_proper_2d_tail_2d_calls)
___DEF_OLD_SYM_GLO(___S__23__23_generic_2d_hash,___G__23__23_generic_2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_gensym,___G__23__23_gensym)
___DEF_OLD_SYM_GLO(___S__23__23_gensym_2d_counter,___G__23__23_gensym_2d_counter)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_bytes_2d_allocated_21_,___G__23__23_get_2d_bytes_2d_allocated_21_)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_current_2d_time_21_,___G__23__23_get_2d_current_2d_time_21_)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_environment_2d_variable,___G__23__23_get_2d_environment_2d_variable)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_environment_2d_variables,___G__23__23_get_2d_environment_2d_variables)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_heartbeat_2d_interval_21_,___G__23__23_get_2d_heartbeat_2d_interval_21_)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_live_2d_percent,___G__23__23_get_2d_live_2d_percent)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_max_2d_heap,___G__23__23_get_2d_max_2d_heap)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_min_2d_heap,___G__23__23_get_2d_min_2d_heap)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_monotonic_2d_time_21_,___G__23__23_get_2d_monotonic_2d_time_21_)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_monotonic_2d_time_2d_frequency_21_,___G__23__23_get_2d_monotonic_2d_time_2d_frequency_21_)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_output_2d_string,___G__23__23_get_2d_output_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_output_2d_u8vector,___G__23__23_get_2d_output_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_output_2d_vector,___G__23__23_get_2d_output_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_parallelism_2d_level,___G__23__23_get_2d_parallelism_2d_level)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_shell_2d_program,___G__23__23_get_2d_shell_2d_program)
___DEF_OLD_SYM_GLO(___S__23__23_get_2d_standard_2d_level,___G__23__23_get_2d_standard_2d_level)
___DEF_OLD_SYM_GLO(___S__23__23_getenv,___G__23__23_getenv)
___DEF_OLD_SYM_GLO(___S__23__23_global_2d_var_2d__3e_identifier,___G__23__23_global_2d_var_2d__3e_identifier)
___DEF_OLD_SYM_GLO(___S__23__23_global_2d_var_2d_primitive_2d_ref,___G__23__23_global_2d_var_2d_primitive_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_global_2d_var_2d_primitive_2d_set_21_,___G__23__23_global_2d_var_2d_primitive_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_global_2d_var_2d_ref,___G__23__23_global_2d_var_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_global_2d_var_2d_set_21_,___G__23__23_global_2d_var_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_global_2d_var_3f_,___G__23__23_global_2d_var_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_group_2d_info,___G__23__23_group_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_handle_2d_gc_2d_interrupt_21_,___G__23__23_handle_2d_gc_2d_interrupt_21_)
___DEF_OLD_SYM_GLO(___S__23__23_handle_2d_interrupt,___G__23__23_handle_2d_interrupt)
___DEF_OLD_SYM_GLO(___S__23__23_head_2d__3e_open_2d_close,___G__23__23_head_2d__3e_open_2d_close)
___DEF_OLD_SYM_GLO(___S__23__23_help,___G__23__23_help)
___DEF_OLD_SYM_GLO(___S__23__23_help_2d_browser,___G__23__23_help_2d_browser)
___DEF_OLD_SYM_GLO(___S__23__23_help_2d_hook,___G__23__23_help_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_help_2d_hook_2d_set_21_,___G__23__23_help_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_hidden_2d_continuation_3f_,___G__23__23_hidden_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_hidden_2d_local_2d_var_3f_,___G__23__23_hidden_2d_local_2d_var_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_hidden_2d_parameter_3f_,___G__23__23_hidden_2d_parameter_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_host_2d_info,___G__23__23_host_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_host_2d_name,___G__23__23_host_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_identity,___G__23__23_identity)
___DEF_OLD_SYM_GLO(___S__23__23_ieee754_2d_32_2d__3e_flonum,___G__23__23_ieee754_2d_32_2d__3e_flonum)
___DEF_OLD_SYM_GLO(___S__23__23_ieee754_2d_64_2d__3e_flonum,___G__23__23_ieee754_2d_64_2d__3e_flonum)
___DEF_OLD_SYM_GLO(___S__23__23_if,___G__23__23_if)
___DEF_OLD_SYM_GLO(___S__23__23_ill_2d_formed_2d_special_2d_form,___G__23__23_ill_2d_formed_2d_special_2d_form)
___DEF_OLD_SYM_GLO(___S__23__23_imag_2d_part,___G__23__23_imag_2d_part)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_continuation,___G__23__23_implode_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_frame,___G__23__23_implode_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_gc_2d_hash_2d_table,___G__23__23_implode_2d_gc_2d_hash_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_object,___G__23__23_implode_2d_object)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_procedure,___G__23__23_implode_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_procedure_2d_or_2d_return,___G__23__23_implode_2d_procedure_2d_or_2d_return)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_promise,___G__23__23_implode_2d_promise)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_return,___G__23__23_implode_2d_return)
___DEF_OLD_SYM_GLO(___S__23__23_implode_2d_structure,___G__23__23_implode_2d_structure)
___DEF_OLD_SYM_GLO(___S__23__23_in_2d_new_2d_compilation_2d_scope,___G__23__23_in_2d_new_2d_compilation_2d_scope)
___DEF_OLD_SYM_GLO(___S__23__23_include,___G__23__23_include)
___DEF_OLD_SYM_GLO(___S__23__23_include_2d_file_2d_as_2d_a_2d_begin_2d_expr,___G__23__23_include_2d_file_2d_as_2d_a_2d_begin_2d_expr)
___DEF_OLD_SYM_GLO(___S__23__23_inexact,___G__23__23_inexact)
___DEF_OLD_SYM_GLO(___S__23__23_inexact_2d__3e_exact,___G__23__23_inexact_2d__3e_exact)
___DEF_OLD_SYM_GLO(___S__23__23_inexact_3f_,___G__23__23_inexact_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_infinite_3f_,___G__23__23_infinite_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_infix_2d_compound_2d_expand,___G__23__23_infix_2d_compound_2d_expand)
___DEF_OLD_SYM_GLO(___S__23__23_infix_2d_id,___G__23__23_infix_2d_id)
___DEF_OLD_SYM_GLO(___S__23__23_infix_2d_lvalue_2d_access,___G__23__23_infix_2d_lvalue_2d_access)
___DEF_OLD_SYM_GLO(___S__23__23_infix_2d_lvalue_2d_fetch,___G__23__23_infix_2d_lvalue_2d_fetch)
___DEF_OLD_SYM_GLO(___S__23__23_infix_2d_update_2d_in_2d_place,___G__23__23_infix_2d_update_2d_in_2d_place)
___DEF_OLD_SYM_GLO(___S__23__23_infix_2d_variable_2d_binding,___G__23__23_infix_2d_variable_2d_binding)
___DEF_OLD_SYM_GLO(___S__23__23_initial_2d_dynwind,___G__23__23_initial_2d_dynwind)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_byte_2d_position,___G__23__23_input_2d_port_2d_byte_2d_position)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_bytes_2d_buffered,___G__23__23_input_2d_port_2d_bytes_2d_buffered)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_char_2d_position,___G__23__23_input_2d_port_2d_char_2d_position)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_characters_2d_buffered,___G__23__23_input_2d_port_2d_characters_2d_buffered)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_column,___G__23__23_input_2d_port_2d_column)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_column_2d_set_21_,___G__23__23_input_2d_port_2d_column_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_line,___G__23__23_input_2d_port_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_line_2d_set_21_,___G__23__23_input_2d_port_2d_line_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_2d_timeout_2d_set_21_,___G__23__23_input_2d_port_2d_timeout_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_input_2d_port_3f_,___G__23__23_input_2d_port_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_integer_2d__3e_char,___G__23__23_integer_2d__3e_char)
___DEF_OLD_SYM_GLO(___S__23__23_integer_2d_length,___G__23__23_integer_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_integer_2d_nth_2d_root,___G__23__23_integer_2d_nth_2d_root)
___DEF_OLD_SYM_GLO(___S__23__23_integer_2d_sqrt,___G__23__23_integer_2d_sqrt)
___DEF_OLD_SYM_GLO(___S__23__23_integer_3f_,___G__23__23_integer_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_interaction_2d_cte,___G__23__23_interaction_2d_cte)
___DEF_OLD_SYM_GLO(___S__23__23_interesting_2d_continuation_3f_,___G__23__23_interesting_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_continuation_2d_code,___G__23__23_interp_2d_continuation_2d_code)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_continuation_2d_rte,___G__23__23_interp_2d_continuation_2d_rte)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_continuation_3f_,___G__23__23_interp_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_internal_2d_continuation_3f_,___G__23__23_interp_2d_internal_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_2d_code,___G__23__23_interp_2d_procedure_2d_code)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_2d_code_2d_pointers,___G__23__23_interp_2d_procedure_2d_code_2d_pointers)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_2d_default_2d_entry_2d_hook,___G__23__23_interp_2d_procedure_2d_default_2d_entry_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_2d_entry_2d_hook,___G__23__23_interp_2d_procedure_2d_entry_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_2d_entry_2d_hook_2d_set_21_,___G__23__23_interp_2d_procedure_2d_entry_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_2d_rte,___G__23__23_interp_2d_procedure_2d_rte)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_2d_wrapper,___G__23__23_interp_2d_procedure_2d_wrapper)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_procedure_3f_,___G__23__23_interp_2d_procedure_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_interp_2d_subproblem_2d_continuation_3f_,___G__23__23_interp_2d_subproblem_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_interrupt_2d_handler,___G__23__23_interrupt_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_interrupt_2d_vector,___G__23__23_interrupt_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_interrupt_2d_vector_2d_set_21_,___G__23__23_interrupt_2d_vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_inverse,___G__23__23_inverse)
___DEF_OLD_SYM_GLO(___S__23__23_inverse_2d_eval,___G__23__23_inverse_2d_eval)
___DEF_OLD_SYM_GLO(___S__23__23_inverse_2d_eval_2d_in_2d_env,___G__23__23_inverse_2d_eval_2d_in_2d_env)
___DEF_OLD_SYM_GLO(___S__23__23_io_2d_condvar_2d_for_2d_writing_3f_,___G__23__23_io_2d_condvar_2d_for_2d_writing_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_io_2d_condvar_2d_port,___G__23__23_io_2d_condvar_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_io_2d_condvar_2d_port_2d_set_21_,___G__23__23_io_2d_condvar_2d_port_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_io_2d_condvar_3f_,___G__23__23_io_2d_condvar_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_iota,___G__23__23_iota)
___DEF_OLD_SYM_GLO(___S__23__23_ip_2d_address_3f_,___G__23__23_ip_2d_address_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_jazz_3f_,___G__23__23_jazz_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_kernel_2d_handlers,___G__23__23_kernel_2d_handlers)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d__3e_string,___G__23__23_keyword_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d_counter,___G__23__23_keyword_2d_counter)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d_hash,___G__23__23_keyword_2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d_hash_2d_set_21_,___G__23__23_keyword_2d_hash_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d_interned_3f_,___G__23__23_keyword_2d_interned_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d_name,___G__23__23_keyword_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d_name_2d_set_21_,___G__23__23_keyword_2d_name_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_2d_table,___G__23__23_keyword_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_keyword_3f_,___G__23__23_keyword_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_label_2d_marker_2d_define,___G__23__23_label_2d_marker_2d_define)
___DEF_OLD_SYM_GLO(___S__23__23_label_2d_marker_2d_enter_21_,___G__23__23_label_2d_marker_2d_enter_21_)
___DEF_OLD_SYM_GLO(___S__23__23_label_2d_marker_2d_fixup_21_,___G__23__23_label_2d_marker_2d_fixup_21_)
___DEF_OLD_SYM_GLO(___S__23__23_label_2d_marker_2d_fixup_2d_handler_2d_add_21_,___G__23__23_label_2d_marker_2d_fixup_2d_handler_2d_add_21_)
___DEF_OLD_SYM_GLO(___S__23__23_label_2d_marker_2d_reference,___G__23__23_label_2d_marker_2d_reference)
___DEF_OLD_SYM_GLO(___S__23__23_label_2d_marker_2d_tag,___G__23__23_label_2d_marker_2d_tag)
___DEF_OLD_SYM_GLO(___S__23__23_label_2d_marker_3f_,___G__23__23_label_2d_marker_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_lambda,___G__23__23_lambda)
___DEF_OLD_SYM_GLO(___S__23__23_language_2d_specs,___G__23__23_language_2d_specs)
___DEF_OLD_SYM_GLO(___S__23__23_language_2d_specs_2d_set_21_,___G__23__23_language_2d_specs_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_last,___G__23__23_last)
___DEF_OLD_SYM_GLO(___S__23__23_last_2d_pair,___G__23__23_last_2d_pair)
___DEF_OLD_SYM_GLO(___S__23__23_last_2d_serial_2d_number,___G__23__23_last_2d_serial_2d_number)
___DEF_OLD_SYM_GLO(___S__23__23_lcm,___G__23__23_lcm)
___DEF_OLD_SYM_GLO(___S__23__23_length,___G__23__23_length)
___DEF_OLD_SYM_GLO(___S__23__23_let,___G__23__23_let)
___DEF_OLD_SYM_GLO(___S__23__23_let_2a_,___G__23__23_let_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_letrec,___G__23__23_letrec)
___DEF_OLD_SYM_GLO(___S__23__23_letrec_2a_,___G__23__23_letrec_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_list,___G__23__23_list)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_f32vector,___G__23__23_list_2d__3e_f32vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_f64vector,___G__23__23_list_2d__3e_f64vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_s16vector,___G__23__23_list_2d__3e_s16vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_s32vector,___G__23__23_list_2d__3e_s32vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_s64vector,___G__23__23_list_2d__3e_s64vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_s8vector,___G__23__23_list_2d__3e_s8vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_string,___G__23__23_list_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_table,___G__23__23_list_2d__3e_table)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_u16vector,___G__23__23_list_2d__3e_u16vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_u32vector,___G__23__23_list_2d__3e_u32vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_u64vector,___G__23__23_list_2d__3e_u64vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_u8vector,___G__23__23_list_2d__3e_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d__3e_vector,___G__23__23_list_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d_max_2d_head,___G__23__23_list_2d_max_2d_head)
___DEF_OLD_SYM_GLO(___S__23__23_list_2d_max_2d_head_2d_set_21_,___G__23__23_list_2d_max_2d_head_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_load,___G__23__23_load)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_object_2d_file,___G__23__23_load_2d_object_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_required_2d_module,___G__23__23_load_2d_required_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_required_2d_module_2d_set_21_,___G__23__23_load_2d_required_2d_module_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_required_2d_module_2d_structs,___G__23__23_load_2d_required_2d_module_2d_structs)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_source_2d_if_2d_more_2d_recent,___G__23__23_load_2d_source_2d_if_2d_more_2d_recent)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_source_2d_if_2d_more_2d_recent_2d_set_21_,___G__23__23_load_2d_source_2d_if_2d_more_2d_recent_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_support_2d_libraries,___G__23__23_load_2d_support_2d_libraries)
___DEF_OLD_SYM_GLO(___S__23__23_load_2d_vm,___G__23__23_load_2d_vm)
___DEF_OLD_SYM_GLO(___S__23__23_local_2d__3e_value,___G__23__23_local_2d__3e_value)
___DEF_OLD_SYM_GLO(___S__23__23_locat_2d_container,___G__23__23_locat_2d_container)
___DEF_OLD_SYM_GLO(___S__23__23_locat_2d_position,___G__23__23_locat_2d_position)
___DEF_OLD_SYM_GLO(___S__23__23_locat_3f_,___G__23__23_locat_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_log,___G__23__23_log)
___DEF_OLD_SYM_GLO(___S__23__23_log2,___G__23__23_log2)
___DEF_OLD_SYM_GLO(___S__23__23_lookup_2d_module,___G__23__23_lookup_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_lookup_2d_registered_2d_module,___G__23__23_lookup_2d_registered_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_loose_2d_smallest_2d_prime_2d_no_2d_less_2d_than,___G__23__23_loose_2d_smallest_2d_prime_2d_no_2d_less_2d_than)
___DEF_OLD_SYM_GLO(___S__23__23_machine_2d_code_2d_block_2d_exec,___G__23__23_machine_2d_code_2d_block_2d_exec)
___DEF_OLD_SYM_GLO(___S__23__23_machine_2d_code_2d_block_2d_fixup,___G__23__23_machine_2d_code_2d_block_2d_fixup)
___DEF_OLD_SYM_GLO(___S__23__23_machine_2d_code_2d_block_2d_ref,___G__23__23_machine_2d_code_2d_block_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_machine_2d_code_2d_block_2d_set_21_,___G__23__23_machine_2d_code_2d_block_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_machine_2d_code_2d_fixup,___G__23__23_machine_2d_code_2d_fixup)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_descr,___G__23__23_macro_2d_descr)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_descr_2d_def_2d_syntax_3f_,___G__23__23_macro_2d_descr_2d_def_2d_syntax_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_descr_2d_expander,___G__23__23_macro_2d_descr_2d_expander)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_descr_2d_expander_2d_src,___G__23__23_macro_2d_descr_2d_expander_2d_src)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_descr_2d_set_21_,___G__23__23_macro_2d_descr_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_descr_2d_size,___G__23__23_macro_2d_descr_2d_size)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_expand,___G__23__23_macro_2d_expand)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_expand_2d_set_21_,___G__23__23_macro_2d_expand_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_lookup,___G__23__23_macro_2d_lookup)
___DEF_OLD_SYM_GLO(___S__23__23_macro_2d_lookup_2d_set_21_,___G__23__23_macro_2d_lookup_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_magnitude,___G__23__23_magnitude)
___DEF_OLD_SYM_GLO(___S__23__23_main,___G__23__23_main)
___DEF_OLD_SYM_GLO(___S__23__23_main_2d_readtable,___G__23__23_main_2d_readtable)
___DEF_OLD_SYM_GLO(___S__23__23_main_2d_readtable_2d_set_21_,___G__23__23_main_2d_readtable_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_main_2d_set_21_,___G__23__23_main_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_main_2d_stepper,___G__23__23_main_2d_stepper)
___DEF_OLD_SYM_GLO(___S__23__23_main_2d_stepper_2d_set_21_,___G__23__23_main_2d_stepper_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_alias_2d_syntax,___G__23__23_make_2d_alias_2d_syntax)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_bindings,___G__23__23_make_2d_bindings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_call_2d_form,___G__23__23_make_2d_call_2d_form)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_chartable,___G__23__23_make_2d_chartable)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_closure,___G__23__23_make_2d_closure)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_code_2a_,___G__23__23_make_2d_code_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_condvar,___G__23__23_make_2d_condvar)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_continuation,___G__23__23_make_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_default_2d_entry_2d_hook,___G__23__23_make_2d_default_2d_entry_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_delay_2d_promise,___G__23__23_make_2d_delay_2d_promise)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_device_2d_port,___G__23__23_make_2d_device_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_device_2d_port_2d_from_2d_single_2d_device,___G__23__23_make_2d_device_2d_port_2d_from_2d_single_2d_device)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_directory_2d_port,___G__23__23_make_2d_directory_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_directory_2d_psettings,___G__23__23_make_2d_directory_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_dummy_2d_port,___G__23__23_make_2d_dummy_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_empty_2d_repl_2d_result_2d_history,___G__23__23_make_2d_empty_2d_repl_2d_result_2d_history)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_event_2d_queue_2d_port,___G__23__23_make_2d_event_2d_queue_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_f32vector,___G__23__23_make_2d_f32vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_f64vector,___G__23__23_make_2d_f64vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_filepos,___G__23__23_make_2d_filepos)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_final_2d_will,___G__23__23_make_2d_final_2d_will)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_frame,___G__23__23_make_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_full_2d_name,___G__23__23_make_2d_full_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_global_2d_var,___G__23__23_make_2d_global_2d_var)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_initial_2d_repl_2d_context,___G__23__23_make_2d_initial_2d_repl_2d_context)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_input_2d_path_2d_psettings,___G__23__23_make_2d_input_2d_path_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_interned_2d_keyword,___G__23__23_make_2d_interned_2d_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_interned_2d_symbol,___G__23__23_make_2d_interned_2d_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_interned_2d_symkey,___G__23__23_make_2d_interned_2d_symkey)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_interp_2d_procedure,___G__23__23_make_2d_interp_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_io_2d_condvar,___G__23__23_make_2d_io_2d_condvar)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_jobs,___G__23__23_make_2d_jobs)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_list,___G__23__23_make_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_locat,___G__23__23_make_2d_locat)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_machine_2d_code_2d_block,___G__23__23_make_2d_machine_2d_code_2d_block)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_macro_2d_descr,___G__23__23_make_2d_macro_2d_descr)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_marktable,___G__23__23_make_2d_marktable)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_mutex,___G__23__23_make_2d_mutex)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_parameter,___G__23__23_make_2d_parameter)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_params,___G__23__23_make_2d_params)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_path_2d_psettings,___G__23__23_make_2d_path_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_polar,___G__23__23_make_2d_polar)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_process_2d_psettings,___G__23__23_make_2d_process_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_psettings,___G__23__23_make_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_random_2d_source_2d_mrg32k3a,___G__23__23_make_2d_random_2d_source_2d_mrg32k3a)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_raw_2d_device_2d_port,___G__23__23_make_2d_raw_2d_device_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_rdevice_2d_condvar,___G__23__23_make_2d_rdevice_2d_condvar)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_readenv,___G__23__23_make_2d_readenv)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_readtable_2d_parameter,___G__23__23_make_2d_readtable_2d_parameter)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_rectangular,___G__23__23_make_2d_rectangular)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_repl_2d_channel_2d_ports,___G__23__23_make_2d_repl_2d_channel_2d_ports)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_root_2d_thread,___G__23__23_make_2d_root_2d_thread)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_s16vector,___G__23__23_make_2d_s16vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_s32vector,___G__23__23_make_2d_s32vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_s64vector,___G__23__23_make_2d_s64vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_s8vector,___G__23__23_make_2d_s8vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_source,___G__23__23_make_2d_source)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_standard_2d_readtable,___G__23__23_make_2d_standard_2d_readtable)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_string,___G__23__23_make_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_string_2d_pipe_2d_port,___G__23__23_make_2d_string_2d_pipe_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_string_2d_port,___G__23__23_make_2d_string_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_structure,___G__23__23_make_2d_structure)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_subprocedure,___G__23__23_make_2d_subprocedure)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_table,___G__23__23_make_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_tcp_2d_client_2d_port,___G__23__23_make_2d_tcp_2d_client_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_tcp_2d_psettings,___G__23__23_make_2d_tcp_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_tcp_2d_server_2d_port,___G__23__23_make_2d_tcp_2d_server_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_tgroup,___G__23__23_make_2d_tgroup)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_thread,___G__23__23_make_2d_thread)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_top_2d_cte,___G__23__23_make_2d_top_2d_cte)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_u16vector,___G__23__23_make_2d_u16vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_u32vector,___G__23__23_make_2d_u32vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_u64vector,___G__23__23_make_2d_u64vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_u8vector,___G__23__23_make_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_u8vector_2d_pipe_2d_port,___G__23__23_make_2d_u8vector_2d_pipe_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_u8vector_2d_port,___G__23__23_make_2d_u8vector_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_udp_2d_port,___G__23__23_make_2d_udp_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_udp_2d_psettings,___G__23__23_make_2d_udp_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_uninterned_2d_keyword,___G__23__23_make_2d_uninterned_2d_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_uninterned_2d_symbol,___G__23__23_make_2d_uninterned_2d_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_values,___G__23__23_make_2d_values)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_vector,___G__23__23_make_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_vector_2d_pipe_2d_port,___G__23__23_make_2d_vector_2d_pipe_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_vector_2d_port,___G__23__23_make_2d_vector_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_wdevice_2d_condvar,___G__23__23_make_2d_wdevice_2d_condvar)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_will,___G__23__23_make_2d_will)
___DEF_OLD_SYM_GLO(___S__23__23_make_2d_writeenv,___G__23__23_make_2d_writeenv)
___DEF_OLD_SYM_GLO(___S__23__23_map,___G__23__23_map)
___DEF_OLD_SYM_GLO(___S__23__23_marktable_2d_lookup_21_,___G__23__23_marktable_2d_lookup_21_)
___DEF_OLD_SYM_GLO(___S__23__23_marktable_2d_mark_21_,___G__23__23_marktable_2d_mark_21_)
___DEF_OLD_SYM_GLO(___S__23__23_marktable_2d_restore_21_,___G__23__23_marktable_2d_restore_21_)
___DEF_OLD_SYM_GLO(___S__23__23_marktable_2d_save,___G__23__23_marktable_2d_save)
___DEF_OLD_SYM_GLO(___S__23__23_marktable_2d_table_2d_get_21_,___G__23__23_marktable_2d_table_2d_get_21_)
___DEF_OLD_SYM_GLO(___S__23__23_max,___G__23__23_max)
___DEF_OLD_SYM_GLO(___S__23__23_max_2d_char,___G__23__23_max_2d_char)
___DEF_OLD_SYM_GLO(___S__23__23_max_2d_fixnum,___G__23__23_max_2d_fixnum)
___DEF_OLD_SYM_GLO(___S__23__23_mem_2d_allocated_3f_,___G__23__23_mem_2d_allocated_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_member,___G__23__23_member)
___DEF_OLD_SYM_GLO(___S__23__23_memq,___G__23__23_memq)
___DEF_OLD_SYM_GLO(___S__23__23_meroon_3f_,___G__23__23_meroon_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_might_2d_write_2d_differently_3f_,___G__23__23_might_2d_write_2d_differently_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_min,___G__23__23_min)
___DEF_OLD_SYM_GLO(___S__23__23_min_2d_fixnum,___G__23__23_min_2d_fixnum)
___DEF_OLD_SYM_GLO(___S__23__23_module_2d_init,___G__23__23_module_2d_init)
___DEF_OLD_SYM_GLO(___S__23__23_modulo,___G__23__23_modulo)
___DEF_OLD_SYM_GLO(___S__23__23_mutable_3f_,___G__23__23_mutable_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_mutex_2d_lock_2d_out_2d_of_2d_line_21_,___G__23__23_mutex_2d_lock_2d_out_2d_of_2d_line_21_)
___DEF_OLD_SYM_GLO(___S__23__23_mutex_2d_signal_21_,___G__23__23_mutex_2d_signal_21_)
___DEF_OLD_SYM_GLO(___S__23__23_mutex_2d_signal_2d_and_2d_condvar_2d_wait_21_,___G__23__23_mutex_2d_signal_2d_and_2d_condvar_2d_wait_21_)
___DEF_OLD_SYM_GLO(___S__23__23_mutex_2d_signal_2d_no_2d_reschedule_21_,___G__23__23_mutex_2d_signal_2d_no_2d_reschedule_21_)
___DEF_OLD_SYM_GLO(___S__23__23_namespace,___G__23__23_namespace)
___DEF_OLD_SYM_GLO(___S__23__23_namespace_2d_separators,___G__23__23_namespace_2d_separators)
___DEF_OLD_SYM_GLO(___S__23__23_namespace_2d_separators_2d_set_21_,___G__23__23_namespace_2d_separators_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_nan_3f_,___G__23__23_nan_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_negate,___G__23__23_negate)
___DEF_OLD_SYM_GLO(___S__23__23_negative_3f_,___G__23__23_negative_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_net_2d_family_2d_decode,___G__23__23_net_2d_family_2d_decode)
___DEF_OLD_SYM_GLO(___S__23__23_net_2d_family_2d_encode,___G__23__23_net_2d_family_2d_encode)
___DEF_OLD_SYM_GLO(___S__23__23_net_2d_protocol_2d_decode,___G__23__23_net_2d_protocol_2d_decode)
___DEF_OLD_SYM_GLO(___S__23__23_net_2d_protocol_2d_encode,___G__23__23_net_2d_protocol_2d_encode)
___DEF_OLD_SYM_GLO(___S__23__23_net_2d_socket_2d_type_2d_decode,___G__23__23_net_2d_socket_2d_type_2d_decode)
___DEF_OLD_SYM_GLO(___S__23__23_net_2d_socket_2d_type_2d_encode,___G__23__23_net_2d_socket_2d_type_2d_encode)
___DEF_OLD_SYM_GLO(___S__23__23_network_2d_info,___G__23__23_network_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_newline,___G__23__23_newline)
___DEF_OLD_SYM_GLO(___S__23__23_newline0,___G__23__23_newline0)
___DEF_OLD_SYM_GLO(___S__23__23_newline1,___G__23__23_newline1)
___DEF_OLD_SYM_GLO(___S__23__23_no_2d_stepper,___G__23__23_no_2d_stepper)
___DEF_OLD_SYM_GLO(___S__23__23_none_2d_marker,___G__23__23_none_2d_marker)
___DEF_OLD_SYM_GLO(___S__23__23_nontail_2d_call_2d_for_2d_leap,___G__23__23_nontail_2d_call_2d_for_2d_leap)
___DEF_OLD_SYM_GLO(___S__23__23_nontail_2d_call_2d_for_2d_step,___G__23__23_nontail_2d_call_2d_for_2d_step)
___DEF_OLD_SYM_GLO(___S__23__23_not,___G__23__23_not)
___DEF_OLD_SYM_GLO(___S__23__23_null_3f_,___G__23__23_null_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_number_2d__3e_string,___G__23__23_number_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_number_3f_,___G__23__23_number_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_numerator,___G__23__23_numerator)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_encoding,___G__23__23_object_2d__3e_encoding)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_global_2d_var,___G__23__23_object_2d__3e_global_2d_var)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_global_2d_var_2d__3e_identifier,___G__23__23_object_2d__3e_global_2d_var_2d__3e_identifier)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_lexical_2d_var_2d__3e_identifier,___G__23__23_object_2d__3e_lexical_2d_var_2d__3e_identifier)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_serial_2d_number,___G__23__23_object_2d__3e_serial_2d_number)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_string,___G__23__23_object_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_truncated_2d_string,___G__23__23_object_2d__3e_truncated_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d__3e_u8vector,___G__23__23_object_2d__3e_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d_before_3f_,___G__23__23_object_2d_before_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_object_2d_to_2d_serial_2d_number_2d_table,___G__23__23_object_2d_to_2d_serial_2d_number_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_odd_3f_,___G__23__23_odd_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_all_2d_predefined,___G__23__23_open_2d_all_2d_predefined)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_directory,___G__23__23_open_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_event_2d_queue,___G__23__23_open_2d_event_2d_queue)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_file,___G__23__23_open_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_file_2d_generic,___G__23__23_open_2d_file_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_file_2d_generic_2d_from_2d_psettings,___G__23__23_open_2d_file_2d_generic_2d_from_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_input_2d_file,___G__23__23_open_2d_input_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_input_2d_process,___G__23__23_open_2d_input_2d_process)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_input_2d_string,___G__23__23_open_2d_input_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_input_2d_u8vector,___G__23__23_open_2d_input_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_input_2d_vector,___G__23__23_open_2d_input_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_output_2d_file,___G__23__23_open_2d_output_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_output_2d_process,___G__23__23_open_2d_output_2d_process)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_output_2d_string,___G__23__23_open_2d_output_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_output_2d_u8vector,___G__23__23_open_2d_output_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_output_2d_vector,___G__23__23_open_2d_output_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_predefined,___G__23__23_open_2d_predefined)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_process,___G__23__23_open_2d_process)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_process_2d_generic,___G__23__23_open_2d_process_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_string,___G__23__23_open_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_string_2d_generic,___G__23__23_open_2d_string_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_string_2d_pipe,___G__23__23_open_2d_string_2d_pipe)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_string_2d_pipe_2d_generic,___G__23__23_open_2d_string_2d_pipe_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_tcp_2d_client,___G__23__23_open_2d_tcp_2d_client)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_tcp_2d_server,___G__23__23_open_2d_tcp_2d_server)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_tcp_2d_server_2d_aux,___G__23__23_open_2d_tcp_2d_server_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_u8vector,___G__23__23_open_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_u8vector_2d_generic,___G__23__23_open_2d_u8vector_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_u8vector_2d_pipe,___G__23__23_open_2d_u8vector_2d_pipe)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_u8vector_2d_pipe_2d_generic,___G__23__23_open_2d_u8vector_2d_pipe_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_udp,___G__23__23_open_2d_udp)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_vector,___G__23__23_open_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_vector_2d_generic,___G__23__23_open_2d_vector_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_vector_2d_pipe,___G__23__23_open_2d_vector_2d_pipe)
___DEF_OLD_SYM_GLO(___S__23__23_open_2d_vector_2d_pipe_2d_generic,___G__23__23_open_2d_vector_2d_pipe_2d_generic)
___DEF_OLD_SYM_GLO(___S__23__23_options_2d_set_21_,___G__23__23_options_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_or,___G__23__23_or)
___DEF_OLD_SYM_GLO(___S__23__23_or_3f_,___G__23__23_or_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_address_2d_infos,___G__23__23_os_2d_address_2d_infos)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_bat_2d_extension_2d_string_2d_saved,___G__23__23_os_2d_bat_2d_extension_2d_string_2d_saved)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_condvar_2d_select_21_,___G__23__23_os_2d_condvar_2d_select_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_configure_2d_command_2d_string_2d_saved,___G__23__23_os_2d_configure_2d_command_2d_string_2d_saved)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_copy_2d_file,___G__23__23_os_2d_copy_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_create_2d_directory,___G__23__23_os_2d_create_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_create_2d_fifo,___G__23__23_os_2d_create_2d_fifo)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_create_2d_link,___G__23__23_os_2d_create_2d_link)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_create_2d_symbolic_2d_link,___G__23__23_os_2d_create_2d_symbolic_2d_link)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_delete_2d_directory,___G__23__23_os_2d_delete_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_delete_2d_file,___G__23__23_os_2d_delete_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_close,___G__23__23_os_2d_device_2d_close)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_directory_2d_open_2d_path,___G__23__23_os_2d_device_2d_directory_2d_open_2d_path)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_directory_2d_read,___G__23__23_os_2d_device_2d_directory_2d_read)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_event_2d_queue_2d_open,___G__23__23_os_2d_device_2d_event_2d_queue_2d_open)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_event_2d_queue_2d_read,___G__23__23_os_2d_device_2d_event_2d_queue_2d_read)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_force_2d_output,___G__23__23_os_2d_device_2d_force_2d_output)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_kind,___G__23__23_os_2d_device_2d_kind)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_open_2d_raw_2d_from_2d_fd,___G__23__23_os_2d_device_2d_open_2d_raw_2d_from_2d_fd)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_process_2d_pid,___G__23__23_os_2d_device_2d_process_2d_pid)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_process_2d_status,___G__23__23_os_2d_device_2d_process_2d_status)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_default_2d_options,___G__23__23_os_2d_device_2d_stream_2d_default_2d_options)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_open_2d_path,___G__23__23_os_2d_device_2d_stream_2d_open_2d_path)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_open_2d_predefined,___G__23__23_os_2d_device_2d_stream_2d_open_2d_predefined)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_open_2d_process,___G__23__23_os_2d_device_2d_stream_2d_open_2d_process)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_options_2d_set_21_,___G__23__23_os_2d_device_2d_stream_2d_options_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_read,___G__23__23_os_2d_device_2d_stream_2d_read)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_seek,___G__23__23_os_2d_device_2d_stream_2d_seek)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_width,___G__23__23_os_2d_device_2d_stream_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_stream_2d_write,___G__23__23_os_2d_device_2d_stream_2d_write)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tcp_2d_client_2d_open,___G__23__23_os_2d_device_2d_tcp_2d_client_2d_open)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tcp_2d_client_2d_socket_2d_info,___G__23__23_os_2d_device_2d_tcp_2d_client_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tcp_2d_server_2d_open,___G__23__23_os_2d_device_2d_tcp_2d_server_2d_open)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tcp_2d_server_2d_read,___G__23__23_os_2d_device_2d_tcp_2d_server_2d_read)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tcp_2d_server_2d_socket_2d_info,___G__23__23_os_2d_device_2d_tcp_2d_server_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tty_2d_history,___G__23__23_os_2d_device_2d_tty_2d_history)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tty_2d_history_2d_max_2d_length_2d_set_21_,___G__23__23_os_2d_device_2d_tty_2d_history_2d_max_2d_length_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tty_2d_history_2d_set_21_,___G__23__23_os_2d_device_2d_tty_2d_history_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tty_2d_mode_2d_set_21_,___G__23__23_os_2d_device_2d_tty_2d_mode_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tty_2d_paren_2d_balance_2d_duration_2d_set_21_,___G__23__23_os_2d_device_2d_tty_2d_paren_2d_balance_2d_duration_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tty_2d_text_2d_attributes_2d_set_21_,___G__23__23_os_2d_device_2d_tty_2d_text_2d_attributes_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_tty_2d_type_2d_set_21_,___G__23__23_os_2d_device_2d_tty_2d_type_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_udp_2d_destination_2d_set_21_,___G__23__23_os_2d_device_2d_udp_2d_destination_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_udp_2d_open,___G__23__23_os_2d_device_2d_udp_2d_open)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_udp_2d_read_2d_subu8vector,___G__23__23_os_2d_device_2d_udp_2d_read_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_udp_2d_socket_2d_info,___G__23__23_os_2d_device_2d_udp_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_device_2d_udp_2d_write_2d_subu8vector,___G__23__23_os_2d_device_2d_udp_2d_write_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_environ,___G__23__23_os_2d_environ)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_err_2d_code_2d__3e_string,___G__23__23_os_2d_err_2d_code_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_exe_2d_extension_2d_string_2d_saved,___G__23__23_os_2d_exe_2d_extension_2d_string_2d_saved)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_file_2d_info,___G__23__23_os_2d_file_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_file_2d_times_2d_set_21_,___G__23__23_os_2d_file_2d_times_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_getenv,___G__23__23_os_2d_getenv)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_getpid,___G__23__23_os_2d_getpid)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_getppid,___G__23__23_os_2d_getppid)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_group_2d_info,___G__23__23_os_2d_group_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_host_2d_info,___G__23__23_os_2d_host_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_host_2d_name,___G__23__23_os_2d_host_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_load_2d_object_2d_file,___G__23__23_os_2d_load_2d_object_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_make_2d_tls_2d_context,___G__23__23_os_2d_make_2d_tls_2d_context)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_network_2d_info,___G__23__23_os_2d_network_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_obj_2d_extension_2d_string_2d_saved,___G__23__23_os_2d_obj_2d_extension_2d_string_2d_saved)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_path_2d_gambitdir,___G__23__23_os_2d_path_2d_gambitdir)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_path_2d_gambitdir_2d_map_2d_lookup,___G__23__23_os_2d_path_2d_gambitdir_2d_map_2d_lookup)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_path_2d_homedir,___G__23__23_os_2d_path_2d_homedir)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_path_2d_normalize_2d_directory,___G__23__23_os_2d_path_2d_normalize_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_port_2d_decode_2d_chars_21_,___G__23__23_os_2d_port_2d_decode_2d_chars_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_port_2d_encode_2d_chars_21_,___G__23__23_os_2d_port_2d_encode_2d_chars_21_)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_protocol_2d_info,___G__23__23_os_2d_protocol_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_rename_2d_file,___G__23__23_os_2d_rename_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_service_2d_info,___G__23__23_os_2d_service_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_set_2d_current_2d_directory,___G__23__23_os_2d_set_2d_current_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_setenv,___G__23__23_os_2d_setenv)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_shell_2d_command,___G__23__23_os_2d_shell_2d_command)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_system_2d_type_2d_saved,___G__23__23_os_2d_system_2d_type_2d_saved)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_system_2d_type_2d_string_2d_saved,___G__23__23_os_2d_system_2d_type_2d_string_2d_saved)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_user_2d_info,___G__23__23_os_2d_user_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_os_2d_user_2d_name,___G__23__23_os_2d_user_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_byte_2d_position,___G__23__23_output_2d_port_2d_byte_2d_position)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_char_2d_position,___G__23__23_output_2d_port_2d_char_2d_position)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_column,___G__23__23_output_2d_port_2d_column)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_column_2d_set_21_,___G__23__23_output_2d_port_2d_column_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_line,___G__23__23_output_2d_port_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_line_2d_set_21_,___G__23__23_output_2d_port_2d_line_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_timeout_2d_set_21_,___G__23__23_output_2d_port_2d_timeout_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_2d_width,___G__23__23_output_2d_port_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_output_2d_port_3f_,___G__23__23_output_2d_port_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_pair_3f_,___G__23__23_pair_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_parameter_2d_counter,___G__23__23_parameter_2d_counter)
___DEF_OLD_SYM_GLO(___S__23__23_parameter_3f_,___G__23__23_parameter_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_parameterize,___G__23__23_parameterize)
___DEF_OLD_SYM_GLO(___S__23__23_parameterize_2d_build,___G__23__23_parameterize_2d_build)
___DEF_OLD_SYM_GLO(___S__23__23_parse_2d_psettings_21_,___G__23__23_parse_2d_psettings_21_)
___DEF_OLD_SYM_GLO(___S__23__23_partial_2d_bit_2d_reverse,___G__23__23_partial_2d_bit_2d_reverse)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d__3e_container,___G__23__23_path_2d__3e_container)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d__3e_container_2d_hook,___G__23__23_path_2d__3e_container_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d__3e_container_2d_hook_2d_set_21_,___G__23__23_path_2d__3e_container_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_directory,___G__23__23_path_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_directory_2d_end,___G__23__23_path_2d_directory_2d_end)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_expand,___G__23__23_path_2d_expand)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_expand_2d_hook,___G__23__23_path_2d_expand_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_expand_2d_hook_2d_set_21_,___G__23__23_path_2d_expand_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_extension,___G__23__23_path_2d_extension)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_extension_2d_start,___G__23__23_path_2d_extension_2d_start)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_normalize,___G__23__23_path_2d_normalize)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_reference,___G__23__23_path_2d_reference)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_resolve,___G__23__23_path_2d_resolve)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_resolve_2d_hook,___G__23__23_path_2d_resolve_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_resolve_2d_hook_2d_set_21_,___G__23__23_path_2d_resolve_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_strip_2d_directory,___G__23__23_path_2d_strip_2d_directory)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_strip_2d_extension,___G__23__23_path_2d_strip_2d_extension)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_strip_2d_trailing_2d_directory_2d_separator,___G__23__23_path_2d_strip_2d_trailing_2d_directory_2d_separator)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_strip_2d_volume,___G__23__23_path_2d_strip_2d_volume)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_unresolve,___G__23__23_path_2d_unresolve)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_unresolve_2d_hook,___G__23__23_path_2d_unresolve_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_unresolve_2d_hook_2d_set_21_,___G__23__23_path_2d_unresolve_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_volume,___G__23__23_path_2d_volume)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_volume_2d_end,___G__23__23_path_2d_volume_2d_end)
___DEF_OLD_SYM_GLO(___S__23__23_path_2d_volume_2d_end_2d_using_2d_dir_2d_sep,___G__23__23_path_2d_volume_2d_end_2d_using_2d_dir_2d_sep)
___DEF_OLD_SYM_GLO(___S__23__23_peek_2d_char,___G__23__23_peek_2d_char)
___DEF_OLD_SYM_GLO(___S__23__23_peek_2d_char0,___G__23__23_peek_2d_char0)
___DEF_OLD_SYM_GLO(___S__23__23_peek_2d_char0_3f_,___G__23__23_peek_2d_char0_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_peek_2d_char1,___G__23__23_peek_2d_char1)
___DEF_OLD_SYM_GLO(___S__23__23_peek_2d_char1_3f_,___G__23__23_peek_2d_char1_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_char_2d_buf_2d_len,___G__23__23_port_2d_char_2d_buf_2d_len)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_device,___G__23__23_port_2d_device)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_io_2d_exception_2d_handler_2d_set_21_,___G__23__23_port_2d_io_2d_exception_2d_handler_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_kind,___G__23__23_port_2d_kind)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_name,___G__23__23_port_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_name_2d__3e_container,___G__23__23_port_2d_name_2d__3e_container)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_of_2d_kind_3f_,___G__23__23_port_2d_of_2d_kind_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_port_2d_settings_2d_set_21_,___G__23__23_port_2d_settings_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_port_3f_,___G__23__23_port_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_position_2d__3e_filepos,___G__23__23_position_2d__3e_filepos)
___DEF_OLD_SYM_GLO(___S__23__23_positive_3f_,___G__23__23_positive_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_pretty_2d_print,___G__23__23_pretty_2d_print)
___DEF_OLD_SYM_GLO(___S__23__23_pretty_2d_print_2d_shifting_2d_allowed_3f_,___G__23__23_pretty_2d_print_2d_shifting_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_pretty_2d_print_2d_shifting_2d_allowed_3f__2d_set_21_,___G__23__23_pretty_2d_print_2d_shifting_2d_allowed_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_primitive_2d_lock_21_,___G__23__23_primitive_2d_lock_21_)
___DEF_OLD_SYM_GLO(___S__23__23_primitive_2d_trylock_21_,___G__23__23_primitive_2d_trylock_21_)
___DEF_OLD_SYM_GLO(___S__23__23_primitive_2d_unlock_21_,___G__23__23_primitive_2d_unlock_21_)
___DEF_OLD_SYM_GLO(___S__23__23_primordial_2d_exception_2d_handler,___G__23__23_primordial_2d_exception_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_primordial_2d_exception_2d_handler_2d_hook,___G__23__23_primordial_2d_exception_2d_handler_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_primordial_2d_thread,___G__23__23_primordial_2d_thread)
___DEF_OLD_SYM_GLO(___S__23__23_print,___G__23__23_print)
___DEF_OLD_SYM_GLO(___S__23__23_print_2d_marker,___G__23__23_print_2d_marker)
___DEF_OLD_SYM_GLO(___S__23__23_procedure_2d__3e_continuation,___G__23__23_procedure_2d__3e_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_procedure_2d_friendly_2d_name,___G__23__23_procedure_2d_friendly_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_procedure_2d_locat,___G__23__23_procedure_2d_locat)
___DEF_OLD_SYM_GLO(___S__23__23_procedure_2d_name,___G__23__23_procedure_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_procedure_3f_,___G__23__23_procedure_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_process_2d_pid,___G__23__23_process_2d_pid)
___DEF_OLD_SYM_GLO(___S__23__23_process_2d_statistics,___G__23__23_process_2d_statistics)
___DEF_OLD_SYM_GLO(___S__23__23_process_2d_status,___G__23__23_process_2d_status)
___DEF_OLD_SYM_GLO(___S__23__23_process_2d_tcp_2d_server_2d_psettings,___G__23__23_process_2d_tcp_2d_server_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_process_2d_times,___G__23__23_process_2d_times)
___DEF_OLD_SYM_GLO(___S__23__23_processed_2d_command_2d_line,___G__23__23_processed_2d_command_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_processed_2d_command_2d_line_2d_set_21_,___G__23__23_processed_2d_command_2d_line_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_processor,___G__23__23_processor)
___DEF_OLD_SYM_GLO(___S__23__23_program_2d_descr,___G__23__23_program_2d_descr)
___DEF_OLD_SYM_GLO(___S__23__23_promise_2d_state,___G__23__23_promise_2d_state)
___DEF_OLD_SYM_GLO(___S__23__23_promise_2d_state_2d_set_21_,___G__23__23_promise_2d_state_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_promise_3f_,___G__23__23_promise_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_proper_2d_length,___G__23__23_proper_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_proper_2d_list_2d_length,___G__23__23_proper_2d_list_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_protocol_2d_info,___G__23__23_protocol_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d__3e_device_2d_flags,___G__23__23_psettings_2d__3e_device_2d_flags)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d__3e_input_2d_readtable,___G__23__23_psettings_2d__3e_input_2d_readtable)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d__3e_output_2d_readtable,___G__23__23_psettings_2d__3e_output_2d_readtable)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d__3e_output_2d_width,___G__23__23_psettings_2d__3e_output_2d_width)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d__3e_permissions,___G__23__23_psettings_2d__3e_permissions)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d__3e_roptions,___G__23__23_psettings_2d__3e_roptions)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d__3e_woptions,___G__23__23_psettings_2d__3e_woptions)
___DEF_OLD_SYM_GLO(___S__23__23_psettings_2d_options_2d__3e_options,___G__23__23_psettings_2d_options_2d__3e_options)
___DEF_OLD_SYM_GLO(___S__23__23_quasi_2d_append,___G__23__23_quasi_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_quasi_2d_cons,___G__23__23_quasi_2d_cons)
___DEF_OLD_SYM_GLO(___S__23__23_quasi_2d_list,___G__23__23_quasi_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_quasi_2d_list_2d__3e_vector,___G__23__23_quasi_2d_list_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S__23__23_quasi_2d_vector,___G__23__23_quasi_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_quasiquote,___G__23__23_quasiquote)
___DEF_OLD_SYM_GLO(___S__23__23_quote,___G__23__23_quote)
___DEF_OLD_SYM_GLO(___S__23__23_quotient,___G__23__23_quotient)
___DEF_OLD_SYM_GLO(___S__23__23_raise,___G__23__23_raise)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_cfun_2d_conversion_2d_exception_2d_nary,___G__23__23_raise_2d_cfun_2d_conversion_2d_exception_2d_nary)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_datum_2d_parsing_2d_exception,___G__23__23_raise_2d_datum_2d_parsing_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_divide_2d_by_2d_zero_2d_exception,___G__23__23_raise_2d_divide_2d_by_2d_zero_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_error_2d_exception,___G__23__23_raise_2d_error_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_expression_2d_parsing_2d_exception,___G__23__23_raise_2d_expression_2d_parsing_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_fixnum_2d_overflow_2d_exception,___G__23__23_raise_2d_fixnum_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_heap_2d_overflow_2d_exception,___G__23__23_raise_2d_heap_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_high_2d_level_2d_interrupt_21_,___G__23__23_raise_2d_high_2d_level_2d_interrupt_21_)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_inactive_2d_thread_2d_exception,___G__23__23_raise_2d_inactive_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_initialized_2d_thread_2d_exception,___G__23__23_raise_2d_initialized_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_invalid_2d_hash_2d_number_2d_exception,___G__23__23_raise_2d_invalid_2d_hash_2d_number_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_invalid_2d_utf8_2d_encoding_2d_exception,___G__23__23_raise_2d_invalid_2d_utf8_2d_encoding_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_io_2d_exception,___G__23__23_raise_2d_io_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_join_2d_timeout_2d_exception,___G__23__23_raise_2d_join_2d_timeout_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_keyword_2d_expected_2d_exception,___G__23__23_raise_2d_keyword_2d_expected_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_keyword_2d_expected_2d_exception_2d_nary,___G__23__23_raise_2d_keyword_2d_expected_2d_exception_2d_nary)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_length_2d_mismatch_2d_exception,___G__23__23_raise_2d_length_2d_mismatch_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_mailbox_2d_receive_2d_timeout_2d_exception,___G__23__23_raise_2d_mailbox_2d_receive_2d_timeout_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_module_2d_not_2d_found_2d_exception,___G__23__23_raise_2d_module_2d_not_2d_found_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_multiple_2d_c_2d_return_2d_exception,___G__23__23_raise_2d_multiple_2d_c_2d_return_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_no_2d_such_2d_file_2d_or_2d_directory_2d_exception,___G__23__23_raise_2d_no_2d_such_2d_file_2d_or_2d_directory_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception,___G__23__23_raise_2d_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_nonprocedure_2d_operator_2d_exception,___G__23__23_raise_2d_nonprocedure_2d_operator_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_number_2d_of_2d_arguments_2d_limit_2d_exception,___G__23__23_raise_2d_number_2d_of_2d_arguments_2d_limit_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_os_2d_exception,___G__23__23_raise_2d_os_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_os_2d_io_2d_exception,___G__23__23_raise_2d_os_2d_io_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_range_2d_exception,___G__23__23_raise_2d_range_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_rpc_2d_remote_2d_error_2d_exception,___G__23__23_raise_2d_rpc_2d_remote_2d_error_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_sfun_2d_conversion_2d_exception,___G__23__23_raise_2d_sfun_2d_conversion_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_stack_2d_overflow_2d_exception,___G__23__23_raise_2d_stack_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_started_2d_thread_2d_exception,___G__23__23_raise_2d_started_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_terminated_2d_thread_2d_exception,___G__23__23_raise_2d_terminated_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_type_2d_exception,___G__23__23_raise_2d_type_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_unbound_2d_global_2d_exception,___G__23__23_raise_2d_unbound_2d_global_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_unbound_2d_os_2d_environment_2d_variable_2d_exception,___G__23__23_raise_2d_unbound_2d_os_2d_environment_2d_variable_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_unbound_2d_serial_2d_number_2d_exception,___G__23__23_raise_2d_unbound_2d_serial_2d_number_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_unbound_2d_table_2d_key_2d_exception,___G__23__23_raise_2d_unbound_2d_table_2d_key_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_uncaught_2d_exception,___G__23__23_raise_2d_uncaught_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_uninitialized_2d_thread_2d_exception,___G__23__23_raise_2d_uninitialized_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_unknown_2d_keyword_2d_argument_2d_exception,___G__23__23_raise_2d_unknown_2d_keyword_2d_argument_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_unknown_2d_keyword_2d_argument_2d_exception_2d_nary,___G__23__23_raise_2d_unknown_2d_keyword_2d_argument_2d_exception_2d_nary)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_unterminated_2d_process_2d_exception,___G__23__23_raise_2d_unterminated_2d_process_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_wrong_2d_number_2d_of_2d_arguments_2d_exception,___G__23__23_raise_2d_wrong_2d_number_2d_of_2d_arguments_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_wrong_2d_number_2d_of_2d_arguments_2d_exception_2d_nary,___G__23__23_raise_2d_wrong_2d_number_2d_of_2d_arguments_2d_exception_2d_nary)
___DEF_OLD_SYM_GLO(___S__23__23_raise_2d_wrong_2d_processor_2d_c_2d_return_2d_exception,___G__23__23_raise_2d_wrong_2d_processor_2d_c_2d_return_2d_exception)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_make_2d_f64vectors,___G__23__23_random_2d_source_2d_make_2d_f64vectors)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_make_2d_integers,___G__23__23_random_2d_source_2d_make_2d_integers)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_make_2d_reals,___G__23__23_random_2d_source_2d_make_2d_reals)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_make_2d_u8vectors,___G__23__23_random_2d_source_2d_make_2d_u8vectors)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_pseudo_2d_randomize_21_,___G__23__23_random_2d_source_2d_pseudo_2d_randomize_21_)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_randomize_21_,___G__23__23_random_2d_source_2d_randomize_21_)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_state_2d_ref,___G__23__23_random_2d_source_2d_state_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_random_2d_source_2d_state_2d_set_21_,___G__23__23_random_2d_source_2d_state_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_rational_3f_,___G__23__23_rational_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_rationalize,___G__23__23_rationalize)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2d__3e_flonum,___G__23__23_ratnum_2d__3e_flonum)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2d__3e_string,___G__23__23_ratnum_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2d_denominator,___G__23__23_ratnum_2d_denominator)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2d_make,___G__23__23_ratnum_2d_make)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2d_numerator,___G__23__23_ratnum_2d_numerator)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e__2a_,___G__23__23_ratnum_2e__2a_)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e__2b_,___G__23__23_ratnum_2e__2b_)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e__2d_,___G__23__23_ratnum_2e__2d_)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e__2f_,___G__23__23_ratnum_2e__2f_)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e__3c_,___G__23__23_ratnum_2e__3c_)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e__3d_,___G__23__23_ratnum_2e__3d_)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e_normalize,___G__23__23_ratnum_2e_normalize)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_2e_round,___G__23__23_ratnum_2e_round)
___DEF_OLD_SYM_GLO(___S__23__23_ratnum_3f_,___G__23__23_ratnum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_read,___G__23__23_read)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_all,___G__23__23_read_2d_all)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_all_2d_as_2d_a_2d_begin_2d_expr_2d_from_2d_path,___G__23__23_read_2d_all_2d_as_2d_a_2d_begin_2d_expr_2d_from_2d_path)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_all_2d_as_2d_a_2d_begin_2d_expr_2d_from_2d_port,___G__23__23_read_2d_all_2d_as_2d_a_2d_begin_2d_expr_2d_from_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_all_2d_as_2d_a_2d_begin_2d_expr_2d_from_2d_psettings,___G__23__23_read_2d_all_2d_as_2d_a_2d_begin_2d_expr_2d_from_2d_psettings)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_assoc_2d_string_3d__3f_,___G__23__23_read_2d_assoc_2d_string_3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_bytevector_21_,___G__23__23_read_2d_bytevector_21_)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_char,___G__23__23_read_2d_char)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_char0,___G__23__23_read_2d_char0)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_char0_3f_,___G__23__23_read_2d_char0_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_char1,___G__23__23_read_2d_char1)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_char1_3f_,___G__23__23_read_2d_char1_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_check_2d_labels_21_,___G__23__23_read_2d_check_2d_labels_21_)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_datum_2d_or_2d_eof,___G__23__23_read_2d_datum_2d_or_2d_eof)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_datum_2d_or_2d_label,___G__23__23_read_2d_datum_2d_or_2d_label)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_datum_2d_or_2d_label_2d_or_2d_none,___G__23__23_read_2d_datum_2d_or_2d_label_2d_or_2d_none)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_datum_2d_or_2d_label_2d_or_2d_none_2d_or_2d_dot,___G__23__23_read_2d_datum_2d_or_2d_label_2d_or_2d_none_2d_or_2d_dot)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_dot,___G__23__23_read_2d_dot)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_escaped_2d_string,___G__23__23_read_2d_escaped_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_expr_2d_from_2d_port,___G__23__23_read_2d_expr_2d_from_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_illegal,___G__23__23_read_2d_illegal)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_line,___G__23__23_read_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_list,___G__23__23_read_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_next_2d_char_2d_expecting,___G__23__23_read_2d_next_2d_char_2d_expecting)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_none,___G__23__23_read_2d_none)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_number_2f_keyword_2f_symbol,___G__23__23_read_2d_number_2f_keyword_2f_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_other,___G__23__23_read_2d_other)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_quotation,___G__23__23_read_2d_quotation)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp,___G__23__23_read_2d_sharp)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_ampersand,___G__23__23_read_2d_sharp_2d_ampersand)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_aux,___G__23__23_read_2d_sharp_2d_aux)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_bang,___G__23__23_read_2d_sharp_2d_bang)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_char,___G__23__23_read_2d_sharp_2d_char)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_colon,___G__23__23_read_2d_sharp_2d_colon)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_comment,___G__23__23_read_2d_sharp_2d_comment)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_digit,___G__23__23_read_2d_sharp_2d_digit)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_dot,___G__23__23_read_2d_sharp_2d_dot)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_keyword_2f_symbol,___G__23__23_read_2d_sharp_2d_keyword_2f_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_less,___G__23__23_read_2d_sharp_2d_less)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_other,___G__23__23_read_2d_sharp_2d_other)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_quotation,___G__23__23_read_2d_sharp_2d_quotation)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_semicolon,___G__23__23_read_2d_sharp_2d_semicolon)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_sharp_2d_vector,___G__23__23_read_2d_sharp_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_single_2d_line_2d_comment,___G__23__23_read_2d_single_2d_line_2d_comment)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_six,___G__23__23_read_2d_six)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_six_2d_datum_2d_or_2d_eof,___G__23__23_read_2d_six_2d_datum_2d_or_2d_eof)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_string_3d__3f_,___G__23__23_read_2d_string_3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_substring,___G__23__23_read_2d_substring)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_subu8vector,___G__23__23_read_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_u8,___G__23__23_read_2d_u8)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_vector,___G__23__23_read_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_vector_2d_or_2d_list,___G__23__23_read_2d_vector_2d_or_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_read_2d_whitespace,___G__23__23_read_2d_whitespace)
___DEF_OLD_SYM_GLO(___S__23__23_readenv_2d__3e_locat,___G__23__23_readenv_2d__3e_locat)
___DEF_OLD_SYM_GLO(___S__23__23_readenv_2d_current_2d_filepos,___G__23__23_readenv_2d_current_2d_filepos)
___DEF_OLD_SYM_GLO(___S__23__23_readenv_2d_relative_2d_filepos,___G__23__23_readenv_2d_relative_2d_filepos)
___DEF_OLD_SYM_GLO(___S__23__23_reader_2d__3e_open_2d_close,___G__23__23_reader_2d__3e_open_2d_close)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_char_2d_class_2d_set_21_,___G__23__23_readtable_2d_char_2d_class_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_char_2d_delimiter_3f_,___G__23__23_readtable_2d_char_2d_delimiter_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_char_2d_delimiter_3f__2d_set_21_,___G__23__23_readtable_2d_char_2d_delimiter_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_char_2d_handler,___G__23__23_readtable_2d_char_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_char_2d_handler_2d_set_21_,___G__23__23_readtable_2d_char_2d_handler_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_char_2d_sharp_2d_handler,___G__23__23_readtable_2d_char_2d_sharp_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_char_2d_sharp_2d_handler_2d_set_21_,___G__23__23_readtable_2d_char_2d_sharp_2d_handler_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_convert_2d_case,___G__23__23_readtable_2d_convert_2d_case)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_copy,___G__23__23_readtable_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_copy_2d_shallow,___G__23__23_readtable_2d_copy_2d_shallow)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_parse_2d_keyword,___G__23__23_readtable_2d_parse_2d_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_setup_2d_for_2d_language_21_,___G__23__23_readtable_2d_setup_2d_for_2d_language_21_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_setup_2d_for_2d_standard_2d_level_21_,___G__23__23_readtable_2d_setup_2d_for_2d_standard_2d_level_21_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_2d_string_2d_convert_2d_case_21_,___G__23__23_readtable_2d_string_2d_convert_2d_case_21_)
___DEF_OLD_SYM_GLO(___S__23__23_readtable_3f_,___G__23__23_readtable_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_real_2d_part,___G__23__23_real_2d_part)
___DEF_OLD_SYM_GLO(___S__23__23_real_3f_,___G__23__23_real_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_reciprocal_2d_cache,___G__23__23_reciprocal_2d_cache)
___DEF_OLD_SYM_GLO(___S__23__23_register_2d_module_2d_descr_21_,___G__23__23_register_2d_module_2d_descr_21_)
___DEF_OLD_SYM_GLO(___S__23__23_register_2d_module_2d_descrs_21_,___G__23__23_register_2d_module_2d_descrs_21_)
___DEF_OLD_SYM_GLO(___S__23__23_register_2d_module_2d_descrs_2d_and_2d_load_21_,___G__23__23_register_2d_module_2d_descrs_2d_and_2d_load_21_)
___DEF_OLD_SYM_GLO(___S__23__23_registered_2d_modules,___G__23__23_registered_2d_modules)
___DEF_OLD_SYM_GLO(___S__23__23_remainder,___G__23__23_remainder)
___DEF_OLD_SYM_GLO(___S__23__23_remote_2d_dbg_2d_addr,___G__23__23_remote_2d_dbg_2d_addr)
___DEF_OLD_SYM_GLO(___S__23__23_remove,___G__23__23_remove)
___DEF_OLD_SYM_GLO(___S__23__23_rename_2d_file,___G__23__23_rename_2d_file)
___DEF_OLD_SYM_GLO(___S__23__23_repl,___G__23__23_repl)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_acquire_2d_ownership_21_,___G__23__23_repl_2d_channel_2d_acquire_2d_ownership_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_display_2d_continuation,___G__23__23_repl_2d_channel_2d_display_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_display_2d_monoline_2d_message,___G__23__23_repl_2d_channel_2d_display_2d_monoline_2d_message)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_display_2d_multiline_2d_message,___G__23__23_repl_2d_channel_2d_display_2d_multiline_2d_message)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_input_2d_port,___G__23__23_repl_2d_channel_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_newline,___G__23__23_repl_2d_channel_2d_newline)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_output_2d_port,___G__23__23_repl_2d_channel_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_pinpoint_2d_continuation,___G__23__23_repl_2d_channel_2d_pinpoint_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_display_2d_continuation,___G__23__23_repl_2d_channel_2d_ports_2d_display_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_display_2d_monoline_2d_message,___G__23__23_repl_2d_channel_2d_ports_2d_display_2d_monoline_2d_message)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_display_2d_multiline_2d_message,___G__23__23_repl_2d_channel_2d_ports_2d_display_2d_multiline_2d_message)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_newline,___G__23__23_repl_2d_channel_2d_ports_2d_newline)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_pinpoint_2d_continuation,___G__23__23_repl_2d_channel_2d_ports_2d_pinpoint_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_read_2d_command,___G__23__23_repl_2d_channel_2d_ports_2d_read_2d_command)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_really_2d_exit_3f_,___G__23__23_repl_2d_channel_2d_ports_2d_really_2d_exit_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_ports_2d_write_2d_results,___G__23__23_repl_2d_channel_2d_ports_2d_write_2d_results)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_read_2d_command,___G__23__23_repl_2d_channel_2d_read_2d_command)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_really_2d_exit_3f_,___G__23__23_repl_2d_channel_2d_really_2d_exit_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_release_2d_ownership_21_,___G__23__23_repl_2d_channel_2d_release_2d_ownership_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_result_2d_history_2d_add,___G__23__23_repl_2d_channel_2d_result_2d_history_2d_add)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_result_2d_history_2d_max_2d_length_2d_set_21_,___G__23__23_repl_2d_channel_2d_result_2d_history_2d_max_2d_length_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_channel_2d_write_2d_results,___G__23__23_repl_2d_channel_2d_write_2d_results)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d__3f_,___G__23__23_repl_2d_cmd_2d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_b,___G__23__23_repl_2d_cmd_2d_b)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_b_2d_be_2d_bed,___G__23__23_repl_2d_cmd_2d_b_2d_be_2d_bed)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_b_2d_be_2d_bed_2d_e_2d_ed_2d_v_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_b_2d_be_2d_bed_2d_e_2d_ed_2d_v_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_b_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_b_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_be,___G__23__23_repl_2d_cmd_2d_be)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_be_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_be_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_bed,___G__23__23_repl_2d_cmd_2d_bed)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_bed_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_bed_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_c,___G__23__23_repl_2d_cmd_2d_c)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_c_2d_s_2d_l,___G__23__23_repl_2d_cmd_2d_c_2d_s_2d_l)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_c_2d_s_2d_l_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_c_2d_s_2d_l_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_c_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_c_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_d,___G__23__23_repl_2d_cmd_2d_d)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_e,___G__23__23_repl_2d_cmd_2d_e)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_e_2d_ed,___G__23__23_repl_2d_cmd_2d_e_2d_ed)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_e_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_e_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_ed,___G__23__23_repl_2d_cmd_2d_ed)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_ed_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_ed_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_eval_2d_print,___G__23__23_repl_2d_cmd_2d_eval_2d_print)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_h,___G__23__23_repl_2d_cmd_2d_h)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_h_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_h_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_i,___G__23__23_repl_2d_cmd_2d_i)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_invalid,___G__23__23_repl_2d_cmd_2d_invalid)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_l,___G__23__23_repl_2d_cmd_2d_l)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_l_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_l_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_q,___G__23__23_repl_2d_cmd_2d_q)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_qt,___G__23__23_repl_2d_cmd_2d_qt)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_s,___G__23__23_repl_2d_cmd_2d_s)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_s_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_s_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_st,___G__23__23_repl_2d_cmd_2d_st)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_st_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_st_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_t,___G__23__23_repl_2d_cmd_2d_t)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_unknown,___G__23__23_repl_2d_cmd_2d_unknown)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_v_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_cmd_2d_v_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_cmd_2d_y,___G__23__23_repl_2d_cmd_2d_y)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_commands_2d_no_2d_args,___G__23__23_repl_2d_commands_2d_no_2d_args)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_commands_2d_no_2d_args_2d_set_21_,___G__23__23_repl_2d_commands_2d_no_2d_args_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_commands_2d_with_2d_1_2d_arg,___G__23__23_repl_2d_commands_2d_with_2d_1_2d_arg)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_commands_2d_with_2d_1_2d_arg_2d_set_21_,___G__23__23_repl_2d_commands_2d_with_2d_1_2d_arg_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_command,___G__23__23_repl_2d_context_2d_command)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_command_2d_set_21_,___G__23__23_repl_2d_context_2d_command_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_cont_2d_in_2d_step_2d_handler_3f_,___G__23__23_repl_2d_context_2d_cont_2d_in_2d_step_2d_handler_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_cont_2d_in_2d_with_2d_no_2d_result_2d_expected_3f_,___G__23__23_repl_2d_context_2d_cont_2d_in_2d_with_2d_no_2d_result_2d_expected_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_display_2d_continuation,___G__23__23_repl_2d_context_2d_display_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_get_2d_context,___G__23__23_repl_2d_context_2d_get_2d_context)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_goto_2d_depth,___G__23__23_repl_2d_context_2d_goto_2d_depth)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_prompt,___G__23__23_repl_2d_context_2d_prompt)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_prompt_2d_set_21_,___G__23__23_repl_2d_context_2d_prompt_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_restart,___G__23__23_repl_2d_context_2d_restart)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_restart_2d_exec,___G__23__23_repl_2d_context_2d_restart_2d_exec)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_restart_2d_pinpointing_2d_continuation,___G__23__23_repl_2d_context_2d_restart_2d_pinpointing_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_return,___G__23__23_repl_2d_context_2d_return)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_context_2d_with_2d_clean_2d_exception_2d_handling,___G__23__23_repl_2d_context_2d_with_2d_clean_2d_exception_2d_handling)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_debug,___G__23__23_repl_2d_debug)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_debug_2d_main,___G__23__23_repl_2d_debug_2d_main)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_display_2d_environment_3f_,___G__23__23_repl_2d_display_2d_environment_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_exception_2d_handler_2d_hook,___G__23__23_repl_2d_exception_2d_handler_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_first_2d_interesting,___G__23__23_repl_2d_first_2d_interesting)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_input_2d_port,___G__23__23_repl_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_location_2d_origin,___G__23__23_repl_2d_location_2d_origin)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_location_2d_origin_2d_set_21_,___G__23__23_repl_2d_location_2d_origin_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_location_2d_relative,___G__23__23_repl_2d_location_2d_relative)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_location_2d_relative_2d_set_21_,___G__23__23_repl_2d_location_2d_relative_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_output_2d_port,___G__23__23_repl_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_path_2d_normalize,___G__23__23_repl_2d_path_2d_normalize)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_path_2d_normalize_2d_hook,___G__23__23_repl_2d_path_2d_normalize_2d_hook)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_path_2d_normalize_2d_hook_2d_set_21_,___G__23__23_repl_2d_path_2d_normalize_2d_hook_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_result_2d_history_2d_max_2d_length_2d_set_21_,___G__23__23_repl_2d_result_2d_history_2d_max_2d_length_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_result_2d_history_2d_ref,___G__23__23_repl_2d_result_2d_history_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_set_21_,___G__23__23_repl_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_within,___G__23__23_repl_2d_within)
___DEF_OLD_SYM_GLO(___S__23__23_repl_2d_within_2d_proc,___G__23__23_repl_2d_within_2d_proc)
___DEF_OLD_SYM_GLO(___S__23__23_replace_2d_bit_2d_field,___G__23__23_replace_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S__23__23_require_2d_module,___G__23__23_require_2d_module)
___DEF_OLD_SYM_GLO(___S__23__23_rest_2d_param_2d_check_2d_heap,___G__23__23_rest_2d_param_2d_check_2d_heap)
___DEF_OLD_SYM_GLO(___S__23__23_rest_2d_param_2d_heap_2d_overflow,___G__23__23_rest_2d_param_2d_heap_2d_overflow)
___DEF_OLD_SYM_GLO(___S__23__23_rest_2d_param_2d_resume_2d_procedure,___G__23__23_rest_2d_param_2d_resume_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_return_2d_fs,___G__23__23_return_2d_fs)
___DEF_OLD_SYM_GLO(___S__23__23_return_3f_,___G__23__23_return_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_reverse,___G__23__23_reverse)
___DEF_OLD_SYM_GLO(___S__23__23_reverse_21_,___G__23__23_reverse_21_)
___DEF_OLD_SYM_GLO(___S__23__23_round,___G__23__23_round)
___DEF_OLD_SYM_GLO(___S__23__23_rpc_2d_server_2d_addr,___G__23__23_rpc_2d_server_2d_addr)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector,___G__23__23_s16vector)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d__3e_list,___G__23__23_s16vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_append,___G__23__23_s16vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_copy,___G__23__23_s16vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_delete,___G__23__23_s16vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_equal_3f_,___G__23__23_s16vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_fill_21_,___G__23__23_s16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_insert,___G__23__23_s16vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_length,___G__23__23_s16vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_ref,___G__23__23_s16vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_set,___G__23__23_s16vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_set_21_,___G__23__23_s16vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_2d_shrink_21_,___G__23__23_s16vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s16vector_3f_,___G__23__23_s16vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector,___G__23__23_s32vector)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d__3e_list,___G__23__23_s32vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_append,___G__23__23_s32vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_copy,___G__23__23_s32vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_delete,___G__23__23_s32vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_equal_3f_,___G__23__23_s32vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_fill_21_,___G__23__23_s32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_insert,___G__23__23_s32vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_length,___G__23__23_s32vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_ref,___G__23__23_s32vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_set,___G__23__23_s32vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_set_21_,___G__23__23_s32vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_2d_shrink_21_,___G__23__23_s32vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s32vector_3f_,___G__23__23_s32vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector,___G__23__23_s64vector)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d__3e_list,___G__23__23_s64vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_append,___G__23__23_s64vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_copy,___G__23__23_s64vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_delete,___G__23__23_s64vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_equal_3f_,___G__23__23_s64vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_fill_21_,___G__23__23_s64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_insert,___G__23__23_s64vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_length,___G__23__23_s64vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_ref,___G__23__23_s64vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_set,___G__23__23_s64vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_set_21_,___G__23__23_s64vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_2d_shrink_21_,___G__23__23_s64vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s64vector_3f_,___G__23__23_s64vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector,___G__23__23_s8vector)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d__3e_list,___G__23__23_s8vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_append,___G__23__23_s8vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_copy,___G__23__23_s8vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_delete,___G__23__23_s8vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_equal_3f_,___G__23__23_s8vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_fill_21_,___G__23__23_s8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_insert,___G__23__23_s8vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_length,___G__23__23_s8vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_ref,___G__23__23_s8vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_set,___G__23__23_s8vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_set_21_,___G__23__23_s8vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_2d_shrink_21_,___G__23__23_s8vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_s8vector_3f_,___G__23__23_s8vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_scheme_2d_file_2d_extensions,___G__23__23_scheme_2d_file_2d_extensions)
___DEF_OLD_SYM_GLO(___S__23__23_scheme_2d_file_2d_extensions_2d_set_21_,___G__23__23_scheme_2d_file_2d_extensions_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_script_2d_marker,___G__23__23_script_2d_marker)
___DEF_OLD_SYM_GLO(___S__23__23_selector,___G__23__23_selector)
___DEF_OLD_SYM_GLO(___S__23__23_self,___G__23__23_self)
___DEF_OLD_SYM_GLO(___S__23__23_self_2d_eval_3f_,___G__23__23_self_2d_eval_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_serial_2d_number_2d__3e_object,___G__23__23_serial_2d_number_2d__3e_object)
___DEF_OLD_SYM_GLO(___S__23__23_serial_2d_number_2d_to_2d_object_2d_table,___G__23__23_serial_2d_number_2d_to_2d_object_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_service_2d_info,___G__23__23_service_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_set_21_,___G__23__23_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_box_21_,___G__23__23_set_2d_box_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_car_21_,___G__23__23_set_2d_car_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_cdr_21_,___G__23__23_set_2d_cdr_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_debug_2d_settings_21_,___G__23__23_set_2d_debug_2d_settings_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_gambitdir_21_,___G__23__23_set_2d_gambitdir_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_heartbeat_2d_interval_21_,___G__23__23_set_2d_heartbeat_2d_interval_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_live_2d_percent_21_,___G__23__23_set_2d_live_2d_percent_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_max_2d_heap_21_,___G__23__23_set_2d_max_2d_heap_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_min_2d_heap_21_,___G__23__23_set_2d_min_2d_heap_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_parallelism_2d_level_21_,___G__23__23_set_2d_parallelism_2d_level_21_)
___DEF_OLD_SYM_GLO(___S__23__23_set_2d_standard_2d_level_21_,___G__23__23_set_2d_standard_2d_level_21_)
___DEF_OLD_SYM_GLO(___S__23__23_setenv,___G__23__23_setenv)
___DEF_OLD_SYM_GLO(___S__23__23_shape,___G__23__23_shape)
___DEF_OLD_SYM_GLO(___S__23__23_shell_2d_command,___G__23__23_shell_2d_command)
___DEF_OLD_SYM_GLO(___S__23__23_shell_2d_command_2d_blocking,___G__23__23_shell_2d_command_2d_blocking)
___DEF_OLD_SYM_GLO(___S__23__23_shell_2d_command_2d_fallback,___G__23__23_shell_2d_command_2d_fallback)
___DEF_OLD_SYM_GLO(___S__23__23_shell_2d_program,___G__23__23_shell_2d_program)
___DEF_OLD_SYM_GLO(___S__23__23_shifted_2d_column,___G__23__23_shifted_2d_column)
___DEF_OLD_SYM_GLO(___S__23__23_show_2d_all_2d_continuations_3f_,___G__23__23_show_2d_all_2d_continuations_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_show_2d_all_2d_continuations_3f__2d_set_21_,___G__23__23_show_2d_all_2d_continuations_3f__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_show_2d_definition_2d_of,___G__23__23_show_2d_definition_2d_of)
___DEF_OLD_SYM_GLO(___S__23__23_show_2d_help,___G__23__23_show_2d_help)
___DEF_OLD_SYM_GLO(___S__23__23_sin,___G__23__23_sin)
___DEF_OLD_SYM_GLO(___S__23__23_sinh,___G__23__23_sinh)
___DEF_OLD_SYM_GLO(___S__23__23_six_2d_type_3f_,___G__23__23_six_2d_type_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_six_2d_types,___G__23__23_six_2d_types)
___DEF_OLD_SYM_GLO(___S__23__23_six_2d_types_2d_set_21_,___G__23__23_six_2d_types_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_skip_2d_comment_2d_done,___G__23__23_skip_2d_comment_2d_done)
___DEF_OLD_SYM_GLO(___S__23__23_skip_2d_extended_2d_comment,___G__23__23_skip_2d_extended_2d_comment)
___DEF_OLD_SYM_GLO(___S__23__23_skip_2d_single_2d_line_2d_comment,___G__23__23_skip_2d_single_2d_line_2d_comment)
___DEF_OLD_SYM_GLO(___S__23__23_smallest_2d_prime_2d_no_2d_less_2d_than,___G__23__23_smallest_2d_prime_2d_no_2d_less_2d_than)
___DEF_OLD_SYM_GLO(___S__23__23_socket_2d_info_2d_setup_21_,___G__23__23_socket_2d_info_2d_setup_21_)
___DEF_OLD_SYM_GLO(___S__23__23_source_2d__3e_parms,___G__23__23_source_2d__3e_parms)
___DEF_OLD_SYM_GLO(___S__23__23_source_2d_code,___G__23__23_source_2d_code)
___DEF_OLD_SYM_GLO(___S__23__23_source_2d_code_2d_set_21_,___G__23__23_source_2d_code_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_source_2d_locat,___G__23__23_source_2d_locat)
___DEF_OLD_SYM_GLO(___S__23__23_source_2d_path,___G__23__23_source_2d_path)
___DEF_OLD_SYM_GLO(___S__23__23_source_2d_strip,___G__23__23_source_2d_strip)
___DEF_OLD_SYM_GLO(___S__23__23_source1_2d_marker,___G__23__23_source1_2d_marker)
___DEF_OLD_SYM_GLO(___S__23__23_source2_2d_marker,___G__23__23_source2_2d_marker)
___DEF_OLD_SYM_GLO(___S__23__23_source_3f_,___G__23__23_source_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_sourcify,___G__23__23_sourcify)
___DEF_OLD_SYM_GLO(___S__23__23_sourcify_2d_aux1,___G__23__23_sourcify_2d_aux1)
___DEF_OLD_SYM_GLO(___S__23__23_sourcify_2d_aux2,___G__23__23_sourcify_2d_aux2)
___DEF_OLD_SYM_GLO(___S__23__23_sourcify_2d_deep,___G__23__23_sourcify_2d_deep)
___DEF_OLD_SYM_GLO(___S__23__23_special_3f_,___G__23__23_special_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_sqrt,___G__23__23_sqrt)
___DEF_OLD_SYM_GLO(___S__23__23_square,___G__23__23_square)
___DEF_OLD_SYM_GLO(___S__23__23_standard_2d_escaped_2d_char_2d_table,___G__23__23_standard_2d_escaped_2d_char_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_standard_2d_named_2d_char_2d_table,___G__23__23_standard_2d_named_2d_char_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_standard_2d_pretty_2d_print_2d_formats,___G__23__23_standard_2d_pretty_2d_print_2d_formats)
___DEF_OLD_SYM_GLO(___S__23__23_standard_2d_sharp_2d_bang_2d_table,___G__23__23_standard_2d_sharp_2d_bang_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_start_2d_main,___G__23__23_start_2d_main)
___DEF_OLD_SYM_GLO(___S__23__23_startup_2d_parallelism_21_,___G__23__23_startup_2d_parallelism_21_)
___DEF_OLD_SYM_GLO(___S__23__23_startup_2d_processor_21_,___G__23__23_startup_2d_processor_21_)
___DEF_OLD_SYM_GLO(___S__23__23_startup_2d_remote_2d_dbg,___G__23__23_startup_2d_remote_2d_dbg)
___DEF_OLD_SYM_GLO(___S__23__23_startup_2d_threading_21_,___G__23__23_startup_2d_threading_21_)
___DEF_OLD_SYM_GLO(___S__23__23_stderr_2d_port,___G__23__23_stderr_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_stdin_2d_port,___G__23__23_stdin_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_stdio_2f_console_2d_repl_2d_channel,___G__23__23_stdio_2f_console_2d_repl_2d_channel)
___DEF_OLD_SYM_GLO(___S__23__23_stdout_2d_port,___G__23__23_stdout_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_handler,___G__23__23_step_2d_handler)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_handler_2d_continuation_3f_,___G__23__23_step_2d_handler_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_handler_2d_continue,___G__23__23_step_2d_handler_2d_continue)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_handler_2d_get_2d_command,___G__23__23_step_2d_handler_2d_get_2d_command)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_handlers,___G__23__23_step_2d_handlers)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_level_2d_set_21_,___G__23__23_step_2d_level_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_off,___G__23__23_step_2d_off)
___DEF_OLD_SYM_GLO(___S__23__23_step_2d_on,___G__23__23_step_2d_on)
___DEF_OLD_SYM_GLO(___S__23__23_still_2d_copy,___G__23__23_still_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_still_2d_obj_2d_refcount_2d_dec_21_,___G__23__23_still_2d_obj_2d_refcount_2d_dec_21_)
___DEF_OLD_SYM_GLO(___S__23__23_still_2d_obj_2d_refcount_2d_inc_21_,___G__23__23_still_2d_obj_2d_refcount_2d_inc_21_)
___DEF_OLD_SYM_GLO(___S__23__23_string,___G__23__23_string)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_address_2d_and_2d_port_2d_number,___G__23__23_string_2d__3e_address_2d_and_2d_port_2d_number)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_c_2d_id,___G__23__23_string_2d__3e_c_2d_id)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_keyword,___G__23__23_string_2d__3e_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_limited_2d_string,___G__23__23_string_2d__3e_limited_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_list,___G__23__23_string_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_number,___G__23__23_string_2d__3e_number)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_number_2f_keyword_2f_symbol,___G__23__23_string_2d__3e_number_2f_keyword_2f_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_symbol,___G__23__23_string_2d__3e_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_uninterned_2d_keyword,___G__23__23_string_2d__3e_uninterned_2d_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_uninterned_2d_symbol,___G__23__23_string_2d__3e_uninterned_2d_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_utf8,___G__23__23_string_2d__3e_utf8)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d__3e_utf8_2d_length,___G__23__23_string_2d__3e_utf8_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_append,___G__23__23_string_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_ci_3c__3f_,___G__23__23_string_2d_ci_3c__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_ci_3d__3f_,___G__23__23_string_2d_ci_3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_ci_3d__3f__2d_hash,___G__23__23_string_2d_ci_3d__3f__2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_copy,___G__23__23_string_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_delete,___G__23__23_string_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_equal_3f_,___G__23__23_string_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_fill_21_,___G__23__23_string_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_insert,___G__23__23_string_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_length,___G__23__23_string_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_or_2d_ip_2d_address_3f_,___G__23__23_string_2d_or_2d_ip_2d_address_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_ref,___G__23__23_string_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_set,___G__23__23_string_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_set_21_,___G__23__23_string_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_string_2d_shrink_21_,___G__23__23_string_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_string_3c__3f_,___G__23__23_string_3c__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_string_3d__3f_,___G__23__23_string_3d__3f_)
___DEF_OLD_SYM_GLO(___S__23__23_string_3d__3f__2d_hash,___G__23__23_string_3d__3f__2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_string_3f_,___G__23__23_string_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_structure,___G__23__23_structure)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_cas_21_,___G__23__23_structure_2d_cas_21_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_copy,___G__23__23_structure_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_direct_2d_instance_2d_of_3f_,___G__23__23_structure_2d_direct_2d_instance_2d_of_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_indent,___G__23__23_structure_2d_indent)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_indent_2d_set_21_,___G__23__23_structure_2d_indent_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_instance_2d_of_3f_,___G__23__23_structure_2d_instance_2d_of_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_length,___G__23__23_structure_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_max_2d_field,___G__23__23_structure_2d_max_2d_field)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_max_2d_field_2d_set_21_,___G__23__23_structure_2d_max_2d_field_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_max_2d_head,___G__23__23_structure_2d_max_2d_head)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_max_2d_head_2d_set_21_,___G__23__23_structure_2d_max_2d_head_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_ref,___G__23__23_structure_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_set,___G__23__23_structure_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_set_21_,___G__23__23_structure_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_type,___G__23__23_structure_2d_type)
___DEF_OLD_SYM_GLO(___S__23__23_structure_2d_type_2d_set_21_,___G__23__23_structure_2d_type_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_structure_3f_,___G__23__23_structure_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_subf32vector,___G__23__23_subf32vector)
___DEF_OLD_SYM_GLO(___S__23__23_subf32vector_2d_fill_21_,___G__23__23_subf32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subf32vector_2d_move_21_,___G__23__23_subf32vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subf64vector,___G__23__23_subf64vector)
___DEF_OLD_SYM_GLO(___S__23__23_subf64vector_2d_fill_21_,___G__23__23_subf64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subf64vector_2d_move_21_,___G__23__23_subf64vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subproblem_2d_apply,___G__23__23_subproblem_2d_apply)
___DEF_OLD_SYM_GLO(___S__23__23_subproblem_2d_apply0,___G__23__23_subproblem_2d_apply0)
___DEF_OLD_SYM_GLO(___S__23__23_subproblem_2d_apply1,___G__23__23_subproblem_2d_apply1)
___DEF_OLD_SYM_GLO(___S__23__23_subproblem_2d_apply2,___G__23__23_subproblem_2d_apply2)
___DEF_OLD_SYM_GLO(___S__23__23_subproblem_2d_apply3,___G__23__23_subproblem_2d_apply3)
___DEF_OLD_SYM_GLO(___S__23__23_subproblem_2d_apply4,___G__23__23_subproblem_2d_apply4)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_id,___G__23__23_subprocedure_2d_id)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_info,___G__23__23_subprocedure_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_locals,___G__23__23_subprocedure_2d_locals)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_nb_2d_closed,___G__23__23_subprocedure_2d_nb_2d_closed)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_nb_2d_parameters,___G__23__23_subprocedure_2d_nb_2d_parameters)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_parent,___G__23__23_subprocedure_2d_parent)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_parent_2d_info,___G__23__23_subprocedure_2d_parent_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_parent_2d_name,___G__23__23_subprocedure_2d_parent_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_2d_source_2d_info,___G__23__23_subprocedure_2d_source_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_subprocedure_3f_,___G__23__23_subprocedure_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_subs16vector,___G__23__23_subs16vector)
___DEF_OLD_SYM_GLO(___S__23__23_subs16vector_2d_fill_21_,___G__23__23_subs16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subs16vector_2d_move_21_,___G__23__23_subs16vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subs32vector,___G__23__23_subs32vector)
___DEF_OLD_SYM_GLO(___S__23__23_subs32vector_2d_fill_21_,___G__23__23_subs32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subs32vector_2d_move_21_,___G__23__23_subs32vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subs64vector,___G__23__23_subs64vector)
___DEF_OLD_SYM_GLO(___S__23__23_subs64vector_2d_fill_21_,___G__23__23_subs64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subs64vector_2d_move_21_,___G__23__23_subs64vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subs8vector,___G__23__23_subs8vector)
___DEF_OLD_SYM_GLO(___S__23__23_subs8vector_2d_fill_21_,___G__23__23_subs8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subs8vector_2d_move_21_,___G__23__23_subs8vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_substring,___G__23__23_substring)
___DEF_OLD_SYM_GLO(___S__23__23_substring_2d__3e_fifo,___G__23__23_substring_2d__3e_fifo)
___DEF_OLD_SYM_GLO(___S__23__23_substring_2d_fill_21_,___G__23__23_substring_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_substring_2d_move_21_,___G__23__23_substring_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subtype,___G__23__23_subtype)
___DEF_OLD_SYM_GLO(___S__23__23_subtype_2d_set_21_,___G__23__23_subtype_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subtyped_2e_bignum_3f_,___G__23__23_subtyped_2e_bignum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_subtyped_2e_flonum_3f_,___G__23__23_subtyped_2e_flonum_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_subtyped_2e_symbol_3f_,___G__23__23_subtyped_2e_symbol_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_subtyped_2e_vector_3f_,___G__23__23_subtyped_2e_vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_subtyped_3f_,___G__23__23_subtyped_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_subu16vector,___G__23__23_subu16vector)
___DEF_OLD_SYM_GLO(___S__23__23_subu16vector_2d_fill_21_,___G__23__23_subu16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subu16vector_2d_move_21_,___G__23__23_subu16vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subu32vector,___G__23__23_subu32vector)
___DEF_OLD_SYM_GLO(___S__23__23_subu32vector_2d_fill_21_,___G__23__23_subu32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subu32vector_2d_move_21_,___G__23__23_subu32vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subu64vector,___G__23__23_subu64vector)
___DEF_OLD_SYM_GLO(___S__23__23_subu64vector_2d_fill_21_,___G__23__23_subu64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subu64vector_2d_move_21_,___G__23__23_subu64vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subu8vector,___G__23__23_subu8vector)
___DEF_OLD_SYM_GLO(___S__23__23_subu8vector_2d__3e_fifo,___G__23__23_subu8vector_2d__3e_fifo)
___DEF_OLD_SYM_GLO(___S__23__23_subu8vector_2d_fill_21_,___G__23__23_subu8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subu8vector_2d_move_21_,___G__23__23_subu8vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subvector,___G__23__23_subvector)
___DEF_OLD_SYM_GLO(___S__23__23_subvector_2d__3e_fifo,___G__23__23_subvector_2d__3e_fifo)
___DEF_OLD_SYM_GLO(___S__23__23_subvector_2d_fill_21_,___G__23__23_subvector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_subvector_2d_move_21_,___G__23__23_subvector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d__3e_string,___G__23__23_symbol_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_append,___G__23__23_symbol_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_counter,___G__23__23_symbol_2d_counter)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_hash,___G__23__23_symbol_2d_hash)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_hash_2d_set_21_,___G__23__23_symbol_2d_hash_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_interned_3f_,___G__23__23_symbol_2d_interned_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_name,___G__23__23_symbol_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_name_2d_set_21_,___G__23__23_symbol_2d_name_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_2d_table,___G__23__23_symbol_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_symbol_3f_,___G__23__23_symbol_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_sync_2d_op_2d_interrupt_21_,___G__23__23_sync_2d_op_2d_interrupt_21_)
___DEF_OLD_SYM_GLO(___S__23__23_syntax_2d_error,___G__23__23_syntax_2d_error)
___DEF_OLD_SYM_GLO(___S__23__23_system_2d_stamp,___G__23__23_system_2d_stamp)
___DEF_OLD_SYM_GLO(___S__23__23_system_2d_stamp_2d_saved,___G__23__23_system_2d_stamp_2d_saved)
___DEF_OLD_SYM_GLO(___S__23__23_system_2d_version,___G__23__23_system_2d_version)
___DEF_OLD_SYM_GLO(___S__23__23_system_2d_version_2d_string,___G__23__23_system_2d_version_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d__3e_list,___G__23__23_table_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_access,___G__23__23_table_2d_access)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_copy,___G__23__23_table_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_foldl,___G__23__23_table_2d_foldl)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_for_2d_each,___G__23__23_table_2d_for_2d_each)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_get_2d_eq_2d_gcht,___G__23__23_table_2d_get_2d_eq_2d_gcht)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_get_2d_gcht,___G__23__23_table_2d_get_2d_gcht)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_get_2d_gcht_2d_not_2d_mem_2d_alloc,___G__23__23_table_2d_get_2d_gcht_2d_not_2d_mem_2d_alloc)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_length,___G__23__23_table_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_merge,___G__23__23_table_2d_merge)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_merge_21_,___G__23__23_table_2d_merge_21_)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_ref,___G__23__23_table_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_resize_21_,___G__23__23_table_2d_resize_21_)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_search,___G__23__23_table_2d_search)
___DEF_OLD_SYM_GLO(___S__23__23_table_2d_set_21_,___G__23__23_table_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tail_2d_call_3f_,___G__23__23_tail_2d_call_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_tan,___G__23__23_tan)
___DEF_OLD_SYM_GLO(___S__23__23_tanh,___G__23__23_tanh)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_client_2d_local_2d_socket_2d_info,___G__23__23_tcp_2d_client_2d_local_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_client_2d_peer_2d_socket_2d_info,___G__23__23_tcp_2d_client_2d_peer_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_client_2d_socket_2d_info,___G__23__23_tcp_2d_client_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_server_2d_socket_2d_info,___G__23__23_tcp_2d_server_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_service_2d_mutex,___G__23__23_tcp_2d_service_2d_mutex)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_service_2d_register_21_,___G__23__23_tcp_2d_service_2d_register_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_service_2d_serve,___G__23__23_tcp_2d_service_2d_serve)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_service_2d_table,___G__23__23_tcp_2d_service_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_service_2d_tgroup,___G__23__23_tcp_2d_service_2d_tgroup)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_service_2d_unregister_21_,___G__23__23_tcp_2d_service_2d_unregister_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tcp_2d_service_2d_update_21_,___G__23__23_tcp_2d_service_2d_update_21_)
___DEF_OLD_SYM_GLO(___S__23__23_test_2d_bit_2d_field_3f_,___G__23__23_test_2d_bit_2d_field_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_tgroup_2d__3e_tgroup_2d_list,___G__23__23_tgroup_2d__3e_tgroup_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_tgroup_2d__3e_tgroup_2d_vector,___G__23__23_tgroup_2d__3e_tgroup_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_tgroup_2d__3e_thread_2d_list,___G__23__23_tgroup_2d__3e_thread_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_tgroup_2d__3e_thread_2d_vector,___G__23__23_tgroup_2d__3e_thread_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_tgroup_2d_resume_21_,___G__23__23_tgroup_2d_resume_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tgroup_2d_suspend_21_,___G__23__23_tgroup_2d_suspend_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tgroup_2d_terminate_21_,___G__23__23_tgroup_2d_terminate_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_abandoned_2d_mutex_2d_action_21_,___G__23__23_thread_2d_abandoned_2d_mutex_2d_action_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_base_2d_priority_2d_set_21_,___G__23__23_thread_2d_base_2d_priority_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_boosted_2d_priority_2d_changed_21_,___G__23__23_thread_2d_boosted_2d_priority_2d_changed_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_btq_2d_insert_21_,___G__23__23_thread_2d_btq_2d_insert_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_btq_2d_remove_21_,___G__23__23_thread_2d_btq_2d_remove_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_call,___G__23__23_thread_2d_call)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_check_2d_devices_21_,___G__23__23_thread_2d_check_2d_devices_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_check_2d_interrupts_21_,___G__23__23_thread_2d_check_2d_interrupts_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_check_2d_timeouts_21_,___G__23__23_thread_2d_check_2d_timeouts_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_continuation_2d_capture,___G__23__23_thread_2d_continuation_2d_capture)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_deadlock_2d_action_21_,___G__23__23_thread_2d_deadlock_2d_action_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_effective_2d_priority_2d_changed_21_,___G__23__23_thread_2d_effective_2d_priority_2d_changed_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_effective_2d_priority_2d_downgrade_21_,___G__23__23_thread_2d_effective_2d_priority_2d_downgrade_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_end_21_,___G__23__23_thread_2d_end_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_end_2d_with_2d_uncaught_2d_exception_21_,___G__23__23_thread_2d_end_2d_with_2d_uncaught_2d_exception_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_execute_2d_and_2d_end_21_,___G__23__23_thread_2d_execute_2d_and_2d_end_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_heartbeat_21_,___G__23__23_thread_2d_heartbeat_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_int_21_,___G__23__23_thread_2d_int_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_interrupt_21_,___G__23__23_thread_2d_interrupt_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_join_21_,___G__23__23_thread_2d_join_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_locked_2d_mutex_2d_action_21_,___G__23__23_thread_2d_locked_2d_mutex_2d_action_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_mailbox_2d_extract_2d_and_2d_rewind,___G__23__23_thread_2d_mailbox_2d_extract_2d_and_2d_rewind)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_mailbox_2d_get_21_,___G__23__23_thread_2d_mailbox_2d_get_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_mailbox_2d_next_2d_or_2d_receive,___G__23__23_thread_2d_mailbox_2d_next_2d_or_2d_receive)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_mailbox_2d_rewind,___G__23__23_thread_2d_mailbox_2d_rewind)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_make_2d_repl_2d_channel,___G__23__23_thread_2d_make_2d_repl_2d_channel)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_make_2d_repl_2d_channel_2d_set_21_,___G__23__23_thread_2d_make_2d_repl_2d_channel_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_poll_2d_devices_21_,___G__23__23_thread_2d_poll_2d_devices_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_priority_2d_boost_2d_set_21_,___G__23__23_thread_2d_priority_2d_boost_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_quantum_2d_set_21_,___G__23__23_thread_2d_quantum_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_repl_2d_channel_2d_get_21_,___G__23__23_thread_2d_repl_2d_channel_2d_get_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_repl_2d_context_2d_get_21_,___G__23__23_thread_2d_repl_2d_context_2d_get_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_report_2d_scheduler_2d_error_21_,___G__23__23_thread_2d_report_2d_scheduler_2d_error_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_reschedule_21_,___G__23__23_thread_2d_reschedule_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_restore_21_,___G__23__23_thread_2d_restore_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_resume_21_,___G__23__23_thread_2d_resume_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_resume_2d_execution_21_,___G__23__23_thread_2d_resume_2d_execution_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_save_21_,___G__23__23_thread_2d_save_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_schedule_21_,___G__23__23_thread_2d_schedule_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_send,___G__23__23_thread_2d_send)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_signaled_2d_condvar_2d_action_21_,___G__23__23_thread_2d_signaled_2d_condvar_2d_action_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_sleep_21_,___G__23__23_thread_2d_sleep_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_start_21_,___G__23__23_thread_2d_start_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_state,___G__23__23_thread_2d_state)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_suspend_21_,___G__23__23_thread_2d_suspend_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_terminate_21_,___G__23__23_thread_2d_terminate_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_timeout_2d_action_21_,___G__23__23_thread_2d_timeout_2d_action_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_toq_2d_remove_21_,___G__23__23_thread_2d_toq_2d_remove_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_trace,___G__23__23_thread_2d_trace)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_void_2d_action_21_,___G__23__23_thread_2d_void_2d_action_21_)
___DEF_OLD_SYM_GLO(___S__23__23_thread_2d_yield_21_,___G__23__23_thread_2d_yield_21_)
___DEF_OLD_SYM_GLO(___S__23__23_time,___G__23__23_time)
___DEF_OLD_SYM_GLO(___S__23__23_timeout_2d__3e_time,___G__23__23_timeout_2d__3e_time)
___DEF_OLD_SYM_GLO(___S__23__23_top,___G__23__23_top)
___DEF_OLD_SYM_GLO(___S__23__23_top_2d_cte_2d_add_2d_macro_21_,___G__23__23_top_2d_cte_2d_add_2d_macro_21_)
___DEF_OLD_SYM_GLO(___S__23__23_top_2d_cte_2d_clone,___G__23__23_top_2d_cte_2d_clone)
___DEF_OLD_SYM_GLO(___S__23__23_top_2d_cte_2d_process_2d_declare_21_,___G__23__23_top_2d_cte_2d_process_2d_declare_21_)
___DEF_OLD_SYM_GLO(___S__23__23_top_2d_cte_2d_process_2d_namespace_21_,___G__23__23_top_2d_cte_2d_process_2d_namespace_21_)
___DEF_OLD_SYM_GLO(___S__23__23_toq_2d_insert_21_,___G__23__23_toq_2d_insert_21_)
___DEF_OLD_SYM_GLO(___S__23__23_toq_2d_remove_21_,___G__23__23_toq_2d_remove_21_)
___DEF_OLD_SYM_GLO(___S__23__23_toq_2d_reposition_21_,___G__23__23_toq_2d_reposition_21_)
___DEF_OLD_SYM_GLO(___S__23__23_trace,___G__23__23_trace)
___DEF_OLD_SYM_GLO(___S__23__23_trace_2d_depth,___G__23__23_trace_2d_depth)
___DEF_OLD_SYM_GLO(___S__23__23_trace_2d_generate,___G__23__23_trace_2d_generate)
___DEF_OLD_SYM_GLO(___S__23__23_trace_2d_list,___G__23__23_trace_2d_list)
___DEF_OLD_SYM_GLO(___S__23__23_truncate,___G__23__23_truncate)
___DEF_OLD_SYM_GLO(___S__23__23_tty_2d_history,___G__23__23_tty_2d_history)
___DEF_OLD_SYM_GLO(___S__23__23_tty_2d_history_2d_max_2d_length_2d_set_21_,___G__23__23_tty_2d_history_2d_max_2d_length_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tty_2d_history_2d_set_21_,___G__23__23_tty_2d_history_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tty_2d_mode_2d_set_21_,___G__23__23_tty_2d_mode_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tty_2d_paren_2d_balance_2d_duration_2d_set_21_,___G__23__23_tty_2d_paren_2d_balance_2d_duration_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tty_2d_text_2d_attributes_2d_set_21_,___G__23__23_tty_2d_text_2d_attributes_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tty_2d_type_2d_set_21_,___G__23__23_tty_2d_type_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_tty_3f_,___G__23__23_tty_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_type,___G__23__23_type)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_0bf9b656_2d_b071_2d_404a_2d_a514_2d_0fb9d05cf518,___G__23__23_type_2d_0_2d_0bf9b656_2d_b071_2d_404a_2d_a514_2d_0fb9d05cf518)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_47368926_2d_951d_2d_4451_2d_92b0_2d_dd9b4132eca9,___G__23__23_type_2d_0_2d_47368926_2d_951d_2d_4451_2d_92b0_2d_dd9b4132eca9)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_54294cd7_2d_1c33_2d_40e1_2d_940e_2d_7400e1126a5a,___G__23__23_type_2d_0_2d_54294cd7_2d_1c33_2d_40e1_2d_940e_2d_7400e1126a5a)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_73c66686_2d_a08f_2d_4c7c_2d_a0f1_2d_5ad7771f242a,___G__23__23_type_2d_0_2d_73c66686_2d_a08f_2d_4c7c_2d_a0f1_2d_5ad7771f242a)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_828142df_2d_e9a5_2d_4ed8_2d_a467_2d_2f4833525b3e,___G__23__23_type_2d_0_2d_828142df_2d_e9a5_2d_4ed8_2d_a467_2d_2f4833525b3e)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_c63af440_2d_d5ef_2d_4f02_2d_8fe6_2d_40836a312fae,___G__23__23_type_2d_0_2d_c63af440_2d_d5ef_2d_4f02_2d_8fe6_2d_40836a312fae)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_cd85663e_2d_b289_2d_472c_2d_b943_2d_a41768e2f8a3,___G__23__23_type_2d_0_2d_cd85663e_2d_b289_2d_472c_2d_b943_2d_a41768e2f8a3)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_d69cd396_2d_01e0_2d_4dcb_2d_87dc_2d_31acea8e0e5f,___G__23__23_type_2d_0_2d_d69cd396_2d_01e0_2d_4dcb_2d_87dc_2d_31acea8e0e5f)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_e0e435ae_2d_0097_2d_47c9_2d_8d4a_2d_9d761979522c,___G__23__23_type_2d_0_2d_e0e435ae_2d_0097_2d_47c9_2d_8d4a_2d_9d761979522c)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_0_2d_f512c9f6_2d_3b24_2d_4c5c_2d_8c8b_2d_cabd75b2f951,___G__23__23_type_2d_0_2d_f512c9f6_2d_3b24_2d_4c5c_2d_8c8b_2d_cabd75b2f951)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_1_2d_0d164889_2d_74b4_2d_48ca_2d_b291_2d_f5ec9e0499fe,___G__23__23_type_2d_1_2d_0d164889_2d_74b4_2d_48ca_2d_b291_2d_f5ec9e0499fe)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_1_2d_1bcc14ff_2d_4be5_2d_4573_2d_a250_2d_729b773bdd50,___G__23__23_type_2d_1_2d_1bcc14ff_2d_4be5_2d_4573_2d_a250_2d_729b773bdd50)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_1_2d_291e311e_2d_93e0_2d_4765_2d_8132_2d_56a719dc84b3,___G__23__23_type_2d_1_2d_291e311e_2d_93e0_2d_4765_2d_8132_2d_56a719dc84b3)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_1_2d_c475ff99_2d_c959_2d_4784_2d_a847_2d_b0c52aff8f2a,___G__23__23_type_2d_1_2d_c475ff99_2d_c959_2d_4784_2d_a847_2d_b0c52aff8f2a)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_1_2d_f839d55a_2d_1d42_2d_4b64_2d_97a6_2d_2d16921dc0b7,___G__23__23_type_2d_1_2d_f839d55a_2d_1d42_2d_4b64_2d_97a6_2d_2d16921dc0b7)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_11_2d_42fe9aac_2d_e9c6_2d_4227_2d_893e_2d_a0ad76f58932,___G__23__23_type_2d_11_2d_42fe9aac_2d_e9c6_2d_4227_2d_893e_2d_a0ad76f58932)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_11_2d_6bd864f0_2d_27ec_2d_4639_2d_8044_2d_cf7c0135d716,___G__23__23_type_2d_11_2d_6bd864f0_2d_27ec_2d_4639_2d_8044_2d_cf7c0135d716)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_11_2d_f5cfcf78_2d_bba4_2d_4140_2d_9aa0_2d_1a136c50d36b,___G__23__23_type_2d_11_2d_f5cfcf78_2d_bba4_2d_4140_2d_9aa0_2d_1a136c50d36b)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_13_2d_41abc50f_2d_928b_2d_48b9_2d_8d2b_2d_77f53b260e71,___G__23__23_type_2d_13_2d_41abc50f_2d_928b_2d_48b9_2d_8d2b_2d_77f53b260e71)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_13_2d_6bf088a7_2d_814f_2d_4139_2d_860a_2d_69a757570569,___G__23__23_type_2d_13_2d_6bf088a7_2d_814f_2d_4139_2d_860a_2d_69a757570569)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_14_2d_4e2301a4_2d_27c7_2d_4eef_2d_b8fd_2d_e046e192500c,___G__23__23_type_2d_14_2d_4e2301a4_2d_27c7_2d_4eef_2d_b8fd_2d_e046e192500c)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_15_2d_713f0ba8_2d_1d76_2d_4a68_2d_8dfa_2d_eaebd4aef1e3,___G__23__23_type_2d_15_2d_713f0ba8_2d_1d76_2d_4a68_2d_8dfa_2d_eaebd4aef1e3)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_15_2d_fe3e988a_2d_c59d_2d_47ce_2d_8592_2d_93b02ce12af1,___G__23__23_type_2d_15_2d_fe3e988a_2d_c59d_2d_47ce_2d_8592_2d_93b02ce12af1)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_19_2d_F86D8C06_2d_0129_2d_4798_2d_B170_2d_49E593E6A7FD,___G__23__23_type_2d_19_2d_F86D8C06_2d_0129_2d_4798_2d_B170_2d_49E593E6A7FD)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_19_2d_a4ef4750_2d_7ce6_2d_4388_2d_9d5f_2d_48e04bf3ae4b,___G__23__23_type_2d_19_2d_a4ef4750_2d_7ce6_2d_4388_2d_9d5f_2d_48e04bf3ae4b)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_1a1e928d_2d_8df4_2d_11d9_2d_8894_2d_00039301ba52,___G__23__23_type_2d_2_2d_1a1e928d_2d_8df4_2d_11d9_2d_8894_2d_00039301ba52)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_2138cd7f_2d_8c42_2d_4164_2d_b56a_2d_a8c7badf3323,___G__23__23_type_2d_2_2d_2138cd7f_2d_8c42_2d_4164_2d_b56a_2d_a8c7badf3323)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_299ccee1_2d_77d2_2d_4a6d_2d_ab24_2d_2ebf14297315,___G__23__23_type_2d_2_2d_299ccee1_2d_77d2_2d_4a6d_2d_ab24_2d_2ebf14297315)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_339af4ff_2d_3d44_2d_4bec_2d_a90b_2d_d981fd13834d,___G__23__23_type_2d_2_2d_339af4ff_2d_3d44_2d_4bec_2d_a90b_2d_d981fd13834d)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_3b7674e5_2d_a6d8_2d_11d9_2d_930c_2d_00039301ba52,___G__23__23_type_2d_2_2d_3b7674e5_2d_a6d8_2d_11d9_2d_930c_2d_00039301ba52)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_3eb844fe_2d_9381_2d_11d9_2d_b22f_2d_00039301ba52,___G__23__23_type_2d_2_2d_3eb844fe_2d_9381_2d_11d9_2d_b22f_2d_00039301ba52)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_3f9f8aaa_2d_ea21_2d_4f2b_2d_bc06_2d_f65950e6c408,___G__23__23_type_2d_2_2d_3f9f8aaa_2d_ea21_2d_4f2b_2d_bc06_2d_f65950e6c408)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_3fd6c57f_2d_3c80_2d_4436_2d_a430_2d_57ea4457c11e,___G__23__23_type_2d_2_2d_3fd6c57f_2d_3c80_2d_4436_2d_a430_2d_57ea4457c11e)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_5f13e8c4_2d_2c68_2d_4eb5_2d_b24d_2d_249a9356c918,___G__23__23_type_2d_2_2d_5f13e8c4_2d_2c68_2d_4eb5_2d_b24d_2d_249a9356c918)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_63b50ae7_2d_375b_2d_4b94_2d_81df_2d_3522686f5634,___G__23__23_type_2d_2_2d_63b50ae7_2d_375b_2d_4b94_2d_81df_2d_3522686f5634)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_71831161_2d_39c1_2d_4a10_2d_bb79_2d_04342e1981c3,___G__23__23_type_2d_2_2d_71831161_2d_39c1_2d_4a10_2d_bb79_2d_04342e1981c3)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_7af7ca4a_2d_ecca_2d_445f_2d_a270_2d_de9d45639feb,___G__23__23_type_2d_2_2d_7af7ca4a_2d_ecca_2d_445f_2d_a270_2d_de9d45639feb)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_85f41657_2d_8a51_2d_4690_2d_abef_2d_d76dc37f4465,___G__23__23_type_2d_2_2d_85f41657_2d_8a51_2d_4690_2d_abef_2d_d76dc37f4465)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_C31D88DD_2d_26F4_2d_4EC3_2d_A30D_2d_BE96C0120CB0,___G__23__23_type_2d_2_2d_C31D88DD_2d_26F4_2d_4EC3_2d_A30D_2d_BE96C0120CB0)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_CA9CA020_2d_600A_2d_4516_2d_AA78_2d_CBE91EC8BE14,___G__23__23_type_2d_2_2d_CA9CA020_2d_600A_2d_4516_2d_AA78_2d_CBE91EC8BE14)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_b320dfbf_2d_c714_2d_4dc5_2d_8bfa_2d_cac5ee6c8421,___G__23__23_type_2d_2_2d_b320dfbf_2d_c714_2d_4dc5_2d_8bfa_2d_cac5ee6c8421)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_c4319ec5_2d_29d5_2d_43f3_2d_bd16_2d_fad15b238e82,___G__23__23_type_2d_2_2d_c4319ec5_2d_29d5_2d_43f3_2d_bd16_2d_fad15b238e82)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_d5d5638b_2d_8d10_2d_4cd8_2d_a1b1_2d_10dab77e5869,___G__23__23_type_2d_2_2d_d5d5638b_2d_8d10_2d_4cd8_2d_a1b1_2d_10dab77e5869)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_dd080472_2d_485f_2d_4f09_2d_8e9e_2d_924194042ff3,___G__23__23_type_2d_2_2d_dd080472_2d_485f_2d_4f09_2d_8e9e_2d_924194042ff3)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_e38351db_2d_bef7_2d_4c30_2d_b610_2d_b9b271e99ec3,___G__23__23_type_2d_2_2d_e38351db_2d_bef7_2d_4c30_2d_b610_2d_b9b271e99ec3)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_eb5a81e1_2d_5061_2d_4074_2d_a27e_2d_cc706735d39a,___G__23__23_type_2d_2_2d_eb5a81e1_2d_5061_2d_4074_2d_a27e_2d_cc706735d39a)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_ed07bce3_2d_b882_2d_4737_2d_ac5e_2d_3035b7783b8a,___G__23__23_type_2d_2_2d_ed07bce3_2d_b882_2d_4737_2d_ac5e_2d_3035b7783b8a)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_efe252c3_2d_9391_2d_4acf_2d_993b_2d_1ad2a9035636,___G__23__23_type_2d_2_2d_efe252c3_2d_9391_2d_4acf_2d_993b_2d_1ad2a9035636)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_2_2d_f9519b37_2d_d6d4_2d_4748_2d_8eb1_2d_a0c8dc18c5e7,___G__23__23_type_2d_2_2d_f9519b37_2d_d6d4_2d_4748_2d_8eb1_2d_a0c8dc18c5e7)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_20_2d_A6899D11_2d_290C_2d_42A6_2d_B47A_2d_57C6B908698F,___G__23__23_type_2d_20_2d_A6899D11_2d_290C_2d_42A6_2d_B47A_2d_57C6B908698F)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_20_2d_E641E009_2d_FCAA_2d_412D_2d_B283_2d_587F5C6D4EC1,___G__23__23_type_2d_20_2d_E641E009_2d_FCAA_2d_412D_2d_B283_2d_587F5C6D4EC1)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_21_2d_a4a724bb_2d_335a_2d_42dd_2d_8027_2d_5ffd9eaf943c,___G__23__23_type_2d_21_2d_a4a724bb_2d_335a_2d_42dd_2d_8027_2d_5ffd9eaf943c)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_21_2d_e7f8dac4_2d_0e85_2d_4605_2d_a8bd_2d_6bd6b5262d4c,___G__23__23_type_2d_21_2d_e7f8dac4_2d_0e85_2d_4605_2d_a8bd_2d_6bd6b5262d4c)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_21_2d_f118f601_2d_23ad_2d_493f_2d_9ef9_2d_ac1dd259de18,___G__23__23_type_2d_21_2d_f118f601_2d_23ad_2d_493f_2d_9ef9_2d_ac1dd259de18)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_22_2d_AB62859B_2d_18EF_2d_47D3_2d_8AC5_2d_69D3103EDE6F,___G__23__23_type_2d_22_2d_AB62859B_2d_18EF_2d_47D3_2d_8AC5_2d_69D3103EDE6F)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_29_2d_C4293CA5_2d_B269_2d_494A_2d_B24F_2d_63730C347018,___G__23__23_type_2d_29_2d_C4293CA5_2d_B269_2d_494A_2d_B24F_2d_63730C347018)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_10aa6857_2d_6f27_2d_45ab_2d_ac38_2d_2318ef2f277c,___G__23__23_type_2d_3_2d_10aa6857_2d_6f27_2d_45ab_2d_ac38_2d_2318ef2f277c)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_2cea29df_2d_7f3e_2d_489d_2d_bf83_2d_5925c5081151,___G__23__23_type_2d_3_2d_2cea29df_2d_7f3e_2d_489d_2d_bf83_2d_5925c5081151)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_5279db3c_2d_9e07_2d_4e8c_2d_913f_2d_29a7d61ee626,___G__23__23_type_2d_3_2d_5279db3c_2d_9e07_2d_4e8c_2d_913f_2d_29a7d61ee626)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_6469e5eb_2d_3117_2d_4c29_2d_89df_2d_c348479dac93,___G__23__23_type_2d_3_2d_6469e5eb_2d_3117_2d_4c29_2d_89df_2d_c348479dac93)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_7022e42c_2d_4ecb_2d_4476_2d_be40_2d_3ca2d45903a7,___G__23__23_type_2d_3_2d_7022e42c_2d_4ecb_2d_4476_2d_be40_2d_3ca2d45903a7)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_837d9768_2d_9d27_2d_455e_2d_ac65_2d_5ae59f43f79e,___G__23__23_type_2d_3_2d_837d9768_2d_9d27_2d_455e_2d_ac65_2d_5ae59f43f79e)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_84660e37_2d_9565_2d_4abf_2d_ac09_2d_f9767f926d40,___G__23__23_type_2d_3_2d_84660e37_2d_9565_2d_4abf_2d_ac09_2d_f9767f926d40)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_9850f1b3_2d_2e29_2d_4407_2d_af9f_2d_202e99aa9555,___G__23__23_type_2d_3_2d_9850f1b3_2d_2e29_2d_4407_2d_af9f_2d_202e99aa9555)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_C5CC1F94_2d_644C_2d_46FD_2d_8655_2d_674A3C3E517A,___G__23__23_type_2d_3_2d_C5CC1F94_2d_644C_2d_46FD_2d_8655_2d_674A3C3E517A)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_ce2e418b_2d_96c7_2d_4562_2d_9cb6_2d_419ec113704e,___G__23__23_type_2d_3_2d_ce2e418b_2d_96c7_2d_4562_2d_9cb6_2d_419ec113704e)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_e3dc833e_2d_a176_2d_42c1_2d_bdc0_2d_76a6c4b302f8,___G__23__23_type_2d_3_2d_e3dc833e_2d_a176_2d_42c1_2d_bdc0_2d_76a6c4b302f8)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_3_2d_ffc668b5_2d_2146_2d_42b7_2d_ab11_2d_7d91641f2124,___G__23__23_type_2d_3_2d_ffc668b5_2d_2146_2d_42b7_2d_ab11_2d_7d91641f2124)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_32_2d_bf2fa024_2d_cc0a_2d_419a_2d_bcbf_2d_cff3c2385050,___G__23__23_type_2d_32_2d_bf2fa024_2d_cc0a_2d_419a_2d_bcbf_2d_cff3c2385050)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_33_2d_d05e0aa7_2d_e235_2d_441d_2d_aa41_2d_c1ac02065460,___G__23__23_type_2d_33_2d_d05e0aa7_2d_e235_2d_441d_2d_aa41_2d_c1ac02065460)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_37_2d_a7e0fe95_2d_65e9_2d_4b00_2d_b080_2d_b7e6b12d9c6f,___G__23__23_type_2d_37_2d_a7e0fe95_2d_65e9_2d_4b00_2d_b080_2d_b7e6b12d9c6f)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_177749b2_2d_beb0_2d_4670_2d_9ab2_2d_4b9c01b54c1d,___G__23__23_type_2d_4_2d_177749b2_2d_beb0_2d_4670_2d_9ab2_2d_4b9c01b54c1d)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_54dfbc02_2d_718d_2d_4a34_2d_91ab_2d_d1861da7500a,___G__23__23_type_2d_4_2d_54dfbc02_2d_718d_2d_4a34_2d_91ab_2d_d1861da7500a)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_9700b02a_2d_724f_2d_4888_2d_8da8_2d_9b0501836d8e,___G__23__23_type_2d_4_2d_9700b02a_2d_724f_2d_4888_2d_8da8_2d_9b0501836d8e)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_9f09b552_2d_0fb7_2d_42c5_2d_b0d4_2d_212155841d53,___G__23__23_type_2d_4_2d_9f09b552_2d_0fb7_2d_42c5_2d_b0d4_2d_212155841d53)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_c1fc166b_2d_d951_2d_4871_2d_853c_2d_2b6c8c12d28d,___G__23__23_type_2d_4_2d_c1fc166b_2d_d951_2d_4871_2d_853c_2d_2b6c8c12d28d)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_cf06eccd_2d_bf2c_2d_4b30_2d_a6ce_2d_394b345a0dee,___G__23__23_type_2d_4_2d_cf06eccd_2d_bf2c_2d_4b30_2d_a6ce_2d_394b345a0dee)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_f165f359_2d_8685_2d_48da_2d_bc99_2d_f38827ad8af9,___G__23__23_type_2d_4_2d_f165f359_2d_8685_2d_48da_2d_bc99_2d_f38827ad8af9)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_f1bd59e2_2d_25fc_2d_49af_2d_b624_2d_e00f0c5975f8,___G__23__23_type_2d_4_2d_f1bd59e2_2d_25fc_2d_49af_2d_b624_2d_e00f0c5975f8)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_4_2d_f39d07ce_2d_436d_2d_40ca_2d_b81f_2d_cdc65d16b7f2,___G__23__23_type_2d_4_2d_f39d07ce_2d_436d_2d_40ca_2d_b81f_2d_cdc65d16b7f2)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_40_2d_bebee95d_2d_0da2_2d_401d_2d_a33a_2d_c1afc75b9e43,___G__23__23_type_2d_40_2d_bebee95d_2d_0da2_2d_401d_2d_a33a_2d_c1afc75b9e43)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_43_2d_f5264d6c_2d_cb90_2d_4a74_2d_8810_2d_9ae0b1e1f08c,___G__23__23_type_2d_43_2d_f5264d6c_2d_cb90_2d_4a74_2d_8810_2d_9ae0b1e1f08c)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_45_2d_fe99424c_2d_d1da_2d_48f1_2d_b613_2d_9c735692790e,___G__23__23_type_2d_45_2d_fe99424c_2d_d1da_2d_48f1_2d_b613_2d_9c735692790e)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_48_2d_a1d146d0_2d_78f6_2d_437f_2d_aa67_2d_3b9b5bb333dc,___G__23__23_type_2d_48_2d_a1d146d0_2d_78f6_2d_437f_2d_aa67_2d_3b9b5bb333dc)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_5,___G__23__23_type_2d_5)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_5_2d_c206cf7a_2d_66fb_2d_4e32_2d_9f05_2d_30f2bf053750,___G__23__23_type_2d_5_2d_c206cf7a_2d_66fb_2d_4e32_2d_9f05_2d_30f2bf053750)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_51_2d_fd0b10bf_2d_219c_2d_4cde_2d_be79_2d_d959cec702a5,___G__23__23_type_2d_51_2d_fd0b10bf_2d_219c_2d_4cde_2d_be79_2d_d959cec702a5)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_6_2d_F3F63A41_2d_2974_2d_4D41_2d_8B24_2d_1744E866741D,___G__23__23_type_2d_6_2d_F3F63A41_2d_2974_2d_4D41_2d_8B24_2d_1744E866741D)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_6_2d_edb28923_2d_9aa0_2d_4c55_2d_9756_2d_f1a37136f727,___G__23__23_type_2d_6_2d_edb28923_2d_9aa0_2d_4c55_2d_9756_2d_f1a37136f727)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_7_2d_cd5f5bad_2d_f96f_2d_438d_2d_8d63_2d_ff887b7b39de,___G__23__23_type_2d_7_2d_cd5f5bad_2d_f96f_2d_438d_2d_8d63_2d_ff887b7b39de)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_8_2d_1b002758_2d_f900_2d_4e96_2d_be5e_2d_fa407e331fc0,___G__23__23_type_2d_8_2d_1b002758_2d_f900_2d_4e96_2d_be5e_2d_fa407e331fc0)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_9_2d_edd21ef2_2d_ee48_2d_407f_2d_a9a9_2d_c1c361078e55,___G__23__23_type_2d_9_2d_edd21ef2_2d_ee48_2d_407f_2d_a9a9_2d_c1c361078e55)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_all_2d_fields,___G__23__23_type_2d_all_2d_fields)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_cast,___G__23__23_type_2d_cast)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_exception_2d_names,___G__23__23_type_2d_exception_2d_names)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_exception_2d_names_2d_set_21_,___G__23__23_type_2d_exception_2d_names_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_field_2d_count,___G__23__23_type_2d_field_2d_count)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_fields,___G__23__23_type_2d_fields)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_flags,___G__23__23_type_2d_flags)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_id,___G__23__23_type_2d_id)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_name,___G__23__23_type_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_super,___G__23__23_type_2d_super)
___DEF_OLD_SYM_GLO(___S__23__23_type_2d_type,___G__23__23_type_2d_type)
___DEF_OLD_SYM_GLO(___S__23__23_type_3f_,___G__23__23_type_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector,___G__23__23_u16vector)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d__3e_list,___G__23__23_u16vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_append,___G__23__23_u16vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_copy,___G__23__23_u16vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_delete,___G__23__23_u16vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_equal_3f_,___G__23__23_u16vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_fill_21_,___G__23__23_u16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_insert,___G__23__23_u16vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_length,___G__23__23_u16vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_ref,___G__23__23_u16vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_set,___G__23__23_u16vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_set_21_,___G__23__23_u16vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_2d_shrink_21_,___G__23__23_u16vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u16vector_3f_,___G__23__23_u16vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector,___G__23__23_u32vector)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d__3e_list,___G__23__23_u32vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_append,___G__23__23_u32vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_copy,___G__23__23_u32vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_delete,___G__23__23_u32vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_equal_3f_,___G__23__23_u32vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_fill_21_,___G__23__23_u32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_insert,___G__23__23_u32vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_length,___G__23__23_u32vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_ref,___G__23__23_u32vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_set,___G__23__23_u32vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_set_21_,___G__23__23_u32vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_2d_shrink_21_,___G__23__23_u32vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u32vector_3f_,___G__23__23_u32vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector,___G__23__23_u64vector)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d__3e_list,___G__23__23_u64vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_append,___G__23__23_u64vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_copy,___G__23__23_u64vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_delete,___G__23__23_u64vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_equal_3f_,___G__23__23_u64vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_fill_21_,___G__23__23_u64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_insert,___G__23__23_u64vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_length,___G__23__23_u64vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_ref,___G__23__23_u64vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_set,___G__23__23_u64vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_set_21_,___G__23__23_u64vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_2d_shrink_21_,___G__23__23_u64vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u64vector_3f_,___G__23__23_u64vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u8_2d_ready_3f_,___G__23__23_u8_2d_ready_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u8_2d_ready_3f_0,___G__23__23_u8_2d_ready_3f_0)
___DEF_OLD_SYM_GLO(___S__23__23_u8_2d_ready_3f_1,___G__23__23_u8_2d_ready_3f_1)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector,___G__23__23_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d__3e_list,___G__23__23_u8vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d__3e_object,___G__23__23_u8vector_2d__3e_object)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_append,___G__23__23_u8vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_copy,___G__23__23_u8vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_delete,___G__23__23_u8vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_equal_3f_,___G__23__23_u8vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_fill_21_,___G__23__23_u8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_insert,___G__23__23_u8vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_length,___G__23__23_u8vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_ref,___G__23__23_u8vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_set,___G__23__23_u8vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_set_21_,___G__23__23_u8vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_2d_shrink_21_,___G__23__23_u8vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_u8vector_3f_,___G__23__23_u8vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_udp_2d_local_2d_socket_2d_info,___G__23__23_udp_2d_local_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_udp_2d_read_2d_subu8vector,___G__23__23_udp_2d_read_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S__23__23_udp_2d_read_2d_u8vector,___G__23__23_udp_2d_read_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_udp_2d_socket_2d_info,___G__23__23_udp_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_udp_2d_source_2d_socket_2d_info,___G__23__23_udp_2d_source_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_udp_2d_write_2d_subu8vector,___G__23__23_udp_2d_write_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S__23__23_udp_2d_write_2d_u8vector,___G__23__23_udp_2d_write_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_unbound_3f_,___G__23__23_unbound_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_unbox,___G__23__23_unbox)
___DEF_OLD_SYM_GLO(___S__23__23_unbreak,___G__23__23_unbreak)
___DEF_OLD_SYM_GLO(___S__23__23_unchecked_2d_structure_2d_cas_21_,___G__23__23_unchecked_2d_structure_2d_cas_21_)
___DEF_OLD_SYM_GLO(___S__23__23_unchecked_2d_structure_2d_ref,___G__23__23_unchecked_2d_structure_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_unchecked_2d_structure_2d_set_21_,___G__23__23_unchecked_2d_structure_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_uninterned_2d_keyword_3f_,___G__23__23_uninterned_2d_keyword_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_uninterned_2d_symbol_3f_,___G__23__23_uninterned_2d_symbol_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_unless,___G__23__23_unless)
___DEF_OLD_SYM_GLO(___S__23__23_untrace,___G__23__23_untrace)
___DEF_OLD_SYM_GLO(___S__23__23_unwrap_2d_datum,___G__23__23_unwrap_2d_datum)
___DEF_OLD_SYM_GLO(___S__23__23_use_2d_fast_2d_bignum_2d_algorithms_3f_,___G__23__23_use_2d_fast_2d_bignum_2d_algorithms_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_user_2d_info,___G__23__23_user_2d_info)
___DEF_OLD_SYM_GLO(___S__23__23_user_2d_interrupt_21_,___G__23__23_user_2d_interrupt_21_)
___DEF_OLD_SYM_GLO(___S__23__23_user_2d_name,___G__23__23_user_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_utf8_2d__3e_string,___G__23__23_utf8_2d__3e_string)
___DEF_OLD_SYM_GLO(___S__23__23_utf8_2d__3e_string_2d_length,___G__23__23_utf8_2d__3e_string_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_valid_2d_prefix_3f_,___G__23__23_valid_2d_prefix_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_values,___G__23__23_values)
___DEF_OLD_SYM_GLO(___S__23__23_values_2d_length,___G__23__23_values_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_values_2d_ref,___G__23__23_values_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_values_2d_set_21_,___G__23__23_values_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_values_3f_,___G__23__23_values_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_c,___G__23__23_var_2d_c)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_c_2d_boxed_3f_,___G__23__23_var_2d_c_2d_boxed_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_c_2d_name,___G__23__23_var_2d_c_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_c_3f_,___G__23__23_var_2d_c_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_i,___G__23__23_var_2d_i)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_i_2d_name,___G__23__23_var_2d_i_2d_name)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_i_3f_,___G__23__23_var_2d_i_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_var_2d_lookup,___G__23__23_var_2d_lookup)
___DEF_OLD_SYM_GLO(___S__23__23_variable,___G__23__23_variable)
___DEF_OLD_SYM_GLO(___S__23__23_vect_2d_port_2d_options,___G__23__23_vect_2d_port_2d_options)
___DEF_OLD_SYM_GLO(___S__23__23_vector,___G__23__23_vector)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d__3e_list,___G__23__23_vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_append,___G__23__23_vector_2d_append)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_cas_21_,___G__23__23_vector_2d_cas_21_)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_copy,___G__23__23_vector_2d_copy)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_delete,___G__23__23_vector_2d_delete)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_equal_3f_,___G__23__23_vector_2d_equal_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_fill_21_,___G__23__23_vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_inc_21_,___G__23__23_vector_2d_inc_21_)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_insert,___G__23__23_vector_2d_insert)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_length,___G__23__23_vector_2d_length)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_ref,___G__23__23_vector_2d_ref)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_set,___G__23__23_vector_2d_set)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_set_21_,___G__23__23_vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_vector_2d_shrink_21_,___G__23__23_vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S__23__23_vector_3f_,___G__23__23_vector_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_vm_2d_main_2d_module_2d_id,___G__23__23_vm_2d_main_2d_module_2d_id)
___DEF_OLD_SYM_GLO(___S__23__23_void,___G__23__23_void)
___DEF_OLD_SYM_GLO(___S__23__23_void_2d_constant_3f_,___G__23__23_void_2d_constant_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_wait_2d_device,___G__23__23_wait_2d_device)
___DEF_OLD_SYM_GLO(___S__23__23_wait_2d_for_2d_io_21_,___G__23__23_wait_2d_for_2d_io_21_)
___DEF_OLD_SYM_GLO(___S__23__23_wait_2d_input_2d_port,___G__23__23_wait_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_wait_2d_output_2d_port,___G__23__23_wait_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_when,___G__23__23_when)
___DEF_OLD_SYM_GLO(___S__23__23_will_2d_action,___G__23__23_will_2d_action)
___DEF_OLD_SYM_GLO(___S__23__23_will_2d_action_2d_set_21_,___G__23__23_will_2d_action_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_will_2d_execute_21_,___G__23__23_will_2d_execute_21_)
___DEF_OLD_SYM_GLO(___S__23__23_will_2d_testator,___G__23__23_will_2d_testator)
___DEF_OLD_SYM_GLO(___S__23__23_will_2d_testator_2d_set_21_,___G__23__23_will_2d_testator_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_will_3f_,___G__23__23_will_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_with_2d_exception_2d_catcher,___G__23__23_with_2d_exception_2d_catcher)
___DEF_OLD_SYM_GLO(___S__23__23_with_2d_no_2d_result_2d_expected,___G__23__23_with_2d_no_2d_result_2d_expected)
___DEF_OLD_SYM_GLO(___S__23__23_with_2d_no_2d_result_2d_expected_2d_continuation_3f_,___G__23__23_with_2d_no_2d_result_2d_expected_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_with_2d_no_2d_result_2d_expected_2d_toplevel,___G__23__23_with_2d_no_2d_result_2d_expected_2d_toplevel)
___DEF_OLD_SYM_GLO(___S__23__23_with_2d_no_2d_result_2d_expected_2d_toplevel_2d_continuation_3f_,___G__23__23_with_2d_no_2d_result_2d_expected_2d_toplevel_2d_continuation_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_wr,___G__23__23_wr)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_box,___G__23__23_wr_2d_box)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_ch,___G__23__23_wr_2d_ch)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_char,___G__23__23_wr_2d_char)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_complex,___G__23__23_wr_2d_complex)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_continuation,___G__23__23_wr_2d_continuation)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_escaped_2d_string,___G__23__23_wr_2d_escaped_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_f32vector,___G__23__23_wr_2d_f32vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_f64vector,___G__23__23_wr_2d_f64vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_filler,___G__23__23_wr_2d_filler)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_fits_2d_on_2d_line,___G__23__23_wr_2d_fits_2d_on_2d_line)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_foreign,___G__23__23_wr_2d_foreign)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_frame,___G__23__23_wr_2d_frame)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_gc_2d_hash_2d_table,___G__23__23_wr_2d_gc_2d_hash_2d_table)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_hex,___G__23__23_wr_2d_hex)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_indent,___G__23__23_wr_2d_indent)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_jazz,___G__23__23_wr_2d_jazz)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_jazz_2d_set_21_,___G__23__23_wr_2d_jazz_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_keyword,___G__23__23_wr_2d_keyword)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_mark,___G__23__23_wr_2d_mark)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_mark_2d_begin,___G__23__23_wr_2d_mark_2d_begin)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_mark_2d_end,___G__23__23_wr_2d_mark_2d_end)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_meroon,___G__23__23_wr_2d_meroon)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_meroon_2d_set_21_,___G__23__23_wr_2d_meroon_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_no_2d_display,___G__23__23_wr_2d_no_2d_display)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_oct,___G__23__23_wr_2d_oct)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_one_2d_line_2d_pretty_2d_print,___G__23__23_wr_2d_one_2d_line_2d_pretty_2d_print)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_opaque,___G__23__23_wr_2d_opaque)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_other,___G__23__23_wr_2d_other)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_pair,___G__23__23_wr_2d_pair)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_procedure,___G__23__23_wr_2d_procedure)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_promise,___G__23__23_wr_2d_promise)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_return,___G__23__23_wr_2d_return)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_s16vector,___G__23__23_wr_2d_s16vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_s32vector,___G__23__23_wr_2d_s32vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_s64vector,___G__23__23_wr_2d_s64vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_s8vector,___G__23__23_wr_2d_s8vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_serialize,___G__23__23_wr_2d_serialize)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_set_21_,___G__23__23_wr_2d_set_21_)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_sn,___G__23__23_wr_2d_sn)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_spaces,___G__23__23_wr_2d_spaces)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_stamp,___G__23__23_wr_2d_stamp)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_str,___G__23__23_wr_2d_str)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_string,___G__23__23_wr_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_structure,___G__23__23_wr_2d_structure)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_substr,___G__23__23_wr_2d_substr)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_symbol,___G__23__23_wr_2d_symbol)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_u16vector,___G__23__23_wr_2d_u16vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_u32vector,___G__23__23_wr_2d_u32vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_u64vector,___G__23__23_wr_2d_u64vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_u8vector,___G__23__23_wr_2d_u8vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_vector,___G__23__23_wr_2d_vector)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_vector_2d_aux1,___G__23__23_wr_2d_vector_2d_aux1)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_vector_2d_aux2,___G__23__23_wr_2d_vector_2d_aux2)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_vector_2d_aux3,___G__23__23_wr_2d_vector_2d_aux3)
___DEF_OLD_SYM_GLO(___S__23__23_wr_2d_will,___G__23__23_wr_2d_will)
___DEF_OLD_SYM_GLO(___S__23__23_wrap,___G__23__23_wrap)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_datum,___G__23__23_wrap_2d_datum)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_op,___G__23__23_wrap_2d_op)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_op0,___G__23__23_wrap_2d_op0)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_op1,___G__23__23_wrap_2d_op1)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_op1_2a_,___G__23__23_wrap_2d_op1_2a_)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_op2,___G__23__23_wrap_2d_op2)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_op3,___G__23__23_wrap_2d_op3)
___DEF_OLD_SYM_GLO(___S__23__23_wrap_2d_op4,___G__23__23_wrap_2d_op4)
___DEF_OLD_SYM_GLO(___S__23__23_write,___G__23__23_write)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_bytevector,___G__23__23_write_2d_bytevector)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_char,___G__23__23_write_2d_char)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_char1,___G__23__23_write_2d_char1)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_char1_3f_,___G__23__23_write_2d_char1_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_char2,___G__23__23_write_2d_char2)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_char2_3f_,___G__23__23_write_2d_char2_3f_)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_generic_2d_to_2d_character_2d_port,___G__23__23_write_2d_generic_2d_to_2d_character_2d_port)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_shared,___G__23__23_write_2d_shared)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_simple,___G__23__23_write_2d_simple)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_string,___G__23__23_write_2d_string)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_substring,___G__23__23_write_2d_substring)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_subu8vector,___G__23__23_write_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_u8,___G__23__23_write_2d_u8)
___DEF_OLD_SYM_GLO(___S__23__23_write_2d_with_2d_style,___G__23__23_write_2d_with_2d_style)
___DEF_OLD_SYM_GLO(___S__23__23_zero_3f_,___G__23__23_zero_3f_)
___DEF_OLD_SYM_GLO(___S__24_code,___G__24_code)
___DEF_OLD_SYM_GLO(___S__2a_,___G__2a_)
___DEF_OLD_SYM_GLO(___S__2b_,___G__2b_)
___DEF_OLD_SYM_GLO(___S__2d_,___G__2d_)
___DEF_OLD_SYM_GLO(___S__2d_copy,___G__2d_copy)
___DEF_OLD_SYM_GLO(___S__2d_set,___G__2d_set)
___DEF_OLD_SYM_GLO(___S__2d_set_21_,___G__2d_set_21_)
___DEF_OLD_SYM_GLO(___S__2e_,___G__2e_)
___DEF_OLD_SYM_GLO(___S__2e__2e__2e_,___G__2e__2e__2e_)
___DEF_OLD_SYM_GLO(___S__2f_,___G__2f_)
___DEF_OLD_SYM_GLO(___S__3c_,___G__3c_)
___DEF_OLD_SYM_GLO(___S__3c__3d_,___G__3c__3d_)
___DEF_OLD_SYM_GLO(___S__3d_,___G__3d_)
___DEF_OLD_SYM_GLO(___S__3d__3e_,___G__3d__3e_)
___DEF_OLD_SYM_GLO(___S__3e_,___G__3e_)
___DEF_OLD_SYM_GLO(___S__3e__3d_,___G__3e__3d_)
___DEF_OLD_SYM_GLO(___S__3f_,___G__3f_)
___DEF_OLD_SYM_GLO(___S_ASCII,___G_ASCII)
___DEF_OLD_SYM_GLO(___S_DGRAM,___G_DGRAM)
___DEF_OLD_SYM_GLO(___S_GAMBIT,___G_GAMBIT)
___DEF_OLD_SYM_GLO(___S_Gambit,___G_Gambit)
___DEF_OLD_SYM_GLO(___S_INET,___G_INET)
___DEF_OLD_SYM_GLO(___S_INET6,___G_INET6)
___DEF_OLD_SYM_GLO(___S_ISO_2d_8859_2d_1,___G_ISO_2d_8859_2d_1)
___DEF_OLD_SYM_GLO(___S_RAW,___G_RAW)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_0,___G_SRFI_2d_0)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_16,___G_SRFI_2d_16)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_18,___G_SRFI_2d_18)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_21,___G_SRFI_2d_21)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_22,___G_SRFI_2d_22)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_23,___G_SRFI_2d_23)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_27,___G_SRFI_2d_27)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_30,___G_SRFI_2d_30)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_39,___G_SRFI_2d_39)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_4,___G_SRFI_2d_4)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_6,___G_SRFI_2d_6)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_8,___G_SRFI_2d_8)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_88,___G_SRFI_2d_88)
___DEF_OLD_SYM_GLO(___S_SRFI_2d_9,___G_SRFI_2d_9)
___DEF_OLD_SYM_GLO(___S_STREAM,___G_STREAM)
___DEF_OLD_SYM_GLO(___S_TCP,___G_TCP)
___DEF_OLD_SYM_GLO(___S_UCS_2d_2,___G_UCS_2d_2)
___DEF_OLD_SYM_GLO(___S_UCS_2d_2BE,___G_UCS_2d_2BE)
___DEF_OLD_SYM_GLO(___S_UCS_2d_2LE,___G_UCS_2d_2LE)
___DEF_OLD_SYM_GLO(___S_UCS_2d_4,___G_UCS_2d_4)
___DEF_OLD_SYM_GLO(___S_UCS_2d_4BE,___G_UCS_2d_4BE)
___DEF_OLD_SYM_GLO(___S_UCS_2d_4LE,___G_UCS_2d_4LE)
___DEF_OLD_SYM_GLO(___S_UDP,___G_UDP)
___DEF_OLD_SYM_GLO(___S_UTF,___G_UTF)
___DEF_OLD_SYM_GLO(___S_UTF_2d_16,___G_UTF_2d_16)
___DEF_OLD_SYM_GLO(___S_UTF_2d_16BE,___G_UTF_2d_16BE)
___DEF_OLD_SYM_GLO(___S_UTF_2d_16LE,___G_UTF_2d_16LE)
___DEF_OLD_SYM_GLO(___S_UTF_2d_8,___G_UTF_2d_8)
___DEF_OLD_SYM_GLO(___S_UTF_2d_fallback_2d_ASCII,___G_UTF_2d_fallback_2d_ASCII)
___DEF_OLD_SYM_GLO(___S_UTF_2d_fallback_2d_ISO_2d_8859_2d_1,___G_UTF_2d_fallback_2d_ISO_2d_8859_2d_1)
___DEF_OLD_SYM_GLO(___S_UTF_2d_fallback_2d_UTF_2d_16,___G_UTF_2d_fallback_2d_UTF_2d_16)
___DEF_OLD_SYM_GLO(___S_UTF_2d_fallback_2d_UTF_2d_16BE,___G_UTF_2d_fallback_2d_UTF_2d_16BE)
___DEF_OLD_SYM_GLO(___S_UTF_2d_fallback_2d_UTF_2d_16LE,___G_UTF_2d_fallback_2d_UTF_2d_16LE)
___DEF_OLD_SYM_GLO(___S_UTF_2d_fallback_2d_UTF_2d_8,___G_UTF_2d_fallback_2d_UTF_2d_8)
___DEF_OLD_SYM_GLO(___S___eval,___G___eval)
___DEF_OLD_SYM_GLO(___S___eval_23_,___G___eval_23_)
___DEF_OLD_SYM_GLO(___S___gsilib,___G___gsilib)
___DEF_OLD_SYM_GLO(___S___gsilib_23_,___G___gsilib_23_)
___DEF_OLD_SYM_GLO(___S___io,___G___io)
___DEF_OLD_SYM_GLO(___S___io_23_,___G___io_23_)
___DEF_OLD_SYM_GLO(___S___kernel,___G___kernel)
___DEF_OLD_SYM_GLO(___S___kernel_23_,___G___kernel_23_)
___DEF_OLD_SYM_GLO(___S___kernel_23_0,___G___kernel_23_0)
___DEF_OLD_SYM_GLO(___S___kernel_23_1,___G___kernel_23_1)
___DEF_OLD_SYM_GLO(___S___kernel_23_10,___G___kernel_23_10)
___DEF_OLD_SYM_GLO(___S___kernel_23_11,___G___kernel_23_11)
___DEF_OLD_SYM_GLO(___S___kernel_23_12,___G___kernel_23_12)
___DEF_OLD_SYM_GLO(___S___kernel_23_13,___G___kernel_23_13)
___DEF_OLD_SYM_GLO(___S___kernel_23_14,___G___kernel_23_14)
___DEF_OLD_SYM_GLO(___S___kernel_23_15,___G___kernel_23_15)
___DEF_OLD_SYM_GLO(___S___kernel_23_16,___G___kernel_23_16)
___DEF_OLD_SYM_GLO(___S___kernel_23_17,___G___kernel_23_17)
___DEF_OLD_SYM_GLO(___S___kernel_23_18,___G___kernel_23_18)
___DEF_OLD_SYM_GLO(___S___kernel_23_19,___G___kernel_23_19)
___DEF_OLD_SYM_GLO(___S___kernel_23_2,___G___kernel_23_2)
___DEF_OLD_SYM_GLO(___S___kernel_23_20,___G___kernel_23_20)
___DEF_OLD_SYM_GLO(___S___kernel_23_21,___G___kernel_23_21)
___DEF_OLD_SYM_GLO(___S___kernel_23_22,___G___kernel_23_22)
___DEF_OLD_SYM_GLO(___S___kernel_23_23,___G___kernel_23_23)
___DEF_OLD_SYM_GLO(___S___kernel_23_24,___G___kernel_23_24)
___DEF_OLD_SYM_GLO(___S___kernel_23_25,___G___kernel_23_25)
___DEF_OLD_SYM_GLO(___S___kernel_23_26,___G___kernel_23_26)
___DEF_OLD_SYM_GLO(___S___kernel_23_27,___G___kernel_23_27)
___DEF_OLD_SYM_GLO(___S___kernel_23_28,___G___kernel_23_28)
___DEF_OLD_SYM_GLO(___S___kernel_23_29,___G___kernel_23_29)
___DEF_OLD_SYM_GLO(___S___kernel_23_3,___G___kernel_23_3)
___DEF_OLD_SYM_GLO(___S___kernel_23_30,___G___kernel_23_30)
___DEF_OLD_SYM_GLO(___S___kernel_23_31,___G___kernel_23_31)
___DEF_OLD_SYM_GLO(___S___kernel_23_32,___G___kernel_23_32)
___DEF_OLD_SYM_GLO(___S___kernel_23_33,___G___kernel_23_33)
___DEF_OLD_SYM_GLO(___S___kernel_23_34,___G___kernel_23_34)
___DEF_OLD_SYM_GLO(___S___kernel_23_35,___G___kernel_23_35)
___DEF_OLD_SYM_GLO(___S___kernel_23_36,___G___kernel_23_36)
___DEF_OLD_SYM_GLO(___S___kernel_23_37,___G___kernel_23_37)
___DEF_OLD_SYM_GLO(___S___kernel_23_38,___G___kernel_23_38)
___DEF_OLD_SYM_GLO(___S___kernel_23_39,___G___kernel_23_39)
___DEF_OLD_SYM_GLO(___S___kernel_23_4,___G___kernel_23_4)
___DEF_OLD_SYM_GLO(___S___kernel_23_40,___G___kernel_23_40)
___DEF_OLD_SYM_GLO(___S___kernel_23_41,___G___kernel_23_41)
___DEF_OLD_SYM_GLO(___S___kernel_23_42,___G___kernel_23_42)
___DEF_OLD_SYM_GLO(___S___kernel_23_43,___G___kernel_23_43)
___DEF_OLD_SYM_GLO(___S___kernel_23_44,___G___kernel_23_44)
___DEF_OLD_SYM_GLO(___S___kernel_23_45,___G___kernel_23_45)
___DEF_OLD_SYM_GLO(___S___kernel_23_46,___G___kernel_23_46)
___DEF_OLD_SYM_GLO(___S___kernel_23_47,___G___kernel_23_47)
___DEF_OLD_SYM_GLO(___S___kernel_23_48,___G___kernel_23_48)
___DEF_OLD_SYM_GLO(___S___kernel_23_49,___G___kernel_23_49)
___DEF_OLD_SYM_GLO(___S___kernel_23_5,___G___kernel_23_5)
___DEF_OLD_SYM_GLO(___S___kernel_23_50,___G___kernel_23_50)
___DEF_OLD_SYM_GLO(___S___kernel_23_51,___G___kernel_23_51)
___DEF_OLD_SYM_GLO(___S___kernel_23_52,___G___kernel_23_52)
___DEF_OLD_SYM_GLO(___S___kernel_23_53,___G___kernel_23_53)
___DEF_OLD_SYM_GLO(___S___kernel_23_54,___G___kernel_23_54)
___DEF_OLD_SYM_GLO(___S___kernel_23_55,___G___kernel_23_55)
___DEF_OLD_SYM_GLO(___S___kernel_23_56,___G___kernel_23_56)
___DEF_OLD_SYM_GLO(___S___kernel_23_57,___G___kernel_23_57)
___DEF_OLD_SYM_GLO(___S___kernel_23_58,___G___kernel_23_58)
___DEF_OLD_SYM_GLO(___S___kernel_23_59,___G___kernel_23_59)
___DEF_OLD_SYM_GLO(___S___kernel_23_6,___G___kernel_23_6)
___DEF_OLD_SYM_GLO(___S___kernel_23_60,___G___kernel_23_60)
___DEF_OLD_SYM_GLO(___S___kernel_23_61,___G___kernel_23_61)
___DEF_OLD_SYM_GLO(___S___kernel_23_62,___G___kernel_23_62)
___DEF_OLD_SYM_GLO(___S___kernel_23_63,___G___kernel_23_63)
___DEF_OLD_SYM_GLO(___S___kernel_23_64,___G___kernel_23_64)
___DEF_OLD_SYM_GLO(___S___kernel_23_65,___G___kernel_23_65)
___DEF_OLD_SYM_GLO(___S___kernel_23_66,___G___kernel_23_66)
___DEF_OLD_SYM_GLO(___S___kernel_23_67,___G___kernel_23_67)
___DEF_OLD_SYM_GLO(___S___kernel_23_68,___G___kernel_23_68)
___DEF_OLD_SYM_GLO(___S___kernel_23_69,___G___kernel_23_69)
___DEF_OLD_SYM_GLO(___S___kernel_23_7,___G___kernel_23_7)
___DEF_OLD_SYM_GLO(___S___kernel_23_70,___G___kernel_23_70)
___DEF_OLD_SYM_GLO(___S___kernel_23_71,___G___kernel_23_71)
___DEF_OLD_SYM_GLO(___S___kernel_23_72,___G___kernel_23_72)
___DEF_OLD_SYM_GLO(___S___kernel_23_73,___G___kernel_23_73)
___DEF_OLD_SYM_GLO(___S___kernel_23_74,___G___kernel_23_74)
___DEF_OLD_SYM_GLO(___S___kernel_23_75,___G___kernel_23_75)
___DEF_OLD_SYM_GLO(___S___kernel_23_76,___G___kernel_23_76)
___DEF_OLD_SYM_GLO(___S___kernel_23_77,___G___kernel_23_77)
___DEF_OLD_SYM_GLO(___S___kernel_23_78,___G___kernel_23_78)
___DEF_OLD_SYM_GLO(___S___kernel_23_79,___G___kernel_23_79)
___DEF_OLD_SYM_GLO(___S___kernel_23_8,___G___kernel_23_8)
___DEF_OLD_SYM_GLO(___S___kernel_23_80,___G___kernel_23_80)
___DEF_OLD_SYM_GLO(___S___kernel_23_81,___G___kernel_23_81)
___DEF_OLD_SYM_GLO(___S___kernel_23_82,___G___kernel_23_82)
___DEF_OLD_SYM_GLO(___S___kernel_23_83,___G___kernel_23_83)
___DEF_OLD_SYM_GLO(___S___kernel_23_84,___G___kernel_23_84)
___DEF_OLD_SYM_GLO(___S___kernel_23_85,___G___kernel_23_85)
___DEF_OLD_SYM_GLO(___S___kernel_23_86,___G___kernel_23_86)
___DEF_OLD_SYM_GLO(___S___kernel_23_87,___G___kernel_23_87)
___DEF_OLD_SYM_GLO(___S___kernel_23_88,___G___kernel_23_88)
___DEF_OLD_SYM_GLO(___S___kernel_23_89,___G___kernel_23_89)
___DEF_OLD_SYM_GLO(___S___kernel_23_9,___G___kernel_23_9)
___DEF_OLD_SYM_GLO(___S___kernel_23_90,___G___kernel_23_90)
___DEF_OLD_SYM_GLO(___S___kernel_23_91,___G___kernel_23_91)
___DEF_OLD_SYM_GLO(___S___kernel_23_92,___G___kernel_23_92)
___DEF_OLD_SYM_GLO(___S___kernel_23_93,___G___kernel_23_93)
___DEF_OLD_SYM_GLO(___S___kernel_23_94,___G___kernel_23_94)
___DEF_OLD_SYM_GLO(___S___nonstd,___G___nonstd)
___DEF_OLD_SYM_GLO(___S___nonstd_23_,___G___nonstd_23_)
___DEF_OLD_SYM_GLO(___S___num,___G___num)
___DEF_OLD_SYM_GLO(___S___num_23_,___G___num_23_)
___DEF_OLD_SYM_GLO(___S___repl,___G___repl)
___DEF_OLD_SYM_GLO(___S___repl_23_,___G___repl_23_)
___DEF_OLD_SYM_GLO(___S___std,___G___std)
___DEF_OLD_SYM_GLO(___S___std_23_,___G___std_23_)
___DEF_OLD_SYM_GLO(___S___std_23_0,___G___std_23_0)
___DEF_OLD_SYM_GLO(___S___std_23_1,___G___std_23_1)
___DEF_OLD_SYM_GLO(___S___std_23_10,___G___std_23_10)
___DEF_OLD_SYM_GLO(___S___std_23_11,___G___std_23_11)
___DEF_OLD_SYM_GLO(___S___std_23_2,___G___std_23_2)
___DEF_OLD_SYM_GLO(___S___std_23_3,___G___std_23_3)
___DEF_OLD_SYM_GLO(___S___std_23_4,___G___std_23_4)
___DEF_OLD_SYM_GLO(___S___std_23_5,___G___std_23_5)
___DEF_OLD_SYM_GLO(___S___std_23_6,___G___std_23_6)
___DEF_OLD_SYM_GLO(___S___std_23_7,___G___std_23_7)
___DEF_OLD_SYM_GLO(___S___std_23_8,___G___std_23_8)
___DEF_OLD_SYM_GLO(___S___std_23_9,___G___std_23_9)
___DEF_OLD_SYM_GLO(___S___system,___G___system)
___DEF_OLD_SYM_GLO(___S___system_23_,___G___system_23_)
___DEF_OLD_SYM_GLO(___S___thread,___G___thread)
___DEF_OLD_SYM_GLO(___S___thread_23_,___G___thread_23_)
___DEF_OLD_SYM_GLO(___S_abandoned,___G_abandoned)
___DEF_OLD_SYM_GLO(___S_abandoned_2d_mutex_2d_exception,___G_abandoned_2d_mutex_2d_exception)
___DEF_OLD_SYM_GLO(___S_abandoned_2d_mutex_2d_exception_3f_,___G_abandoned_2d_mutex_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_abort,___G_abort)
___DEF_OLD_SYM_GLO(___S_abs,___G_abs)
___DEF_OLD_SYM_GLO(___S_absrel_2d_time,___G_absrel_2d_time)
___DEF_OLD_SYM_GLO(___S_absrel_2d_time_2d_or_2d_false,___G_absrel_2d_time_2d_or_2d_false)
___DEF_OLD_SYM_GLO(___S_acos,___G_acos)
___DEF_OLD_SYM_GLO(___S_acosh,___G_acosh)
___DEF_OLD_SYM_GLO(___S_address,___G_address)
___DEF_OLD_SYM_GLO(___S_address_2d_info,___G_address_2d_info)
___DEF_OLD_SYM_GLO(___S_address_2d_info_2d_family,___G_address_2d_info_2d_family)
___DEF_OLD_SYM_GLO(___S_address_2d_info_2d_protocol,___G_address_2d_info_2d_protocol)
___DEF_OLD_SYM_GLO(___S_address_2d_info_2d_socket_2d_info,___G_address_2d_info_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_address_2d_info_2d_socket_2d_type,___G_address_2d_info_2d_socket_2d_type)
___DEF_OLD_SYM_GLO(___S_address_2d_info_3f_,___G_address_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_address_2d_infos,___G_address_2d_infos)
___DEF_OLD_SYM_GLO(___S_addresses,___G_addresses)
___DEF_OLD_SYM_GLO(___S_aliases,___G_aliases)
___DEF_OLD_SYM_GLO(___S_all_2d_bits_2d_set_3f_,___G_all_2d_bits_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S_allow_2d_script_3f_,___G_allow_2d_script_3f_)
___DEF_OLD_SYM_GLO(___S_and,___G_and)
___DEF_OLD_SYM_GLO(___S_angle,___G_angle)
___DEF_OLD_SYM_GLO(___S_angle_2d_keyword,___G_angle_2d_keyword)
___DEF_OLD_SYM_GLO(___S_any_2d_bits_2d_set_3f_,___G_any_2d_bits_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S_append,___G_append)
___DEF_OLD_SYM_GLO(___S_append_2d_f32vectors,___G_append_2d_f32vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_f64vectors,___G_append_2d_f64vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_s16vectors,___G_append_2d_s16vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_s32vectors,___G_append_2d_s32vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_s64vectors,___G_append_2d_s64vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_s8vectors,___G_append_2d_s8vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_strings,___G_append_2d_strings)
___DEF_OLD_SYM_GLO(___S_append_2d_u16vectors,___G_append_2d_u16vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_u32vectors,___G_append_2d_u32vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_u64vectors,___G_append_2d_u64vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_u8vectors,___G_append_2d_u8vectors)
___DEF_OLD_SYM_GLO(___S_append_2d_vectors,___G_append_2d_vectors)
___DEF_OLD_SYM_GLO(___S_apply,___G_apply)
___DEF_OLD_SYM_GLO(___S_arg_2d_num,___G_arg_2d_num)
___DEF_OLD_SYM_GLO(___S_arg1,___G_arg1)
___DEF_OLD_SYM_GLO(___S_arg1_2d_and_2d_up,___G_arg1_2d_and_2d_up)
___DEF_OLD_SYM_GLO(___S_arg2,___G_arg2)
___DEF_OLD_SYM_GLO(___S_arg2_2d_and_2d_up,___G_arg2_2d_and_2d_up)
___DEF_OLD_SYM_GLO(___S_arg3,___G_arg3)
___DEF_OLD_SYM_GLO(___S_arg3_2d_and_2d_up,___G_arg3_2d_and_2d_up)
___DEF_OLD_SYM_GLO(___S_arg4_2d_and_2d_up,___G_arg4_2d_and_2d_up)
___DEF_OLD_SYM_GLO(___S_args,___G_args)
___DEF_OLD_SYM_GLO(___S_arguments,___G_arguments)
___DEF_OLD_SYM_GLO(___S_arithmetic_2d_shift,___G_arithmetic_2d_shift)
___DEF_OLD_SYM_GLO(___S_asin,___G_asin)
___DEF_OLD_SYM_GLO(___S_asinh,___G_asinh)
___DEF_OLD_SYM_GLO(___S_assoc,___G_assoc)
___DEF_OLD_SYM_GLO(___S_assq,___G_assq)
___DEF_OLD_SYM_GLO(___S_assv,___G_assv)
___DEF_OLD_SYM_GLO(___S_atan,___G_atan)
___DEF_OLD_SYM_GLO(___S_atanh,___G_atanh)
___DEF_OLD_SYM_GLO(___S_attributes,___G_attributes)
___DEF_OLD_SYM_GLO(___S_b,___G_b)
___DEF_OLD_SYM_GLO(___S_backlog,___G_backlog)
___DEF_OLD_SYM_GLO(___S_be,___G_be)
___DEF_OLD_SYM_GLO(___S_bed,___G_bed)
___DEF_OLD_SYM_GLO(___S_begin,___G_begin)
___DEF_OLD_SYM_GLO(___S_binary_2d_port_3f_,___G_binary_2d_port_3f_)
___DEF_OLD_SYM_GLO(___S_bit_2d_count,___G_bit_2d_count)
___DEF_OLD_SYM_GLO(___S_bit_2d_set_3f_,___G_bit_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S_bitwise_2d_and,___G_bitwise_2d_and)
___DEF_OLD_SYM_GLO(___S_bitwise_2d_ior,___G_bitwise_2d_ior)
___DEF_OLD_SYM_GLO(___S_bitwise_2d_merge,___G_bitwise_2d_merge)
___DEF_OLD_SYM_GLO(___S_bitwise_2d_not,___G_bitwise_2d_not)
___DEF_OLD_SYM_GLO(___S_bitwise_2d_xor,___G_bitwise_2d_xor)
___DEF_OLD_SYM_GLO(___S_block_2d_special,___G_block_2d_special)
___DEF_OLD_SYM_GLO(___S_bool,___G_bool)
___DEF_OLD_SYM_GLO(___S_boolean,___G_boolean)
___DEF_OLD_SYM_GLO(___S_boolean_3d__3f_,___G_boolean_3d__3f_)
___DEF_OLD_SYM_GLO(___S_boolean_3f_,___G_boolean_3f_)
___DEF_OLD_SYM_GLO(___S_box,___G_box)
___DEF_OLD_SYM_GLO(___S_box_3f_,___G_box_3f_)
___DEF_OLD_SYM_GLO(___S_brace_2d_keyword,___G_brace_2d_keyword)
___DEF_OLD_SYM_GLO(___S_bracket_2d_keyword,___G_bracket_2d_keyword)
___DEF_OLD_SYM_GLO(___S_break,___G_break)
___DEF_OLD_SYM_GLO(___S_broadcast,___G_broadcast)
___DEF_OLD_SYM_GLO(___S_btq_2d_color,___G_btq_2d_color)
___DEF_OLD_SYM_GLO(___S_btq_2d_container,___G_btq_2d_container)
___DEF_OLD_SYM_GLO(___S_btq_2d_deq_2d_next,___G_btq_2d_deq_2d_next)
___DEF_OLD_SYM_GLO(___S_btq_2d_deq_2d_prev,___G_btq_2d_deq_2d_prev)
___DEF_OLD_SYM_GLO(___S_btq_2d_left,___G_btq_2d_left)
___DEF_OLD_SYM_GLO(___S_btq_2d_leftmost,___G_btq_2d_leftmost)
___DEF_OLD_SYM_GLO(___S_btq_2d_owner,___G_btq_2d_owner)
___DEF_OLD_SYM_GLO(___S_btq_2d_parent,___G_btq_2d_parent)
___DEF_OLD_SYM_GLO(___S_buffering,___G_buffering)
___DEF_OLD_SYM_GLO(___S_buffering_2d_limit,___G_buffering_2d_limit)
___DEF_OLD_SYM_GLO(___S_byte_2d_input_2d_port,___G_byte_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_byte_2d_output_2d_port,___G_byte_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_byte_2d_port,___G_byte_2d_port)
___DEF_OLD_SYM_GLO(___S_bytes_2d_allocated,___G_bytes_2d_allocated)
___DEF_OLD_SYM_GLO(___S_bytevector,___G_bytevector)
___DEF_OLD_SYM_GLO(___S_bytevector_2d_append,___G_bytevector_2d_append)
___DEF_OLD_SYM_GLO(___S_bytevector_2d_copy,___G_bytevector_2d_copy)
___DEF_OLD_SYM_GLO(___S_bytevector_2d_copy_21_,___G_bytevector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_bytevector_2d_length,___G_bytevector_2d_length)
___DEF_OLD_SYM_GLO(___S_bytevector_2d_u8_2d_ref,___G_bytevector_2d_u8_2d_ref)
___DEF_OLD_SYM_GLO(___S_bytevector_2d_u8_2d_set_21_,___G_bytevector_2d_u8_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_bytevector_3f_,___G_bytevector_3f_)
___DEF_OLD_SYM_GLO(___S_c,___G_c)
___DEF_OLD_SYM_GLO(___S_c_2d_declare,___G_c_2d_declare)
___DEF_OLD_SYM_GLO(___S_c_2d_define,___G_c_2d_define)
___DEF_OLD_SYM_GLO(___S_c_2d_define_2d_type,___G_c_2d_define_2d_type)
___DEF_OLD_SYM_GLO(___S_c_2d_initialize,___G_c_2d_initialize)
___DEF_OLD_SYM_GLO(___S_c_2d_lambda,___G_c_2d_lambda)
___DEF_OLD_SYM_GLO(___S_caaaar,___G_caaaar)
___DEF_OLD_SYM_GLO(___S_caaadr,___G_caaadr)
___DEF_OLD_SYM_GLO(___S_caaar,___G_caaar)
___DEF_OLD_SYM_GLO(___S_caadar,___G_caadar)
___DEF_OLD_SYM_GLO(___S_caaddr,___G_caaddr)
___DEF_OLD_SYM_GLO(___S_caadr,___G_caadr)
___DEF_OLD_SYM_GLO(___S_caar,___G_caar)
___DEF_OLD_SYM_GLO(___S_cadaar,___G_cadaar)
___DEF_OLD_SYM_GLO(___S_cadadr,___G_cadadr)
___DEF_OLD_SYM_GLO(___S_cadar,___G_cadar)
___DEF_OLD_SYM_GLO(___S_caddar,___G_caddar)
___DEF_OLD_SYM_GLO(___S_cadddr,___G_cadddr)
___DEF_OLD_SYM_GLO(___S_caddr,___G_caddr)
___DEF_OLD_SYM_GLO(___S_cadr,___G_cadr)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_current_2d_continuation,___G_call_2d_with_2d_current_2d_continuation)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_input_2d_file,___G_call_2d_with_2d_input_2d_file)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_input_2d_process,___G_call_2d_with_2d_input_2d_process)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_input_2d_string,___G_call_2d_with_2d_input_2d_string)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_input_2d_u8vector,___G_call_2d_with_2d_input_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_input_2d_vector,___G_call_2d_with_2d_input_2d_vector)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_output_2d_file,___G_call_2d_with_2d_output_2d_file)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_output_2d_process,___G_call_2d_with_2d_output_2d_process)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_output_2d_string,___G_call_2d_with_2d_output_2d_string)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_output_2d_u8vector,___G_call_2d_with_2d_output_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_output_2d_vector,___G_call_2d_with_2d_output_2d_vector)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_port,___G_call_2d_with_2d_port)
___DEF_OLD_SYM_GLO(___S_call_2d_with_2d_values,___G_call_2d_with_2d_values)
___DEF_OLD_SYM_GLO(___S_call_2f_cc,___G_call_2f_cc)
___DEF_OLD_SYM_GLO(___S_cannot_2d_open_2d_file,___G_cannot_2d_open_2d_file)
___DEF_OLD_SYM_GLO(___S_car,___G_car)
___DEF_OLD_SYM_GLO(___S_case,___G_case)
___DEF_OLD_SYM_GLO(___S_case_2d_conversion_3f_,___G_case_2d_conversion_3f_)
___DEF_OLD_SYM_GLO(___S_case_2d_lambda,___G_case_2d_lambda)
___DEF_OLD_SYM_GLO(___S_cdaaar,___G_cdaaar)
___DEF_OLD_SYM_GLO(___S_cdaadr,___G_cdaadr)
___DEF_OLD_SYM_GLO(___S_cdaar,___G_cdaar)
___DEF_OLD_SYM_GLO(___S_cdadar,___G_cdadar)
___DEF_OLD_SYM_GLO(___S_cdaddr,___G_cdaddr)
___DEF_OLD_SYM_GLO(___S_cdadr,___G_cdadr)
___DEF_OLD_SYM_GLO(___S_cdar,___G_cdar)
___DEF_OLD_SYM_GLO(___S_cddaar,___G_cddaar)
___DEF_OLD_SYM_GLO(___S_cddadr,___G_cddadr)
___DEF_OLD_SYM_GLO(___S_cddar,___G_cddar)
___DEF_OLD_SYM_GLO(___S_cdddar,___G_cdddar)
___DEF_OLD_SYM_GLO(___S_cddddr,___G_cddddr)
___DEF_OLD_SYM_GLO(___S_cdddr,___G_cdddr)
___DEF_OLD_SYM_GLO(___S_cddr,___G_cddr)
___DEF_OLD_SYM_GLO(___S_cdr,___G_cdr)
___DEF_OLD_SYM_GLO(___S_ceiling,___G_ceiling)
___DEF_OLD_SYM_GLO(___S_cfun_2d_conversion_2d_exception,___G_cfun_2d_conversion_2d_exception)
___DEF_OLD_SYM_GLO(___S_cfun_2d_conversion_2d_exception_2d_arguments,___G_cfun_2d_conversion_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_cfun_2d_conversion_2d_exception_2d_code,___G_cfun_2d_conversion_2d_exception_2d_code)
___DEF_OLD_SYM_GLO(___S_cfun_2d_conversion_2d_exception_2d_message,___G_cfun_2d_conversion_2d_exception_2d_message)
___DEF_OLD_SYM_GLO(___S_cfun_2d_conversion_2d_exception_2d_procedure,___G_cfun_2d_conversion_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_cfun_2d_conversion_2d_exception_3f_,___G_cfun_2d_conversion_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_channel_2d_arbiter,___G_channel_2d_arbiter)
___DEF_OLD_SYM_GLO(___S_char,___G_char)
___DEF_OLD_SYM_GLO(___S_char_2d__3e_integer,___G_char_2d__3e_integer)
___DEF_OLD_SYM_GLO(___S_char_2d_alphabetic_3f_,___G_char_2d_alphabetic_3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_ci_3c__3d__3f_,___G_char_2d_ci_3c__3d__3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_ci_3c__3f_,___G_char_2d_ci_3c__3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_ci_3d__3f_,___G_char_2d_ci_3d__3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_ci_3e__3d__3f_,___G_char_2d_ci_3e__3d__3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_ci_3e__3f_,___G_char_2d_ci_3e__3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_delimiter_3f__2d_table,___G_char_2d_delimiter_3f__2d_table)
___DEF_OLD_SYM_GLO(___S_char_2d_downcase,___G_char_2d_downcase)
___DEF_OLD_SYM_GLO(___S_char_2d_encoding,___G_char_2d_encoding)
___DEF_OLD_SYM_GLO(___S_char_2d_encoding_2d_errors,___G_char_2d_encoding_2d_errors)
___DEF_OLD_SYM_GLO(___S_char_2d_handler_2d_table,___G_char_2d_handler_2d_table)
___DEF_OLD_SYM_GLO(___S_char_2d_list,___G_char_2d_list)
___DEF_OLD_SYM_GLO(___S_char_2d_lower_2d_case_3f_,___G_char_2d_lower_2d_case_3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_numeric_3f_,___G_char_2d_numeric_3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_ready_3f_,___G_char_2d_ready_3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_sharp_2d_handler_2d_table,___G_char_2d_sharp_2d_handler_2d_table)
___DEF_OLD_SYM_GLO(___S_char_2d_upcase,___G_char_2d_upcase)
___DEF_OLD_SYM_GLO(___S_char_2d_upper_2d_case_3f_,___G_char_2d_upper_2d_case_3f_)
___DEF_OLD_SYM_GLO(___S_char_2d_vector,___G_char_2d_vector)
___DEF_OLD_SYM_GLO(___S_char_2d_whitespace_3f_,___G_char_2d_whitespace_3f_)
___DEF_OLD_SYM_GLO(___S_char_3c__3d__3f_,___G_char_3c__3d__3f_)
___DEF_OLD_SYM_GLO(___S_char_3c__3f_,___G_char_3c__3f_)
___DEF_OLD_SYM_GLO(___S_char_3d__3f_,___G_char_3d__3f_)
___DEF_OLD_SYM_GLO(___S_char_3e__3d__3f_,___G_char_3e__3d__3f_)
___DEF_OLD_SYM_GLO(___S_char_3e__3f_,___G_char_3e__3f_)
___DEF_OLD_SYM_GLO(___S_char_3f_,___G_char_3f_)
___DEF_OLD_SYM_GLO(___S_character_2d_input_2d_port,___G_character_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_character_2d_out_2d_of_2d_range,___G_character_2d_out_2d_of_2d_range)
___DEF_OLD_SYM_GLO(___S_character_2d_output_2d_port,___G_character_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_character_2d_port,___G_character_2d_port)
___DEF_OLD_SYM_GLO(___S_character_2d_special,___G_character_2d_special)
___DEF_OLD_SYM_GLO(___S_circular_2d_list,___G_circular_2d_list)
___DEF_OLD_SYM_GLO(___S_clear_2d_bit_2d_field,___G_clear_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S_client_2d_psettings,___G_client_2d_psettings)
___DEF_OLD_SYM_GLO(___S_close,___G_close)
___DEF_OLD_SYM_GLO(___S_close_2d_input_2d_port,___G_close_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_close_2d_output_2d_port,___G_close_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_close_2d_parens,___G_close_2d_parens)
___DEF_OLD_SYM_GLO(___S_close_2d_port,___G_close_2d_port)
___DEF_OLD_SYM_GLO(___S_coalesce,___G_coalesce)
___DEF_OLD_SYM_GLO(___S_code,___G_code)
___DEF_OLD_SYM_GLO(___S_command_2d_line,___G_command_2d_line)
___DEF_OLD_SYM_GLO(___S_comment_2d_handler,___G_comment_2d_handler)
___DEF_OLD_SYM_GLO(___S_complex_3f_,___G_complex_3f_)
___DEF_OLD_SYM_GLO(___S_cond,___G_cond)
___DEF_OLD_SYM_GLO(___S_cond_2d_expand,___G_cond_2d_expand)
___DEF_OLD_SYM_GLO(___S_condition_2d_variable,___G_condition_2d_variable)
___DEF_OLD_SYM_GLO(___S_condition_2d_variable_2d_broadcast_21_,___G_condition_2d_variable_2d_broadcast_21_)
___DEF_OLD_SYM_GLO(___S_condition_2d_variable_2d_name,___G_condition_2d_variable_2d_name)
___DEF_OLD_SYM_GLO(___S_condition_2d_variable_2d_signal_21_,___G_condition_2d_variable_2d_signal_21_)
___DEF_OLD_SYM_GLO(___S_condition_2d_variable_2d_specific,___G_condition_2d_variable_2d_specific)
___DEF_OLD_SYM_GLO(___S_condition_2d_variable_2d_specific_2d_set_21_,___G_condition_2d_variable_2d_specific_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_condition_2d_variable_3f_,___G_condition_2d_variable_3f_)
___DEF_OLD_SYM_GLO(___S_condvar,___G_condvar)
___DEF_OLD_SYM_GLO(___S_condvar_2d_deq_2d_next,___G_condvar_2d_deq_2d_next)
___DEF_OLD_SYM_GLO(___S_condvar_2d_deq_2d_prev,___G_condvar_2d_deq_2d_prev)
___DEF_OLD_SYM_GLO(___S_configure_2d_command_2d_string,___G_configure_2d_command_2d_string)
___DEF_OLD_SYM_GLO(___S_conjugate,___G_conjugate)
___DEF_OLD_SYM_GLO(___S_cons,___G_cons)
___DEF_OLD_SYM_GLO(___S_cons_2a_,___G_cons_2a_)
___DEF_OLD_SYM_GLO(___S_console,___G_console)
___DEF_OLD_SYM_GLO(___S_console_2d_port,___G_console_2d_port)
___DEF_OLD_SYM_GLO(___S_cont,___G_cont)
___DEF_OLD_SYM_GLO(___S_container,___G_container)
___DEF_OLD_SYM_GLO(___S_continuation,___G_continuation)
___DEF_OLD_SYM_GLO(___S_continuation_2d_capture,___G_continuation_2d_capture)
___DEF_OLD_SYM_GLO(___S_continuation_2d_graft,___G_continuation_2d_graft)
___DEF_OLD_SYM_GLO(___S_continuation_2d_return,___G_continuation_2d_return)
___DEF_OLD_SYM_GLO(___S_continuation_3f_,___G_continuation_3f_)
___DEF_OLD_SYM_GLO(___S_continue,___G_continue)
___DEF_OLD_SYM_GLO(___S_convar,___G_convar)
___DEF_OLD_SYM_GLO(___S_copy_2d_bit_2d_field,___G_copy_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S_copy_2d_file,___G_copy_2d_file)
___DEF_OLD_SYM_GLO(___S_cos,___G_cos)
___DEF_OLD_SYM_GLO(___S_cosh,___G_cosh)
___DEF_OLD_SYM_GLO(___S_cpu_2d_time,___G_cpu_2d_time)
___DEF_OLD_SYM_GLO(___S_cr,___G_cr)
___DEF_OLD_SYM_GLO(___S_cr_2d_lf,___G_cr_2d_lf)
___DEF_OLD_SYM_GLO(___S_create,___G_create)
___DEF_OLD_SYM_GLO(___S_create_2d_directory,___G_create_2d_directory)
___DEF_OLD_SYM_GLO(___S_create_2d_fifo,___G_create_2d_fifo)
___DEF_OLD_SYM_GLO(___S_create_2d_link,___G_create_2d_link)
___DEF_OLD_SYM_GLO(___S_create_2d_symbolic_2d_link,___G_create_2d_symbolic_2d_link)
___DEF_OLD_SYM_GLO(___S_creation_2d_time,___G_creation_2d_time)
___DEF_OLD_SYM_GLO(___S_current_2d_directory,___G_current_2d_directory)
___DEF_OLD_SYM_GLO(___S_current_2d_error_2d_port,___G_current_2d_error_2d_port)
___DEF_OLD_SYM_GLO(___S_current_2d_exception_2d_handler,___G_current_2d_exception_2d_handler)
___DEF_OLD_SYM_GLO(___S_current_2d_input_2d_port,___G_current_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_current_2d_jiffy,___G_current_2d_jiffy)
___DEF_OLD_SYM_GLO(___S_current_2d_output_2d_port,___G_current_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_current_2d_processor,___G_current_2d_processor)
___DEF_OLD_SYM_GLO(___S_current_2d_readtable,___G_current_2d_readtable)
___DEF_OLD_SYM_GLO(___S_current_2d_second,___G_current_2d_second)
___DEF_OLD_SYM_GLO(___S_current_2d_thread,___G_current_2d_thread)
___DEF_OLD_SYM_GLO(___S_current_2d_time,___G_current_2d_time)
___DEF_OLD_SYM_GLO(___S_current_2d_user_2d_interrupt_2d_handler,___G_current_2d_user_2d_interrupt_2d_handler)
___DEF_OLD_SYM_GLO(___S_cursor,___G_cursor)
___DEF_OLD_SYM_GLO(___S_d,___G_d)
___DEF_OLD_SYM_GLO(___S_datum_2d_expected,___G_datum_2d_expected)
___DEF_OLD_SYM_GLO(___S_datum_2d_or_2d_eof_2d_expected,___G_datum_2d_or_2d_eof_2d_expected)
___DEF_OLD_SYM_GLO(___S_datum_2d_parsing_2d_exception,___G_datum_2d_parsing_2d_exception)
___DEF_OLD_SYM_GLO(___S_datum_2d_parsing_2d_exception_2d_kind,___G_datum_2d_parsing_2d_exception_2d_kind)
___DEF_OLD_SYM_GLO(___S_datum_2d_parsing_2d_exception_2d_parameters,___G_datum_2d_parsing_2d_exception_2d_parameters)
___DEF_OLD_SYM_GLO(___S_datum_2d_parsing_2d_exception_2d_readenv,___G_datum_2d_parsing_2d_exception_2d_readenv)
___DEF_OLD_SYM_GLO(___S_datum_2d_parsing_2d_exception_3f_,___G_datum_2d_parsing_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_deadlock_2d_exception,___G_deadlock_2d_exception)
___DEF_OLD_SYM_GLO(___S_deadlock_2d_exception_3f_,___G_deadlock_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_declare,___G_declare)
___DEF_OLD_SYM_GLO(___S_default,___G_default)
___DEF_OLD_SYM_GLO(___S_default_2d_random_2d_source,___G_default_2d_random_2d_source)
___DEF_OLD_SYM_GLO(___S_defer_2d_user_2d_interrupts,___G_defer_2d_user_2d_interrupts)
___DEF_OLD_SYM_GLO(___S_define,___G_define)
___DEF_OLD_SYM_GLO(___S_define_2d_cond_2d_expand_2d_feature,___G_define_2d_cond_2d_expand_2d_feature)
___DEF_OLD_SYM_GLO(___S_define_2d_macro,___G_define_2d_macro)
___DEF_OLD_SYM_GLO(___S_define_2d_record_2d_type,___G_define_2d_record_2d_type)
___DEF_OLD_SYM_GLO(___S_define_2d_structure,___G_define_2d_structure)
___DEF_OLD_SYM_GLO(___S_define_2d_syntax,___G_define_2d_syntax)
___DEF_OLD_SYM_GLO(___S_define_2d_type,___G_define_2d_type)
___DEF_OLD_SYM_GLO(___S_define_2d_type_2d_of_2d_thread,___G_define_2d_type_2d_of_2d_thread)
___DEF_OLD_SYM_GLO(___S_delay,___G_delay)
___DEF_OLD_SYM_GLO(___S_delay_2d_force,___G_delay_2d_force)
___DEF_OLD_SYM_GLO(___S_delete_2d_directory,___G_delete_2d_directory)
___DEF_OLD_SYM_GLO(___S_delete_2d_file,___G_delete_2d_file)
___DEF_OLD_SYM_GLO(___S_denominator,___G_denominator)
___DEF_OLD_SYM_GLO(___S_denv,___G_denv)
___DEF_OLD_SYM_GLO(___S_denv_2d_cache1,___G_denv_2d_cache1)
___DEF_OLD_SYM_GLO(___S_denv_2d_cache2,___G_denv_2d_cache2)
___DEF_OLD_SYM_GLO(___S_denv_2d_cache3,___G_denv_2d_cache3)
___DEF_OLD_SYM_GLO(___S_depth,___G_depth)
___DEF_OLD_SYM_GLO(___S_deserialize,___G_deserialize)
___DEF_OLD_SYM_GLO(___S_device,___G_device)
___DEF_OLD_SYM_GLO(___S_device_2d_input_2d_port,___G_device_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_device_2d_output_2d_port,___G_device_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_device_2d_port,___G_device_2d_port)
___DEF_OLD_SYM_GLO(___S_direction,___G_direction)
___DEF_OLD_SYM_GLO(___S_directory,___G_directory)
___DEF_OLD_SYM_GLO(___S_directory_2d_files,___G_directory_2d_files)
___DEF_OLD_SYM_GLO(___S_directory_2d_port,___G_directory_2d_port)
___DEF_OLD_SYM_GLO(___S_display,___G_display)
___DEF_OLD_SYM_GLO(___S_display_2d_continuation,___G_display_2d_continuation)
___DEF_OLD_SYM_GLO(___S_display_2d_continuation_2d_backtrace,___G_display_2d_continuation_2d_backtrace)
___DEF_OLD_SYM_GLO(___S_display_2d_continuation_2d_dynamic_2d_environment,___G_display_2d_continuation_2d_dynamic_2d_environment)
___DEF_OLD_SYM_GLO(___S_display_2d_continuation_2d_environment,___G_display_2d_continuation_2d_environment)
___DEF_OLD_SYM_GLO(___S_display_2d_dynamic_2d_environment_3f_,___G_display_2d_dynamic_2d_environment_3f_)
___DEF_OLD_SYM_GLO(___S_display_2d_environment_2d_set_21_,___G_display_2d_environment_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_display_2d_exception,___G_display_2d_exception)
___DEF_OLD_SYM_GLO(___S_display_2d_exception_2d_in_2d_context,___G_display_2d_exception_2d_in_2d_context)
___DEF_OLD_SYM_GLO(___S_display_2d_monoline_2d_message,___G_display_2d_monoline_2d_message)
___DEF_OLD_SYM_GLO(___S_display_2d_multiline_2d_message,___G_display_2d_multiline_2d_message)
___DEF_OLD_SYM_GLO(___S_display_2d_procedure_2d_environment,___G_display_2d_procedure_2d_environment)
___DEF_OLD_SYM_GLO(___S_divide_2d_by_2d_zero_2d_exception,___G_divide_2d_by_2d_zero_2d_exception)
___DEF_OLD_SYM_GLO(___S_divide_2d_by_2d_zero_2d_exception_2d_arguments,___G_divide_2d_by_2d_zero_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_divide_2d_by_2d_zero_2d_exception_2d_procedure,___G_divide_2d_by_2d_zero_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_divide_2d_by_2d_zero_2d_exception_3f_,___G_divide_2d_by_2d_zero_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_do,___G_do)
___DEF_OLD_SYM_GLO(___S_dot,___G_dot)
___DEF_OLD_SYM_GLO(___S_dot_2d_and_2d_dot_2d_dot,___G_dot_2d_and_2d_dot_2d_dot)
___DEF_OLD_SYM_GLO(___S_dot_2d_at_2d_head_2d_of_2d_list_2d_allowed_3f_,___G_dot_2d_at_2d_head_2d_of_2d_list_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_double,___G_double)
___DEF_OLD_SYM_GLO(___S_drop,___G_drop)
___DEF_OLD_SYM_GLO(___S_dsssl,___G_dsssl)
___DEF_OLD_SYM_GLO(___S_dummy,___G_dummy)
___DEF_OLD_SYM_GLO(___S_duplicate_2d_label_2d_definition,___G_duplicate_2d_label_2d_definition)
___DEF_OLD_SYM_GLO(___S_duplicate_2d_parameter,___G_duplicate_2d_parameter)
___DEF_OLD_SYM_GLO(___S_duplicate_2d_rest_2d_parameter,___G_duplicate_2d_rest_2d_parameter)
___DEF_OLD_SYM_GLO(___S_duplicate_2d_variable_2d_binding,___G_duplicate_2d_variable_2d_binding)
___DEF_OLD_SYM_GLO(___S_duplicate_2d_variable_2d_definition,___G_duplicate_2d_variable_2d_definition)
___DEF_OLD_SYM_GLO(___S_dynamic,___G_dynamic)
___DEF_OLD_SYM_GLO(___S_dynamic_2d_wind,___G_dynamic_2d_wind)
___DEF_OLD_SYM_GLO(___S_e,___G_e)
___DEF_OLD_SYM_GLO(___S_ed,___G_ed)
___DEF_OLD_SYM_GLO(___S_else,___G_else)
___DEF_OLD_SYM_GLO(___S_else_2d_clause_2d_not_2d_last,___G_else_2d_clause_2d_not_2d_last)
___DEF_OLD_SYM_GLO(___S_emergency_2d_exit,___G_emergency_2d_exit)
___DEF_OLD_SYM_GLO(___S_empty_2d_body,___G_empty_2d_body)
___DEF_OLD_SYM_GLO(___S_end,___G_end)
___DEF_OLD_SYM_GLO(___S_end_2d_condvar,___G_end_2d_condvar)
___DEF_OLD_SYM_GLO(___S_entry_2d_hook,___G_entry_2d_hook)
___DEF_OLD_SYM_GLO(___S_environment,___G_environment)
___DEF_OLD_SYM_GLO(___S_eof_2d_object,___G_eof_2d_object)
___DEF_OLD_SYM_GLO(___S_eof_2d_object_3f_,___G_eof_2d_object_3f_)
___DEF_OLD_SYM_GLO(___S_eol_2d_encoding,___G_eol_2d_encoding)
___DEF_OLD_SYM_GLO(___S_eq_3f_,___G_eq_3f_)
___DEF_OLD_SYM_GLO(___S_eq_3f__2d_hash,___G_eq_3f__2d_hash)
___DEF_OLD_SYM_GLO(___S_equal_3f_,___G_equal_3f_)
___DEF_OLD_SYM_GLO(___S_equal_3f__2d_hash,___G_equal_3f__2d_hash)
___DEF_OLD_SYM_GLO(___S_eqv_3f_,___G_eqv_3f_)
___DEF_OLD_SYM_GLO(___S_eqv_3f__2d_hash,___G_eqv_3f__2d_hash)
___DEF_OLD_SYM_GLO(___S_err_2d_code_2d__3e_string,___G_err_2d_code_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_error,___G_error)
___DEF_OLD_SYM_GLO(___S_error_2d_exception,___G_error_2d_exception)
___DEF_OLD_SYM_GLO(___S_error_2d_exception_2d_message,___G_error_2d_exception_2d_message)
___DEF_OLD_SYM_GLO(___S_error_2d_exception_2d_parameters,___G_error_2d_exception_2d_parameters)
___DEF_OLD_SYM_GLO(___S_error_2d_exception_3f_,___G_error_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_error_2d_object_2d_irritants,___G_error_2d_object_2d_irritants)
___DEF_OLD_SYM_GLO(___S_error_2d_object_2d_message,___G_error_2d_object_2d_message)
___DEF_OLD_SYM_GLO(___S_error_2d_object_3f_,___G_error_2d_object_3f_)
___DEF_OLD_SYM_GLO(___S_escape_2d_ctrl_2d_chars_3f_,___G_escape_2d_ctrl_2d_chars_3f_)
___DEF_OLD_SYM_GLO(___S_escaped_2d_char_2d_table,___G_escaped_2d_char_2d_table)
___DEF_OLD_SYM_GLO(___S_eval,___G_eval)
___DEF_OLD_SYM_GLO(___S_eval_2d_allowed_3f_,___G_eval_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_even_3f_,___G_even_3f_)
___DEF_OLD_SYM_GLO(___S_event_2d_queue,___G_event_2d_queue)
___DEF_OLD_SYM_GLO(___S_event_2d_queue_2d_port,___G_event_2d_queue_2d_port)
___DEF_OLD_SYM_GLO(___S_exact,___G_exact)
___DEF_OLD_SYM_GLO(___S_exact_2d__3e_inexact,___G_exact_2d__3e_inexact)
___DEF_OLD_SYM_GLO(___S_exact_2d_closed,___G_exact_2d_closed)
___DEF_OLD_SYM_GLO(___S_exact_2d_complex,___G_exact_2d_complex)
___DEF_OLD_SYM_GLO(___S_exact_2d_integer,___G_exact_2d_integer)
___DEF_OLD_SYM_GLO(___S_exact_2d_integer_2d_or_2d_string_2d_or_2d_settings,___G_exact_2d_integer_2d_or_2d_string_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S_exact_2d_integer_2d_sqrt,___G_exact_2d_integer_2d_sqrt)
___DEF_OLD_SYM_GLO(___S_exact_2d_integer_3f_,___G_exact_2d_integer_3f_)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int16,___G_exact_2d_signed_2d_int16)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int16_2d_list,___G_exact_2d_signed_2d_int16_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int32,___G_exact_2d_signed_2d_int32)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int32_2d_list,___G_exact_2d_signed_2d_int32_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int64,___G_exact_2d_signed_2d_int64)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int64_2d_list,___G_exact_2d_signed_2d_int64_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int8,___G_exact_2d_signed_2d_int8)
___DEF_OLD_SYM_GLO(___S_exact_2d_signed_2d_int8_2d_list,___G_exact_2d_signed_2d_int8_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int16,___G_exact_2d_unsigned_2d_int16)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int16_2d_list,___G_exact_2d_unsigned_2d_int16_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int32,___G_exact_2d_unsigned_2d_int32)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int32_2d_list,___G_exact_2d_unsigned_2d_int32_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int64,___G_exact_2d_unsigned_2d_int64)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int64_2d_list,___G_exact_2d_unsigned_2d_int64_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int8,___G_exact_2d_unsigned_2d_int8)
___DEF_OLD_SYM_GLO(___S_exact_2d_unsigned_2d_int8_2d_list,___G_exact_2d_unsigned_2d_int8_2d_list)
___DEF_OLD_SYM_GLO(___S_exact_3f_,___G_exact_3f_)
___DEF_OLD_SYM_GLO(___S_exception,___G_exception)
___DEF_OLD_SYM_GLO(___S_exception_3f_,___G_exception_3f_)
___DEF_OLD_SYM_GLO(___S_exec,___G_exec)
___DEF_OLD_SYM_GLO(___S_execute_2d_body,___G_execute_2d_body)
___DEF_OLD_SYM_GLO(___S_exit,___G_exit)
___DEF_OLD_SYM_GLO(___S_exp,___G_exp)
___DEF_OLD_SYM_GLO(___S_expression_2d_parsing_2d_exception,___G_expression_2d_parsing_2d_exception)
___DEF_OLD_SYM_GLO(___S_expression_2d_parsing_2d_exception_2d_kind,___G_expression_2d_parsing_2d_exception_2d_kind)
___DEF_OLD_SYM_GLO(___S_expression_2d_parsing_2d_exception_2d_parameters,___G_expression_2d_parsing_2d_exception_2d_parameters)
___DEF_OLD_SYM_GLO(___S_expression_2d_parsing_2d_exception_2d_source,___G_expression_2d_parsing_2d_exception_2d_source)
___DEF_OLD_SYM_GLO(___S_expression_2d_parsing_2d_exception_3f_,___G_expression_2d_parsing_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_expt,___G_expt)
___DEF_OLD_SYM_GLO(___S_extended_2d_bindings,___G_extended_2d_bindings)
___DEF_OLD_SYM_GLO(___S_extract_2d_bit_2d_field,___G_extract_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S_f32vector,___G_f32vector)
___DEF_OLD_SYM_GLO(___S_f32vector_2d__3e_list,___G_f32vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_append,___G_f32vector_2d_append)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_copy,___G_f32vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_copy_21_,___G_f32vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_fill_21_,___G_f32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_length,___G_f32vector_2d_length)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_list,___G_f32vector_2d_list)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_ref,___G_f32vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_set,___G_f32vector_2d_set)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_set_21_,___G_f32vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_f32vector_2d_shrink_21_,___G_f32vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_f32vector_3f_,___G_f32vector_3f_)
___DEF_OLD_SYM_GLO(___S_f64vector,___G_f64vector)
___DEF_OLD_SYM_GLO(___S_f64vector_2d__3e_list,___G_f64vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_append,___G_f64vector_2d_append)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_copy,___G_f64vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_copy_21_,___G_f64vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_fill_21_,___G_f64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_length,___G_f64vector_2d_length)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_list,___G_f64vector_2d_list)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_ref,___G_f64vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_set,___G_f64vector_2d_set)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_set_21_,___G_f64vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_f64vector_2d_shrink_21_,___G_f64vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_f64vector_3f_,___G_f64vector_3f_)
___DEF_OLD_SYM_GLO(___S_false,___G_false)
___DEF_OLD_SYM_GLO(___S_family,___G_family)
___DEF_OLD_SYM_GLO(___S_features,___G_features)
___DEF_OLD_SYM_GLO(___S_fields,___G_fields)
___DEF_OLD_SYM_GLO(___S_fifo,___G_fifo)
___DEF_OLD_SYM_GLO(___S_file_2d_attributes,___G_file_2d_attributes)
___DEF_OLD_SYM_GLO(___S_file_2d_creation_2d_time,___G_file_2d_creation_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_device,___G_file_2d_device)
___DEF_OLD_SYM_GLO(___S_file_2d_error_3f_,___G_file_2d_error_3f_)
___DEF_OLD_SYM_GLO(___S_file_2d_exists_3f_,___G_file_2d_exists_3f_)
___DEF_OLD_SYM_GLO(___S_file_2d_group,___G_file_2d_group)
___DEF_OLD_SYM_GLO(___S_file_2d_info,___G_file_2d_info)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_attributes,___G_file_2d_info_2d_attributes)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_creation_2d_time,___G_file_2d_info_2d_creation_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_device,___G_file_2d_info_2d_device)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_group,___G_file_2d_info_2d_group)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_inode,___G_file_2d_info_2d_inode)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_last_2d_access_2d_time,___G_file_2d_info_2d_last_2d_access_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_last_2d_change_2d_time,___G_file_2d_info_2d_last_2d_change_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_last_2d_modification_2d_time,___G_file_2d_info_2d_last_2d_modification_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_mode,___G_file_2d_info_2d_mode)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_number_2d_of_2d_links,___G_file_2d_info_2d_number_2d_of_2d_links)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_owner,___G_file_2d_info_2d_owner)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_size,___G_file_2d_info_2d_size)
___DEF_OLD_SYM_GLO(___S_file_2d_info_2d_type,___G_file_2d_info_2d_type)
___DEF_OLD_SYM_GLO(___S_file_2d_info_3f_,___G_file_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_file_2d_inode,___G_file_2d_inode)
___DEF_OLD_SYM_GLO(___S_file_2d_last_2d_access_2d_and_2d_modification_2d_times_2d_set_21_,___G_file_2d_last_2d_access_2d_and_2d_modification_2d_times_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_file_2d_last_2d_access_2d_time,___G_file_2d_last_2d_access_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_last_2d_change_2d_time,___G_file_2d_last_2d_change_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_last_2d_modification_2d_time,___G_file_2d_last_2d_modification_2d_time)
___DEF_OLD_SYM_GLO(___S_file_2d_mode,___G_file_2d_mode)
___DEF_OLD_SYM_GLO(___S_file_2d_number_2d_of_2d_links,___G_file_2d_number_2d_of_2d_links)
___DEF_OLD_SYM_GLO(___S_file_2d_owner,___G_file_2d_owner)
___DEF_OLD_SYM_GLO(___S_file_2d_port,___G_file_2d_port)
___DEF_OLD_SYM_GLO(___S_file_2d_size,___G_file_2d_size)
___DEF_OLD_SYM_GLO(___S_file_2d_type,___G_file_2d_type)
___DEF_OLD_SYM_GLO(___S_filename_2d_expected,___G_filename_2d_expected)
___DEF_OLD_SYM_GLO(___S_filepos,___G_filepos)
___DEF_OLD_SYM_GLO(___S_finite_2d_real,___G_finite_2d_real)
___DEF_OLD_SYM_GLO(___S_finite_3f_,___G_finite_3f_)
___DEF_OLD_SYM_GLO(___S_first_2d_bit_2d_set,___G_first_2d_bit_2d_set)
___DEF_OLD_SYM_GLO(___S_fixnum,___G_fixnum)
___DEF_OLD_SYM_GLO(___S_fixnum_2d__3e_flonum,___G_fixnum_2d__3e_flonum)
___DEF_OLD_SYM_GLO(___S_fixnum_2d_overflow_2d_exception,___G_fixnum_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S_fixnum_2d_overflow_2d_exception_2d_arguments,___G_fixnum_2d_overflow_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_fixnum_2d_overflow_2d_exception_2d_procedure,___G_fixnum_2d_overflow_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_fixnum_2d_overflow_2d_exception_3f_,___G_fixnum_2d_overflow_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_fixnum_3f_,___G_fixnum_3f_)
___DEF_OLD_SYM_GLO(___S_fl_2a_,___G_fl_2a_)
___DEF_OLD_SYM_GLO(___S_fl_2b_,___G_fl_2b_)
___DEF_OLD_SYM_GLO(___S_fl_2d_,___G_fl_2d_)
___DEF_OLD_SYM_GLO(___S_fl_2f_,___G_fl_2f_)
___DEF_OLD_SYM_GLO(___S_fl_3c_,___G_fl_3c_)
___DEF_OLD_SYM_GLO(___S_fl_3c__3d_,___G_fl_3c__3d_)
___DEF_OLD_SYM_GLO(___S_fl_3d_,___G_fl_3d_)
___DEF_OLD_SYM_GLO(___S_fl_3e_,___G_fl_3e_)
___DEF_OLD_SYM_GLO(___S_fl_3e__3d_,___G_fl_3e__3d_)
___DEF_OLD_SYM_GLO(___S_flabs,___G_flabs)
___DEF_OLD_SYM_GLO(___S_flacos,___G_flacos)
___DEF_OLD_SYM_GLO(___S_flacosh,___G_flacosh)
___DEF_OLD_SYM_GLO(___S_flags,___G_flags)
___DEF_OLD_SYM_GLO(___S_flasin,___G_flasin)
___DEF_OLD_SYM_GLO(___S_flasinh,___G_flasinh)
___DEF_OLD_SYM_GLO(___S_flatan,___G_flatan)
___DEF_OLD_SYM_GLO(___S_flatanh,___G_flatanh)
___DEF_OLD_SYM_GLO(___S_flceiling,___G_flceiling)
___DEF_OLD_SYM_GLO(___S_flcos,___G_flcos)
___DEF_OLD_SYM_GLO(___S_flcosh,___G_flcosh)
___DEF_OLD_SYM_GLO(___S_fldenominator,___G_fldenominator)
___DEF_OLD_SYM_GLO(___S_fleven_3f_,___G_fleven_3f_)
___DEF_OLD_SYM_GLO(___S_flexp,___G_flexp)
___DEF_OLD_SYM_GLO(___S_flexpm1,___G_flexpm1)
___DEF_OLD_SYM_GLO(___S_flexpt,___G_flexpt)
___DEF_OLD_SYM_GLO(___S_flfinite_3f_,___G_flfinite_3f_)
___DEF_OLD_SYM_GLO(___S_flfloor,___G_flfloor)
___DEF_OLD_SYM_GLO(___S_flilogb,___G_flilogb)
___DEF_OLD_SYM_GLO(___S_flinfinite_3f_,___G_flinfinite_3f_)
___DEF_OLD_SYM_GLO(___S_flinteger_3f_,___G_flinteger_3f_)
___DEF_OLD_SYM_GLO(___S_fllog,___G_fllog)
___DEF_OLD_SYM_GLO(___S_fllog1p,___G_fllog1p)
___DEF_OLD_SYM_GLO(___S_flmax,___G_flmax)
___DEF_OLD_SYM_GLO(___S_flmin,___G_flmin)
___DEF_OLD_SYM_GLO(___S_flnan_3f_,___G_flnan_3f_)
___DEF_OLD_SYM_GLO(___S_flnegative_3f_,___G_flnegative_3f_)
___DEF_OLD_SYM_GLO(___S_flnumerator,___G_flnumerator)
___DEF_OLD_SYM_GLO(___S_float,___G_float)
___DEF_OLD_SYM_GLO(___S_floats,___G_floats)
___DEF_OLD_SYM_GLO(___S_flodd_3f_,___G_flodd_3f_)
___DEF_OLD_SYM_GLO(___S_flonum,___G_flonum)
___DEF_OLD_SYM_GLO(___S_flonum_3f_,___G_flonum_3f_)
___DEF_OLD_SYM_GLO(___S_floor,___G_floor)
___DEF_OLD_SYM_GLO(___S_floor_2d_quotient,___G_floor_2d_quotient)
___DEF_OLD_SYM_GLO(___S_floor_2d_remainder,___G_floor_2d_remainder)
___DEF_OLD_SYM_GLO(___S_floor_2f_,___G_floor_2f_)
___DEF_OLD_SYM_GLO(___S_flpositive_3f_,___G_flpositive_3f_)
___DEF_OLD_SYM_GLO(___S_flround,___G_flround)
___DEF_OLD_SYM_GLO(___S_flscalbn,___G_flscalbn)
___DEF_OLD_SYM_GLO(___S_flsin,___G_flsin)
___DEF_OLD_SYM_GLO(___S_flsinh,___G_flsinh)
___DEF_OLD_SYM_GLO(___S_flsqrt,___G_flsqrt)
___DEF_OLD_SYM_GLO(___S_flsquare,___G_flsquare)
___DEF_OLD_SYM_GLO(___S_fltan,___G_fltan)
___DEF_OLD_SYM_GLO(___S_fltanh,___G_fltanh)
___DEF_OLD_SYM_GLO(___S_fltruncate,___G_fltruncate)
___DEF_OLD_SYM_GLO(___S_flush_2d_output_2d_port,___G_flush_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_flzero_3f_,___G_flzero_3f_)
___DEF_OLD_SYM_GLO(___S_fold,___G_fold)
___DEF_OLD_SYM_GLO(___S_fold_2d_right,___G_fold_2d_right)
___DEF_OLD_SYM_GLO(___S_for,___G_for)
___DEF_OLD_SYM_GLO(___S_for_2d_each,___G_for_2d_each)
___DEF_OLD_SYM_GLO(___S_force,___G_force)
___DEF_OLD_SYM_GLO(___S_force_2d_output,___G_force_2d_output)
___DEF_OLD_SYM_GLO(___S_force_3f_,___G_force_3f_)
___DEF_OLD_SYM_GLO(___S_foreign,___G_foreign)
___DEF_OLD_SYM_GLO(___S_foreign_2d_address,___G_foreign_2d_address)
___DEF_OLD_SYM_GLO(___S_foreign_2d_release_21_,___G_foreign_2d_release_21_)
___DEF_OLD_SYM_GLO(___S_foreign_2d_released_3f_,___G_foreign_2d_released_3f_)
___DEF_OLD_SYM_GLO(___S_foreign_2d_tags,___G_foreign_2d_tags)
___DEF_OLD_SYM_GLO(___S_foreign_3f_,___G_foreign_3f_)
___DEF_OLD_SYM_GLO(___S_frame,___G_frame)
___DEF_OLD_SYM_GLO(___S_full_2d_unicode,___G_full_2d_unicode)
___DEF_OLD_SYM_GLO(___S_future,___G_future)
___DEF_OLD_SYM_GLO(___S_fx_2a_,___G_fx_2a_)
___DEF_OLD_SYM_GLO(___S_fx_2b_,___G_fx_2b_)
___DEF_OLD_SYM_GLO(___S_fx_2d_,___G_fx_2d_)
___DEF_OLD_SYM_GLO(___S_fx_3c_,___G_fx_3c_)
___DEF_OLD_SYM_GLO(___S_fx_3c__3d_,___G_fx_3c__3d_)
___DEF_OLD_SYM_GLO(___S_fx_3d_,___G_fx_3d_)
___DEF_OLD_SYM_GLO(___S_fx_3e_,___G_fx_3e_)
___DEF_OLD_SYM_GLO(___S_fx_3e__3d_,___G_fx_3e__3d_)
___DEF_OLD_SYM_GLO(___S_fxabs,___G_fxabs)
___DEF_OLD_SYM_GLO(___S_fxand,___G_fxand)
___DEF_OLD_SYM_GLO(___S_fxarithmetic_2d_shift,___G_fxarithmetic_2d_shift)
___DEF_OLD_SYM_GLO(___S_fxarithmetic_2d_shift_2d_left,___G_fxarithmetic_2d_shift_2d_left)
___DEF_OLD_SYM_GLO(___S_fxarithmetic_2d_shift_2d_right,___G_fxarithmetic_2d_shift_2d_right)
___DEF_OLD_SYM_GLO(___S_fxbit_2d_count,___G_fxbit_2d_count)
___DEF_OLD_SYM_GLO(___S_fxbit_2d_set_3f_,___G_fxbit_2d_set_3f_)
___DEF_OLD_SYM_GLO(___S_fxeven_3f_,___G_fxeven_3f_)
___DEF_OLD_SYM_GLO(___S_fxfirst_2d_bit_2d_set,___G_fxfirst_2d_bit_2d_set)
___DEF_OLD_SYM_GLO(___S_fxif,___G_fxif)
___DEF_OLD_SYM_GLO(___S_fxior,___G_fxior)
___DEF_OLD_SYM_GLO(___S_fxlength,___G_fxlength)
___DEF_OLD_SYM_GLO(___S_fxmax,___G_fxmax)
___DEF_OLD_SYM_GLO(___S_fxmin,___G_fxmin)
___DEF_OLD_SYM_GLO(___S_fxmodulo,___G_fxmodulo)
___DEF_OLD_SYM_GLO(___S_fxnegative_3f_,___G_fxnegative_3f_)
___DEF_OLD_SYM_GLO(___S_fxnot,___G_fxnot)
___DEF_OLD_SYM_GLO(___S_fxodd_3f_,___G_fxodd_3f_)
___DEF_OLD_SYM_GLO(___S_fxpositive_3f_,___G_fxpositive_3f_)
___DEF_OLD_SYM_GLO(___S_fxquotient,___G_fxquotient)
___DEF_OLD_SYM_GLO(___S_fxremainder,___G_fxremainder)
___DEF_OLD_SYM_GLO(___S_fxsquare,___G_fxsquare)
___DEF_OLD_SYM_GLO(___S_fxwrap_2a_,___G_fxwrap_2a_)
___DEF_OLD_SYM_GLO(___S_fxwrap_2b_,___G_fxwrap_2b_)
___DEF_OLD_SYM_GLO(___S_fxwrap_2d_,___G_fxwrap_2d_)
___DEF_OLD_SYM_GLO(___S_fxwrapabs,___G_fxwrapabs)
___DEF_OLD_SYM_GLO(___S_fxwraparithmetic_2d_shift,___G_fxwraparithmetic_2d_shift)
___DEF_OLD_SYM_GLO(___S_fxwraparithmetic_2d_shift_2d_left,___G_fxwraparithmetic_2d_shift_2d_left)
___DEF_OLD_SYM_GLO(___S_fxwraplogical_2d_shift_2d_right,___G_fxwraplogical_2d_shift_2d_right)
___DEF_OLD_SYM_GLO(___S_fxwrapquotient,___G_fxwrapquotient)
___DEF_OLD_SYM_GLO(___S_fxwrapsquare,___G_fxwrapsquare)
___DEF_OLD_SYM_GLO(___S_fxxor,___G_fxxor)
___DEF_OLD_SYM_GLO(___S_fxzero_3f_,___G_fxzero_3f_)
___DEF_OLD_SYM_GLO(___S_g,___G_g)
___DEF_OLD_SYM_GLO(___S_gambit,___G_gambit)
___DEF_OLD_SYM_GLO(___S_gc_2d_hash_2d_table,___G_gc_2d_hash_2d_table)
___DEF_OLD_SYM_GLO(___S_gc_2d_real_2d_time,___G_gc_2d_real_2d_time)
___DEF_OLD_SYM_GLO(___S_gc_2d_report_2d_set_21_,___G_gc_2d_report_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_gc_2d_sys_2d_time,___G_gc_2d_sys_2d_time)
___DEF_OLD_SYM_GLO(___S_gc_2d_user_2d_time,___G_gc_2d_user_2d_time)
___DEF_OLD_SYM_GLO(___S_gcd,___G_gcd)
___DEF_OLD_SYM_GLO(___S_gcht,___G_gcht)
___DEF_OLD_SYM_GLO(___S_generate_2d_proper_2d_tail_2d_calls,___G_generate_2d_proper_2d_tail_2d_calls)
___DEF_OLD_SYM_GLO(___S_gensym,___G_gensym)
___DEF_OLD_SYM_GLO(___S_get_2d_environment_2d_variable,___G_get_2d_environment_2d_variable)
___DEF_OLD_SYM_GLO(___S_get_2d_environment_2d_variables,___G_get_2d_environment_2d_variables)
___DEF_OLD_SYM_GLO(___S_get_2d_output_2d_bytevector,___G_get_2d_output_2d_bytevector)
___DEF_OLD_SYM_GLO(___S_get_2d_output_2d_string,___G_get_2d_output_2d_string)
___DEF_OLD_SYM_GLO(___S_get_2d_output_2d_u8vector,___G_get_2d_output_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_get_2d_output_2d_vector,___G_get_2d_output_2d_vector)
___DEF_OLD_SYM_GLO(___S_getenv,___G_getenv)
___DEF_OLD_SYM_GLO(___S_gid,___G_gid)
___DEF_OLD_SYM_GLO(___S_goto,___G_goto)
___DEF_OLD_SYM_GLO(___S_group,___G_group)
___DEF_OLD_SYM_GLO(___S_group_2d_info,___G_group_2d_info)
___DEF_OLD_SYM_GLO(___S_group_2d_info_2d_gid,___G_group_2d_info_2d_gid)
___DEF_OLD_SYM_GLO(___S_group_2d_info_2d_members,___G_group_2d_info_2d_members)
___DEF_OLD_SYM_GLO(___S_group_2d_info_2d_name,___G_group_2d_info_2d_name)
___DEF_OLD_SYM_GLO(___S_group_2d_info_3f_,___G_group_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_h,___G_h)
___DEF_OLD_SYM_GLO(___S_hash,___G_hash)
___DEF_OLD_SYM_GLO(___S_heap_2d_overflow_2d_exception,___G_heap_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S_heap_2d_overflow_2d_exception_3f_,___G_heap_2d_overflow_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_help,___G_help)
___DEF_OLD_SYM_GLO(___S_help_2d_browser,___G_help_2d_browser)
___DEF_OLD_SYM_GLO(___S_here_2d_strings_2d_allowed_3f_,___G_here_2d_strings_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_home,___G_home)
___DEF_OLD_SYM_GLO(___S_host_2d_info,___G_host_2d_info)
___DEF_OLD_SYM_GLO(___S_host_2d_info_2d_addresses,___G_host_2d_info_2d_addresses)
___DEF_OLD_SYM_GLO(___S_host_2d_info_2d_aliases,___G_host_2d_info_2d_aliases)
___DEF_OLD_SYM_GLO(___S_host_2d_info_2d_name,___G_host_2d_info_2d_name)
___DEF_OLD_SYM_GLO(___S_host_2d_info_3f_,___G_host_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_host_2d_name,___G_host_2d_name)
___DEF_OLD_SYM_GLO(___S_hostent,___G_hostent)
___DEF_OLD_SYM_GLO(___S_i,___G_i)
___DEF_OLD_SYM_GLO(___S_id,___G_id)
___DEF_OLD_SYM_GLO(___S_id_2d_expected,___G_id_2d_expected)
___DEF_OLD_SYM_GLO(___S_identity,___G_identity)
___DEF_OLD_SYM_GLO(___S_idle_2d_processor_2d_count,___G_idle_2d_processor_2d_count)
___DEF_OLD_SYM_GLO(___S_ieee_2d_float,___G_ieee_2d_float)
___DEF_OLD_SYM_GLO(___S_if,___G_if)
___DEF_OLD_SYM_GLO(___S_ignore_2d_hidden,___G_ignore_2d_hidden)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_binding_2d_list,___G_ill_2d_formed_2d_binding_2d_list)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_call,___G_ill_2d_formed_2d_call)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_cond_2d_expand,___G_ill_2d_formed_2d_cond_2d_expand)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_default,___G_ill_2d_formed_2d_default)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_expression,___G_ill_2d_formed_2d_expression)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_macro_2d_transformer,___G_ill_2d_formed_2d_macro_2d_transformer)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_namespace,___G_ill_2d_formed_2d_namespace)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_namespace_2d_prefix,___G_ill_2d_formed_2d_namespace_2d_prefix)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_selector_2d_list,___G_ill_2d_formed_2d_selector_2d_list)
___DEF_OLD_SYM_GLO(___S_ill_2d_formed_2d_special_2d_form,___G_ill_2d_formed_2d_special_2d_form)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_declare,___G_ill_2d_placed_2d_declare)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_default,___G_ill_2d_placed_2d_default)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_define,___G_ill_2d_placed_2d_define)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_define_2d_macro,___G_ill_2d_placed_2d_define_2d_macro)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_define_2d_syntax,___G_ill_2d_placed_2d_define_2d_syntax)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_include,___G_ill_2d_placed_2d_include)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_key,___G_ill_2d_placed_2d_key)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_library,___G_ill_2d_placed_2d_library)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_namespace,___G_ill_2d_placed_2d_namespace)
___DEF_OLD_SYM_GLO(___S_ill_2d_placed_2d_optional,___G_ill_2d_placed_2d_optional)
___DEF_OLD_SYM_GLO(___S_illegal_2d_character,___G_illegal_2d_character)
___DEF_OLD_SYM_GLO(___S_illegal_2d_label_2d_definition,___G_illegal_2d_label_2d_definition)
___DEF_OLD_SYM_GLO(___S_imag_2d_part,___G_imag_2d_part)
___DEF_OLD_SYM_GLO(___S_imports,___G_imports)
___DEF_OLD_SYM_GLO(___S_improperly_2d_placed_2d_dot,___G_improperly_2d_placed_2d_dot)
___DEF_OLD_SYM_GLO(___S_inactive_2d_thread_2d_exception,___G_inactive_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S_inactive_2d_thread_2d_exception_2d_arguments,___G_inactive_2d_thread_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_inactive_2d_thread_2d_exception_2d_procedure,___G_inactive_2d_thread_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_inactive_2d_thread_2d_exception_3f_,___G_inactive_2d_thread_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_include,___G_include)
___DEF_OLD_SYM_GLO(___S_incomplete_2d_form,___G_incomplete_2d_form)
___DEF_OLD_SYM_GLO(___S_incomplete_2d_form_2d_eof_2d_reached,___G_incomplete_2d_form_2d_eof_2d_reached)
___DEF_OLD_SYM_GLO(___S_index,___G_index)
___DEF_OLD_SYM_GLO(___S_inexact,___G_inexact)
___DEF_OLD_SYM_GLO(___S_inexact_2d__3e_exact,___G_inexact_2d__3e_exact)
___DEF_OLD_SYM_GLO(___S_inexact_2d_real,___G_inexact_2d_real)
___DEF_OLD_SYM_GLO(___S_inexact_2d_real_2d_expected,___G_inexact_2d_real_2d_expected)
___DEF_OLD_SYM_GLO(___S_inexact_2d_real_2d_list,___G_inexact_2d_real_2d_list)
___DEF_OLD_SYM_GLO(___S_inexact_3f_,___G_inexact_3f_)
___DEF_OLD_SYM_GLO(___S_infinite_3f_,___G_infinite_3f_)
___DEF_OLD_SYM_GLO(___S_init,___G_init)
___DEF_OLD_SYM_GLO(___S_initial_2d_cont,___G_initial_2d_cont)
___DEF_OLD_SYM_GLO(___S_initialized_2d_thread_2d_exception,___G_initialized_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S_initialized_2d_thread_2d_exception_2d_arguments,___G_initialized_2d_thread_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_initialized_2d_thread_2d_exception_2d_procedure,___G_initialized_2d_thread_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_initialized_2d_thread_2d_exception_3f_,___G_initialized_2d_thread_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_inner_2d_rte,___G_inner_2d_rte)
___DEF_OLD_SYM_GLO(___S_inode,___G_inode)
___DEF_OLD_SYM_GLO(___S_input,___G_input)
___DEF_OLD_SYM_GLO(___S_input_2d_output,___G_input_2d_output)
___DEF_OLD_SYM_GLO(___S_input_2d_output_2d_port,___G_input_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_input_2d_port,___G_input_2d_port)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_byte_2d_position,___G_input_2d_port_2d_byte_2d_position)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_bytes_2d_buffered,___G_input_2d_port_2d_bytes_2d_buffered)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_char_2d_position,___G_input_2d_port_2d_char_2d_position)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_characters_2d_buffered,___G_input_2d_port_2d_characters_2d_buffered)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_column,___G_input_2d_port_2d_column)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_line,___G_input_2d_port_2d_line)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_open_3f_,___G_input_2d_port_2d_open_3f_)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_readtable,___G_input_2d_port_2d_readtable)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_readtable_2d_set_21_,___G_input_2d_port_2d_readtable_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_input_2d_port_2d_timeout_2d_set_21_,___G_input_2d_port_2d_timeout_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_input_2d_port_3f_,___G_input_2d_port_3f_)
___DEF_OLD_SYM_GLO(___S_input_2d_readtable,___G_input_2d_readtable)
___DEF_OLD_SYM_GLO(___S_insert_2d_empty_2d_fragments,___G_insert_2d_empty_2d_fragments)
___DEF_OLD_SYM_GLO(___S_int,___G_int)
___DEF_OLD_SYM_GLO(___S_integer,___G_integer)
___DEF_OLD_SYM_GLO(___S_integer_2d__3e_char,___G_integer_2d__3e_char)
___DEF_OLD_SYM_GLO(___S_integer_2d_length,___G_integer_2d_length)
___DEF_OLD_SYM_GLO(___S_integer_2d_nth_2d_root,___G_integer_2d_nth_2d_root)
___DEF_OLD_SYM_GLO(___S_integer_2d_sqrt,___G_integer_2d_sqrt)
___DEF_OLD_SYM_GLO(___S_integer_3f_,___G_integer_3f_)
___DEF_OLD_SYM_GLO(___S_interaction_2d_environment,___G_interaction_2d_environment)
___DEF_OLD_SYM_GLO(___S_interpreted_2d_procedure,___G_interpreted_2d_procedure)
___DEF_OLD_SYM_GLO(___S_interrupts,___G_interrupts)
___DEF_OLD_SYM_GLO(___S_invalid_2d_character_2d_name,___G_invalid_2d_character_2d_name)
___DEF_OLD_SYM_GLO(___S_invalid_2d_escaped_2d_character,___G_invalid_2d_escaped_2d_character)
___DEF_OLD_SYM_GLO(___S_invalid_2d_hash_2d_number_2d_exception,___G_invalid_2d_hash_2d_number_2d_exception)
___DEF_OLD_SYM_GLO(___S_invalid_2d_hash_2d_number_2d_exception_2d_arguments,___G_invalid_2d_hash_2d_number_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_invalid_2d_hash_2d_number_2d_exception_2d_procedure,___G_invalid_2d_hash_2d_number_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_invalid_2d_hash_2d_number_2d_exception_3f_,___G_invalid_2d_hash_2d_number_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_invalid_2d_hex_2d_escape,___G_invalid_2d_hex_2d_escape)
___DEF_OLD_SYM_GLO(___S_invalid_2d_infix_2d_syntax,___G_invalid_2d_infix_2d_syntax)
___DEF_OLD_SYM_GLO(___S_invalid_2d_infix_2d_syntax_2d_character,___G_invalid_2d_infix_2d_syntax_2d_character)
___DEF_OLD_SYM_GLO(___S_invalid_2d_infix_2d_syntax_2d_number,___G_invalid_2d_infix_2d_syntax_2d_number)
___DEF_OLD_SYM_GLO(___S_invalid_2d_module_2d_name,___G_invalid_2d_module_2d_name)
___DEF_OLD_SYM_GLO(___S_invalid_2d_sharp_2d_bang_2d_name,___G_invalid_2d_sharp_2d_bang_2d_name)
___DEF_OLD_SYM_GLO(___S_invalid_2d_token,___G_invalid_2d_token)
___DEF_OLD_SYM_GLO(___S_invalid_2d_utf8_2d_encoding_2d_exception,___G_invalid_2d_utf8_2d_encoding_2d_exception)
___DEF_OLD_SYM_GLO(___S_invalid_2d_utf8_2d_encoding_2d_exception_2d_arguments,___G_invalid_2d_utf8_2d_encoding_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_invalid_2d_utf8_2d_encoding_2d_exception_2d_procedure,___G_invalid_2d_utf8_2d_encoding_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_invalid_2d_utf8_2d_encoding_2d_exception_3f_,___G_invalid_2d_utf8_2d_encoding_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_io_2d_exception_2d_handler,___G_io_2d_exception_2d_handler)
___DEF_OLD_SYM_GLO(___S_iota,___G_iota)
___DEF_OLD_SYM_GLO(___S_j,___G_j)
___DEF_OLD_SYM_GLO(___S_jazz,___G_jazz)
___DEF_OLD_SYM_GLO(___S_jiffies_2d_per_2d_second,___G_jiffies_2d_per_2d_second)
___DEF_OLD_SYM_GLO(___S_join_2d_timeout_2d_exception,___G_join_2d_timeout_2d_exception)
___DEF_OLD_SYM_GLO(___S_join_2d_timeout_2d_exception_2d_arguments,___G_join_2d_timeout_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_join_2d_timeout_2d_exception_2d_procedure,___G_join_2d_timeout_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_join_2d_timeout_2d_exception_3f_,___G_join_2d_timeout_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_k,___G_k)
___DEF_OLD_SYM_GLO(___S_keep_2d_alive,___G_keep_2d_alive)
___DEF_OLD_SYM_GLO(___S_key_2d_expected_2d_after_2d_rest,___G_key_2d_expected_2d_after_2d_rest)
___DEF_OLD_SYM_GLO(___S_keys,___G_keys)
___DEF_OLD_SYM_GLO(___S_keyword,___G_keyword)
___DEF_OLD_SYM_GLO(___S_keyword_2d__3e_string,___G_keyword_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_keyword_2d_expected_2d_exception,___G_keyword_2d_expected_2d_exception)
___DEF_OLD_SYM_GLO(___S_keyword_2d_expected_2d_exception_2d_arguments,___G_keyword_2d_expected_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_keyword_2d_expected_2d_exception_2d_procedure,___G_keyword_2d_expected_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_keyword_2d_expected_2d_exception_3f_,___G_keyword_2d_expected_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_keyword_2d_hash,___G_keyword_2d_hash)
___DEF_OLD_SYM_GLO(___S_keyword_3f_,___G_keyword_3f_)
___DEF_OLD_SYM_GLO(___S_keywords_2d_allowed_3f_,___G_keywords_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_kind,___G_kind)
___DEF_OLD_SYM_GLO(___S_l,___G_l)
___DEF_OLD_SYM_GLO(___S_label,___G_label)
___DEF_OLD_SYM_GLO(___S_labels,___G_labels)
___DEF_OLD_SYM_GLO(___S_lambda,___G_lambda)
___DEF_OLD_SYM_GLO(___S_last,___G_last)
___DEF_OLD_SYM_GLO(___S_last_2d_access_2d_time,___G_last_2d_access_2d_time)
___DEF_OLD_SYM_GLO(___S_last_2d_change_2d_time,___G_last_2d_change_2d_time)
___DEF_OLD_SYM_GLO(___S_last_2d_modification_2d_time,___G_last_2d_modification_2d_time)
___DEF_OLD_SYM_GLO(___S_last_2d_owner,___G_last_2d_owner)
___DEF_OLD_SYM_GLO(___S_last_2d_pair,___G_last_2d_pair)
___DEF_OLD_SYM_GLO(___S_last_2d_processor,___G_last_2d_processor)
___DEF_OLD_SYM_GLO(___S_latest_2d_source,___G_latest_2d_source)
___DEF_OLD_SYM_GLO(___S_lcm,___G_lcm)
___DEF_OLD_SYM_GLO(___S_leapable_3f_,___G_leapable_3f_)
___DEF_OLD_SYM_GLO(___S_left,___G_left)
___DEF_OLD_SYM_GLO(___S_length,___G_length)
___DEF_OLD_SYM_GLO(___S_length_2d_mismatch_2d_exception,___G_length_2d_mismatch_2d_exception)
___DEF_OLD_SYM_GLO(___S_length_2d_mismatch_2d_exception_2d_arg_2d_num,___G_length_2d_mismatch_2d_exception_2d_arg_2d_num)
___DEF_OLD_SYM_GLO(___S_length_2d_mismatch_2d_exception_2d_arguments,___G_length_2d_mismatch_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_length_2d_mismatch_2d_exception_2d_procedure,___G_length_2d_mismatch_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_length_2d_mismatch_2d_exception_3f_,___G_length_2d_mismatch_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_let,___G_let)
___DEF_OLD_SYM_GLO(___S_let_2a_,___G_let_2a_)
___DEF_OLD_SYM_GLO(___S_let_2d_syntax,___G_let_2d_syntax)
___DEF_OLD_SYM_GLO(___S_letrec,___G_letrec)
___DEF_OLD_SYM_GLO(___S_letrec_2a_,___G_letrec_2a_)
___DEF_OLD_SYM_GLO(___S_letrec_2d_syntax,___G_letrec_2d_syntax)
___DEF_OLD_SYM_GLO(___S_level,___G_level)
___DEF_OLD_SYM_GLO(___S_lf,___G_lf)
___DEF_OLD_SYM_GLO(___S_limit,___G_limit)
___DEF_OLD_SYM_GLO(___S_line,___G_line)
___DEF_OLD_SYM_GLO(___S_list,___G_list)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_f32vector,___G_list_2d__3e_f32vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_f64vector,___G_list_2d__3e_f64vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_s16vector,___G_list_2d__3e_s16vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_s32vector,___G_list_2d__3e_s32vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_s64vector,___G_list_2d__3e_s64vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_s8vector,___G_list_2d__3e_s8vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_string,___G_list_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_table,___G_list_2d__3e_table)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_u16vector,___G_list_2d__3e_u16vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_u32vector,___G_list_2d__3e_u32vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_u64vector,___G_list_2d__3e_u64vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_u8vector,___G_list_2d__3e_u8vector)
___DEF_OLD_SYM_GLO(___S_list_2d__3e_vector,___G_list_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S_list_2d_copy,___G_list_2d_copy)
___DEF_OLD_SYM_GLO(___S_list_2d_ref,___G_list_2d_ref)
___DEF_OLD_SYM_GLO(___S_list_2d_set,___G_list_2d_set)
___DEF_OLD_SYM_GLO(___S_list_2d_set_21_,___G_list_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_list_2d_tabulate,___G_list_2d_tabulate)
___DEF_OLD_SYM_GLO(___S_list_2d_tail,___G_list_2d_tail)
___DEF_OLD_SYM_GLO(___S_list_3f_,___G_list_3f_)
___DEF_OLD_SYM_GLO(___S_load,___G_load)
___DEF_OLD_SYM_GLO(___S_loads,___G_loads)
___DEF_OLD_SYM_GLO(___S_local,___G_local)
___DEF_OLD_SYM_GLO(___S_local_2d_address,___G_local_2d_address)
___DEF_OLD_SYM_GLO(___S_local_2d_port_2d_number,___G_local_2d_port_2d_number)
___DEF_OLD_SYM_GLO(___S_lock1,___G_lock1)
___DEF_OLD_SYM_GLO(___S_lock2,___G_lock2)
___DEF_OLD_SYM_GLO(___S_log,___G_log)
___DEF_OLD_SYM_GLO(___S_low_2d_level_2d_exception,___G_low_2d_level_2d_exception)
___DEF_OLD_SYM_GLO(___S_macro,___G_macro)
___DEF_OLD_SYM_GLO(___S_macro_2d_used_2d_as_2d_variable,___G_macro_2d_used_2d_as_2d_variable)
___DEF_OLD_SYM_GLO(___S_magnitude,___G_magnitude)
___DEF_OLD_SYM_GLO(___S_mailbox,___G_mailbox)
___DEF_OLD_SYM_GLO(___S_mailbox_2d_receive_2d_timeout_2d_exception,___G_mailbox_2d_receive_2d_timeout_2d_exception)
___DEF_OLD_SYM_GLO(___S_mailbox_2d_receive_2d_timeout_2d_exception_2d_arguments,___G_mailbox_2d_receive_2d_timeout_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_mailbox_2d_receive_2d_timeout_2d_exception_2d_procedure,___G_mailbox_2d_receive_2d_timeout_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_mailbox_2d_receive_2d_timeout_2d_exception_3f_,___G_mailbox_2d_receive_2d_timeout_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_main,___G_main)
___DEF_OLD_SYM_GLO(___S_majflt,___G_majflt)
___DEF_OLD_SYM_GLO(___S_make_2d_,___G_make_2d_)
___DEF_OLD_SYM_GLO(___S_make_2d_bytevector,___G_make_2d_bytevector)
___DEF_OLD_SYM_GLO(___S_make_2d_condition_2d_variable,___G_make_2d_condition_2d_variable)
___DEF_OLD_SYM_GLO(___S_make_2d_constant_2d_,___G_make_2d_constant_2d_)
___DEF_OLD_SYM_GLO(___S_make_2d_f32vector,___G_make_2d_f32vector)
___DEF_OLD_SYM_GLO(___S_make_2d_f64vector,___G_make_2d_f64vector)
___DEF_OLD_SYM_GLO(___S_make_2d_f64vectors,___G_make_2d_f64vectors)
___DEF_OLD_SYM_GLO(___S_make_2d_integers,___G_make_2d_integers)
___DEF_OLD_SYM_GLO(___S_make_2d_list,___G_make_2d_list)
___DEF_OLD_SYM_GLO(___S_make_2d_mutex,___G_make_2d_mutex)
___DEF_OLD_SYM_GLO(___S_make_2d_parameter,___G_make_2d_parameter)
___DEF_OLD_SYM_GLO(___S_make_2d_polar,___G_make_2d_polar)
___DEF_OLD_SYM_GLO(___S_make_2d_promise,___G_make_2d_promise)
___DEF_OLD_SYM_GLO(___S_make_2d_random_2d_source,___G_make_2d_random_2d_source)
___DEF_OLD_SYM_GLO(___S_make_2d_reals,___G_make_2d_reals)
___DEF_OLD_SYM_GLO(___S_make_2d_rectangular,___G_make_2d_rectangular)
___DEF_OLD_SYM_GLO(___S_make_2d_root_2d_thread,___G_make_2d_root_2d_thread)
___DEF_OLD_SYM_GLO(___S_make_2d_s16vector,___G_make_2d_s16vector)
___DEF_OLD_SYM_GLO(___S_make_2d_s32vector,___G_make_2d_s32vector)
___DEF_OLD_SYM_GLO(___S_make_2d_s64vector,___G_make_2d_s64vector)
___DEF_OLD_SYM_GLO(___S_make_2d_s8vector,___G_make_2d_s8vector)
___DEF_OLD_SYM_GLO(___S_make_2d_string,___G_make_2d_string)
___DEF_OLD_SYM_GLO(___S_make_2d_table,___G_make_2d_table)
___DEF_OLD_SYM_GLO(___S_make_2d_thread,___G_make_2d_thread)
___DEF_OLD_SYM_GLO(___S_make_2d_thread_2d_group,___G_make_2d_thread_2d_group)
___DEF_OLD_SYM_GLO(___S_make_2d_tls_2d_context,___G_make_2d_tls_2d_context)
___DEF_OLD_SYM_GLO(___S_make_2d_u16vector,___G_make_2d_u16vector)
___DEF_OLD_SYM_GLO(___S_make_2d_u32vector,___G_make_2d_u32vector)
___DEF_OLD_SYM_GLO(___S_make_2d_u64vector,___G_make_2d_u64vector)
___DEF_OLD_SYM_GLO(___S_make_2d_u8vector,___G_make_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_make_2d_u8vectors,___G_make_2d_u8vectors)
___DEF_OLD_SYM_GLO(___S_make_2d_vector,___G_make_2d_vector)
___DEF_OLD_SYM_GLO(___S_make_2d_will,___G_make_2d_will)
___DEF_OLD_SYM_GLO(___S_map,___G_map)
___DEF_OLD_SYM_GLO(___S_mark,___G_mark)
___DEF_OLD_SYM_GLO(___S_marktable,___G_marktable)
___DEF_OLD_SYM_GLO(___S_max,___G_max)
___DEF_OLD_SYM_GLO(___S_max_2d_unescaped_2d_char,___G_max_2d_unescaped_2d_char)
___DEF_OLD_SYM_GLO(___S_max_2d_write_2d_length,___G_max_2d_write_2d_length)
___DEF_OLD_SYM_GLO(___S_max_2d_write_2d_level,___G_max_2d_write_2d_level)
___DEF_OLD_SYM_GLO(___S_maybe,___G_maybe)
___DEF_OLD_SYM_GLO(___S_member,___G_member)
___DEF_OLD_SYM_GLO(___S_members,___G_members)
___DEF_OLD_SYM_GLO(___S_memq,___G_memq)
___DEF_OLD_SYM_GLO(___S_memv,___G_memv)
___DEF_OLD_SYM_GLO(___S_meroon,___G_meroon)
___DEF_OLD_SYM_GLO(___S_message,___G_message)
___DEF_OLD_SYM_GLO(___S_min,___G_min)
___DEF_OLD_SYM_GLO(___S_minflt,___G_minflt)
___DEF_OLD_SYM_GLO(___S_missing_2d_label_2d_definition,___G_missing_2d_label_2d_definition)
___DEF_OLD_SYM_GLO(___S_mode,___G_mode)
___DEF_OLD_SYM_GLO(___S_module_2d_not_2d_found_2d_exception,___G_module_2d_not_2d_found_2d_exception)
___DEF_OLD_SYM_GLO(___S_module_2d_not_2d_found_2d_exception_2d_arguments,___G_module_2d_not_2d_found_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_module_2d_not_2d_found_2d_exception_2d_procedure,___G_module_2d_not_2d_found_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_module_2d_not_2d_found_2d_exception_3f_,___G_module_2d_not_2d_found_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_modulo,___G_modulo)
___DEF_OLD_SYM_GLO(___S_multiline,___G_multiline)
___DEF_OLD_SYM_GLO(___S_multiple_2d_c_2d_return_2d_exception,___G_multiple_2d_c_2d_return_2d_exception)
___DEF_OLD_SYM_GLO(___S_multiple_2d_c_2d_return_2d_exception_3f_,___G_multiple_2d_c_2d_return_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_mutable,___G_mutable)
___DEF_OLD_SYM_GLO(___S_mutex,___G_mutex)
___DEF_OLD_SYM_GLO(___S_mutex_2d_lock_21_,___G_mutex_2d_lock_21_)
___DEF_OLD_SYM_GLO(___S_mutex_2d_name,___G_mutex_2d_name)
___DEF_OLD_SYM_GLO(___S_mutex_2d_specific,___G_mutex_2d_specific)
___DEF_OLD_SYM_GLO(___S_mutex_2d_specific_2d_set_21_,___G_mutex_2d_specific_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_mutex_2d_state,___G_mutex_2d_state)
___DEF_OLD_SYM_GLO(___S_mutex_2d_unlock_21_,___G_mutex_2d_unlock_21_)
___DEF_OLD_SYM_GLO(___S_mutex_3f_,___G_mutex_3f_)
___DEF_OLD_SYM_GLO(___S_n,___G_n)
___DEF_OLD_SYM_GLO(___S_name,___G_name)
___DEF_OLD_SYM_GLO(___S_named_2d_char_2d_table,___G_named_2d_char_2d_table)
___DEF_OLD_SYM_GLO(___S_namespace,___G_namespace)
___DEF_OLD_SYM_GLO(___S_namespace_2d_prefix_2d_must_2d_be_2d_string,___G_namespace_2d_prefix_2d_must_2d_be_2d_string)
___DEF_OLD_SYM_GLO(___S_nan_3f_,___G_nan_3f_)
___DEF_OLD_SYM_GLO(___S_nanosecond,___G_nanosecond)
___DEF_OLD_SYM_GLO(___S_nb_2d_gcs,___G_nb_2d_gcs)
___DEF_OLD_SYM_GLO(___S_negative_3f_,___G_negative_3f_)
___DEF_OLD_SYM_GLO(___S_network_2d_family,___G_network_2d_family)
___DEF_OLD_SYM_GLO(___S_network_2d_info,___G_network_2d_info)
___DEF_OLD_SYM_GLO(___S_network_2d_info_2d_aliases,___G_network_2d_info_2d_aliases)
___DEF_OLD_SYM_GLO(___S_network_2d_info_2d_name,___G_network_2d_info_2d_name)
___DEF_OLD_SYM_GLO(___S_network_2d_info_2d_number,___G_network_2d_info_2d_number)
___DEF_OLD_SYM_GLO(___S_network_2d_info_3f_,___G_network_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_network_2d_protocol,___G_network_2d_protocol)
___DEF_OLD_SYM_GLO(___S_network_2d_socket_2d_type,___G_network_2d_socket_2d_type)
___DEF_OLD_SYM_GLO(___S_new,___G_new)
___DEF_OLD_SYM_GLO(___S_newline,___G_newline)
___DEF_OLD_SYM_GLO(___S_no_2d_colon,___G_no_2d_colon)
___DEF_OLD_SYM_GLO(___S_no_2d_comma,___G_no_2d_comma)
___DEF_OLD_SYM_GLO(___S_no_2d_comma_2d_and_2d_no_2d_bar,___G_no_2d_comma_2d_and_2d_no_2d_bar)
___DEF_OLD_SYM_GLO(___S_no_2d_such_2d_file_2d_or_2d_directory_2d_exception,___G_no_2d_such_2d_file_2d_or_2d_directory_2d_exception)
___DEF_OLD_SYM_GLO(___S_no_2d_such_2d_file_2d_or_2d_directory_2d_exception_2d_arguments,___G_no_2d_such_2d_file_2d_or_2d_directory_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_no_2d_such_2d_file_2d_or_2d_directory_2d_exception_2d_procedure,___G_no_2d_such_2d_file_2d_or_2d_directory_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_no_2d_such_2d_file_2d_or_2d_directory_2d_exception_3f_,___G_no_2d_such_2d_file_2d_or_2d_directory_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_noncontinuable_2d_exception,___G_noncontinuable_2d_exception)
___DEF_OLD_SYM_GLO(___S_noncontinuable_2d_exception_2d_reason,___G_noncontinuable_2d_exception_2d_reason)
___DEF_OLD_SYM_GLO(___S_noncontinuable_2d_exception_3f_,___G_noncontinuable_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_none,___G_none)
___DEF_OLD_SYM_GLO(___S_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception,___G_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception)
___DEF_OLD_SYM_GLO(___S_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception_2d_arguments,___G_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception_2d_procedure,___G_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception_3f_,___G_nonempty_2d_input_2d_port_2d_character_2d_buffer_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_nonprocedure_2d_operator_2d_exception,___G_nonprocedure_2d_operator_2d_exception)
___DEF_OLD_SYM_GLO(___S_nonprocedure_2d_operator_2d_exception_2d_arguments,___G_nonprocedure_2d_operator_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_nonprocedure_2d_operator_2d_exception_2d_code,___G_nonprocedure_2d_operator_2d_exception_2d_code)
___DEF_OLD_SYM_GLO(___S_nonprocedure_2d_operator_2d_exception_2d_operator,___G_nonprocedure_2d_operator_2d_exception_2d_operator)
___DEF_OLD_SYM_GLO(___S_nonprocedure_2d_operator_2d_exception_2d_rte,___G_nonprocedure_2d_operator_2d_exception_2d_rte)
___DEF_OLD_SYM_GLO(___S_nonprocedure_2d_operator_2d_exception_3f_,___G_nonprocedure_2d_operator_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_not,___G_not)
___DEF_OLD_SYM_GLO(___S_not_2d_abandoned,___G_not_2d_abandoned)
___DEF_OLD_SYM_GLO(___S_not_2d_found,___G_not_2d_found)
___DEF_OLD_SYM_GLO(___S_not_2d_owned,___G_not_2d_owned)
___DEF_OLD_SYM_GLO(___S_not_2d_started,___G_not_2d_started)
___DEF_OLD_SYM_GLO(___S_ns,___G_ns)
___DEF_OLD_SYM_GLO(___S_null_2d_environment,___G_null_2d_environment)
___DEF_OLD_SYM_GLO(___S_null_3f_,___G_null_3f_)
___DEF_OLD_SYM_GLO(___S_number,___G_number)
___DEF_OLD_SYM_GLO(___S_number_2d__3e_string,___G_number_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_number_2d_of_2d_arguments_2d_limit_2d_exception,___G_number_2d_of_2d_arguments_2d_limit_2d_exception)
___DEF_OLD_SYM_GLO(___S_number_2d_of_2d_arguments_2d_limit_2d_exception_2d_arguments,___G_number_2d_of_2d_arguments_2d_limit_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_number_2d_of_2d_arguments_2d_limit_2d_exception_2d_procedure,___G_number_2d_of_2d_arguments_2d_limit_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_number_2d_of_2d_arguments_2d_limit_2d_exception_3f_,___G_number_2d_of_2d_arguments_2d_limit_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_number_2d_of_2d_links,___G_number_2d_of_2d_links)
___DEF_OLD_SYM_GLO(___S_number_3f_,___G_number_3f_)
___DEF_OLD_SYM_GLO(___S_numerator,___G_numerator)
___DEF_OLD_SYM_GLO(___S_obj,___G_obj)
___DEF_OLD_SYM_GLO(___S_object_2d__3e_serial_2d_number,___G_object_2d__3e_serial_2d_number)
___DEF_OLD_SYM_GLO(___S_object_2d__3e_string,___G_object_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_object_2d__3e_u8vector,___G_object_2d__3e_u8vector)
___DEF_OLD_SYM_GLO(___S_object_2d_input_2d_port,___G_object_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_object_2d_output_2d_port,___G_object_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_object_2d_port,___G_object_2d_port)
___DEF_OLD_SYM_GLO(___S_odd_3f_,___G_odd_3f_)
___DEF_OLD_SYM_GLO(___S_open_2d_binary_2d_input_2d_file,___G_open_2d_binary_2d_input_2d_file)
___DEF_OLD_SYM_GLO(___S_open_2d_binary_2d_output_2d_file,___G_open_2d_binary_2d_output_2d_file)
___DEF_OLD_SYM_GLO(___S_open_2d_directory,___G_open_2d_directory)
___DEF_OLD_SYM_GLO(___S_open_2d_dummy,___G_open_2d_dummy)
___DEF_OLD_SYM_GLO(___S_open_2d_event_2d_queue,___G_open_2d_event_2d_queue)
___DEF_OLD_SYM_GLO(___S_open_2d_file,___G_open_2d_file)
___DEF_OLD_SYM_GLO(___S_open_2d_input_2d_bytevector,___G_open_2d_input_2d_bytevector)
___DEF_OLD_SYM_GLO(___S_open_2d_input_2d_file,___G_open_2d_input_2d_file)
___DEF_OLD_SYM_GLO(___S_open_2d_input_2d_process,___G_open_2d_input_2d_process)
___DEF_OLD_SYM_GLO(___S_open_2d_input_2d_string,___G_open_2d_input_2d_string)
___DEF_OLD_SYM_GLO(___S_open_2d_input_2d_u8vector,___G_open_2d_input_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_open_2d_input_2d_vector,___G_open_2d_input_2d_vector)
___DEF_OLD_SYM_GLO(___S_open_2d_output_2d_bytevector,___G_open_2d_output_2d_bytevector)
___DEF_OLD_SYM_GLO(___S_open_2d_output_2d_file,___G_open_2d_output_2d_file)
___DEF_OLD_SYM_GLO(___S_open_2d_output_2d_process,___G_open_2d_output_2d_process)
___DEF_OLD_SYM_GLO(___S_open_2d_output_2d_string,___G_open_2d_output_2d_string)
___DEF_OLD_SYM_GLO(___S_open_2d_output_2d_u8vector,___G_open_2d_output_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_open_2d_output_2d_vector,___G_open_2d_output_2d_vector)
___DEF_OLD_SYM_GLO(___S_open_2d_paren_2d_expected,___G_open_2d_paren_2d_expected)
___DEF_OLD_SYM_GLO(___S_open_2d_process,___G_open_2d_process)
___DEF_OLD_SYM_GLO(___S_open_2d_string,___G_open_2d_string)
___DEF_OLD_SYM_GLO(___S_open_2d_string_2d_pipe,___G_open_2d_string_2d_pipe)
___DEF_OLD_SYM_GLO(___S_open_2d_tcp_2d_client,___G_open_2d_tcp_2d_client)
___DEF_OLD_SYM_GLO(___S_open_2d_tcp_2d_server,___G_open_2d_tcp_2d_server)
___DEF_OLD_SYM_GLO(___S_open_2d_u8vector,___G_open_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_open_2d_u8vector_2d_pipe,___G_open_2d_u8vector_2d_pipe)
___DEF_OLD_SYM_GLO(___S_open_2d_udp,___G_open_2d_udp)
___DEF_OLD_SYM_GLO(___S_open_2d_vector,___G_open_2d_vector)
___DEF_OLD_SYM_GLO(___S_open_2d_vector_2d_pipe,___G_open_2d_vector_2d_pipe)
___DEF_OLD_SYM_GLO(___S_oper,___G_oper)
___DEF_OLD_SYM_GLO(___S_operator,___G_operator)
___DEF_OLD_SYM_GLO(___S_or,___G_or)
___DEF_OLD_SYM_GLO(___S_os_2d_exception,___G_os_2d_exception)
___DEF_OLD_SYM_GLO(___S_os_2d_exception_2d_arguments,___G_os_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_os_2d_exception_2d_code,___G_os_2d_exception_2d_code)
___DEF_OLD_SYM_GLO(___S_os_2d_exception_2d_message,___G_os_2d_exception_2d_message)
___DEF_OLD_SYM_GLO(___S_os_2d_exception_2d_procedure,___G_os_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_os_2d_exception_3f_,___G_os_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_other,___G_other)
___DEF_OLD_SYM_GLO(___S_output,___G_output)
___DEF_OLD_SYM_GLO(___S_output_2d_port,___G_output_2d_port)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_byte_2d_position,___G_output_2d_port_2d_byte_2d_position)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_char_2d_position,___G_output_2d_port_2d_char_2d_position)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_column,___G_output_2d_port_2d_column)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_line,___G_output_2d_port_2d_line)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_open_3f_,___G_output_2d_port_2d_open_3f_)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_readtable,___G_output_2d_port_2d_readtable)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_readtable_2d_set_21_,___G_output_2d_port_2d_readtable_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_timeout_2d_set_21_,___G_output_2d_port_2d_timeout_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_output_2d_port_2d_width,___G_output_2d_port_2d_width)
___DEF_OLD_SYM_GLO(___S_output_2d_port_3f_,___G_output_2d_port_3f_)
___DEF_OLD_SYM_GLO(___S_output_2d_readtable,___G_output_2d_readtable)
___DEF_OLD_SYM_GLO(___S_output_2d_width,___G_output_2d_width)
___DEF_OLD_SYM_GLO(___S_owner,___G_owner)
___DEF_OLD_SYM_GLO(___S_owner_2d_mutex,___G_owner_2d_mutex)
___DEF_OLD_SYM_GLO(___S_pair,___G_pair)
___DEF_OLD_SYM_GLO(___S_pair_2d_list,___G_pair_2d_list)
___DEF_OLD_SYM_GLO(___S_pair_3f_,___G_pair_3f_)
___DEF_OLD_SYM_GLO(___S_parameter_2d_expected_2d_after_2d_rest,___G_parameter_2d_expected_2d_after_2d_rest)
___DEF_OLD_SYM_GLO(___S_parameter_2d_must_2d_be_2d_id,___G_parameter_2d_must_2d_be_2d_id)
___DEF_OLD_SYM_GLO(___S_parameter_2d_must_2d_be_2d_id_2d_or_2d_default,___G_parameter_2d_must_2d_be_2d_id_2d_or_2d_default)
___DEF_OLD_SYM_GLO(___S_parameterize,___G_parameterize)
___DEF_OLD_SYM_GLO(___S_parameters,___G_parameters)
___DEF_OLD_SYM_GLO(___S_paren_2d_keyword,___G_paren_2d_keyword)
___DEF_OLD_SYM_GLO(___S_parent,___G_parent)
___DEF_OLD_SYM_GLO(___S_partially_2d_initialized_2d_structure,___G_partially_2d_initialized_2d_structure)
___DEF_OLD_SYM_GLO(___S_path,___G_path)
___DEF_OLD_SYM_GLO(___S_path_2d_directory,___G_path_2d_directory)
___DEF_OLD_SYM_GLO(___S_path_2d_expand,___G_path_2d_expand)
___DEF_OLD_SYM_GLO(___S_path_2d_extension,___G_path_2d_extension)
___DEF_OLD_SYM_GLO(___S_path_2d_normalize,___G_path_2d_normalize)
___DEF_OLD_SYM_GLO(___S_path_2d_strip_2d_directory,___G_path_2d_strip_2d_directory)
___DEF_OLD_SYM_GLO(___S_path_2d_strip_2d_extension,___G_path_2d_strip_2d_extension)
___DEF_OLD_SYM_GLO(___S_path_2d_strip_2d_trailing_2d_directory_2d_separator,___G_path_2d_strip_2d_trailing_2d_directory_2d_separator)
___DEF_OLD_SYM_GLO(___S_path_2d_strip_2d_volume,___G_path_2d_strip_2d_volume)
___DEF_OLD_SYM_GLO(___S_path_2d_volume,___G_path_2d_volume)
___DEF_OLD_SYM_GLO(___S_peek_2d_char,___G_peek_2d_char)
___DEF_OLD_SYM_GLO(___S_peek_2d_eof_3f_,___G_peek_2d_eof_3f_)
___DEF_OLD_SYM_GLO(___S_peer,___G_peer)
___DEF_OLD_SYM_GLO(___S_permanent_2d_close,___G_permanent_2d_close)
___DEF_OLD_SYM_GLO(___S_permissions,___G_permissions)
___DEF_OLD_SYM_GLO(___S_pinpoint_2d_continuation,___G_pinpoint_2d_continuation)
___DEF_OLD_SYM_GLO(___S_pipe_2d_port,___G_pipe_2d_port)
___DEF_OLD_SYM_GLO(___S_point,___G_point)
___DEF_OLD_SYM_GLO(___S_port,___G_port)
___DEF_OLD_SYM_GLO(___S_port_2d_io_2d_exception_2d_handler_2d_set_21_,___G_port_2d_io_2d_exception_2d_handler_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_port_2d_number,___G_port_2d_number)
___DEF_OLD_SYM_GLO(___S_port_2d_settings_2d_set_21_,___G_port_2d_settings_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_port_3f_,___G_port_3f_)
___DEF_OLD_SYM_GLO(___S_positive_3f_,___G_positive_3f_)
___DEF_OLD_SYM_GLO(___S_pp,___G_pp)
___DEF_OLD_SYM_GLO(___S_pred,___G_pred)
___DEF_OLD_SYM_GLO(___S_prefix,___G_prefix)
___DEF_OLD_SYM_GLO(___S_pretty_2d_print,___G_pretty_2d_print)
___DEF_OLD_SYM_GLO(___S_pretty_2d_print_2d_formats,___G_pretty_2d_print_2d_formats)
___DEF_OLD_SYM_GLO(___S_prev_2d_depth,___G_prev_2d_depth)
___DEF_OLD_SYM_GLO(___S_prev_2d_level,___G_prev_2d_level)
___DEF_OLD_SYM_GLO(___S_primordial,___G_primordial)
___DEF_OLD_SYM_GLO(___S_primordial_2d_exception_2d_handler,___G_primordial_2d_exception_2d_handler)
___DEF_OLD_SYM_GLO(___S_print,___G_print)
___DEF_OLD_SYM_GLO(___S_println,___G_println)
___DEF_OLD_SYM_GLO(___S_proc,___G_proc)
___DEF_OLD_SYM_GLO(___S_procedure,___G_procedure)
___DEF_OLD_SYM_GLO(___S_procedure_3f_,___G_procedure_3f_)
___DEF_OLD_SYM_GLO(___S_process,___G_process)
___DEF_OLD_SYM_GLO(___S_process_2d_pid,___G_process_2d_pid)
___DEF_OLD_SYM_GLO(___S_process_2d_port,___G_process_2d_port)
___DEF_OLD_SYM_GLO(___S_process_2d_status,___G_process_2d_status)
___DEF_OLD_SYM_GLO(___S_process_2d_times,___G_process_2d_times)
___DEF_OLD_SYM_GLO(___S_processor,___G_processor)
___DEF_OLD_SYM_GLO(___S_processor_2d_deq_2d_next,___G_processor_2d_deq_2d_next)
___DEF_OLD_SYM_GLO(___S_processor_2d_deq_2d_prev,___G_processor_2d_deq_2d_prev)
___DEF_OLD_SYM_GLO(___S_processor_2d_id,___G_processor_2d_id)
___DEF_OLD_SYM_GLO(___S_processor_3f_,___G_processor_3f_)
___DEF_OLD_SYM_GLO(___S_promise,___G_promise)
___DEF_OLD_SYM_GLO(___S_promise_3f_,___G_promise_3f_)
___DEF_OLD_SYM_GLO(___S_proper_2d_tail_2d_calls,___G_proper_2d_tail_2d_calls)
___DEF_OLD_SYM_GLO(___S_protocol,___G_protocol)
___DEF_OLD_SYM_GLO(___S_protocol_2d_info,___G_protocol_2d_info)
___DEF_OLD_SYM_GLO(___S_protocol_2d_info_2d_aliases,___G_protocol_2d_info_2d_aliases)
___DEF_OLD_SYM_GLO(___S_protocol_2d_info_2d_name,___G_protocol_2d_info_2d_name)
___DEF_OLD_SYM_GLO(___S_protocol_2d_info_2d_number,___G_protocol_2d_info_2d_number)
___DEF_OLD_SYM_GLO(___S_protocol_2d_info_3f_,___G_protocol_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_psettings,___G_psettings)
___DEF_OLD_SYM_GLO(___S_psettings_2d_options,___G_psettings_2d_options)
___DEF_OLD_SYM_GLO(___S_pseudo_2d_randomize_21_,___G_pseudo_2d_randomize_21_)
___DEF_OLD_SYM_GLO(___S_pseudo_2d_term,___G_pseudo_2d_term)
___DEF_OLD_SYM_GLO(___S_q,___G_q)
___DEF_OLD_SYM_GLO(___S_qt,___G_qt)
___DEF_OLD_SYM_GLO(___S_quasiquote,___G_quasiquote)
___DEF_OLD_SYM_GLO(___S_quasiquote_2d_keyword,___G_quasiquote_2d_keyword)
___DEF_OLD_SYM_GLO(___S_quasisyntax,___G_quasisyntax)
___DEF_OLD_SYM_GLO(___S_quote,___G_quote)
___DEF_OLD_SYM_GLO(___S_quote_2d_keyword,___G_quote_2d_keyword)
___DEF_OLD_SYM_GLO(___S_quotient,___G_quotient)
___DEF_OLD_SYM_GLO(___S_r6rs_2d_compatible_2d_read_3f_,___G_r6rs_2d_compatible_2d_read_3f_)
___DEF_OLD_SYM_GLO(___S_r6rs_2d_compatible_2d_write_3f_,___G_r6rs_2d_compatible_2d_write_3f_)
___DEF_OLD_SYM_GLO(___S_r7rs_2d_compatible_2d_read_3f_,___G_r7rs_2d_compatible_2d_read_3f_)
___DEF_OLD_SYM_GLO(___S_r7rs_2d_compatible_2d_write_3f_,___G_r7rs_2d_compatible_2d_write_3f_)
___DEF_OLD_SYM_GLO(___S_raise,___G_raise)
___DEF_OLD_SYM_GLO(___S_random_2d_f64vector,___G_random_2d_f64vector)
___DEF_OLD_SYM_GLO(___S_random_2d_integer,___G_random_2d_integer)
___DEF_OLD_SYM_GLO(___S_random_2d_real,___G_random_2d_real)
___DEF_OLD_SYM_GLO(___S_random_2d_source,___G_random_2d_source)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_make_2d_f64vectors,___G_random_2d_source_2d_make_2d_f64vectors)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_make_2d_integers,___G_random_2d_source_2d_make_2d_integers)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_make_2d_reals,___G_random_2d_source_2d_make_2d_reals)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_make_2d_u8vectors,___G_random_2d_source_2d_make_2d_u8vectors)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_pseudo_2d_randomize_21_,___G_random_2d_source_2d_pseudo_2d_randomize_21_)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_randomize_21_,___G_random_2d_source_2d_randomize_21_)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_state,___G_random_2d_source_2d_state)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_state_2d_ref,___G_random_2d_source_2d_state_2d_ref)
___DEF_OLD_SYM_GLO(___S_random_2d_source_2d_state_2d_set_21_,___G_random_2d_source_2d_state_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_random_2d_source_3f_,___G_random_2d_source_3f_)
___DEF_OLD_SYM_GLO(___S_random_2d_u8vector,___G_random_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_randomize_21_,___G_randomize_21_)
___DEF_OLD_SYM_GLO(___S_range_2d_exception,___G_range_2d_exception)
___DEF_OLD_SYM_GLO(___S_range_2d_exception_2d_arg_2d_num,___G_range_2d_exception_2d_arg_2d_num)
___DEF_OLD_SYM_GLO(___S_range_2d_exception_2d_arguments,___G_range_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_range_2d_exception_2d_procedure,___G_range_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_range_2d_exception_3f_,___G_range_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_rational,___G_rational)
___DEF_OLD_SYM_GLO(___S_rational_3f_,___G_rational_3f_)
___DEF_OLD_SYM_GLO(___S_rationalize,___G_rationalize)
___DEF_OLD_SYM_GLO(___S_ratios,___G_ratios)
___DEF_OLD_SYM_GLO(___S_raw_2d_device_2d_port,___G_raw_2d_device_2d_port)
___DEF_OLD_SYM_GLO(___S_rbuf,___G_rbuf)
___DEF_OLD_SYM_GLO(___S_rbuf_2d_fill,___G_rbuf_2d_fill)
___DEF_OLD_SYM_GLO(___S_rchars,___G_rchars)
___DEF_OLD_SYM_GLO(___S_rcondvar,___G_rcondvar)
___DEF_OLD_SYM_GLO(___S_rcurline,___G_rcurline)
___DEF_OLD_SYM_GLO(___S_rdevice_2d_condvar,___G_rdevice_2d_condvar)
___DEF_OLD_SYM_GLO(___S_read,___G_read)
___DEF_OLD_SYM_GLO(___S_read_2d_all,___G_read_2d_all)
___DEF_OLD_SYM_GLO(___S_read_2d_bytevector,___G_read_2d_bytevector)
___DEF_OLD_SYM_GLO(___S_read_2d_bytevector_21_,___G_read_2d_bytevector_21_)
___DEF_OLD_SYM_GLO(___S_read_2d_char,___G_read_2d_char)
___DEF_OLD_SYM_GLO(___S_read_2d_command,___G_read_2d_command)
___DEF_OLD_SYM_GLO(___S_read_2d_cont,___G_read_2d_cont)
___DEF_OLD_SYM_GLO(___S_read_2d_datum,___G_read_2d_datum)
___DEF_OLD_SYM_GLO(___S_read_2d_error_3f_,___G_read_2d_error_3f_)
___DEF_OLD_SYM_GLO(___S_read_2d_expr,___G_read_2d_expr)
___DEF_OLD_SYM_GLO(___S_read_2d_line,___G_read_2d_line)
___DEF_OLD_SYM_GLO(___S_read_2d_string,___G_read_2d_string)
___DEF_OLD_SYM_GLO(___S_read_2d_substring,___G_read_2d_substring)
___DEF_OLD_SYM_GLO(___S_read_2d_subu8vector,___G_read_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S_read_2d_u8,___G_read_2d_u8)
___DEF_OLD_SYM_GLO(___S_readenv,___G_readenv)
___DEF_OLD_SYM_GLO(___S_readtable,___G_readtable)
___DEF_OLD_SYM_GLO(___S_readtable_2d_case_2d_conversion_3f_,___G_readtable_2d_case_2d_conversion_3f_)
___DEF_OLD_SYM_GLO(___S_readtable_2d_case_2d_conversion_3f__2d_set,___G_readtable_2d_case_2d_conversion_3f__2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_comment_2d_handler,___G_readtable_2d_comment_2d_handler)
___DEF_OLD_SYM_GLO(___S_readtable_2d_comment_2d_handler_2d_set,___G_readtable_2d_comment_2d_handler_2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_eval_2d_allowed_3f_,___G_readtable_2d_eval_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_readtable_2d_eval_2d_allowed_3f__2d_set,___G_readtable_2d_eval_2d_allowed_3f__2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_keywords_2d_allowed_3f_,___G_readtable_2d_keywords_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_readtable_2d_keywords_2d_allowed_3f__2d_set,___G_readtable_2d_keywords_2d_allowed_3f__2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_max_2d_unescaped_2d_char,___G_readtable_2d_max_2d_unescaped_2d_char)
___DEF_OLD_SYM_GLO(___S_readtable_2d_max_2d_unescaped_2d_char_2d_set,___G_readtable_2d_max_2d_unescaped_2d_char_2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_max_2d_write_2d_length,___G_readtable_2d_max_2d_write_2d_length)
___DEF_OLD_SYM_GLO(___S_readtable_2d_max_2d_write_2d_length_2d_set,___G_readtable_2d_max_2d_write_2d_length_2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_max_2d_write_2d_level,___G_readtable_2d_max_2d_write_2d_level)
___DEF_OLD_SYM_GLO(___S_readtable_2d_max_2d_write_2d_level_2d_set,___G_readtable_2d_max_2d_write_2d_level_2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_sharing_2d_allowed_3f_,___G_readtable_2d_sharing_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_readtable_2d_sharing_2d_allowed_3f__2d_set,___G_readtable_2d_sharing_2d_allowed_3f__2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_start_2d_syntax,___G_readtable_2d_start_2d_syntax)
___DEF_OLD_SYM_GLO(___S_readtable_2d_start_2d_syntax_2d_set,___G_readtable_2d_start_2d_syntax_2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_write_2d_cdr_2d_read_2d_macros_3f_,___G_readtable_2d_write_2d_cdr_2d_read_2d_macros_3f_)
___DEF_OLD_SYM_GLO(___S_readtable_2d_write_2d_cdr_2d_read_2d_macros_3f__2d_set,___G_readtable_2d_write_2d_cdr_2d_read_2d_macros_3f__2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_2d_write_2d_extended_2d_read_2d_macros_3f_,___G_readtable_2d_write_2d_extended_2d_read_2d_macros_3f_)
___DEF_OLD_SYM_GLO(___S_readtable_2d_write_2d_extended_2d_read_2d_macros_3f__2d_set,___G_readtable_2d_write_2d_extended_2d_read_2d_macros_3f__2d_set)
___DEF_OLD_SYM_GLO(___S_readtable_3f_,___G_readtable_3f_)
___DEF_OLD_SYM_GLO(___S_real,___G_real)
___DEF_OLD_SYM_GLO(___S_real_2d_part,___G_real_2d_part)
___DEF_OLD_SYM_GLO(___S_real_2d_time,___G_real_2d_time)
___DEF_OLD_SYM_GLO(___S_real_3f_,___G_real_3f_)
___DEF_OLD_SYM_GLO(___S_really_2d_exit_3f_,___G_really_2d_exit_3f_)
___DEF_OLD_SYM_GLO(___S_reason,___G_reason)
___DEF_OLD_SYM_GLO(___S_receive,___G_receive)
___DEF_OLD_SYM_GLO(___S_regular,___G_regular)
___DEF_OLD_SYM_GLO(___S_remainder,___G_remainder)
___DEF_OLD_SYM_GLO(___S_rename_2d_file,___G_rename_2d_file)
___DEF_OLD_SYM_GLO(___S_repl_2d_channel,___G_repl_2d_channel)
___DEF_OLD_SYM_GLO(___S_repl_2d_channel_2d_ports,___G_repl_2d_channel_2d_ports)
___DEF_OLD_SYM_GLO(___S_repl_2d_context,___G_repl_2d_context)
___DEF_OLD_SYM_GLO(___S_repl_2d_display_2d_environment_3f_,___G_repl_2d_display_2d_environment_3f_)
___DEF_OLD_SYM_GLO(___S_repl_2d_input_2d_port,___G_repl_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_repl_2d_output_2d_port,___G_repl_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_repl_2d_result_2d_history_2d_max_2d_length_2d_set_21_,___G_repl_2d_result_2d_history_2d_max_2d_length_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_repl_2d_result_2d_history_2d_ref,___G_repl_2d_result_2d_history_2d_ref)
___DEF_OLD_SYM_GLO(___S_replace_2d_bit_2d_field,___G_replace_2d_bit_2d_field)
___DEF_OLD_SYM_GLO(___S_request_2d_client_2d_authentication,___G_request_2d_client_2d_authentication)
___DEF_OLD_SYM_GLO(___S_required_2d_modules,___G_required_2d_modules)
___DEF_OLD_SYM_GLO(___S_reserved_2d_used_2d_as_2d_variable,___G_reserved_2d_used_2d_as_2d_variable)
___DEF_OLD_SYM_GLO(___S_rest_2d_parm_2d_must_2d_be_2d_last,___G_rest_2d_parm_2d_must_2d_be_2d_last)
___DEF_OLD_SYM_GLO(___S_rest_3f_,___G_rest_3f_)
___DEF_OLD_SYM_GLO(___S_result,___G_result)
___DEF_OLD_SYM_GLO(___S_result_2d_history,___G_result_2d_history)
___DEF_OLD_SYM_GLO(___S_resume_2d_thunk,___G_resume_2d_thunk)
___DEF_OLD_SYM_GLO(___S_return,___G_return)
___DEF_OLD_SYM_GLO(___S_reuse_2d_address,___G_reuse_2d_address)
___DEF_OLD_SYM_GLO(___S_rev_2d_args,___G_rev_2d_args)
___DEF_OLD_SYM_GLO(___S_rev_2d_vals,___G_rev_2d_vals)
___DEF_OLD_SYM_GLO(___S_reverse,___G_reverse)
___DEF_OLD_SYM_GLO(___S_reverse_21_,___G_reverse_21_)
___DEF_OLD_SYM_GLO(___S_rhi,___G_rhi)
___DEF_OLD_SYM_GLO(___S_rkind,___G_rkind)
___DEF_OLD_SYM_GLO(___S_rlines,___G_rlines)
___DEF_OLD_SYM_GLO(___S_rlo,___G_rlo)
___DEF_OLD_SYM_GLO(___S_roptions,___G_roptions)
___DEF_OLD_SYM_GLO(___S_round,___G_round)
___DEF_OLD_SYM_GLO(___S_rpc_2d_remote_2d_error_2d_exception,___G_rpc_2d_remote_2d_error_2d_exception)
___DEF_OLD_SYM_GLO(___S_rpc_2d_remote_2d_error_2d_exception_2d_arguments,___G_rpc_2d_remote_2d_error_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_rpc_2d_remote_2d_error_2d_exception_2d_message,___G_rpc_2d_remote_2d_error_2d_exception_2d_message)
___DEF_OLD_SYM_GLO(___S_rpc_2d_remote_2d_error_2d_exception_2d_procedure,___G_rpc_2d_remote_2d_error_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_rpc_2d_remote_2d_error_2d_exception_3f_,___G_rpc_2d_remote_2d_error_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_rte,___G_rte)
___DEF_OLD_SYM_GLO(___S_rtimeout,___G_rtimeout)
___DEF_OLD_SYM_GLO(___S_rtimeout_2d_thunk,___G_rtimeout_2d_thunk)
___DEF_OLD_SYM_GLO(___S_s,___G_s)
___DEF_OLD_SYM_GLO(___S_s16_2d_expected,___G_s16_2d_expected)
___DEF_OLD_SYM_GLO(___S_s16vector,___G_s16vector)
___DEF_OLD_SYM_GLO(___S_s16vector_2d__3e_list,___G_s16vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_append,___G_s16vector_2d_append)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_copy,___G_s16vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_copy_21_,___G_s16vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_fill_21_,___G_s16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_length,___G_s16vector_2d_length)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_list,___G_s16vector_2d_list)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_ref,___G_s16vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_set,___G_s16vector_2d_set)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_set_21_,___G_s16vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_s16vector_2d_shrink_21_,___G_s16vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_s16vector_3f_,___G_s16vector_3f_)
___DEF_OLD_SYM_GLO(___S_s32_2d_expected,___G_s32_2d_expected)
___DEF_OLD_SYM_GLO(___S_s32vector,___G_s32vector)
___DEF_OLD_SYM_GLO(___S_s32vector_2d__3e_list,___G_s32vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_append,___G_s32vector_2d_append)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_copy,___G_s32vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_copy_21_,___G_s32vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_fill_21_,___G_s32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_length,___G_s32vector_2d_length)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_list,___G_s32vector_2d_list)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_ref,___G_s32vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_set,___G_s32vector_2d_set)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_set_21_,___G_s32vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_s32vector_2d_shrink_21_,___G_s32vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_s32vector_3f_,___G_s32vector_3f_)
___DEF_OLD_SYM_GLO(___S_s64_2d_expected,___G_s64_2d_expected)
___DEF_OLD_SYM_GLO(___S_s64vector,___G_s64vector)
___DEF_OLD_SYM_GLO(___S_s64vector_2d__3e_list,___G_s64vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_append,___G_s64vector_2d_append)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_copy,___G_s64vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_copy_21_,___G_s64vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_fill_21_,___G_s64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_length,___G_s64vector_2d_length)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_list,___G_s64vector_2d_list)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_ref,___G_s64vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_set,___G_s64vector_2d_set)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_set_21_,___G_s64vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_s64vector_2d_shrink_21_,___G_s64vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_s64vector_3f_,___G_s64vector_3f_)
___DEF_OLD_SYM_GLO(___S_s8_2d_expected,___G_s8_2d_expected)
___DEF_OLD_SYM_GLO(___S_s8vector,___G_s8vector)
___DEF_OLD_SYM_GLO(___S_s8vector_2d__3e_list,___G_s8vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_append,___G_s8vector_2d_append)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_copy,___G_s8vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_copy_21_,___G_s8vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_fill_21_,___G_s8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_length,___G_s8vector_2d_length)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_list,___G_s8vector_2d_list)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_ref,___G_s8vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_set,___G_s8vector_2d_set)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_set_21_,___G_s8vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_s8vector_2d_shrink_21_,___G_s8vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_s8vector_3f_,___G_s8vector_3f_)
___DEF_OLD_SYM_GLO(___S_safe,___G_safe)
___DEF_OLD_SYM_GLO(___S_scheduler_2d_exception,___G_scheduler_2d_exception)
___DEF_OLD_SYM_GLO(___S_scheduler_2d_exception_2d_reason,___G_scheduler_2d_exception_2d_reason)
___DEF_OLD_SYM_GLO(___S_scheduler_2d_exception_3f_,___G_scheduler_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_scheme_2d_report_2d_environment,___G_scheme_2d_report_2d_environment)
___DEF_OLD_SYM_GLO(___S_scm,___G_scm)
___DEF_OLD_SYM_GLO(___S_script,___G_script)
___DEF_OLD_SYM_GLO(___S_second,___G_second)
___DEF_OLD_SYM_GLO(___S_seconds_2d__3e_time,___G_seconds_2d__3e_time)
___DEF_OLD_SYM_GLO(___S_serial_2d_number_2d__3e_object,___G_serial_2d_number_2d__3e_object)
___DEF_OLD_SYM_GLO(___S_serial_2d_port,___G_serial_2d_port)
___DEF_OLD_SYM_GLO(___S_serialize,___G_serialize)
___DEF_OLD_SYM_GLO(___S_server_2d_mode,___G_server_2d_mode)
___DEF_OLD_SYM_GLO(___S_service_2d_info,___G_service_2d_info)
___DEF_OLD_SYM_GLO(___S_service_2d_info_2d_aliases,___G_service_2d_info_2d_aliases)
___DEF_OLD_SYM_GLO(___S_service_2d_info_2d_name,___G_service_2d_info_2d_name)
___DEF_OLD_SYM_GLO(___S_service_2d_info_2d_port_2d_number,___G_service_2d_info_2d_port_2d_number)
___DEF_OLD_SYM_GLO(___S_service_2d_info_2d_protocol,___G_service_2d_info_2d_protocol)
___DEF_OLD_SYM_GLO(___S_service_2d_info_3f_,___G_service_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_set_21_,___G_set_21_)
___DEF_OLD_SYM_GLO(___S_set_2d_box_21_,___G_set_2d_box_21_)
___DEF_OLD_SYM_GLO(___S_set_2d_car_21_,___G_set_2d_car_21_)
___DEF_OLD_SYM_GLO(___S_set_2d_cdr_21_,___G_set_2d_cdr_21_)
___DEF_OLD_SYM_GLO(___S_set_2d_rtimeout,___G_set_2d_rtimeout)
___DEF_OLD_SYM_GLO(___S_set_2d_wtimeout,___G_set_2d_wtimeout)
___DEF_OLD_SYM_GLO(___S_setenv,___G_setenv)
___DEF_OLD_SYM_GLO(___S_settings,___G_settings)
___DEF_OLD_SYM_GLO(___S_sfun_2d_conversion_2d_exception,___G_sfun_2d_conversion_2d_exception)
___DEF_OLD_SYM_GLO(___S_sfun_2d_conversion_2d_exception_2d_arguments,___G_sfun_2d_conversion_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_sfun_2d_conversion_2d_exception_2d_code,___G_sfun_2d_conversion_2d_exception_2d_code)
___DEF_OLD_SYM_GLO(___S_sfun_2d_conversion_2d_exception_2d_message,___G_sfun_2d_conversion_2d_exception_2d_message)
___DEF_OLD_SYM_GLO(___S_sfun_2d_conversion_2d_exception_2d_procedure,___G_sfun_2d_conversion_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_sfun_2d_conversion_2d_exception_3f_,___G_sfun_2d_conversion_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_sharing_2d_allowed_3f_,___G_sharing_2d_allowed_3f_)
___DEF_OLD_SYM_GLO(___S_sharp_2d_bang_2d_table,___G_sharp_2d_bang_2d_table)
___DEF_OLD_SYM_GLO(___S_sharp_2d_num_2d_keyword,___G_sharp_2d_num_2d_keyword)
___DEF_OLD_SYM_GLO(___S_sharp_2d_quasiquote_2d_keyword,___G_sharp_2d_quasiquote_2d_keyword)
___DEF_OLD_SYM_GLO(___S_sharp_2d_quote_2d_keyword,___G_sharp_2d_quote_2d_keyword)
___DEF_OLD_SYM_GLO(___S_sharp_2d_seq_2d_keyword,___G_sharp_2d_seq_2d_keyword)
___DEF_OLD_SYM_GLO(___S_sharp_2d_unquote_2d_keyword,___G_sharp_2d_unquote_2d_keyword)
___DEF_OLD_SYM_GLO(___S_sharp_2d_unquote_2d_splicing_2d_keyword,___G_sharp_2d_unquote_2d_splicing_2d_keyword)
___DEF_OLD_SYM_GLO(___S_shell,___G_shell)
___DEF_OLD_SYM_GLO(___S_shell_2d_command,___G_shell_2d_command)
___DEF_OLD_SYM_GLO(___S_shift,___G_shift)
___DEF_OLD_SYM_GLO(___S_shortest,___G_shortest)
___DEF_OLD_SYM_GLO(___S_show_2d_console,___G_show_2d_console)
___DEF_OLD_SYM_GLO(___S_sin,___G_sin)
___DEF_OLD_SYM_GLO(___S_sinh,___G_sinh)
___DEF_OLD_SYM_GLO(___S_six,___G_six)
___DEF_OLD_SYM_GLO(___S_six_2d_type_3f_,___G_six_2d_type_3f_)
___DEF_OLD_SYM_GLO(___S_six_2e__21_,___G_six_2e__21_)
___DEF_OLD_SYM_GLO(___S_six_2e__21_x,___G_six_2e__21_x)
___DEF_OLD_SYM_GLO(___S_six_2e__26_x,___G_six_2e__26_x)
___DEF_OLD_SYM_GLO(___S_six_2e__2a_x,___G_six_2e__2a_x)
___DEF_OLD_SYM_GLO(___S_six_2e__2b__2b_x,___G_six_2e__2b__2b_x)
___DEF_OLD_SYM_GLO(___S_six_2e__2b_x,___G_six_2e__2b_x)
___DEF_OLD_SYM_GLO(___S_six_2e__2d__2d_x,___G_six_2e__2d__2d_x)
___DEF_OLD_SYM_GLO(___S_six_2e__2d_x,___G_six_2e__2d_x)
___DEF_OLD_SYM_GLO(___S_six_2e_arrow,___G_six_2e_arrow)
___DEF_OLD_SYM_GLO(___S_six_2e_break,___G_six_2e_break)
___DEF_OLD_SYM_GLO(___S_six_2e_call,___G_six_2e_call)
___DEF_OLD_SYM_GLO(___S_six_2e_case,___G_six_2e_case)
___DEF_OLD_SYM_GLO(___S_six_2e_clause,___G_six_2e_clause)
___DEF_OLD_SYM_GLO(___S_six_2e_compound,___G_six_2e_compound)
___DEF_OLD_SYM_GLO(___S_six_2e_cons,___G_six_2e_cons)
___DEF_OLD_SYM_GLO(___S_six_2e_continue,___G_six_2e_continue)
___DEF_OLD_SYM_GLO(___S_six_2e_define_2d_procedure,___G_six_2e_define_2d_procedure)
___DEF_OLD_SYM_GLO(___S_six_2e_define_2d_variable,___G_six_2e_define_2d_variable)
___DEF_OLD_SYM_GLO(___S_six_2e_do_2d_while,___G_six_2e_do_2d_while)
___DEF_OLD_SYM_GLO(___S_six_2e_dot,___G_six_2e_dot)
___DEF_OLD_SYM_GLO(___S_six_2e_for,___G_six_2e_for)
___DEF_OLD_SYM_GLO(___S_six_2e_goto,___G_six_2e_goto)
___DEF_OLD_SYM_GLO(___S_six_2e_identifier,___G_six_2e_identifier)
___DEF_OLD_SYM_GLO(___S_six_2e_if,___G_six_2e_if)
___DEF_OLD_SYM_GLO(___S_six_2e_index,___G_six_2e_index)
___DEF_OLD_SYM_GLO(___S_six_2e_label,___G_six_2e_label)
___DEF_OLD_SYM_GLO(___S_six_2e_list,___G_six_2e_list)
___DEF_OLD_SYM_GLO(___S_six_2e_literal,___G_six_2e_literal)
___DEF_OLD_SYM_GLO(___S_six_2e_make_2d_array,___G_six_2e_make_2d_array)
___DEF_OLD_SYM_GLO(___S_six_2e_new,___G_six_2e_new)
___DEF_OLD_SYM_GLO(___S_six_2e_null,___G_six_2e_null)
___DEF_OLD_SYM_GLO(___S_six_2e_prefix,___G_six_2e_prefix)
___DEF_OLD_SYM_GLO(___S_six_2e_procedure,___G_six_2e_procedure)
___DEF_OLD_SYM_GLO(___S_six_2e_procedure_2d_body,___G_six_2e_procedure_2d_body)
___DEF_OLD_SYM_GLO(___S_six_2e_return,___G_six_2e_return)
___DEF_OLD_SYM_GLO(___S_six_2e_switch,___G_six_2e_switch)
___DEF_OLD_SYM_GLO(___S_six_2e_while,___G_six_2e_while)
___DEF_OLD_SYM_GLO(___S_six_2e_x_21__3d_y,___G_six_2e_x_21__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_21_y,___G_six_2e_x_21_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_25__3d_y,___G_six_2e_x_25__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_25_y,___G_six_2e_x_25_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_26__26_y,___G_six_2e_x_26__26_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_26__3d_y,___G_six_2e_x_26__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_26_y,___G_six_2e_x_26_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2a__3d_y,___G_six_2e_x_2a__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2a_y,___G_six_2e_x_2a_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2b__2b_,___G_six_2e_x_2b__2b_)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2b__3d_y,___G_six_2e_x_2b__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2b_y,___G_six_2e_x_2b_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2c_y,___G_six_2e_x_2c_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2d__2d_,___G_six_2e_x_2d__2d_)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2d__3d_y,___G_six_2e_x_2d__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2d_y,___G_six_2e_x_2d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2f__3d_y,___G_six_2e_x_2f__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_2f_y,___G_six_2e_x_2f_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3a__2d_y,___G_six_2e_x_3a__2d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3a__3d_y,___G_six_2e_x_3a__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3a_y,___G_six_2e_x_3a_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3c__3c__3d_y,___G_six_2e_x_3c__3c__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3c__3c_y,___G_six_2e_x_3c__3c_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3c__3d_y,___G_six_2e_x_3c__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3c_y,___G_six_2e_x_3c_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3d__3d_y,___G_six_2e_x_3d__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3d_y,___G_six_2e_x_3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3e__3d_y,___G_six_2e_x_3e__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3e__3e__3d_y,___G_six_2e_x_3e__3e__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3e__3e_y,___G_six_2e_x_3e__3e_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3e_y,___G_six_2e_x_3e_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_3f_y_3a_z,___G_six_2e_x_3f_y_3a_z)
___DEF_OLD_SYM_GLO(___S_six_2e_x_5e__3d_y,___G_six_2e_x_5e__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_5e_y,___G_six_2e_x_5e_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_7c__3d_y,___G_six_2e_x_7c__3d_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_7c_y,___G_six_2e_x_7c_y)
___DEF_OLD_SYM_GLO(___S_six_2e_x_7c__7c_y,___G_six_2e_x_7c__7c_y)
___DEF_OLD_SYM_GLO(___S_six_2e__7e_x,___G_six_2e__7e_x)
___DEF_OLD_SYM_GLO(___S_size,___G_size)
___DEF_OLD_SYM_GLO(___S_socket,___G_socket)
___DEF_OLD_SYM_GLO(___S_socket_2d_info,___G_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_socket_2d_info_2d_address,___G_socket_2d_info_2d_address)
___DEF_OLD_SYM_GLO(___S_socket_2d_info_2d_family,___G_socket_2d_info_2d_family)
___DEF_OLD_SYM_GLO(___S_socket_2d_info_2d_port_2d_number,___G_socket_2d_info_2d_port_2d_number)
___DEF_OLD_SYM_GLO(___S_socket_2d_info_3f_,___G_socket_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_socket_2d_type,___G_socket_2d_type)
___DEF_OLD_SYM_GLO(___S_source,___G_source)
___DEF_OLD_SYM_GLO(___S_source1,___G_source1)
___DEF_OLD_SYM_GLO(___S_source2,___G_source2)
___DEF_OLD_SYM_GLO(___S_specific,___G_specific)
___DEF_OLD_SYM_GLO(___S_sqrt,___G_sqrt)
___DEF_OLD_SYM_GLO(___S_square,___G_square)
___DEF_OLD_SYM_GLO(___S_srfi_2d_0,___G_srfi_2d_0)
___DEF_OLD_SYM_GLO(___S_srfi_2d_16,___G_srfi_2d_16)
___DEF_OLD_SYM_GLO(___S_srfi_2d_18,___G_srfi_2d_18)
___DEF_OLD_SYM_GLO(___S_srfi_2d_21,___G_srfi_2d_21)
___DEF_OLD_SYM_GLO(___S_srfi_2d_22,___G_srfi_2d_22)
___DEF_OLD_SYM_GLO(___S_srfi_2d_23,___G_srfi_2d_23)
___DEF_OLD_SYM_GLO(___S_srfi_2d_27,___G_srfi_2d_27)
___DEF_OLD_SYM_GLO(___S_srfi_2d_30,___G_srfi_2d_30)
___DEF_OLD_SYM_GLO(___S_srfi_2d_39,___G_srfi_2d_39)
___DEF_OLD_SYM_GLO(___S_srfi_2d_4,___G_srfi_2d_4)
___DEF_OLD_SYM_GLO(___S_srfi_2d_6,___G_srfi_2d_6)
___DEF_OLD_SYM_GLO(___S_srfi_2d_8,___G_srfi_2d_8)
___DEF_OLD_SYM_GLO(___S_srfi_2d_88,___G_srfi_2d_88)
___DEF_OLD_SYM_GLO(___S_srfi_2d_9,___G_srfi_2d_9)
___DEF_OLD_SYM_GLO(___S_ssl_2d_v2,___G_ssl_2d_v2)
___DEF_OLD_SYM_GLO(___S_ssl_2d_v3,___G_ssl_2d_v3)
___DEF_OLD_SYM_GLO(___S_st,___G_st)
___DEF_OLD_SYM_GLO(___S_stack_2d_overflow_2d_exception,___G_stack_2d_overflow_2d_exception)
___DEF_OLD_SYM_GLO(___S_stack_2d_overflow_2d_exception_3f_,___G_stack_2d_overflow_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_start_2d_syntax,___G_start_2d_syntax)
___DEF_OLD_SYM_GLO(___S_started_2d_thread_2d_exception,___G_started_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S_started_2d_thread_2d_exception_2d_arguments,___G_started_2d_thread_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_started_2d_thread_2d_exception_2d_procedure,___G_started_2d_thread_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_started_2d_thread_2d_exception_3f_,___G_started_2d_thread_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_state_2d_ref,___G_state_2d_ref)
___DEF_OLD_SYM_GLO(___S_state_2d_set_21_,___G_state_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_stderr,___G_stderr)
___DEF_OLD_SYM_GLO(___S_stderr_2d_redir,___G_stderr_2d_redir)
___DEF_OLD_SYM_GLO(___S_stdin,___G_stdin)
___DEF_OLD_SYM_GLO(___S_stdin_2d_redir,___G_stdin_2d_redir)
___DEF_OLD_SYM_GLO(___S_stdout,___G_stdout)
___DEF_OLD_SYM_GLO(___S_stdout_2d_redir,___G_stdout_2d_redir)
___DEF_OLD_SYM_GLO(___S_step,___G_step)
___DEF_OLD_SYM_GLO(___S_step_2d_level_2d_set_21_,___G_step_2d_level_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_string,___G_string)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_keyword,___G_string_2d__3e_keyword)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_list,___G_string_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_number,___G_string_2d__3e_number)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_symbol,___G_string_2d__3e_symbol)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_uninterned_2d_keyword,___G_string_2d__3e_uninterned_2d_keyword)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_uninterned_2d_symbol,___G_string_2d__3e_uninterned_2d_symbol)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_utf8,___G_string_2d__3e_utf8)
___DEF_OLD_SYM_GLO(___S_string_2d__3e_vector,___G_string_2d__3e_vector)
___DEF_OLD_SYM_GLO(___S_string_2d_append,___G_string_2d_append)
___DEF_OLD_SYM_GLO(___S_string_2d_ci_3c__3d__3f_,___G_string_2d_ci_3c__3d__3f_)
___DEF_OLD_SYM_GLO(___S_string_2d_ci_3c__3f_,___G_string_2d_ci_3c__3f_)
___DEF_OLD_SYM_GLO(___S_string_2d_ci_3d__3f_,___G_string_2d_ci_3d__3f_)
___DEF_OLD_SYM_GLO(___S_string_2d_ci_3d__3f__2d_hash,___G_string_2d_ci_3d__3f__2d_hash)
___DEF_OLD_SYM_GLO(___S_string_2d_ci_3e__3d__3f_,___G_string_2d_ci_3e__3d__3f_)
___DEF_OLD_SYM_GLO(___S_string_2d_ci_3e__3f_,___G_string_2d_ci_3e__3f_)
___DEF_OLD_SYM_GLO(___S_string_2d_copy,___G_string_2d_copy)
___DEF_OLD_SYM_GLO(___S_string_2d_copy_21_,___G_string_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_string_2d_fill_21_,___G_string_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_string_2d_for_2d_each,___G_string_2d_for_2d_each)
___DEF_OLD_SYM_GLO(___S_string_2d_input_2d_port,___G_string_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_string_2d_length,___G_string_2d_length)
___DEF_OLD_SYM_GLO(___S_string_2d_list,___G_string_2d_list)
___DEF_OLD_SYM_GLO(___S_string_2d_map,___G_string_2d_map)
___DEF_OLD_SYM_GLO(___S_string_2d_or_2d_ip_2d_address,___G_string_2d_or_2d_ip_2d_address)
___DEF_OLD_SYM_GLO(___S_string_2d_or_2d_nonnegative_2d_fixnum,___G_string_2d_or_2d_nonnegative_2d_fixnum)
___DEF_OLD_SYM_GLO(___S_string_2d_or_2d_settings,___G_string_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S_string_2d_output_2d_port,___G_string_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_string_2d_port,___G_string_2d_port)
___DEF_OLD_SYM_GLO(___S_string_2d_ref,___G_string_2d_ref)
___DEF_OLD_SYM_GLO(___S_string_2d_set,___G_string_2d_set)
___DEF_OLD_SYM_GLO(___S_string_2d_set_21_,___G_string_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_string_2d_shrink_21_,___G_string_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_string_3c__3d__3f_,___G_string_3c__3d__3f_)
___DEF_OLD_SYM_GLO(___S_string_3c__3f_,___G_string_3c__3f_)
___DEF_OLD_SYM_GLO(___S_string_3d__3f_,___G_string_3d__3f_)
___DEF_OLD_SYM_GLO(___S_string_3d__3f__2d_hash,___G_string_3d__3f__2d_hash)
___DEF_OLD_SYM_GLO(___S_string_3e__3d__3f_,___G_string_3e__3d__3f_)
___DEF_OLD_SYM_GLO(___S_string_3e__3f_,___G_string_3e__3f_)
___DEF_OLD_SYM_GLO(___S_string_3f_,___G_string_3f_)
___DEF_OLD_SYM_GLO(___S_style,___G_style)
___DEF_OLD_SYM_GLO(___S_subf32vector,___G_subf32vector)
___DEF_OLD_SYM_GLO(___S_subf32vector_2d_fill_21_,___G_subf32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subf32vector_2d_move_21_,___G_subf32vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subf64vector,___G_subf64vector)
___DEF_OLD_SYM_GLO(___S_subf64vector_2d_fill_21_,___G_subf64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subf64vector_2d_move_21_,___G_subf64vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subs16vector,___G_subs16vector)
___DEF_OLD_SYM_GLO(___S_subs16vector_2d_fill_21_,___G_subs16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subs16vector_2d_move_21_,___G_subs16vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subs32vector,___G_subs32vector)
___DEF_OLD_SYM_GLO(___S_subs32vector_2d_fill_21_,___G_subs32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subs32vector_2d_move_21_,___G_subs32vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subs64vector,___G_subs64vector)
___DEF_OLD_SYM_GLO(___S_subs64vector_2d_fill_21_,___G_subs64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subs64vector_2d_move_21_,___G_subs64vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subs8vector,___G_subs8vector)
___DEF_OLD_SYM_GLO(___S_subs8vector_2d_fill_21_,___G_subs8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subs8vector_2d_move_21_,___G_subs8vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_substring,___G_substring)
___DEF_OLD_SYM_GLO(___S_substring_2d_fill_21_,___G_substring_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_substring_2d_move_21_,___G_substring_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subu16vector,___G_subu16vector)
___DEF_OLD_SYM_GLO(___S_subu16vector_2d_fill_21_,___G_subu16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subu16vector_2d_move_21_,___G_subu16vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subu32vector,___G_subu32vector)
___DEF_OLD_SYM_GLO(___S_subu32vector_2d_fill_21_,___G_subu32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subu32vector_2d_move_21_,___G_subu32vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subu64vector,___G_subu64vector)
___DEF_OLD_SYM_GLO(___S_subu64vector_2d_fill_21_,___G_subu64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subu64vector_2d_move_21_,___G_subu64vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subu8vector,___G_subu8vector)
___DEF_OLD_SYM_GLO(___S_subu8vector_2d_fill_21_,___G_subu8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subu8vector_2d_move_21_,___G_subu8vector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_subvector,___G_subvector)
___DEF_OLD_SYM_GLO(___S_subvector_2d_fill_21_,___G_subvector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_subvector_2d_move_21_,___G_subvector_2d_move_21_)
___DEF_OLD_SYM_GLO(___S_super,___G_super)
___DEF_OLD_SYM_GLO(___S_suspend_2d_condvar,___G_suspend_2d_condvar)
___DEF_OLD_SYM_GLO(___S_switch,___G_switch)
___DEF_OLD_SYM_GLO(___S_symbol,___G_symbol)
___DEF_OLD_SYM_GLO(___S_symbol_2d__3e_string,___G_symbol_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_symbol_2d_hash,___G_symbol_2d_hash)
___DEF_OLD_SYM_GLO(___S_symbol_3d__3f_,___G_symbol_3d__3f_)
___DEF_OLD_SYM_GLO(___S_symbol_3f_,___G_symbol_3f_)
___DEF_OLD_SYM_GLO(___S_symbolic_2d_link,___G_symbolic_2d_link)
___DEF_OLD_SYM_GLO(___S_syntax,___G_syntax)
___DEF_OLD_SYM_GLO(___S_syntax_2d_error,___G_syntax_2d_error)
___DEF_OLD_SYM_GLO(___S_syntax_2d_rules,___G_syntax_2d_rules)
___DEF_OLD_SYM_GLO(___S_sys_2d_time,___G_sys_2d_time)
___DEF_OLD_SYM_GLO(___S_system_2d_stamp,___G_system_2d_stamp)
___DEF_OLD_SYM_GLO(___S_system_2d_type,___G_system_2d_type)
___DEF_OLD_SYM_GLO(___S_system_2d_type_2d_string,___G_system_2d_type_2d_string)
___DEF_OLD_SYM_GLO(___S_system_2d_version,___G_system_2d_version)
___DEF_OLD_SYM_GLO(___S_system_2d_version_2d_string,___G_system_2d_version_2d_string)
___DEF_OLD_SYM_GLO(___S_t,___G_t)
___DEF_OLD_SYM_GLO(___S_t0,___G_t0)
___DEF_OLD_SYM_GLO(___S_t1,___G_t1)
___DEF_OLD_SYM_GLO(___S_table,___G_table)
___DEF_OLD_SYM_GLO(___S_table_2d__3e_list,___G_table_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_table_2d_copy,___G_table_2d_copy)
___DEF_OLD_SYM_GLO(___S_table_2d_for_2d_each,___G_table_2d_for_2d_each)
___DEF_OLD_SYM_GLO(___S_table_2d_length,___G_table_2d_length)
___DEF_OLD_SYM_GLO(___S_table_2d_merge,___G_table_2d_merge)
___DEF_OLD_SYM_GLO(___S_table_2d_merge_21_,___G_table_2d_merge_21_)
___DEF_OLD_SYM_GLO(___S_table_2d_ref,___G_table_2d_ref)
___DEF_OLD_SYM_GLO(___S_table_2d_search,___G_table_2d_search)
___DEF_OLD_SYM_GLO(___S_table_2d_set_21_,___G_table_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_table_3f_,___G_table_3f_)
___DEF_OLD_SYM_GLO(___S_take,___G_take)
___DEF_OLD_SYM_GLO(___S_tan,___G_tan)
___DEF_OLD_SYM_GLO(___S_tanh,___G_tanh)
___DEF_OLD_SYM_GLO(___S_tcp_2d_client,___G_tcp_2d_client)
___DEF_OLD_SYM_GLO(___S_tcp_2d_client_2d_local_2d_socket_2d_info,___G_tcp_2d_client_2d_local_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_tcp_2d_client_2d_peer_2d_socket_2d_info,___G_tcp_2d_client_2d_peer_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_tcp_2d_client_2d_port,___G_tcp_2d_client_2d_port)
___DEF_OLD_SYM_GLO(___S_tcp_2d_client_2d_self_2d_socket_2d_info,___G_tcp_2d_client_2d_self_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_tcp_2d_server,___G_tcp_2d_server)
___DEF_OLD_SYM_GLO(___S_tcp_2d_server_2d_port,___G_tcp_2d_server_2d_port)
___DEF_OLD_SYM_GLO(___S_tcp_2d_server_2d_socket_2d_info,___G_tcp_2d_server_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_tcp_2d_service,___G_tcp_2d_service)
___DEF_OLD_SYM_GLO(___S_tcp_2d_service_2d_register_21_,___G_tcp_2d_service_2d_register_21_)
___DEF_OLD_SYM_GLO(___S_tcp_2d_service_2d_unregister_21_,___G_tcp_2d_service_2d_unregister_21_)
___DEF_OLD_SYM_GLO(___S_terminated_2d_thread_2d_exception,___G_terminated_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S_terminated_2d_thread_2d_exception_2d_arguments,___G_terminated_2d_thread_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_terminated_2d_thread_2d_exception_2d_procedure,___G_terminated_2d_thread_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_terminated_2d_thread_2d_exception_3f_,___G_terminated_2d_thread_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_test,___G_test)
___DEF_OLD_SYM_GLO(___S_test_2d_bit_2d_field_3f_,___G_test_2d_bit_2d_field_3f_)
___DEF_OLD_SYM_GLO(___S_textual_2d_port_3f_,___G_textual_2d_port_3f_)
___DEF_OLD_SYM_GLO(___S_tgroup,___G_tgroup)
___DEF_OLD_SYM_GLO(___S_tgroups,___G_tgroups)
___DEF_OLD_SYM_GLO(___S_tgroups_2d_deq_2d_next,___G_tgroups_2d_deq_2d_next)
___DEF_OLD_SYM_GLO(___S_tgroups_2d_deq_2d_prev,___G_tgroups_2d_deq_2d_prev)
___DEF_OLD_SYM_GLO(___S_this_2d_source_2d_file,___G_this_2d_source_2d_file)
___DEF_OLD_SYM_GLO(___S_thread,___G_thread)
___DEF_OLD_SYM_GLO(___S_thread_2d_base_2d_priority,___G_thread_2d_base_2d_priority)
___DEF_OLD_SYM_GLO(___S_thread_2d_base_2d_priority_2d_set_21_,___G_thread_2d_base_2d_priority_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_call_2d_result,___G_thread_2d_call_2d_result)
___DEF_OLD_SYM_GLO(___S_thread_2d_group,___G_thread_2d_group)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d__3e_thread_2d_group_2d_list,___G_thread_2d_group_2d__3e_thread_2d_group_2d_list)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d__3e_thread_2d_group_2d_vector,___G_thread_2d_group_2d__3e_thread_2d_group_2d_vector)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d__3e_thread_2d_list,___G_thread_2d_group_2d__3e_thread_2d_list)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d__3e_thread_2d_vector,___G_thread_2d_group_2d__3e_thread_2d_vector)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d_name,___G_thread_2d_group_2d_name)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d_parent,___G_thread_2d_group_2d_parent)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d_resume_21_,___G_thread_2d_group_2d_resume_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d_specific,___G_thread_2d_group_2d_specific)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d_specific_2d_set_21_,___G_thread_2d_group_2d_specific_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d_suspend_21_,___G_thread_2d_group_2d_suspend_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_2d_terminate_21_,___G_thread_2d_group_2d_terminate_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_group_3f_,___G_thread_2d_group_3f_)
___DEF_OLD_SYM_GLO(___S_thread_2d_init_21_,___G_thread_2d_init_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_interrupt_21_,___G_thread_2d_interrupt_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_join_21_,___G_thread_2d_join_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_mailbox_2d_extract_2d_and_2d_rewind,___G_thread_2d_mailbox_2d_extract_2d_and_2d_rewind)
___DEF_OLD_SYM_GLO(___S_thread_2d_mailbox_2d_next,___G_thread_2d_mailbox_2d_next)
___DEF_OLD_SYM_GLO(___S_thread_2d_mailbox_2d_rewind,___G_thread_2d_mailbox_2d_rewind)
___DEF_OLD_SYM_GLO(___S_thread_2d_name,___G_thread_2d_name)
___DEF_OLD_SYM_GLO(___S_thread_2d_priority_2d_boost,___G_thread_2d_priority_2d_boost)
___DEF_OLD_SYM_GLO(___S_thread_2d_priority_2d_boost_2d_set_21_,___G_thread_2d_priority_2d_boost_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_quantum,___G_thread_2d_quantum)
___DEF_OLD_SYM_GLO(___S_thread_2d_quantum_2d_set_21_,___G_thread_2d_quantum_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_receive,___G_thread_2d_receive)
___DEF_OLD_SYM_GLO(___S_thread_2d_resume_21_,___G_thread_2d_resume_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_send,___G_thread_2d_send)
___DEF_OLD_SYM_GLO(___S_thread_2d_sleep_21_,___G_thread_2d_sleep_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_specific,___G_thread_2d_specific)
___DEF_OLD_SYM_GLO(___S_thread_2d_specific_2d_set_21_,___G_thread_2d_specific_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_start_21_,___G_thread_2d_start_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_state,___G_thread_2d_state)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_abnormally_2d_terminated,___G_thread_2d_state_2d_abnormally_2d_terminated)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_abnormally_2d_terminated_2d_reason,___G_thread_2d_state_2d_abnormally_2d_terminated_2d_reason)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_abnormally_2d_terminated_3f_,___G_thread_2d_state_2d_abnormally_2d_terminated_3f_)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_initialized,___G_thread_2d_state_2d_initialized)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_initialized_3f_,___G_thread_2d_state_2d_initialized_3f_)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_normally_2d_terminated,___G_thread_2d_state_2d_normally_2d_terminated)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_normally_2d_terminated_2d_result,___G_thread_2d_state_2d_normally_2d_terminated_2d_result)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_normally_2d_terminated_3f_,___G_thread_2d_state_2d_normally_2d_terminated_3f_)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_running,___G_thread_2d_state_2d_running)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_running_2d_processor,___G_thread_2d_state_2d_running_2d_processor)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_running_3f_,___G_thread_2d_state_2d_running_3f_)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_uninitialized,___G_thread_2d_state_2d_uninitialized)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_uninitialized_3f_,___G_thread_2d_state_2d_uninitialized_3f_)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_waiting,___G_thread_2d_state_2d_waiting)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_waiting_2d_for,___G_thread_2d_state_2d_waiting_2d_for)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_waiting_2d_timeout,___G_thread_2d_state_2d_waiting_2d_timeout)
___DEF_OLD_SYM_GLO(___S_thread_2d_state_2d_waiting_3f_,___G_thread_2d_state_2d_waiting_3f_)
___DEF_OLD_SYM_GLO(___S_thread_2d_suspend_21_,___G_thread_2d_suspend_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_terminate_21_,___G_thread_2d_terminate_21_)
___DEF_OLD_SYM_GLO(___S_thread_2d_thread_2d_group,___G_thread_2d_thread_2d_group)
___DEF_OLD_SYM_GLO(___S_thread_2d_yield_21_,___G_thread_2d_yield_21_)
___DEF_OLD_SYM_GLO(___S_thread_3f_,___G_thread_3f_)
___DEF_OLD_SYM_GLO(___S_threads_2d_deq_2d_next,___G_threads_2d_deq_2d_next)
___DEF_OLD_SYM_GLO(___S_threads_2d_deq_2d_prev,___G_threads_2d_deq_2d_prev)
___DEF_OLD_SYM_GLO(___S_time,___G_time)
___DEF_OLD_SYM_GLO(___S_time_2d__3e_seconds,___G_time_2d__3e_seconds)
___DEF_OLD_SYM_GLO(___S_time_3f_,___G_time_3f_)
___DEF_OLD_SYM_GLO(___S_timeout,___G_timeout)
___DEF_OLD_SYM_GLO(___S_timeout_2d__3e_time,___G_timeout_2d__3e_time)
___DEF_OLD_SYM_GLO(___S_timer_2d_port,___G_timer_2d_port)
___DEF_OLD_SYM_GLO(___S_tls_2d_context,___G_tls_2d_context)
___DEF_OLD_SYM_GLO(___S_tls_2d_options,___G_tls_2d_options)
___DEF_OLD_SYM_GLO(___S_tls_2d_v1,___G_tls_2d_v1)
___DEF_OLD_SYM_GLO(___S_tls_2d_v1_2e_1,___G_tls_2d_v1_2e_1)
___DEF_OLD_SYM_GLO(___S_tls_2d_v1_2e_2,___G_tls_2d_v1_2e_2)
___DEF_OLD_SYM_GLO(___S_tls_2d_version,___G_tls_2d_version)
___DEF_OLD_SYM_GLO(___S_top,___G_top)
___DEF_OLD_SYM_GLO(___S_toq_2d_color,___G_toq_2d_color)
___DEF_OLD_SYM_GLO(___S_toq_2d_container,___G_toq_2d_container)
___DEF_OLD_SYM_GLO(___S_toq_2d_left,___G_toq_2d_left)
___DEF_OLD_SYM_GLO(___S_toq_2d_leftmost,___G_toq_2d_leftmost)
___DEF_OLD_SYM_GLO(___S_toq_2d_parent,___G_toq_2d_parent)
___DEF_OLD_SYM_GLO(___S_touch,___G_touch)
___DEF_OLD_SYM_GLO(___S_trace,___G_trace)
___DEF_OLD_SYM_GLO(___S_transcript_2d_off,___G_transcript_2d_off)
___DEF_OLD_SYM_GLO(___S_transcript_2d_on,___G_transcript_2d_on)
___DEF_OLD_SYM_GLO(___S_truncate,___G_truncate)
___DEF_OLD_SYM_GLO(___S_truncate_2d_quotient,___G_truncate_2d_quotient)
___DEF_OLD_SYM_GLO(___S_truncate_2d_remainder,___G_truncate_2d_remainder)
___DEF_OLD_SYM_GLO(___S_truncate_2f_,___G_truncate_2f_)
___DEF_OLD_SYM_GLO(___S_tty_2d_history,___G_tty_2d_history)
___DEF_OLD_SYM_GLO(___S_tty_2d_history_2d_max_2d_length_2d_set_21_,___G_tty_2d_history_2d_max_2d_length_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_tty_2d_history_2d_set_21_,___G_tty_2d_history_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_tty_2d_mode_2d_set_21_,___G_tty_2d_mode_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_tty_2d_paren_2d_balance_2d_duration_2d_set_21_,___G_tty_2d_paren_2d_balance_2d_duration_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_tty_2d_port,___G_tty_2d_port)
___DEF_OLD_SYM_GLO(___S_tty_2d_text_2d_attributes_2d_set_21_,___G_tty_2d_text_2d_attributes_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_tty_2d_type_2d_set_21_,___G_tty_2d_type_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_tty_3f_,___G_tty_3f_)
___DEF_OLD_SYM_GLO(___S_type,___G_type)
___DEF_OLD_SYM_GLO(___S_type_2d_exception,___G_type_2d_exception)
___DEF_OLD_SYM_GLO(___S_type_2d_exception_2d_arg_2d_num,___G_type_2d_exception_2d_arg_2d_num)
___DEF_OLD_SYM_GLO(___S_type_2d_exception_2d_arguments,___G_type_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_type_2d_exception_2d_procedure,___G_type_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_type_2d_exception_2d_type_2d_id,___G_type_2d_exception_2d_type_2d_id)
___DEF_OLD_SYM_GLO(___S_type_2d_exception_3f_,___G_type_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_type_2d_id,___G_type_2d_id)
___DEF_OLD_SYM_GLO(___S_u16_2d_expected,___G_u16_2d_expected)
___DEF_OLD_SYM_GLO(___S_u16vector,___G_u16vector)
___DEF_OLD_SYM_GLO(___S_u16vector_2d__3e_list,___G_u16vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_append,___G_u16vector_2d_append)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_copy,___G_u16vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_copy_21_,___G_u16vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_fill_21_,___G_u16vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_length,___G_u16vector_2d_length)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_list,___G_u16vector_2d_list)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_ref,___G_u16vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_set,___G_u16vector_2d_set)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_set_21_,___G_u16vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_u16vector_2d_shrink_21_,___G_u16vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_u16vector_3f_,___G_u16vector_3f_)
___DEF_OLD_SYM_GLO(___S_u32_2d_expected,___G_u32_2d_expected)
___DEF_OLD_SYM_GLO(___S_u32vector,___G_u32vector)
___DEF_OLD_SYM_GLO(___S_u32vector_2d__3e_list,___G_u32vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_append,___G_u32vector_2d_append)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_copy,___G_u32vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_copy_21_,___G_u32vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_fill_21_,___G_u32vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_length,___G_u32vector_2d_length)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_list,___G_u32vector_2d_list)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_ref,___G_u32vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_set,___G_u32vector_2d_set)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_set_21_,___G_u32vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_u32vector_2d_shrink_21_,___G_u32vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_u32vector_3f_,___G_u32vector_3f_)
___DEF_OLD_SYM_GLO(___S_u64_2d_expected,___G_u64_2d_expected)
___DEF_OLD_SYM_GLO(___S_u64vector,___G_u64vector)
___DEF_OLD_SYM_GLO(___S_u64vector_2d__3e_list,___G_u64vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_append,___G_u64vector_2d_append)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_copy,___G_u64vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_copy_21_,___G_u64vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_fill_21_,___G_u64vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_length,___G_u64vector_2d_length)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_list,___G_u64vector_2d_list)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_ref,___G_u64vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_set,___G_u64vector_2d_set)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_set_21_,___G_u64vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_u64vector_2d_shrink_21_,___G_u64vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_u64vector_3f_,___G_u64vector_3f_)
___DEF_OLD_SYM_GLO(___S_u8_2d_expected,___G_u8_2d_expected)
___DEF_OLD_SYM_GLO(___S_u8_2d_ready_3f_,___G_u8_2d_ready_3f_)
___DEF_OLD_SYM_GLO(___S_u8vector,___G_u8vector)
___DEF_OLD_SYM_GLO(___S_u8vector_2d__3e_list,___G_u8vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_u8vector_2d__3e_object,___G_u8vector_2d__3e_object)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_append,___G_u8vector_2d_append)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_copy,___G_u8vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_copy_21_,___G_u8vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_fill_21_,___G_u8vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_input_2d_port,___G_u8vector_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_length,___G_u8vector_2d_length)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_list,___G_u8vector_2d_list)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_or_2d_settings,___G_u8vector_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_output_2d_port,___G_u8vector_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_port,___G_u8vector_2d_port)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_ref,___G_u8vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_set,___G_u8vector_2d_set)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_set_21_,___G_u8vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_u8vector_2d_shrink_21_,___G_u8vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_u8vector_3f_,___G_u8vector_3f_)
___DEF_OLD_SYM_GLO(___S_udp,___G_udp)
___DEF_OLD_SYM_GLO(___S_udp_2d_destination_2d_set_21_,___G_udp_2d_destination_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_udp_2d_input_2d_port,___G_udp_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_udp_2d_local_2d_socket_2d_info,___G_udp_2d_local_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_udp_2d_output_2d_port,___G_udp_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_udp_2d_port,___G_udp_2d_port)
___DEF_OLD_SYM_GLO(___S_udp_2d_read_2d_subu8vector,___G_udp_2d_read_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S_udp_2d_read_2d_u8vector,___G_udp_2d_read_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_udp_2d_source_2d_socket_2d_info,___G_udp_2d_source_2d_socket_2d_info)
___DEF_OLD_SYM_GLO(___S_udp_2d_write_2d_subu8vector,___G_udp_2d_write_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S_udp_2d_write_2d_u8vector,___G_udp_2d_write_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_uid,___G_uid)
___DEF_OLD_SYM_GLO(___S_unbound_2d_global_2d_exception,___G_unbound_2d_global_2d_exception)
___DEF_OLD_SYM_GLO(___S_unbound_2d_global_2d_exception_2d_code,___G_unbound_2d_global_2d_exception_2d_code)
___DEF_OLD_SYM_GLO(___S_unbound_2d_global_2d_exception_2d_rte,___G_unbound_2d_global_2d_exception_2d_rte)
___DEF_OLD_SYM_GLO(___S_unbound_2d_global_2d_exception_2d_variable,___G_unbound_2d_global_2d_exception_2d_variable)
___DEF_OLD_SYM_GLO(___S_unbound_2d_global_2d_exception_3f_,___G_unbound_2d_global_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_unbound_2d_os_2d_environment_2d_variable_2d_exception,___G_unbound_2d_os_2d_environment_2d_variable_2d_exception)
___DEF_OLD_SYM_GLO(___S_unbound_2d_os_2d_environment_2d_variable_2d_exception_2d_arguments,___G_unbound_2d_os_2d_environment_2d_variable_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_unbound_2d_os_2d_environment_2d_variable_2d_exception_2d_procedure,___G_unbound_2d_os_2d_environment_2d_variable_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_unbound_2d_os_2d_environment_2d_variable_2d_exception_3f_,___G_unbound_2d_os_2d_environment_2d_variable_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_unbound_2d_serial_2d_number_2d_exception,___G_unbound_2d_serial_2d_number_2d_exception)
___DEF_OLD_SYM_GLO(___S_unbound_2d_serial_2d_number_2d_exception_2d_arguments,___G_unbound_2d_serial_2d_number_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_unbound_2d_serial_2d_number_2d_exception_2d_procedure,___G_unbound_2d_serial_2d_number_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_unbound_2d_serial_2d_number_2d_exception_3f_,___G_unbound_2d_serial_2d_number_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_unbound_2d_table_2d_key_2d_exception,___G_unbound_2d_table_2d_key_2d_exception)
___DEF_OLD_SYM_GLO(___S_unbound_2d_table_2d_key_2d_exception_2d_arguments,___G_unbound_2d_table_2d_key_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_unbound_2d_table_2d_key_2d_exception_2d_procedure,___G_unbound_2d_table_2d_key_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_unbound_2d_table_2d_key_2d_exception_3f_,___G_unbound_2d_table_2d_key_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_unbox,___G_unbox)
___DEF_OLD_SYM_GLO(___S_unbreak,___G_unbreak)
___DEF_OLD_SYM_GLO(___S_uncaught_2d_exception,___G_uncaught_2d_exception)
___DEF_OLD_SYM_GLO(___S_uncaught_2d_exception_2d_arguments,___G_uncaught_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_uncaught_2d_exception_2d_procedure,___G_uncaught_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_uncaught_2d_exception_2d_reason,___G_uncaught_2d_exception_2d_reason)
___DEF_OLD_SYM_GLO(___S_uncaught_2d_exception_3f_,___G_uncaught_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_unfulfilled_2d_cond_2d_expand,___G_unfulfilled_2d_cond_2d_expand)
___DEF_OLD_SYM_GLO(___S_uninitialized_2d_thread_2d_exception,___G_uninitialized_2d_thread_2d_exception)
___DEF_OLD_SYM_GLO(___S_uninitialized_2d_thread_2d_exception_2d_arguments,___G_uninitialized_2d_thread_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_uninitialized_2d_thread_2d_exception_2d_procedure,___G_uninitialized_2d_thread_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_uninitialized_2d_thread_2d_exception_3f_,___G_uninitialized_2d_thread_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_uninterned_2d_keyword_3f_,___G_uninterned_2d_keyword_3f_)
___DEF_OLD_SYM_GLO(___S_uninterned_2d_symbol_3f_,___G_uninterned_2d_symbol_3f_)
___DEF_OLD_SYM_GLO(___S_unknown,___G_unknown)
___DEF_OLD_SYM_GLO(___S_unknown_2d_keyword_2d_argument_2d_exception,___G_unknown_2d_keyword_2d_argument_2d_exception)
___DEF_OLD_SYM_GLO(___S_unknown_2d_keyword_2d_argument_2d_exception_2d_arguments,___G_unknown_2d_keyword_2d_argument_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_unknown_2d_keyword_2d_argument_2d_exception_2d_procedure,___G_unknown_2d_keyword_2d_argument_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_unknown_2d_keyword_2d_argument_2d_exception_3f_,___G_unknown_2d_keyword_2d_argument_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_unknown_2d_location,___G_unknown_2d_location)
___DEF_OLD_SYM_GLO(___S_unless,___G_unless)
___DEF_OLD_SYM_GLO(___S_unquote,___G_unquote)
___DEF_OLD_SYM_GLO(___S_unquote_2d_keyword,___G_unquote_2d_keyword)
___DEF_OLD_SYM_GLO(___S_unquote_2d_splicing,___G_unquote_2d_splicing)
___DEF_OLD_SYM_GLO(___S_unquote_2d_splicing_2d_keyword,___G_unquote_2d_splicing_2d_keyword)
___DEF_OLD_SYM_GLO(___S_unsupported_2d_special_2d_form,___G_unsupported_2d_special_2d_form)
___DEF_OLD_SYM_GLO(___S_unsyntax,___G_unsyntax)
___DEF_OLD_SYM_GLO(___S_unsyntax_2d_splicing,___G_unsyntax_2d_splicing)
___DEF_OLD_SYM_GLO(___S_unterminated_2d_process_2d_exception,___G_unterminated_2d_process_2d_exception)
___DEF_OLD_SYM_GLO(___S_unterminated_2d_process_2d_exception_2d_arguments,___G_unterminated_2d_process_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_unterminated_2d_process_2d_exception_2d_procedure,___G_unterminated_2d_process_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_unterminated_2d_process_2d_exception_3f_,___G_unterminated_2d_process_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_untrace,___G_untrace)
___DEF_OLD_SYM_GLO(___S_unused_2d_field10,___G_unused_2d_field10)
___DEF_OLD_SYM_GLO(___S_unused_2d_field11,___G_unused_2d_field11)
___DEF_OLD_SYM_GLO(___S_unused_2d_field12,___G_unused_2d_field12)
___DEF_OLD_SYM_GLO(___S_unused_2d_field13,___G_unused_2d_field13)
___DEF_OLD_SYM_GLO(___S_unused_2d_field14,___G_unused_2d_field14)
___DEF_OLD_SYM_GLO(___S_unused_2d_field15,___G_unused_2d_field15)
___DEF_OLD_SYM_GLO(___S_unused_2d_field16,___G_unused_2d_field16)
___DEF_OLD_SYM_GLO(___S_unused_2d_field2,___G_unused_2d_field2)
___DEF_OLD_SYM_GLO(___S_unused_2d_field3,___G_unused_2d_field3)
___DEF_OLD_SYM_GLO(___S_unused_2d_field4,___G_unused_2d_field4)
___DEF_OLD_SYM_GLO(___S_unused_2d_field5,___G_unused_2d_field5)
___DEF_OLD_SYM_GLO(___S_unused_2d_field6,___G_unused_2d_field6)
___DEF_OLD_SYM_GLO(___S_unused_2d_field7,___G_unused_2d_field7)
___DEF_OLD_SYM_GLO(___S_unused_2d_field8,___G_unused_2d_field8)
___DEF_OLD_SYM_GLO(___S_unused1,___G_unused1)
___DEF_OLD_SYM_GLO(___S_unused2,___G_unused2)
___DEF_OLD_SYM_GLO(___S_unused3,___G_unused3)
___DEF_OLD_SYM_GLO(___S_unused4,___G_unused4)
___DEF_OLD_SYM_GLO(___S_unused5,___G_unused5)
___DEF_OLD_SYM_GLO(___S_unused6,___G_unused6)
___DEF_OLD_SYM_GLO(___S_unwrapper,___G_unwrapper)
___DEF_OLD_SYM_GLO(___S_upcase,___G_upcase)
___DEF_OLD_SYM_GLO(___S_use_2d_diffie_2d_hellman,___G_use_2d_diffie_2d_hellman)
___DEF_OLD_SYM_GLO(___S_use_2d_elliptic_2d_curves,___G_use_2d_elliptic_2d_curves)
___DEF_OLD_SYM_GLO(___S_user_2d_info,___G_user_2d_info)
___DEF_OLD_SYM_GLO(___S_user_2d_info_2d_gid,___G_user_2d_info_2d_gid)
___DEF_OLD_SYM_GLO(___S_user_2d_info_2d_home,___G_user_2d_info_2d_home)
___DEF_OLD_SYM_GLO(___S_user_2d_info_2d_name,___G_user_2d_info_2d_name)
___DEF_OLD_SYM_GLO(___S_user_2d_info_2d_shell,___G_user_2d_info_2d_shell)
___DEF_OLD_SYM_GLO(___S_user_2d_info_2d_uid,___G_user_2d_info_2d_uid)
___DEF_OLD_SYM_GLO(___S_user_2d_info_3f_,___G_user_2d_info_3f_)
___DEF_OLD_SYM_GLO(___S_user_2d_name,___G_user_2d_name)
___DEF_OLD_SYM_GLO(___S_user_2d_time,___G_user_2d_time)
___DEF_OLD_SYM_GLO(___S_utf8_2d__3e_string,___G_utf8_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_v,___G_v)
___DEF_OLD_SYM_GLO(___S_val,___G_val)
___DEF_OLD_SYM_GLO(___S_val1,___G_val1)
___DEF_OLD_SYM_GLO(___S_values,___G_values)
___DEF_OLD_SYM_GLO(___S_var,___G_var)
___DEF_OLD_SYM_GLO(___S_variable,___G_variable)
___DEF_OLD_SYM_GLO(___S_variable_2d_is_2d_immutable,___G_variable_2d_is_2d_immutable)
___DEF_OLD_SYM_GLO(___S_vector,___G_vector)
___DEF_OLD_SYM_GLO(___S_vector_2d__3e_list,___G_vector_2d__3e_list)
___DEF_OLD_SYM_GLO(___S_vector_2d__3e_string,___G_vector_2d__3e_string)
___DEF_OLD_SYM_GLO(___S_vector_2d_append,___G_vector_2d_append)
___DEF_OLD_SYM_GLO(___S_vector_2d_cas_21_,___G_vector_2d_cas_21_)
___DEF_OLD_SYM_GLO(___S_vector_2d_copy,___G_vector_2d_copy)
___DEF_OLD_SYM_GLO(___S_vector_2d_copy_21_,___G_vector_2d_copy_21_)
___DEF_OLD_SYM_GLO(___S_vector_2d_fill_21_,___G_vector_2d_fill_21_)
___DEF_OLD_SYM_GLO(___S_vector_2d_for_2d_each,___G_vector_2d_for_2d_each)
___DEF_OLD_SYM_GLO(___S_vector_2d_inc_21_,___G_vector_2d_inc_21_)
___DEF_OLD_SYM_GLO(___S_vector_2d_input_2d_port,___G_vector_2d_input_2d_port)
___DEF_OLD_SYM_GLO(___S_vector_2d_length,___G_vector_2d_length)
___DEF_OLD_SYM_GLO(___S_vector_2d_list,___G_vector_2d_list)
___DEF_OLD_SYM_GLO(___S_vector_2d_map,___G_vector_2d_map)
___DEF_OLD_SYM_GLO(___S_vector_2d_or_2d_settings,___G_vector_2d_or_2d_settings)
___DEF_OLD_SYM_GLO(___S_vector_2d_output_2d_port,___G_vector_2d_output_2d_port)
___DEF_OLD_SYM_GLO(___S_vector_2d_port,___G_vector_2d_port)
___DEF_OLD_SYM_GLO(___S_vector_2d_ref,___G_vector_2d_ref)
___DEF_OLD_SYM_GLO(___S_vector_2d_set,___G_vector_2d_set)
___DEF_OLD_SYM_GLO(___S_vector_2d_set_21_,___G_vector_2d_set_21_)
___DEF_OLD_SYM_GLO(___S_vector_2d_shrink_21_,___G_vector_2d_shrink_21_)
___DEF_OLD_SYM_GLO(___S_vector_3f_,___G_vector_3f_)
___DEF_OLD_SYM_GLO(___S_vm,___G_vm)
___DEF_OLD_SYM_GLO(___S_void,___G_void)
___DEF_OLD_SYM_GLO(___S_void_2a_,___G_void_2a_)
___DEF_OLD_SYM_GLO(___S_wait,___G_wait)
___DEF_OLD_SYM_GLO(___S_warn,___G_warn)
___DEF_OLD_SYM_GLO(___S_wbuf,___G_wbuf)
___DEF_OLD_SYM_GLO(___S_wbuf_2d_drain,___G_wbuf_2d_drain)
___DEF_OLD_SYM_GLO(___S_wchars,___G_wchars)
___DEF_OLD_SYM_GLO(___S_wcondvar,___G_wcondvar)
___DEF_OLD_SYM_GLO(___S_wcurline,___G_wcurline)
___DEF_OLD_SYM_GLO(___S_wdevice_2d_condvar,___G_wdevice_2d_condvar)
___DEF_OLD_SYM_GLO(___S_when,___G_when)
___DEF_OLD_SYM_GLO(___S_whi,___G_whi)
___DEF_OLD_SYM_GLO(___S_while,___G_while)
___DEF_OLD_SYM_GLO(___S_width,___G_width)
___DEF_OLD_SYM_GLO(___S_will,___G_will)
___DEF_OLD_SYM_GLO(___S_will_2d_execute_21_,___G_will_2d_execute_21_)
___DEF_OLD_SYM_GLO(___S_will_2d_testator,___G_will_2d_testator)
___DEF_OLD_SYM_GLO(___S_will_3f_,___G_will_3f_)
___DEF_OLD_SYM_GLO(___S_with_2d_exception_2d_catcher,___G_with_2d_exception_2d_catcher)
___DEF_OLD_SYM_GLO(___S_with_2d_exception_2d_handler,___G_with_2d_exception_2d_handler)
___DEF_OLD_SYM_GLO(___S_with_2d_input_2d_from_2d_file,___G_with_2d_input_2d_from_2d_file)
___DEF_OLD_SYM_GLO(___S_with_2d_input_2d_from_2d_port,___G_with_2d_input_2d_from_2d_port)
___DEF_OLD_SYM_GLO(___S_with_2d_input_2d_from_2d_process,___G_with_2d_input_2d_from_2d_process)
___DEF_OLD_SYM_GLO(___S_with_2d_input_2d_from_2d_string,___G_with_2d_input_2d_from_2d_string)
___DEF_OLD_SYM_GLO(___S_with_2d_input_2d_from_2d_u8vector,___G_with_2d_input_2d_from_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_with_2d_input_2d_from_2d_vector,___G_with_2d_input_2d_from_2d_vector)
___DEF_OLD_SYM_GLO(___S_with_2d_output_2d_to_2d_file,___G_with_2d_output_2d_to_2d_file)
___DEF_OLD_SYM_GLO(___S_with_2d_output_2d_to_2d_port,___G_with_2d_output_2d_to_2d_port)
___DEF_OLD_SYM_GLO(___S_with_2d_output_2d_to_2d_process,___G_with_2d_output_2d_to_2d_process)
___DEF_OLD_SYM_GLO(___S_with_2d_output_2d_to_2d_string,___G_with_2d_output_2d_to_2d_string)
___DEF_OLD_SYM_GLO(___S_with_2d_output_2d_to_2d_u8vector,___G_with_2d_output_2d_to_2d_u8vector)
___DEF_OLD_SYM_GLO(___S_with_2d_output_2d_to_2d_vector,___G_with_2d_output_2d_to_2d_vector)
___DEF_OLD_SYM_GLO(___S_wkind,___G_wkind)
___DEF_OLD_SYM_GLO(___S_wlines,___G_wlines)
___DEF_OLD_SYM_GLO(___S_wlo,___G_wlo)
___DEF_OLD_SYM_GLO(___S_woptions,___G_woptions)
___DEF_OLD_SYM_GLO(___S_wrapper,___G_wrapper)
___DEF_OLD_SYM_GLO(___S_write,___G_write)
___DEF_OLD_SYM_GLO(___S_write_2d_bytevector,___G_write_2d_bytevector)
___DEF_OLD_SYM_GLO(___S_write_2d_cdr_2d_read_2d_macros_3f_,___G_write_2d_cdr_2d_read_2d_macros_3f_)
___DEF_OLD_SYM_GLO(___S_write_2d_char,___G_write_2d_char)
___DEF_OLD_SYM_GLO(___S_write_2d_datum,___G_write_2d_datum)
___DEF_OLD_SYM_GLO(___S_write_2d_extended_2d_read_2d_macros_3f_,___G_write_2d_extended_2d_read_2d_macros_3f_)
___DEF_OLD_SYM_GLO(___S_write_2d_results,___G_write_2d_results)
___DEF_OLD_SYM_GLO(___S_write_2d_shared,___G_write_2d_shared)
___DEF_OLD_SYM_GLO(___S_write_2d_simple,___G_write_2d_simple)
___DEF_OLD_SYM_GLO(___S_write_2d_string,___G_write_2d_string)
___DEF_OLD_SYM_GLO(___S_write_2d_substring,___G_write_2d_substring)
___DEF_OLD_SYM_GLO(___S_write_2d_subu8vector,___G_write_2d_subu8vector)
___DEF_OLD_SYM_GLO(___S_write_2d_u8,___G_write_2d_u8)
___DEF_OLD_SYM_GLO(___S_writeenv,___G_writeenv)
___DEF_OLD_SYM_GLO(___S_wrong_2d_number_2d_of_2d_arguments_2d_exception,___G_wrong_2d_number_2d_of_2d_arguments_2d_exception)
___DEF_OLD_SYM_GLO(___S_wrong_2d_number_2d_of_2d_arguments_2d_exception_2d_arguments,___G_wrong_2d_number_2d_of_2d_arguments_2d_exception_2d_arguments)
___DEF_OLD_SYM_GLO(___S_wrong_2d_number_2d_of_2d_arguments_2d_exception_2d_procedure,___G_wrong_2d_number_2d_of_2d_arguments_2d_exception_2d_procedure)
___DEF_OLD_SYM_GLO(___S_wrong_2d_number_2d_of_2d_arguments_2d_exception_3f_,___G_wrong_2d_number_2d_of_2d_arguments_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_wrong_2d_processor_2d_c_2d_return_2d_exception,___G_wrong_2d_processor_2d_c_2d_return_2d_exception)
___DEF_OLD_SYM_GLO(___S_wrong_2d_processor_2d_c_2d_return_2d_exception_3f_,___G_wrong_2d_processor_2d_c_2d_return_2d_exception_3f_)
___DEF_OLD_SYM_GLO(___S_wtimeout,___G_wtimeout)
___DEF_OLD_SYM_GLO(___S_wtimeout_2d_thunk,___G_wtimeout_2d_thunk)
___DEF_OLD_SYM_GLO(___S_xcons,___G_xcons)
___DEF_OLD_SYM_GLO(___S_y,___G_y)
___DEF_OLD_SYM_GLO(___S_zero_3f_,___G_zero_3f_)
___END_OLD_SYM_GLO
___BEGIN_NEW_SYM_GLO
___DEF_SUB_NSTR(___X0,14UL)
___NSTR8(35,35,109,97,105,110,45,103)
___NSTR6(115,105,47,103,115,99)
___DEF_NEW_SYM_GLO_SUP(0,___S__23__23_main_2d_gsi_2f_gsc,___X0,382933750,___G__23__23_main_2d_gsi_2f_gsc)
___DEF_SUB_NSTR(___X1,4UL)
___NSTR4(95,103,115,105)
___DEF_NEW_SYM_GLO(___S__23__23_main_2d_gsi_2f_gsc,___S___gsi,___X1,177385779,___G___gsi)
___DEF_SUB_NSTR(___X2,5UL)
___NSTR5(95,103,115,105,35)
___DEF_NEW_SYM_GLO_SUP(___S___gsi,___S___gsi_23_,___X2,351058992,___G___gsi_23_)
___DEF_SUB_NSTR(___X3,1UL)
___NSTR1(102)
___DEF_NEW_SYM_GLO(___S___gsi_23_,___S_f,___X3,51128217,___G_f)
___END_NEW_SYM_GLO(___S_f,0)
#endif
|
<filename>sort/Insertion.java<gh_stars>0
public class Insertion {
public static void main(String[] args) {
int[] arr = {55, 33, 77, 11, 38, 55, 58, 11, 2, 9};
arr = insertion(arr);
for (int i = 0; i < arr.length; i++) {
System.out.println(arr[i]);
}
}
public static int[] insertion(int[] arr) {
int len = arr.length;
for (int i = 1; i < len; i++) {
int temp = arr[i];
int curr = i - 1;
while ((curr >= 0) && (arr[curr] > temp)) {
arr[curr + 1] = arr[curr];
curr--;
}
arr[curr+1] = temp;
}
return arr;
}
}
|
#ifndef __TCREWRITE_ACTION_MAPPINGS_XML__H_
#define __TCREWRITE_ACTION_MAPPINGS_XML__H_
#include "apache_typedefs.h"
#include "oidc_core_constants.h"
#include "cookie.h"
typedef struct action_header_xml{
char* name;
char* value;
char* regex;
header_actions action;
}action_header_xml;
// custom response
typedef struct action_response_xml{
int code;
char* contentType;
char* body;
}action_response_xml;
typedef struct page_action_xml{
char *id,*directory,*description;
char* regex;
char* handler;
array_header* responseHeaders; // array of action_header_xml*
array_header* requestHeaders; // array of action_header_xml*
action_response_xml* response; // custom response
char* uri, *oidcProvider, *relyingParty;
int type;
int isDebug:1, isForward:1,isPermanent:1,advancedTemplate:1,base64UrlEncodeState:1;
}page_action_xml;
typedef struct pathmapping_action_xml{
char *id;
char* matchList;//matchlist name
}pathmapping_action_xml;
typedef struct path_mapping_xml{
char* pathRegex;
int ignoreCase;
array_header* postAuthActions;
array_header* matchLists;
}path_mapping_xml;
typedef struct relying_party_xml{
char* id;
char* description;
char *clientID;
char* clientSecret;
char* issuer;
int validateNonce;
char* redirectUri;
char* postLoginDefaultLandingPage;
int setCurrentPageAsState;
}relying_party_xml;
typedef struct oidc_provider_xml{
char* id;
char* metadataUrl;
char* issuer;
char* authorizationEndpoint;
char* tokenEndpoint;
char* jwksUri;
char* jwksJson;
int isDefault;
}oidc_provider_xml;
typedef struct oidc_config_xml{
int uid; // unique id for document
apr_hash_t* page_actions_hash;
array_header* path_mappings_arr;
array_header* match_list_arr;
Cookie* rpSession;
Cookie* oidcSession;
Cookie* accessToken;
apr_hash_t* relyingPartyHash;
array_header* oidcProviders;
}oidc_config_xml;
oidc_config_xml* amx_newObj(pool* p);
char* amx_loadConfFile(pool* p, char* file, oidc_config_xml* conf);
void amx_printAll(pool* p,oidc_config_xml* conf);
#endif
|
package br.com.Uana.farmacia.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@Entity
@Table(name = "tb_produto")
public class Produto {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
@NotBlank(message = "O atributo Nome não pode ser vazio")
@Column(unique = true)
@Size(max = 50, message = "O atributo Nome permite no máximo 50 caracteres")
private String nome;
@NotNull
@Size(max = 500, message = "O atributo Descrição permite no máximo 500 caracteres")
private String descricao;
@Min(0)
private double preco;
@Min(0)
private int qtdEstoque;
@ManyToOne
@JsonIgnoreProperties("produto")
private Categoria categoria;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
public String getDescricao() {
return descricao;
}
public void setDescricao(String descricao) {
this.descricao = descricao;
}
public double getPreco() {
return preco;
}
public void setPreco(double preco) {
this.preco = preco;
}
public int getQtdEstoque() {
return qtdEstoque;
}
public void setQtdEstoque(int qtdEstoque) {
this.qtdEstoque = qtdEstoque;
}
public Categoria getCategoria() {
return categoria;
}
public void setCategoria(Categoria categoria) {
this.categoria = categoria;
}
}
|
# #!/usr/bin/env bats
# # shellcheck shell=bats
# # shellcheck disable=SC2294,SC2004
# load "$GAUDI_TEST_DIRECTORY/helper.bash"
# load "$GAUDI_BASH/components/completions/lib/gaudi-bash.completions.bash"
# local_setup() {
# prepare
# }
# __check_completion() {
# # Get the parameters as a single value
# COMP_LINE=$*
# # Get the parameters as an array
# eval set -- "$@"
# COMP_WORDS=("$@")
# # Index of the cursor in the line
# COMP_POINT=${#COMP_LINE}
# # Get the last character of the line that was entered
# COMP_LAST=$((${COMP_POINT} - 1))
# # If the last character was a space...
# if [[ ${COMP_LINE:$COMP_LAST} = ' ' ]]; then
# # ...then add an empty array item
# COMP_WORDS+=('')
# fi
# # Word index of the last word
# COMP_CWORD=$((${#COMP_WORDS[@]} - 1))
# # Run the gaudi-bash completion function
# _gaudi-bash-comp
# # Return the completion output
# echo "${COMPREPLY[@]}"
# }
# @test "gaudi-bash completion: ensure that the _gaudi-bash-comp function is available" {
# run type -a _gaudi-bash-comp &> /dev/null
# assert_success
# }
# @test "gaudi-bash completion: doctor - show options" {
# run __check_completion 'gaudi-bash doctor '
# assert_line --index 0 "errors warnings all"
# }
# @test "gaudi-bash completion: help - show options" {
# run __check_completion 'gaudi-bash help '
# assert_line --index 0 "aliases completions migrate plugins update"
# }
# @test "gaudi-bash completion: update - show no options" {
# run __check_completion 'gaudi-bash update '
# refute_output
# }
# @test "gaudi-bash completion: show options" {
# run __check_completion 'gaudi-bash '
# assert_line --index 0 "version help doctor reload restart search update backup restore disable enable show"
# }
# @test "gaudi-bash completion: gudi-bash - show options" {
# run __check_completion 'gudi-bash '
# assert_line --index 0 "version help doctor reload restart search update backup restore disable enable show"
# }
# @test "gaudi-bash completion: g-udi-bash - show options" {
# run __check_completion 'g-udi-bash '
# assert_line --index 0 "version help doctor reload restart search update backup restore disable enable show"
# }
# @test "gaudi-bash completion: gadi-bash - show options" {
# run __check_completion 'gadi-bash '
# assert_line --index 0 "version help doctor reload restart search update backup restore disable enable show"
# }
# @test "gaudi-bash completion: guadi-bash - show options" {
# run __check_completion 'guadi-bash '
# assert_line --index 0 "version help doctor reload restart search update backup restore disable enable show"
# }
# @test "gaudi-bash completion: show - show options" {
# run __check_completion 'gaudi-bash show '
# assert_line --index 0 "aliases completions plugins"
# }
# @test "gaudi-bash completion: disable - show options" {
# run __check_completion 'gaudi-bash disable '
# assert_line --index 0 "alias completion plugin"
# }
# @test "gaudi-bash completion: disable - show options a" {
# run __check_completion 'gaudi-bash disable a'
# assert_line --index 0 "alias"
# }
# @test "gaudi-bash completion: disable - provide nothing when atom is not enabled" {
# run __check_completion 'gaudi-bash disable alias ato'
# refute_output
# }
# @test "gaudi-bash completion: disable - provide all when atom is not enabled" {
# run __check_completion 'gaudi-bash disable alias a'
# assert_line --index 0 "all"
# }
# # @test "gaudi-bash completion: disable - provide the a* aliases when atom is enabled with the old location and name" {
# # run gaudi-bash enable alias atom
# # assert_link_exist $GAUDI_BASH/components/enabled/150___atom.aliases.bash
# # run __check_completion 'gaudi-bash disable alias a'
# # assert_line --index 0 "all atom"
# # }
# # @test "gaudi-bash completion: disable - provide the a* aliases when atom is enabled with the old location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/atom.aliases.bash $GAUDI_BASH/aliases/enabled/150---atom.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/150---atom.aliases.bash"
# # ln -s $GAUDI_BASH/completion/available/apm.completion.bash $GAUDI_BASH/completion/enabled/350---apm.completion.bash
# # assert_link_exist "$GAUDI_BASH/completion/enabled/350---apm.completion.bash"
# # run __check_completion 'gaudi-bash disable alias a'
# # assert_line --index 0 "all atom"
# # }
# # @test "gaudi-bash completion: disable - provide the a* aliases when atom is enabled with the new location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/atom.aliases.bash $GAUDI_BASH/enabled/150---atom.aliases.bash
# # assert_link_exist "$GAUDI_BASH/enabled/150---atom.aliases.bash"
# # ln -s $GAUDI_BASH/completion/available/apm.completion.bash $GAUDI_BASH/enabled/350---apm.completion.bash
# # assert_link_exist "$GAUDI_BASH/enabled/350---apm.completion.bash"
# # run __check_completion 'gaudi-bash disable alias a'
# # assert_line --index 0 "all atom"
# # }
# # @test "gaudi-bash completion: disable - provide the docker-machine plugin when docker-machine is enabled with the old location and name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/aliases/enabled/docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/docker-compose.aliases.bash"
# # ln -s $GAUDI_BASH/plugins/available/docker-machine.plugin.bash $GAUDI_BASH/plugins/enabled/docker-machine.plugin.bash
# # assert_link_exist "$GAUDI_BASH/plugins/enabled/docker-machine.plugin.bash"
# # run __check_completion 'gaudi-bash disable plugin docker'
# # assert_line --index 0 "docker-machine"
# # }
# # @test "gaudi-bash completion: disable - provide the docker-machine plugin when docker-machine is enabled with the old location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/aliases/enabled/150---docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/150---docker-compose.aliases.bash"
# # ln -s $GAUDI_BASH/plugins/available/docker-machine.plugin.bash $GAUDI_BASH/plugins/enabled/350---docker-machine.plugin.bash
# # assert_link_exist "$GAUDI_BASH/plugins/enabled/350---docker-machine.plugin.bash"
# # run __check_completion 'gaudi-bash disable plugin docker'
# # assert_line --index 0 "docker-machine"
# # }
# # @test "gaudi-bash completion: disable - provide the docker-machine plugin when docker-machine is enabled with the new location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/enabled/150---docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/enabled/150---docker-compose.aliases.bash"
# # ln -s $GAUDI_BASH/plugins/available/docker-machine.plugin.bash $GAUDI_BASH/enabled/350---docker-machine.plugin.bash
# # assert_link_exist "$GAUDI_BASH/enabled/350---docker-machine.plugin.bash"
# # run __check_completion 'gaudi-bash disable plugin docker'
# # assert_line --index 0 "docker-machine"
# # }
# # @test "gaudi-bash completion: disable - provide the todo.txt-cli aliases when todo plugin is enabled with the old location and name" {
# # ln -s $GAUDI_BASH/aliases/available/todo.txt-cli.aliases.bash $GAUDI_BASH/aliases/enabled/todo.txt-cli.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/todo.txt-cli.aliases.bash"
# # ln -s $GAUDI_BASH/plugins/available/todo.plugin.bash $GAUDI_BASH/plugins/enabled/todo.plugin.bash
# # assert_link_exist "$GAUDI_BASH/plugins/enabled/todo.plugin.bash"
# # run __check_completion 'gaudi-bash disable alias to'
# # assert_line --index 0 "todo.txt-cli"
# # }
# # @test "gaudi-bash completion: disable - provide the todo.txt-cli aliases when todo plugin is enabled with the old location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/todo.txt-cli.aliases.bash $GAUDI_BASH/aliases/enabled/150---todo.txt-cli.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/150---todo.txt-cli.aliases.bash"
# # ln -s $GAUDI_BASH/plugins/available/todo.plugin.bash $GAUDI_BASH/plugins/enabled/350---todo.plugin.bash
# # assert_link_exist "$GAUDI_BASH/plugins/enabled/350---todo.plugin.bash"
# # run __check_completion 'gaudi-bash disable alias to'
# # assert_line --index 0 "todo.txt-cli"
# # }
# # @test "gaudi-bash completion: disable - provide the todo.txt-cli aliases when todo plugin is enabled with the new location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/todo.txt-cli.aliases.bash $GAUDI_BASH/enabled/150---todo.txt-cli.aliases.bash
# # assert_link_exist "$GAUDI_BASH/enabled/150---todo.txt-cli.aliases.bash"
# # ln -s $GAUDI_BASH/plugins/available/todo.plugin.bash $GAUDI_BASH/enabled/350---todo.plugin.bash
# # assert_link_exist "$GAUDI_BASH/enabled/350---todo.plugin.bash"
# # run __check_completion 'gaudi-bash disable alias to'
# # assert_line --index 0 "todo.txt-cli"
# # }
# # @test "gaudi-bash completion: enable - show options" {
# # run __check_completion 'gaudi-bash enable '
# # assert_line --index 0 "alias completion plugin"
# # }
# # @test "gaudi-bash completion: enable - show options a" {
# # run __check_completion 'gaudi-bash enable a'
# # assert_line --index 0 "alias"
# # }
# # @test "gaudi-bash completion: enable - provide the atom aliases when not enabled" {
# # run __check_completion 'gaudi-bash enable alias ato'
# # assert_line --index 0 "atom"
# # }
# # @test "gaudi-bash completion: enable - provide the a* aliases when not enabled" {
# # run __check_completion 'gaudi-bash enable alias a'
# # assert_line --index 0 "all ag ansible applications apt atom"
# # }
# # @test "gaudi-bash completion: enable - provide the a* aliases when atom is enabled with the old location and name" {
# # ln -s $GAUDI_BASH/aliases/available/atom.aliases.bash $GAUDI_BASH/aliases/enabled/atom.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/atom.aliases.bash"
# # run __check_completion 'gaudi-bash enable alias a'
# # assert_line --index 0 "all ag ansible applications apt"
# # }
# # @test "gaudi-bash completion: enable - provide the a* aliases when atom is enabled with the old location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/atom.aliases.bash $GAUDI_BASH/aliases/enabled/150---atom.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/150---atom.aliases.bash"
# # run __check_completion 'gaudi-bash enable alias a'
# # assert_line --index 0 "all ag ansible applications apt"
# # }
# # @test "gaudi-bash completion: enable - provide the a* aliases when atom is enabled with the new location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/atom.aliases.bash $GAUDI_BASH/enabled/150---atom.aliases.bash
# # assert_link_exist "$GAUDI_BASH/enabled/150---atom.aliases.bash"
# # run __check_completion 'gaudi-bash enable alias a'
# # assert_line --index 0 "all ag ansible applications apt"
# # }
# # @test "gaudi-bash completion: enable - provide the docker-* plugins when nothing is enabled with the old location and name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/aliases/enabled/docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/docker-compose.aliases.bash"
# # run __check_completion 'gaudi-bash enable plugin docker'
# # assert_line --index 0 "docker-compose docker-machine docker"
# # }
# # @test "gaudi-bash completion: enable - provide the docker-* plugins when nothing is enabled with the old location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/aliases/enabled/150---docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/150---docker-compose.aliases.bash"
# # run __check_completion 'gaudi-bash enable plugin docker'
# # assert_line --index 0 "docker-compose docker-machine docker"
# # }
# # @test "gaudi-bash completion: enable - provide the docker-* plugins when nothing is enabled with the new location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/enabled/150---docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/enabled/150---docker-compose.aliases.bash"
# # run __check_completion 'gaudi-bash enable plugin docker'
# # assert_line --index 0 "docker-compose docker-machine docker"
# # }
# # @test "gaudi-bash completion: enable - provide the docker-* completions when nothing is enabled with the old location and name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/aliases/enabled/docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/docker-compose.aliases.bash"
# # run __check_completion 'gaudi-bash enable completion docker'
# # assert_line --index 0 "docker docker-compose docker-machine"
# # }
# # @test "gaudi-bash completion: enable - provide the docker-* completions when nothing is enabled with the old location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/aliases/enabled/150---docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/aliases/enabled/150---docker-compose.aliases.bash"
# # run __check_completion 'gaudi-bash enable completion docker'
# # assert_line --index 0 "docker docker-compose docker-machine"
# # }
# # @test "gaudi-bash completion: enable - provide the docker-* completions when nothing is enabled with the new location and priority-based name" {
# # ln -s $GAUDI_BASH/aliases/available/docker-compose.aliases.bash $GAUDI_BASH/enabled/150---docker-compose.aliases.bash
# # assert_link_exist "$GAUDI_BASH/enabled/150---docker-compose.aliases.bash"
# # run __check_completion 'gaudi-bash enable completion docker'
# # assert_line --index 0 "docker docker-compose docker-machine"
# # }
# # @test "gaudi-bash completion: enable - provide the todo.txt-cli aliases when todo plugin is enabled with the old location and name" {
# # ln -s $GAUDI_BASH/plugins/available/todo.plugin.bash $GAUDI_BASH/plugins/enabled/todo.plugin.bash
# # assert_link_exist "$GAUDI_BASH/plugins/enabled/todo.plugin.bash"
# # run __check_completion 'gaudi-bash enable alias to'
# # assert_line --index 0 "todo.txt-cli"
# # }
# # @test "gaudi-bash completion: enable - provide the todo.txt-cli aliases when todo plugin is enabled with the old location and priority-based name" {
# # ln -s $GAUDI_BASH/plugins/available/todo.plugin.bash $GAUDI_BASH/plugins/enabled/350---todo.plugin.bash
# # assert_link_exist "$GAUDI_BASH/plugins/enabled/350---todo.plugin.bash"
# # run __check_completion 'gaudi-bash enable alias to'
# # assert_line --index 0 "todo.txt-cli"
# # }
# # @test "gaudi-bash completion: enable - provide the todo.txt-cli aliases when todo plugin is enabled with the new location and priority-based name" {
# # ln -s $GAUDI_BASH/plugins/available/todo.plugin.bash $GAUDI_BASH/enabled/350---todo.plugin.bash
# # assert_link_exist "$GAUDI_BASH/enabled/350---todo.plugin.bash"
# # run __check_completion 'gaudi-bash enable alias to'
# # assert_line --index 0 "todo.txt-cli"
# # }
|
<filename>Calandria/static/sql/doscompuestos.sql
INSERT INTO [squeegee].[dbo].[receta]
([pliego_goma] ,[pliego_mesa_alta] ,[green_tire]
,[presion_rodillo] ,[velocidad_maxima]
,[compuesto_a]
,[calibre_caliente_a] ,[ancho_squeegee_a] ,[ancho_pliego_a] ,[dima_a] ,[dimb_a]
,[compuesto_b]
,[calibre_caliente_b] ,[ancho_squeegee_b] ,[ancho_pliego_b] ,[dima_b] ,[dimb_b]
,[diferencia_yellow] ,[diferencia_red] ,[diferencia_blue])
VALUES
('PL70156','PL68233','GT40631, GT40845,GT49851',75,17,'B2551',1.3,35,598,109,109,'F6894',1.4,320,598,139,139,0,0,0),
('PL69376','PL68266','GT54814',75,17,'B2551',1.3,37,654,120,120,'F6894',1.4,350,654,152,152,0,0,0),
('PL68221','PL68219','GT40871, GT32638',75,17,'B2551',1.3,45,664,125,125,'F6894',1.4,340,664,162,162,0,0,0),
('PL68238','PL68236','GT40907, GT42429, GT41285, GT42252, GT47453',75,17,'B2551',1.3,45,646,120,120,'F6894',1.4,350,646,148,148,0,0,0),
('PL73157','PL65933','GT32684',75,17,'B2551',1.4,50,692,75,75,'F6894',1.5,452,692,120,120,0,0,0),
('PL65865','PL65863','GT38853',75,17,'B2551',1.4,55,610,66,66,'F6894',1.5,384,610,113,113,0,0,0),
('PL65868','PL65866','GT39359',75,17,'B2551',1.4,55,630,55,55,'F6894',1.5,444,630,93,93,0,0,0),
('PL65899','PL65897','GT41416',75,17,'B2551',1.4,35,592,74,74,'F6894',1.5,384,592,104,104,0,0,0),
('PL69898','PL69896','GT46714',75,17,'B2551',2,50,716,78,78,'F6894',1.5,480,716,118,118,0,0,0),
('PL68228','PL68226','GT38810, GT32921',75,17,'B2551',1.3,40,632,116,116,'F6894',1.4,350,632,141,141,0,0,0),
('PL68216','PL68214','GT42430, GT32600, GT41776, GT42251',75,17,'B2551',1.3,45,670,123,123,'F6894',1.4,370,670,150,150,0,0,0),
('PL65929','PL65927','GT40482',75,17,'B2551',1.4,65,600,55,55,'F6894',1.5,380,600,110,110,0,0,0),
('PL69940','PL69938','GT46344, GT41290',75,17,'B2551',1.6,65,604,47,47,'F6894',1.5,400,604,102,102,0,0,0),
('PL74511','PL65930','GT41683',75,17,'B2551',1.4,40,504,55,55,'F6894',1.5,320,504,92,92,0,0,0),
('PL72195','PL69900','GT53491, GT44644',75,17,'B2551',2,40,768,95,95,'F6894',1.5,510,768,129,129,0,0,0),
('PL69960','PL69958','GT44931',75,17,'B2551',2,65,830,95,95,'F6894',1.5,530,830,150,150,0,0,0),
('PL73134','PL69904','GT44905, GT48457',75,17,'B2551',1.4,65,660,55,55,'F6894',1.5,430,660,115,115,0,0,0),
('PL68247','PL68245','GT45209, GT47565',75,17,'B2551',1.3,45,590,105,105,'F6894',1.4,320,590,135,135,0,0,0),
('PL69948','PL69946','GT45704',75,17,'B2551',2,55,674,65,65,'F6894',1.5,450,674,112,112,0,0,0),
('PL69921','PL69919','GT45970',75,17,'B2551',1.8,50,744,77,77,'F6894',1.5,560,744,92,92,0,0,0),
('PL69936','PL69934','GT45987, GT52137',75,17,'B2551',1.8,45,684,75,75,'F6894',1.5,464,684,110,110,0,0,0),
('PL69973','PL69971','GT52145',75,17,'B2551',1.8,40,742,141,141,'F6894',1.5,400,742,171,171,0,0,0),
('PL69878','PL69876','GT51266',75,17,'B2551',1.3,40,572,56,56,'F6894',1.4,400,572,86,86,0,0,0),
('PL59088','PL58672','GT49545',75,17,'B2551',1.6,35,780,95,95,'F6894',1.5,540,780,120,120,0,0,0),
('PL69967','PL69965','GT51746',75,17,'B2551',2,40,782,91,91,'F6894',1.5,540,782,121,121,0,0,0),
('PL69970','PL69968','GT52108',75,17,'B2551',2,48,762,77,77,'F6894',1.5,528,762,117,117,0,0,0),
('PL69978','PL69976','GT52710',75,17,'B2551',2.2,55,838,89,89,'F6894',1.5,570,838,134,134,0,0,0),
('PL70020','PL70018','GT53260',75,17,'B2551',1.8,50,658,64,64,'F6894',1.5,450,658,104,104,0,0,0),
('PL71299','PL69982','GT53132',75,17,'B2551',2,50,778,95,95,'F6894',1.5,500,778,139,139,0,0,0),
('PL74756','PL74754','GT46555',75,17,'B2551',1.4,50,570,55,55,'F6894',1.5,370,570,100,100,0,0,0),
('PL68250','PL68248','GT46564',75,17,'B2551',1.3,45,614,107,107,'F6894',1.4,340,614,137,137,0,0,0),
('PL73133','PL69926','GT47755, GT47439',75,17,'B2551',2,60,650,58,58,'F6894',1.5,428,650,111,111,0,0,0),
('PL69932','PL69930','GT46774, GT47528',75,17,'B2551',1.4,60,620,57,57,'F6894',1.5,406,620,107,107,0,0,0),
('PL69890','PL69888','GT55299',75,17,'B2551',1.3,45,436,47,47,'F6894',1.4,300,436,68,68,0,0,0),
('PL59498','PL59496','GT50369',75,17,'B2551',1.7,50,720,75,75,'F6894',1.5,500,720,110,110,0,0,0),
('PL70023','PL70021','GT46734',75,17,'B2551',1.4,55,580,60,60,'F6894',1.5,362,580,109,109,0,0,0),
('PL69887','PL69885','GT55271',75,17,'B2551',1.3,45,444,41,41,'F6894',1.4,298,444,73,73,0,0,0),
('PL59491','PL56528','GT50455',75,17,'B2551',1.7,50,692,85,85,'F6894',1.5,450,692,121,121,0,0,0),
('PL73135','PL69942','GT47449',75,17,'B2551',1.6,45,692,85,85,'F6894',1.5,440,692,126,126,0,0,0),
('PL68253','PL68251','GT47463',75,17,'B2551',1.3,40,694,132,132,'F6894',1.4,380,694,157,157,0,0,0),
('PL68256','PL68254','GT47474',75,17,'B2551',1.3,40,728,137,137,'F6894',1.4,410,728,159,159,0,0,0),
('PL69910','PL69908','GT41135, GT48319',75,17,'B2551',1.5,45,740,93,93,'F6894',1.5,478,740,131,131,0,0,0),
('PL70240','PL69911','GT47908, GT46763',75,17,'B2551',2.2,45,706,70,70,'F6894',1.5,486,706,110,110,0,0,0),
('PL69925','PL69923','GT48249',75,17,'B2551',1.4,45,712,91,91,'F6894',1.5,460,712,126,126,0,0,0),
('PL69952','PL69950','GT58672',75,17,'B2551',1.7,56,784,86,86,'F6894',1.5,530,784,127,127,0,0,0),
('PL69956','PL69954','GT48446',75,17,'B2551',1.5,50,810,85,85,'F6894',1.5,550,810,130,130,0,0,0),
('PL71538','PL69867','GT50223',75,17,'B2551',1.3,30,500,50,50,'F6894',1.4,350,500,75,75,0,0,0),
('PL70255','PL69861','GT50200, GT50783, GT53634, GT53705, GT54074',75,17,'B2551',1.3,35,512,49,49,'F6894',1.4,354,512,79,79,0,0,0),
('PL69872','PL69870','GT50295, GT56791',75,17,'B2551',1.3,40,474,47,47,'F6894',1.4,320,474,77,77,0,0,0),
('PL69875','PL69873','GT50328, GT51117, GT53827',75,17,'B2551',1.3,35,488,50,50,'F6894',1.4,328,488,80,80,0,0,0),
('PL69866','PL69864','GT50676, GT51588',75,17,'B2551',1.3,30,536,55,55,'F6894',1.4,376,536,80,80,0,0,0),
('PL68261','PL68259','GT52038',75,17,'B2551',2,50,606,63,63,'F6894',1.5,420,606,93,93,0,0,0),
('PL69881','PL69879','GT53614',75,17,'B2551',1.3,40,490,48,48,'F6894',1.4,350,490,70,70,0,0,0),
('PL68265','PL68263','GT52598',75,17,'B2551',1.8,40,638,74,74,'F6894',1.5,430,638,104,104,0,0,0),
('PL71238','PL69961','GT48539',75,17,'B2551',1.6,60,690,55,55,'F6894',1.5,470,690,110,110,0,0,0),
('PL69894','PL69892','GT52627',75,17,'B2551',2.2,45,702,85,85,'F6894',1.5,470,702,116,116,0,0,0),
('PL73735','PL69979','GT52930',75,17,'B2551',2.2,35,734,97,97,'F6894',1.5,480,734,127,127,0,0,0),
('PL69917','PL69915','GT41532',75,17,'B2551',2,55,710,80,80,'F6894',1.4,520,710,95,95,0,0,0),
('PL69884','PL69882','GT53704',75,17,'B2551',1.3,40,548,60,60,'F6894',1.4,378,548,85,85,0,0,0),
('PL70254','PL69986','GT54208',75,17,'B2551',2.2,40,746,98,98,'F6894',1.5,480,746,133,133,0,0,0),
('PL73658','PL73656','GT63367',75,17,'B2551',2.2,45,770,86,86,'F6894',1.5,518,770,126,126,0,0,0),
('PL74512','PL74060','GT63934',75,17,'B2551',2.2,35,732,66,66,'F6894',1.5,540,732,96,96,0,0,0),
('PL75722','PL75720','GT66535',75,17,'B2551',1.3,50,500,45,45,'F6894',1.4,340,500,80,80,0,0,0),
('PL76169','PL76167','GT66568',75,17,'B2551',1.3,45,492,43,43,'F6894',1.4,340,492,76,76,0,0,0),
('PL76224','PL76220','GT66725',75,17,'B2551',1.3,50,482,46,46,'F6894',1.4,320,482,81,81,0,0,0)
GO |
var searchData=
[
['cid_2eh',['cid.h',['../cid_8h.html',1,'']]],
['cmap_2eh',['cmap.h',['../cmap_8h.html',1,'']]]
];
|
def find_max(arr):
'''This function returns the maximum element in the given array.'''
maxval = arr[0]
for num in arr:
if num > maxval:
maxval = num
return maxval |
<gh_stars>1-10
//
// DDMICircleIndicator.h
// HMLoginDemo
//
// Created by lilingang on 15/8/5.
// Copyright (c) 2015年 lilingang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface DDMICircleIndicator : UIView
- (instancetype)initWithFrame:(CGRect)frame;
- (instancetype)initWithFrame:(CGRect)frame imageName:(NSString *)imageName;
- (void)startAnimation;
- (void)stopAnimation;
@end
|
// The MIT License (MIT)
// Copyright (c) 2017 <NAME>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restriction, including without limitation the
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
// sell copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
/**
* @file
* @author <NAME> <<EMAIL>>
* @brief The cdc_queue is a struct and functions that provide a queue
*/
#ifndef CDCONTAINERS_INCLUDE_CDCONTAINERS_QUEUE_H
#define CDCONTAINERS_INCLUDE_CDCONTAINERS_QUEUE_H
#include <cdcontainers/common.h>
#include <cdcontainers/status.h>
#include <cdcontainers/tables/isequence.h>
#include <assert.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
/**
* @brief The cdc_queue struct
* @warning To avoid problems, do not change the structure fields in the code.
* Use only special functions to access and change structure fields.
*/
struct cdc_queue {
void *container;
const struct cdc_sequence_table *table;
};
/**
* @brief Constructs an empty queue.
* @param table - method table for a particular implementation
* @param q - cdc_queue
* @param info - cdc_data_info
* @return CDC_STATUS_OK in a successful case or other value indicating
* an error
*/
enum cdc_stat cdc_queue_ctor(const struct cdc_sequence_table *table, struct cdc_queue **q,
struct cdc_data_info *info);
/**
* @brief Constructs a queue, initialized by an arbitrary number of pointers.
* The last item must be NULL.
* @param table - method table for a particular implementation
* @param q - cdc_queue
* @param info - cdc_data_info
* @return CDC_STATUS_OK in a successful case or other value indicating
* an error
*/
enum cdc_stat cdc_queue_ctorl(const struct cdc_sequence_table *table, struct cdc_queue **q,
struct cdc_data_info *info, ...);
/**
* @brief Constructs a queue, initialized by args
* The last item must be NULL.
* @param table - method table for a particular implementation
* @param q - cdc_queue
* @param info - cdc_data_info
* @return CDC_STATUS_OK in a successful case or other value indicating
* an error
*/
enum cdc_stat cdc_queue_ctorv(const struct cdc_sequence_table *table, struct cdc_queue **q,
struct cdc_data_info *info, va_list args);
/**
* @brief Destroys the queue.
* @param q - cdc_queue
*/
void cdc_queue_dtor(struct cdc_queue *q);
// Element access
/**
* @brief Returns pointer to the first element in the queue. This function
* assumes that the queue isn't empty.
* @param q - cdc_queue
* @return pointer to the first element in the queue
*/
static inline void *cdc_queue_front(struct cdc_queue *q)
{
assert(q != NULL);
return q->table->front(q->container);
}
/**
* @brief Returns pointer to the last element in the queue. This function
* assumes that the queue isn't empty.
* @param q - cdc_queue
* @return pointer to the last element in the queue
*/
static inline void *cdc_queue_back(struct cdc_queue *q)
{
assert(q != NULL);
return q->table->back(q->container);
}
// Capacity
/**
* @brief Returns true if the queue has size 0; otherwise returns false.
* @param q - cdc_queue
* @return true if the list has size 0; otherwise returns false
*/
static inline bool cdc_queue_empty(struct cdc_queue *q)
{
assert(q != NULL);
return q->table->empty(q->container);
}
/**
* @brief Returns the number of items in the queue.
* @param q - cdc_queue
* @return size
*/
static inline size_t cdc_queue_size(struct cdc_queue *q)
{
assert(q != NULL);
return q->table->size(q->container);
}
// Modifiers
/**
* @brief Adds value elem to the tail of the queue.
* @param q - cdc_queue
* @param elem
* @return CDC_STATUS_OK in a successful case or other value indicating
* an error
*/
static inline enum cdc_stat cdc_queue_push(struct cdc_queue *q, void *elem)
{
assert(q != NULL);
return q->table->push_back(q->container, elem);
}
/**
* @brief Removes the head item in the queue. This function assumes that the
* queue isn't empty.
* @param q - cdc_queue
*/
static inline void cdc_queue_pop(struct cdc_queue *q)
{
assert(q != NULL);
q->table->pop_front(q->container);
}
/**
* @brief Swaps queues a and b. This operation is very fast and never fails.
* @param a - cdc_queue
* @param b - cdc_queue
*/
void cdc_queue_swap(struct cdc_queue *a, struct cdc_queue *b);
// Short names
#ifdef CDC_USE_SHORT_NAMES
typedef struct cdc_queue queue_t;
#define queue_ctor(...) cdc_queue_ctor(__VA_ARGS__)
#define queue_ctorl(...) cdc_queue_ctorl(__VA_ARGS__)
#define queue_ctorv(...) cdc_queue_ctorv(__VA_ARGS__)
#define queue_dtor(...) cdc_queue_dtor(__VA_ARGS__)
// Element access
#define queue_front(...) cdc_queue_front(__VA_ARGS__)
#define queue_back(...) cdc_queue_back(__VA_ARGS__)
// Capacity
#define queue_empty(...) cdc_queue_empty(__VA_ARGS__)
#define queue_size(...) cdc_queue_size(__VA_ARGS__)
// Modifiers
#define queue_push(...) cdc_queue_push(__VA_ARGS__)
#define queue_pop(...) cdc_queue_pop(__VA_ARGS__)
#define queue_swap(...) cdc_queue_swap(__VA_ARGS__)
#endif
#endif // CDCONTAINERS_INCLUDE_CDCONTAINERS_QUEUE_H
|
<filename>ph-jdmc-example/src/main/java/com/helger/aufnahme/businessobj/EExDeadwoodCategoryBO.java
/*
* Copyright (C) 2018-2019 <NAME> (www.helger.com)
* philip[at]helger[dot]com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.helger.aufnahme.businessobj;
import com.helger.commons.annotation.Nonempty;
import com.helger.commons.id.IHasID;
import com.helger.commons.lang.EnumHelper;
import com.helger.commons.name.IHasDisplayName;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
/**
* This class was initially automatically created
*
*
* @author JDMCodeGenerator
*/
public enum EExDeadwoodCategoryBO
implements IHasID<String> , IHasDisplayName
{
CLASS1("c1", "Klasse I: stehend"),
CLASS2("c2", "Klasse II: Baumrest stehend"),
CLASS3("c3", "Klasse III: Hochstumpf (Baumrest zwischen 1 und 3 m hoch), st\u00fcrzt kaum mehr um"),
CLASS4("c4", "Klasse IV: Stumpf, Stock (=<1m)"),
CLASS5("c5", "Klasse V: Liegend, ganzer Baum"),
CLASS6("c6", "Klasse VI: Baumrest liegend"),
CLASS7("c7", "Klasse VII: Liegende Baumteile");
private final String m_sID;
private final String m_sDisplayName;
private EExDeadwoodCategoryBO(@Nonnull @Nonempty final String sID, @Nonnull @Nonempty final String sDisplayName) {
m_sID = sID;
m_sDisplayName = sDisplayName;
}
@Nonnull
@Nonempty
public String getID() {
return m_sID;
}
@Nonnull
@Nonempty
public String getDisplayName() {
return m_sDisplayName;
}
@Nullable
public static EExDeadwoodCategoryBO getFromIDOrNull(@Nullable final String sID) {
return EnumHelper.getFromIDOrNull(EExDeadwoodCategoryBO.class, sID);
}
@Nullable
public static EExDeadwoodCategoryBO getFromIDOrDefault(@Nullable final String sID, @Nullable final EExDeadwoodCategoryBO eDefault) {
return EnumHelper.getFromIDOrDefault(EExDeadwoodCategoryBO.class, sID, eDefault);
}
@Nonnull
public static EExDeadwoodCategoryBO getFromIDOrThrow(@Nullable final String sID) {
return EnumHelper.getFromIDOrThrow(EExDeadwoodCategoryBO.class, sID);
}
}
|
#!/bin/bash
# to support context window = 1, 2, 4, 8, 16
./trans_psyc_padding.sh MISC11 ML 17
./trans_psyc_padding.sh MISC11 EL 17
./trans_psyc_padding.sh MISC11 WOE 17
|
import pdb
from django.db import models
# import io3d
from datetime import datetime
from django.urls import reverse
from django.conf import settings
from django.contrib.auth import get_user_model
from loguru import logger
import os.path as op
from . import scaffanweb_tools
from django.contrib.auth.models import User
from django.db.models.signals import post_save
from django.dispatch import receiver
User = get_user_model()
# Create your models here.
# pth = io3d.datasets.join_path(get_root=True)
from pathlib import Path
pth = Path("~/data/medical/orig/Scaffan-analysis").expanduser()
def get_output_dir():
#
# import datetime
OUTPUT_DIRECTORY_PATH = settings.MEDIA_ROOT
# datetimestr = datetime.datetime.now().strftime("%Y%m%d-%H%M%S.%f")
datetimestr = datetime.now().strftime("%Y%m%d-%H%M%S")
filename = op.join(
op.expanduser(OUTPUT_DIRECTORY_PATH),
"SA_" + datetimestr + "_" + scaffanweb_tools.randomString(12),
"SA_" + datetimestr
)
return filename
def get_common_spreadsheet_file(user:User) -> [Path, str, str]:
name = f"data_{user.username}_{scaffanweb_tools.generate_sha1(user.username, settings.SECRET_KEY)}.xlsx"
filename = Path(
op.expanduser(settings.MEDIA_ROOT),
name
)
url = settings.MEDIA_URL + name
return filename, url, name
def get_default_user_hash():
return scaffanweb_tools.randomString(12)
def upload_to_unqiue_folder(instance, filename):
"""
Uploads a file to an unique generated Path to keep the original filename
"""
logger.debug("upload_to_unique_folder")
logger.debug(instance)
logger.debug(filename)
logger.debug(instance.uploaded_at)
hash = scaffanweb_tools.generate_sha1(instance.uploaded_at, "_")
# instance_filename = Path(instance.imagefile.path).stem # sometimes the instance.imagefile does not exist
instance_filename = Path(filename).stem
datetimestr = datetime.now().strftime("%Y%m%d-%H%M%S")
return op.join(
settings.UPLOAD_RELATIVE_PATH,
datetimestr + "_" + instance_filename + "_" + hash,
filename
)
# return 's%()%(path)s%(hash_path)s%(filename)s' % {'path': settings.UPLOAD_PATH,
# 'hash_path': scaffanweb_tools.randomString(12),
# 'filename': filename}
def _prepare_filename():
# instance_filename = Path(instance.filename).name
# return instance_filename
return ""
class ServerDatasetPath(models.Model):
comment = models.CharField(max_length=200)
server_dataset_path = models.FilePathField("Path to dataset on server", path=str(pth), allow_files=False, allow_folders=True)
class ScaffanParameterSetup(models.Model):
user = models.ForeignKey(User, on_delete=models.CASCADE)
text_parameters = models.TextField(max_length=4000, default="{}")
name = models.CharField(max_length=200, default="My Setting 1")
class ServerDataFileName(models.Model):
# server_dataset_path= models.ForeignKey(ServerDatasetPath, on_delete=models.CASCADE)
# choice_text = models.CharField(max_length=200)
processed = models.BooleanField(default=False)
process_started = models.BooleanField(default=False)
owner = models.ForeignKey(
# settings.AUTH_USER_MODEL,
User,
on_delete=models.CASCADE, null=True
# blank=True
)
# users = models.ManyToManyField(Publication)
processed_in_version = models.CharField(max_length=200)
# imagefile_path = models.FilePathField("File Path",path=str(pth), allow_files=True, allow_folders=False, recursive=True, blank=True)
hash = scaffanweb_tools.randomString(12)
imagefile = models.FileField("Image File", upload_to=upload_to_unqiue_folder, blank=True, null=True, max_length=500)
annotationfile = models.FileField("Annotation File", upload_to=upload_to_unqiue_folder, blank=True, null=True, max_length=500)
# thumbnail = models.CharField("Thumbnail File", max_length=255, blank=True)
preview = models.ImageField(upload_to="cellimage/", blank=True)
zip_file = models.FileField(upload_to="cellimage/", blank=True, null=True)
preview_pixelsize_mm = models.FloatField("Preview Pixelsize [mm]", blank=True, null=True)
description = models.CharField(max_length=255, blank=True)
# orig_filename = models.CharField(max_length=255, blank=True)
# multicell_dapi = models.FileField(upload_to='documents/')
# multicell_fitc = models.FileField(upload_to='documents/')
# singlecell_dapi = models.FileField(upload_to='documents/')
# singlecell_fitc = models.FileField(upload_to='documents/')
uploaded_at = models.DateTimeField(
"Uploaded at",
# auto_now_add=True,
# blank=True) #,
default=datetime.now
)
started_at = models.DateTimeField(
"Started at",
# auto_now_add=True,
blank=True, null=True
)
score = models.FloatField(blank=True, null=True)
score_skeleton_length = models.FloatField(blank=True, null=True)
score_branch_number = models.FloatField(blank=True, null=True)
score_dead_ends_number = models.FloatField(blank=True, null=True)
score_area = models.FloatField(blank=True, null=True)
outputdir = models.CharField(max_length=255, blank=True, default=get_output_dir)
last_error_message = models.CharField(max_length=10000, blank=True, null=True)
scaffan_parameter_setup = models.ForeignKey(ScaffanParameterSetup, on_delete=models.CASCADE, blank=True, null=True)
# last_task_uuid = models.CharField(max_length=255, blank=True, null=True)
# image_preview = models.ImageField(upload_to="image_preview/", blank=True)
# votes = models.IntegerField(default=0)
# filename = models.CharField(max_length=500, default=_prepare_filename)
@property
def filename(self):
return f"{Path(self.imagefile.path).name}"
def __str__(self):
if self.imagefile:
s = f"{Path(self.imagefile.path).name}"
# if not Path(self.imagefile.path).exists():
# s += " [file not found]"
return s
# return f"{Path(self.imagefile.path).name} {self.description}"
else:
return self.description
class BitmapImage(models.Model):
server_datafile = models.ForeignKey(ServerDataFileName, on_delete=models.CASCADE)
bitmap_image = models.ImageField()
@property
def filename(self):
return op.basename(self.bitmap_image.name)
class LobuleCoordinates(models.Model):
server_datafile = models.ForeignKey(ServerDataFileName, on_delete=models.CASCADE)
x_mm = models.FloatField("X [mm]")
y_mm = models.FloatField("Y [mm]")
# def get_absolute_url(self):
# """
# Returns the url to access a particular book instance.
# """
# print("models get_absolute_url()")
# print(self.id)
# return reverse('imviewer:image-set_lobules_seeds', args=[str(self.id)])
class ExampleData(models.Model):
server_datafile = models.ForeignKey(ServerDataFileName, on_delete=models.CASCADE)
class Tag(models.Model):
users = models.ManyToManyField(User)
# user = models.ForeignKey(
# User,
# on_delete=models.CASCADE,
# null=True
# )
name = models.CharField(max_length=50)
files = models.ManyToManyField(ServerDataFileName)
def __str__(self):
return str(self.name)
def get_tag_by_name(
name:str,
# server_datafile:ServerDataFileName
):
"""
Find tag or create new one by string.
"""
objs = Tag.objects.filter(name=name)
if len(objs) == 0:
tag=Tag(name=name)
# tag.name=name
tag.save()
else:
tag = objs[0]
return tag
class Profile(models.Model):
user = models.OneToOneField(User, on_delete=models.CASCADE)
# bio = models.TextField(max_length=500, blank=True)
# location = models.CharField(max_length=30, blank=True)
# birth_date = models.DateField(null=True, blank=True)
hash = models.CharField(max_length=50, default=get_default_user_hash)
automatic_import = models.BooleanField(default=False)
last_used_version = models.CharField(max_length=20, default="0.0.0")
text_parameters = models.TextField(max_length=4000, default="{}")
@receiver(post_save, sender=User)
def create_user_profile(sender, instance, created, **kwargs):
if created:
Profile.objects.create(user=instance)
@receiver(post_save, sender=User)
def save_user_profile(sender, instance, **kwargs):
logger.debug(sender)
logger.debug(instance)
logger.debug(kwargs)
# pdb.set_trace()
from django.core.exceptions import ObjectDoesNotExist
try:
instance.profile
except ObjectDoesNotExist:
profile, created = Profile.objects.get_or_create(user=instance)
instance.profile = profile
# UserProfile.objects.get_or_create(user=request.user)
instance.profile.save()
class GDriveImport(models.Model):
user = models.ManyToManyField(User)
gdrive_id = models.CharField(max_length=35)
gdir_id = models.CharField(max_length=35)
extension = models.CharField(max_length=10)
token = models.FilePathField(path=settings.BASE_DIR)
credentials = models.FilePathField(path=settings.BASE_DIR)
|
#!/bin/sh
sentry_properties="defaults.url=https://sentry.io
defaults.org=${SENTRY_ORG}
defaults.project=${SENTRY_PROJECT_IOS}
auth.token=${SENTRY_AUTH_TOKEN}
cli.executable=../node_modules/sentry-cli-binary/bin/sentry-cli"
if [[ "${SENTRY_ENABLED}" = "true" ]]; then
if [[ ! -f "sentry.properties" ]]; then
echo "Creating sentry.properties from environment"
echo "${sentry_properties}" > sentry.properties
else
echo "sentry.properties already exists"
fi
else
echo "Not creating sentry.properties because Sentry is disabled"
fi
|
<gh_stars>0
import React from 'react';
import { Link } from 'react-router-dom';
import Logo from './Logo_alps.svg';
import {
LoginFieldHeaderWrapper,
LogoWrapper,
MsgWrapper,
MsgFirst,
MsgSecond,
} from './styles';
const LoginFieldHeader = () => (
<LoginFieldHeaderWrapper>
<LogoWrapper>
<Link to="/">
<img src={Logo} alt="알프스" />
</Link>
</LogoWrapper>
<MsgWrapper>
<MsgFirst id="9f06d627c8e4011e370faca7036dd6e5">로그인</MsgFirst>
<MsgSecond>어서오세요 코치님들</MsgSecond>
</MsgWrapper>
</LoginFieldHeaderWrapper>
);
export default LoginFieldHeader;
|
#include "guibase.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
void GenericHandleKeyboard( struct GUIBase * b, int c, int down, int focused )
{
if( b->focused )
{
if( c == '\n' || c == ' ' )
{
if( b->depressed && !down )
{
b->ProcessClick( b );
}
else if( down )
{
b->depressed = 1;
}
}
}
}
void GenericHandleMove( struct GUIBase * b, float screenx, float screeny, int buttonmask )
{
int inside = b->x <= screenx && b->y <= screeny && b->x + b->w >= screenx && b->y + b->h >= screeny;
if( (buttonmask & 1) && b->clicked )
{
if( inside )
b->depressed = 1;
else
b->depressed = 0;
}
}
int GenericCheckClick( struct GUIBase * b, float screenx, float screeny, int button, int down )
{
int inside = b->x <= screenx && b->y <= screeny && b->x + b->w >= screenx && b->y + b->h >= screeny;
if( button != 0 ) return;
if( down )
{
if( inside )
{
b->depressed = 1;
b->clicked = 1;
if( b->w )
{
WindowTakeFocus( b->wp, b );
}
return 0;
}
else
return -1;
}
else
{
if( b->clicked && inside )
{
b->ProcessClick( b );
}
b->clicked = 0;
b->depressed = 0;
}
}
struct GUIWindow * CreateGUIWindow()
{
struct GUIWindow * ret = malloc( sizeof( struct GUIWindow ) );
memset( ret->elements, 0, sizeof( ret->elements ) );
ret->renderbuffer = MakeRFBuffer( 0, TTRGBA );
ret->torender = CreateTexture();
return ret;
}
void WindowHandleMouseMove( struct GUIWindow * w, float x, float y, int mask )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
struct GUIBase * g = w->elements[i];
if( g && g->HandleMove )
g->HandleMove( g, x, y, mask );
}
}
void WindowHandleMouseClick( struct GUIWindow * w, float x, float y, int button, int down )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
struct GUIBase * g = w->elements[i];
if( g && g->CheckClick )
g->CheckClick( g, x, y, button, down );
}
}
void WindowHandleKeyboard( struct GUIWindow * w, int c, int down )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
struct GUIBase * g = w->elements[i];
if( g && g->HandleKeyboard )
g->HandleKeyboard( g, c, down, i==w->focusid );
}
}
void DestroyGUIWindow( struct GUIWindow * w )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
struct GUIBase * g = w->elements[i];
if( g && g->DestroyMe ) g->DestroyMe( g );
}
if( w->renderbuffer ) DestroyRFBuffer( w->renderbuffer );
if( w->torender ) DestroyTexture( w->torender );
}
void WindowTakeFocus( struct GUIWindow * w, struct GUIBase * g )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
if( g == w->elements[i] )
{
if( w->focusid >= 0 )
w->elements[w->focusid]->focused = 0;
w->elements[i]->focused = 1;
w->focusid = i;
return;
}
}
}
void WindowRender( struct GUIWindow * w )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
struct GUIBase * g = w->elements[i];
if( g && g->Prerender ) g->Prerender( g );
}
RFBufferGo( w->renderbuffer, w->width, w->height, 1, &w->torender, 1 );
glMatrixMode(GL_PROJECTION);
glPushMatrix();
glLoadIdentity();
glOrtho(0, w->width, 0, w->height, -1, 1);
glDepthFunc(GL_ALWAYS);
//Flip-y
// glScalef(1, -1, 1);
// glTranslatef(0, -w->height, 0);
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glPushMatrix();
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
struct GUIBase * g = w->elements[i];
if( g && g->Render ) g->Render( g );
}
glMatrixMode(GL_PROJECTION);
glPopMatrix();
glMatrixMode(GL_MODELVIEW);
glPopMatrix();
RFBufferDone( w->renderbuffer );
}
void WindowAddElement( struct GUIWindow * w, struct GUIBase * g )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
if( !w->elements[i] )
{
w->elements[i] = g;
return;
}
}
if( i == MAX_GUI_ELEMENTS )
{
fprintf( stderr, "Error: too many GUI Elements.\n" );
}
}
void WindowRemoveElement( struct GUIWindow * w, struct GUIBase * g )
{
int i;
for( i = 0; i < MAX_GUI_ELEMENTS; i++ )
{
if( w->elements[i] == g )
w->elements[i] = 0;
}
}
|
public class ReverseWord {
public static void main(String[] args) {
String word = "Hello";
String reversedWord = "";
for (int i = word.length() - 1; i >= 0; i--) {
reversedWord = reversedWord + word.charAt(i);
}
System.out.println("Reversed Word: " + reversedWord);
}
} |
def setCompilerEnv(compilerType, version):
if compilerType == "GXX":
os.environ["GXX"] = f"{version} -m64"
return f'GXX set to "{version} -m64"'
elif compilerType == "CLANG":
os.environ["CLANG"] = f"llvm/{version}/build-64/bin/clang"
os.environ["LLVM_CONFIG"] = f"llvm/{version}/build-64/bin/llvm-config"
return f'CLANG set to "llvm/{version}/build-64/bin/clang" and LLVM_CONFIG set to "llvm/{version}/build-64/bin/llvm-config"'
else:
return "Invalid compiler type" |
<filename>controllers/Auth/model.js
response_handler = require('../../tools/response_handler')
const MODEL = require('../models/user')
function signUp(opts){
MODEL.findOne({ email: opts.email}, (err, res) => {
const userRequest = new MODEL(opts);
userRequest.save((err)=>{
return response_handler(err)
})
})
}
module.exports = signUp |
package com.codepath.apps.restclienttemplate.models;
import android.util.Log;
import com.codepath.apps.restclienttemplate.TwitterApp;
import com.codepath.apps.restclienttemplate.TwitterClient;
import com.loopj.android.http.JsonHttpResponseHandler;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import cz.msebera.android.httpclient.Header;
/**
* Created by emilie on 10/4/17.
*/
public class Session {
private final String TAG = "Session";
private static Session mSession = null;
private User myUser;
private TwitterClient client;
private MyJsonHttpResponseHandlerUser myJsonHttpResponseHandlerUser;
public static Session getInstance(){
if (mSession == null) {
mSession = new Session();
}
return mSession;
}
private Session(){
myJsonHttpResponseHandlerUser = new MyJsonHttpResponseHandlerUser();
client = TwitterApp.getRestClient();
getMyUserInfo();
}
private void getMyUserInfo() {
client.getUserInfo(myJsonHttpResponseHandlerUser);
}
public User getMyUser() {
return myUser;
}
public class MyJsonHttpResponseHandlerUser extends JsonHttpResponseHandler
{
@Override
public void onSuccess(int statusCode, Header[] headers, JSONObject response) {
Log.d(TAG, response.toString());
try {
myUser = User.fromJson(response);
Log.d(TAG, "user name is " + myUser.mName + ", screen name " + myUser.mScreenName );
}
catch (JSONException e) {
e.printStackTrace();
}
}
@Override
public void onSuccess(int statusCode, Header[] headers, JSONArray response) {
Log.d(TAG, "Received " + response.length() + "mTweets");
}
@Override
public void onFailure(int statusCode, Header[] headers, Throwable throwable, JSONObject errorResponse) {
Log.d(TAG, errorResponse.toString());
throwable.printStackTrace();
}
@Override
public void onFailure(int statusCode, Header[] headers, String responseString, Throwable throwable) {
Log.d(TAG, responseString.toString());
throwable.printStackTrace();
}
@Override
public void onFailure(int statusCode, Header[] headers, Throwable throwable, JSONArray errorResponse) {
Log.d(TAG, errorResponse.toString());
throwable.printStackTrace();
}
}
}
|
CQChartsTest -tcl -exec sea_level.tcl
#CQChartsTest -ceil -exec sea_level.cl
#CQChartsTest -script -exec sea_level.script
|
<reponame>muthukumaravel7/armnn
var _convolution2d_8cpp =
[
[ "BOOST_AUTO_TEST_CASE", "_convolution2d_8cpp.xhtml#ad1bbdfb7f84728a260a85977ed9d2b66", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#ad52ea914207c4b931ce66e10e41a23b1", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#a8ced6bda2c31d006ae544beb31e5cc90", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#a8fe23e0714fd3e9c244c52a01299b609", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#aaf69e0e199c51bcfc93c832bece48886", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#ada20118411e1003d1d3060e86e39befb", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#aa4c0095b82e0bd813e562123ca582b13", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#ae57d2f271f0e33f397cd5f857a5e19fc", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#a6fd5e872a485546d41b212a099242dfd", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#a9fe69b402a0c6b7f1d13222c8d7069cf", null ],
[ "BOOST_FIXTURE_TEST_CASE", "_convolution2d_8cpp.xhtml#aab550ae837f3e7a96fbf7090788bcbb9", null ]
]; |
<reponame>tenebrousedge/ruby-packer
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/enumerator/with_object', __FILE__)
describe "Enumerator#with_object" do
it_behaves_like :enum_with_object, :with_object
end
|
<filename>7-assets/mout/array/join.js
"use strict";
exports.__esModule = true;
var filter_1 = require("./filter");
function isValidString(val) {
return val != null && val !== '';
}
/**
* Joins strings with the specified separator inserted between each value.
* Null values and empty strings will be excluded.
*/
function join(items, separator) {
if (separator === void 0) { separator = ''; }
return filter_1["default"](items, isValidString).join(separator);
}
exports["default"] = join;
|
#!/bin/bash
if [ "$TASKLIST" = "" ]; then
TASKLIST="correlation heat bfs markov gaussblur"
fi
if [ "$TYPE" = "" ]; then
TYPE="time energy"
fi
if [ "$RESLIST" = "" ]; then
RESLIST="IntelXeon MaxelerVectis NvidiaTesla"
fi
if [ "$SIZELIST" = "" ]; then
SIZELIST="128
256
512
1024
2048
4096
8192
16384"
fi
export LD_PRELOAD=/usr/ampehre/lib/libms_common_apapi.so
export LD_LIBRARY_PATH=/usr/local/cuda-7.0/targets/x86_64-linux/lib/:/opt/pgi/linux86-64/18.4/lib/
export CUDA_HOME=/usr/local/cuda-7.0/
for size in $SIZELIST; do
for task in $TASKLIST; do
for res in $RESLIST; do
for typ in $TYPE; do
# exceptions
#if [ "$task" = "bfs" && "$res" = "MaxelerVectis" ]; then
# echo -n $res $size $task $typ " not supported"
# continue
#fi
if [ ! -f "ms_$task($size)@"$res"_$typ.csv" ]; then
echo "ms_$task($size)@"$res"_$typ.csv" is missing
fi
#ms_correlation(2048)@IntelXeon_time.csv
done
done
done
done
|
#!/bin/bash
# Script to deploy a very simple web application.
# The web app has a customizable image and some text.
cat << EOM > /var/www/html/index.html
<html>
<head><title>Meow!</title></head>
<body>
<div style="width:800px;margin: 0 auto">
<!-- BEGIN -->
<center><img src="http://${PLACEHOLDER}/${WIDTH}/${HEIGHT}"></img></center>
<center><h2>Meow World!</h2></center>
Welcome to ${PREFIX}'s app. This is Nikita's website.
<!-- END -->
</div>
</body>
</html>
EOM
echo "Script complete."
|
def validate_boundary_pairs(pBd):
if not isinstance(pBd, dict):
return False
bnPOOL = set()
for pair in pBd:
if '=' not in pair or pair.count('=') > 1:
return False
bn1, bn2 = pair.split('=')
if (bn1, bn2) in bnPOOL or (bn2, bn1) in bnPOOL:
return False
bnPOOL.add((bn1, bn2))
return True |
#!/bin/bash
source ../../../.dbFlow/lib.sh
# target environment
source ../../../build.env
source ../../../apply.env
# ------------------------------------------------------------------- #
echo " ============================================================================="
echo " == Installing osalvador/tePLSQL: MaikMichel/tePLSQL"
echo " ============================================================================="
echo
yes=${1:-"NO"}
DB_PASSWORD=${2:-$DB_PASSWORD}
teplsql_schema="teplsql"
teplsql_pass=$(base64 < /dev/urandom | tr -d 'O0Il1+/' | head -c 20; printf '\n')
teplsql_tspace="users"
tag_name=$(curl --silent "https://github.com/MaikMichel/tePLSQL/releases/latest" | sed 's#.*tag/\(.*\)\".*#\1#')
curl -OL "https://github.com/MaikMichel/tePLSQL/archive/${tag_name}.zip"
unzip ${tag_name}.zip -d "tePLSQL-${tag_name}"
rm ${tag_name}.zip
cd "tePLSQL-"${tag_name}/tePLSQL-${tag_name/v/} # remove v from tag-name
if [ -z "$DB_ADMINUSER" ]
then
read -p "Enter username of admin user (admin, sys, ...) [sys]: " DB_ADMINUSER
DB_ADMINUSER=${DB_ADMINUSER:-"sys"}
fi
if [[ $(toLowerCase $DB_ADMINUSER) != "sys" ]]; then
DBA_OPTION=""
teplsql_tspace="data" # no users tablespace when using autonomous db
fi
if [ -z "$DB_PASSWORD" ]
then
ask4pwd "Enter password für user ${DB_ADMINUSER}: "
DB_PASSWORD=${pass}
fi
is_teplsql_installed () {
${SQLCLI} -s ${DB_ADMINUSER}/${DB_PASSWORD}@${DB_TNS}${DBA_OPTION} <<!
set heading off
set feedback off
set pages 0
with checksql as (select count(1) cnt
from all_users
where username = upper('${teplsql_schema}'))
select case when cnt = 1 then 'true' else 'false' end ding
from checksql;
!
}
TEPLSQL_INSTALLED=$(is_teplsql_installed)
if [[ "${TEPLSQL_INSTALLED}" == *"true"* ]]
then
if [ $yes == "YES" ]; then
reinstall="Y"
else
read -p "$(echo -e ${BWHITE}"TEPLSQL is allready installed. Would you like to reinstall? (Y/N) [Y]: "${NC})" reinstall
reinstall=${reinstall:-"Y"}
fi
if [ $(toLowerCase $reinstall) == "y" ]; then
${SQLCLI} -s ${DB_ADMINUSER}/${DB_PASSWORD}@${DB_TNS}${DBA_OPTION} <<!
Prompt ${teplsql_schema} droppen
drop user ${teplsql_schema} cascade;
!
else
cd ../..
rm -rf "tePLSQL-"${tag_name}
exit
fi
fi
${SQLCLI} -s ${DB_ADMINUSER}/${DB_PASSWORD}@${DB_TNS}${DBA_OPTION} <<!
Prompt create user: ${teplsql_schema}
create user ${teplsql_schema} identified by "${teplsql_pass}" default tablespace ${teplsql_tspace} temporary tablespace temp
/
alter user ${teplsql_schema} quota unlimited on ${teplsql_tspace}
/
grant connect, create view, create job, create table, create sequence, create trigger, create procedure, create public synonym to ${teplsql_schema}
/
conn ${teplsql_schema}/${teplsql_pass}@$DB_TNS
Prompt installing tePLSQL
@@install.sql
Prompt create public synonyms
create or replace public synonym TE_TEMPLATES for ${teplsql_schema}.TE_TEMPLATES;
create or replace public synonym teplsql for ${teplsql_schema}.teplsql;
create or replace public synonym te_templates_api for ${teplsql_schema}.te_templates_api;
Prompt grant public synonyms
grant select, insert, delete, update on TE_TEMPLATES to public;
grant execute on teplsql to public;
grant execute on te_templates_api to public;
Promp lock user: ${teplsql_schema}
conn ${DB_ADMINUSER}/${DB_PASSWORD}@${DB_TNS}${DBA_OPTION}
alter user ${teplsql_schema} account lock;
Promp tePLSQL installed
!
cd ../..
rm -rf "tePLSQL-"${tag_name}
exit |
#Linear search function
def linear_search(list, x):
for i in range(len(list)):
if list[i] == x:
return i
return -1 |
<filename>service/healthlake/api.go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package healthlake
import (
"fmt"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awsutil"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/private/protocol"
"github.com/aws/aws-sdk-go/private/protocol/jsonrpc"
)
const opCreateFHIRDatastore = "CreateFHIRDatastore"
// CreateFHIRDatastoreRequest generates a "aws/request.Request" representing the
// client's request for the CreateFHIRDatastore operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See CreateFHIRDatastore for more information on using the CreateFHIRDatastore
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the CreateFHIRDatastoreRequest method.
// req, resp := client.CreateFHIRDatastoreRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/CreateFHIRDatastore
func (c *HealthLake) CreateFHIRDatastoreRequest(input *CreateFHIRDatastoreInput) (req *request.Request, output *CreateFHIRDatastoreOutput) {
op := &request.Operation{
Name: opCreateFHIRDatastore,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &CreateFHIRDatastoreInput{}
}
output = &CreateFHIRDatastoreOutput{}
req = c.newRequest(op, input, output)
return
}
// CreateFHIRDatastore API operation for Amazon HealthLake.
//
// Creates a Data Store that can ingest and export FHIR formatted data.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation CreateFHIRDatastore for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * AccessDeniedException
// Access is denied. Your account is not authorized to perform this operation.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/CreateFHIRDatastore
func (c *HealthLake) CreateFHIRDatastore(input *CreateFHIRDatastoreInput) (*CreateFHIRDatastoreOutput, error) {
req, out := c.CreateFHIRDatastoreRequest(input)
return out, req.Send()
}
// CreateFHIRDatastoreWithContext is the same as CreateFHIRDatastore with the addition of
// the ability to pass a context and additional request options.
//
// See CreateFHIRDatastore for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) CreateFHIRDatastoreWithContext(ctx aws.Context, input *CreateFHIRDatastoreInput, opts ...request.Option) (*CreateFHIRDatastoreOutput, error) {
req, out := c.CreateFHIRDatastoreRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opDeleteFHIRDatastore = "DeleteFHIRDatastore"
// DeleteFHIRDatastoreRequest generates a "aws/request.Request" representing the
// client's request for the DeleteFHIRDatastore operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See DeleteFHIRDatastore for more information on using the DeleteFHIRDatastore
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the DeleteFHIRDatastoreRequest method.
// req, resp := client.DeleteFHIRDatastoreRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DeleteFHIRDatastore
func (c *HealthLake) DeleteFHIRDatastoreRequest(input *DeleteFHIRDatastoreInput) (req *request.Request, output *DeleteFHIRDatastoreOutput) {
op := &request.Operation{
Name: opDeleteFHIRDatastore,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &DeleteFHIRDatastoreInput{}
}
output = &DeleteFHIRDatastoreOutput{}
req = c.newRequest(op, input, output)
return
}
// DeleteFHIRDatastore API operation for Amazon HealthLake.
//
// Deletes a Data Store.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation DeleteFHIRDatastore for usage and error information.
//
// Returned Error Types:
// * AccessDeniedException
// Access is denied. Your account is not authorized to perform this operation.
//
// * ConflictException
// The Data Store is in a transition state and the user requested action can
// not be performed.
//
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DeleteFHIRDatastore
func (c *HealthLake) DeleteFHIRDatastore(input *DeleteFHIRDatastoreInput) (*DeleteFHIRDatastoreOutput, error) {
req, out := c.DeleteFHIRDatastoreRequest(input)
return out, req.Send()
}
// DeleteFHIRDatastoreWithContext is the same as DeleteFHIRDatastore with the addition of
// the ability to pass a context and additional request options.
//
// See DeleteFHIRDatastore for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) DeleteFHIRDatastoreWithContext(ctx aws.Context, input *DeleteFHIRDatastoreInput, opts ...request.Option) (*DeleteFHIRDatastoreOutput, error) {
req, out := c.DeleteFHIRDatastoreRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opDescribeFHIRDatastore = "DescribeFHIRDatastore"
// DescribeFHIRDatastoreRequest generates a "aws/request.Request" representing the
// client's request for the DescribeFHIRDatastore operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See DescribeFHIRDatastore for more information on using the DescribeFHIRDatastore
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the DescribeFHIRDatastoreRequest method.
// req, resp := client.DescribeFHIRDatastoreRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRDatastore
func (c *HealthLake) DescribeFHIRDatastoreRequest(input *DescribeFHIRDatastoreInput) (req *request.Request, output *DescribeFHIRDatastoreOutput) {
op := &request.Operation{
Name: opDescribeFHIRDatastore,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &DescribeFHIRDatastoreInput{}
}
output = &DescribeFHIRDatastoreOutput{}
req = c.newRequest(op, input, output)
return
}
// DescribeFHIRDatastore API operation for Amazon HealthLake.
//
// Gets the properties associated with the FHIR Data Store, including the Data
// Store ID, Data Store ARN, Data Store name, Data Store status, created at,
// Data Store type version, and Data Store endpoint.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation DescribeFHIRDatastore for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRDatastore
func (c *HealthLake) DescribeFHIRDatastore(input *DescribeFHIRDatastoreInput) (*DescribeFHIRDatastoreOutput, error) {
req, out := c.DescribeFHIRDatastoreRequest(input)
return out, req.Send()
}
// DescribeFHIRDatastoreWithContext is the same as DescribeFHIRDatastore with the addition of
// the ability to pass a context and additional request options.
//
// See DescribeFHIRDatastore for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) DescribeFHIRDatastoreWithContext(ctx aws.Context, input *DescribeFHIRDatastoreInput, opts ...request.Option) (*DescribeFHIRDatastoreOutput, error) {
req, out := c.DescribeFHIRDatastoreRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opDescribeFHIRExportJob = "DescribeFHIRExportJob"
// DescribeFHIRExportJobRequest generates a "aws/request.Request" representing the
// client's request for the DescribeFHIRExportJob operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See DescribeFHIRExportJob for more information on using the DescribeFHIRExportJob
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the DescribeFHIRExportJobRequest method.
// req, resp := client.DescribeFHIRExportJobRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRExportJob
func (c *HealthLake) DescribeFHIRExportJobRequest(input *DescribeFHIRExportJobInput) (req *request.Request, output *DescribeFHIRExportJobOutput) {
op := &request.Operation{
Name: opDescribeFHIRExportJob,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &DescribeFHIRExportJobInput{}
}
output = &DescribeFHIRExportJobOutput{}
req = c.newRequest(op, input, output)
return
}
// DescribeFHIRExportJob API operation for Amazon HealthLake.
//
// Displays the properties of a FHIR export job, including the ID, ARN, name,
// and the status of the job.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation DescribeFHIRExportJob for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRExportJob
func (c *HealthLake) DescribeFHIRExportJob(input *DescribeFHIRExportJobInput) (*DescribeFHIRExportJobOutput, error) {
req, out := c.DescribeFHIRExportJobRequest(input)
return out, req.Send()
}
// DescribeFHIRExportJobWithContext is the same as DescribeFHIRExportJob with the addition of
// the ability to pass a context and additional request options.
//
// See DescribeFHIRExportJob for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) DescribeFHIRExportJobWithContext(ctx aws.Context, input *DescribeFHIRExportJobInput, opts ...request.Option) (*DescribeFHIRExportJobOutput, error) {
req, out := c.DescribeFHIRExportJobRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opDescribeFHIRImportJob = "DescribeFHIRImportJob"
// DescribeFHIRImportJobRequest generates a "aws/request.Request" representing the
// client's request for the DescribeFHIRImportJob operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See DescribeFHIRImportJob for more information on using the DescribeFHIRImportJob
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the DescribeFHIRImportJobRequest method.
// req, resp := client.DescribeFHIRImportJobRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRImportJob
func (c *HealthLake) DescribeFHIRImportJobRequest(input *DescribeFHIRImportJobInput) (req *request.Request, output *DescribeFHIRImportJobOutput) {
op := &request.Operation{
Name: opDescribeFHIRImportJob,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &DescribeFHIRImportJobInput{}
}
output = &DescribeFHIRImportJobOutput{}
req = c.newRequest(op, input, output)
return
}
// DescribeFHIRImportJob API operation for Amazon HealthLake.
//
// Displays the properties of a FHIR import job, including the ID, ARN, name,
// and the status of the job.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation DescribeFHIRImportJob for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRImportJob
func (c *HealthLake) DescribeFHIRImportJob(input *DescribeFHIRImportJobInput) (*DescribeFHIRImportJobOutput, error) {
req, out := c.DescribeFHIRImportJobRequest(input)
return out, req.Send()
}
// DescribeFHIRImportJobWithContext is the same as DescribeFHIRImportJob with the addition of
// the ability to pass a context and additional request options.
//
// See DescribeFHIRImportJob for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) DescribeFHIRImportJobWithContext(ctx aws.Context, input *DescribeFHIRImportJobInput, opts ...request.Option) (*DescribeFHIRImportJobOutput, error) {
req, out := c.DescribeFHIRImportJobRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opListFHIRDatastores = "ListFHIRDatastores"
// ListFHIRDatastoresRequest generates a "aws/request.Request" representing the
// client's request for the ListFHIRDatastores operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See ListFHIRDatastores for more information on using the ListFHIRDatastores
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the ListFHIRDatastoresRequest method.
// req, resp := client.ListFHIRDatastoresRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRDatastores
func (c *HealthLake) ListFHIRDatastoresRequest(input *ListFHIRDatastoresInput) (req *request.Request, output *ListFHIRDatastoresOutput) {
op := &request.Operation{
Name: opListFHIRDatastores,
HTTPMethod: "POST",
HTTPPath: "/",
Paginator: &request.Paginator{
InputTokens: []string{"NextToken"},
OutputTokens: []string{"NextToken"},
LimitToken: "MaxResults",
TruncationToken: "",
},
}
if input == nil {
input = &ListFHIRDatastoresInput{}
}
output = &ListFHIRDatastoresOutput{}
req = c.newRequest(op, input, output)
return
}
// ListFHIRDatastores API operation for Amazon HealthLake.
//
// Lists all FHIR Data Stores that are in the user’s account, regardless of
// Data Store status.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation ListFHIRDatastores for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRDatastores
func (c *HealthLake) ListFHIRDatastores(input *ListFHIRDatastoresInput) (*ListFHIRDatastoresOutput, error) {
req, out := c.ListFHIRDatastoresRequest(input)
return out, req.Send()
}
// ListFHIRDatastoresWithContext is the same as ListFHIRDatastores with the addition of
// the ability to pass a context and additional request options.
//
// See ListFHIRDatastores for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) ListFHIRDatastoresWithContext(ctx aws.Context, input *ListFHIRDatastoresInput, opts ...request.Option) (*ListFHIRDatastoresOutput, error) {
req, out := c.ListFHIRDatastoresRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
// ListFHIRDatastoresPages iterates over the pages of a ListFHIRDatastores operation,
// calling the "fn" function with the response data for each page. To stop
// iterating, return false from the fn function.
//
// See ListFHIRDatastores method for more information on how to use this operation.
//
// Note: This operation can generate multiple requests to a service.
//
// // Example iterating over at most 3 pages of a ListFHIRDatastores operation.
// pageNum := 0
// err := client.ListFHIRDatastoresPages(params,
// func(page *healthlake.ListFHIRDatastoresOutput, lastPage bool) bool {
// pageNum++
// fmt.Println(page)
// return pageNum <= 3
// })
//
func (c *HealthLake) ListFHIRDatastoresPages(input *ListFHIRDatastoresInput, fn func(*ListFHIRDatastoresOutput, bool) bool) error {
return c.ListFHIRDatastoresPagesWithContext(aws.BackgroundContext(), input, fn)
}
// ListFHIRDatastoresPagesWithContext same as ListFHIRDatastoresPages except
// it takes a Context and allows setting request options on the pages.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) ListFHIRDatastoresPagesWithContext(ctx aws.Context, input *ListFHIRDatastoresInput, fn func(*ListFHIRDatastoresOutput, bool) bool, opts ...request.Option) error {
p := request.Pagination{
NewRequest: func() (*request.Request, error) {
var inCpy *ListFHIRDatastoresInput
if input != nil {
tmp := *input
inCpy = &tmp
}
req, _ := c.ListFHIRDatastoresRequest(inCpy)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return req, nil
},
}
for p.Next() {
if !fn(p.Page().(*ListFHIRDatastoresOutput), !p.HasNextPage()) {
break
}
}
return p.Err()
}
const opListFHIRExportJobs = "ListFHIRExportJobs"
// ListFHIRExportJobsRequest generates a "aws/request.Request" representing the
// client's request for the ListFHIRExportJobs operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See ListFHIRExportJobs for more information on using the ListFHIRExportJobs
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the ListFHIRExportJobsRequest method.
// req, resp := client.ListFHIRExportJobsRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRExportJobs
func (c *HealthLake) ListFHIRExportJobsRequest(input *ListFHIRExportJobsInput) (req *request.Request, output *ListFHIRExportJobsOutput) {
op := &request.Operation{
Name: opListFHIRExportJobs,
HTTPMethod: "POST",
HTTPPath: "/",
Paginator: &request.Paginator{
InputTokens: []string{"NextToken"},
OutputTokens: []string{"NextToken"},
LimitToken: "MaxResults",
TruncationToken: "",
},
}
if input == nil {
input = &ListFHIRExportJobsInput{}
}
output = &ListFHIRExportJobsOutput{}
req = c.newRequest(op, input, output)
return
}
// ListFHIRExportJobs API operation for Amazon HealthLake.
//
// Lists all FHIR export jobs associated with an account and their statuses.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation ListFHIRExportJobs for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * AccessDeniedException
// Access is denied. Your account is not authorized to perform this operation.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRExportJobs
func (c *HealthLake) ListFHIRExportJobs(input *ListFHIRExportJobsInput) (*ListFHIRExportJobsOutput, error) {
req, out := c.ListFHIRExportJobsRequest(input)
return out, req.Send()
}
// ListFHIRExportJobsWithContext is the same as ListFHIRExportJobs with the addition of
// the ability to pass a context and additional request options.
//
// See ListFHIRExportJobs for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) ListFHIRExportJobsWithContext(ctx aws.Context, input *ListFHIRExportJobsInput, opts ...request.Option) (*ListFHIRExportJobsOutput, error) {
req, out := c.ListFHIRExportJobsRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
// ListFHIRExportJobsPages iterates over the pages of a ListFHIRExportJobs operation,
// calling the "fn" function with the response data for each page. To stop
// iterating, return false from the fn function.
//
// See ListFHIRExportJobs method for more information on how to use this operation.
//
// Note: This operation can generate multiple requests to a service.
//
// // Example iterating over at most 3 pages of a ListFHIRExportJobs operation.
// pageNum := 0
// err := client.ListFHIRExportJobsPages(params,
// func(page *healthlake.ListFHIRExportJobsOutput, lastPage bool) bool {
// pageNum++
// fmt.Println(page)
// return pageNum <= 3
// })
//
func (c *HealthLake) ListFHIRExportJobsPages(input *ListFHIRExportJobsInput, fn func(*ListFHIRExportJobsOutput, bool) bool) error {
return c.ListFHIRExportJobsPagesWithContext(aws.BackgroundContext(), input, fn)
}
// ListFHIRExportJobsPagesWithContext same as ListFHIRExportJobsPages except
// it takes a Context and allows setting request options on the pages.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) ListFHIRExportJobsPagesWithContext(ctx aws.Context, input *ListFHIRExportJobsInput, fn func(*ListFHIRExportJobsOutput, bool) bool, opts ...request.Option) error {
p := request.Pagination{
NewRequest: func() (*request.Request, error) {
var inCpy *ListFHIRExportJobsInput
if input != nil {
tmp := *input
inCpy = &tmp
}
req, _ := c.ListFHIRExportJobsRequest(inCpy)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return req, nil
},
}
for p.Next() {
if !fn(p.Page().(*ListFHIRExportJobsOutput), !p.HasNextPage()) {
break
}
}
return p.Err()
}
const opListFHIRImportJobs = "ListFHIRImportJobs"
// ListFHIRImportJobsRequest generates a "aws/request.Request" representing the
// client's request for the ListFHIRImportJobs operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See ListFHIRImportJobs for more information on using the ListFHIRImportJobs
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the ListFHIRImportJobsRequest method.
// req, resp := client.ListFHIRImportJobsRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRImportJobs
func (c *HealthLake) ListFHIRImportJobsRequest(input *ListFHIRImportJobsInput) (req *request.Request, output *ListFHIRImportJobsOutput) {
op := &request.Operation{
Name: opListFHIRImportJobs,
HTTPMethod: "POST",
HTTPPath: "/",
Paginator: &request.Paginator{
InputTokens: []string{"NextToken"},
OutputTokens: []string{"NextToken"},
LimitToken: "MaxResults",
TruncationToken: "",
},
}
if input == nil {
input = &ListFHIRImportJobsInput{}
}
output = &ListFHIRImportJobsOutput{}
req = c.newRequest(op, input, output)
return
}
// ListFHIRImportJobs API operation for Amazon HealthLake.
//
// Lists all FHIR import jobs associated with an account and their statuses.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation ListFHIRImportJobs for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * AccessDeniedException
// Access is denied. Your account is not authorized to perform this operation.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRImportJobs
func (c *HealthLake) ListFHIRImportJobs(input *ListFHIRImportJobsInput) (*ListFHIRImportJobsOutput, error) {
req, out := c.ListFHIRImportJobsRequest(input)
return out, req.Send()
}
// ListFHIRImportJobsWithContext is the same as ListFHIRImportJobs with the addition of
// the ability to pass a context and additional request options.
//
// See ListFHIRImportJobs for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) ListFHIRImportJobsWithContext(ctx aws.Context, input *ListFHIRImportJobsInput, opts ...request.Option) (*ListFHIRImportJobsOutput, error) {
req, out := c.ListFHIRImportJobsRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
// ListFHIRImportJobsPages iterates over the pages of a ListFHIRImportJobs operation,
// calling the "fn" function with the response data for each page. To stop
// iterating, return false from the fn function.
//
// See ListFHIRImportJobs method for more information on how to use this operation.
//
// Note: This operation can generate multiple requests to a service.
//
// // Example iterating over at most 3 pages of a ListFHIRImportJobs operation.
// pageNum := 0
// err := client.ListFHIRImportJobsPages(params,
// func(page *healthlake.ListFHIRImportJobsOutput, lastPage bool) bool {
// pageNum++
// fmt.Println(page)
// return pageNum <= 3
// })
//
func (c *HealthLake) ListFHIRImportJobsPages(input *ListFHIRImportJobsInput, fn func(*ListFHIRImportJobsOutput, bool) bool) error {
return c.ListFHIRImportJobsPagesWithContext(aws.BackgroundContext(), input, fn)
}
// ListFHIRImportJobsPagesWithContext same as ListFHIRImportJobsPages except
// it takes a Context and allows setting request options on the pages.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) ListFHIRImportJobsPagesWithContext(ctx aws.Context, input *ListFHIRImportJobsInput, fn func(*ListFHIRImportJobsOutput, bool) bool, opts ...request.Option) error {
p := request.Pagination{
NewRequest: func() (*request.Request, error) {
var inCpy *ListFHIRImportJobsInput
if input != nil {
tmp := *input
inCpy = &tmp
}
req, _ := c.ListFHIRImportJobsRequest(inCpy)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return req, nil
},
}
for p.Next() {
if !fn(p.Page().(*ListFHIRImportJobsOutput), !p.HasNextPage()) {
break
}
}
return p.Err()
}
const opListTagsForResource = "ListTagsForResource"
// ListTagsForResourceRequest generates a "aws/request.Request" representing the
// client's request for the ListTagsForResource operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See ListTagsForResource for more information on using the ListTagsForResource
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the ListTagsForResourceRequest method.
// req, resp := client.ListTagsForResourceRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListTagsForResource
func (c *HealthLake) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) {
op := &request.Operation{
Name: opListTagsForResource,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &ListTagsForResourceInput{}
}
output = &ListTagsForResourceOutput{}
req = c.newRequest(op, input, output)
return
}
// ListTagsForResource API operation for Amazon HealthLake.
//
// Returns a list of all existing tags associated with a Data Store.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation ListTagsForResource for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListTagsForResource
func (c *HealthLake) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) {
req, out := c.ListTagsForResourceRequest(input)
return out, req.Send()
}
// ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of
// the ability to pass a context and additional request options.
//
// See ListTagsForResource for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) {
req, out := c.ListTagsForResourceRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opStartFHIRExportJob = "StartFHIRExportJob"
// StartFHIRExportJobRequest generates a "aws/request.Request" representing the
// client's request for the StartFHIRExportJob operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See StartFHIRExportJob for more information on using the StartFHIRExportJob
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the StartFHIRExportJobRequest method.
// req, resp := client.StartFHIRExportJobRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRExportJob
func (c *HealthLake) StartFHIRExportJobRequest(input *StartFHIRExportJobInput) (req *request.Request, output *StartFHIRExportJobOutput) {
op := &request.Operation{
Name: opStartFHIRExportJob,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &StartFHIRExportJobInput{}
}
output = &StartFHIRExportJobOutput{}
req = c.newRequest(op, input, output)
return
}
// StartFHIRExportJob API operation for Amazon HealthLake.
//
// Begins a FHIR export job.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation StartFHIRExportJob for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * AccessDeniedException
// Access is denied. Your account is not authorized to perform this operation.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRExportJob
func (c *HealthLake) StartFHIRExportJob(input *StartFHIRExportJobInput) (*StartFHIRExportJobOutput, error) {
req, out := c.StartFHIRExportJobRequest(input)
return out, req.Send()
}
// StartFHIRExportJobWithContext is the same as StartFHIRExportJob with the addition of
// the ability to pass a context and additional request options.
//
// See StartFHIRExportJob for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) StartFHIRExportJobWithContext(ctx aws.Context, input *StartFHIRExportJobInput, opts ...request.Option) (*StartFHIRExportJobOutput, error) {
req, out := c.StartFHIRExportJobRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opStartFHIRImportJob = "StartFHIRImportJob"
// StartFHIRImportJobRequest generates a "aws/request.Request" representing the
// client's request for the StartFHIRImportJob operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See StartFHIRImportJob for more information on using the StartFHIRImportJob
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the StartFHIRImportJobRequest method.
// req, resp := client.StartFHIRImportJobRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRImportJob
func (c *HealthLake) StartFHIRImportJobRequest(input *StartFHIRImportJobInput) (req *request.Request, output *StartFHIRImportJobOutput) {
op := &request.Operation{
Name: opStartFHIRImportJob,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &StartFHIRImportJobInput{}
}
output = &StartFHIRImportJobOutput{}
req = c.newRequest(op, input, output)
return
}
// StartFHIRImportJob API operation for Amazon HealthLake.
//
// Begins a FHIR Import job.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation StartFHIRImportJob for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ThrottlingException
// The user has exceeded their maximum number of allowed calls to the given
// API.
//
// * AccessDeniedException
// Access is denied. Your account is not authorized to perform this operation.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// * InternalServerException
// Unknown error occurs in the service.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRImportJob
func (c *HealthLake) StartFHIRImportJob(input *StartFHIRImportJobInput) (*StartFHIRImportJobOutput, error) {
req, out := c.StartFHIRImportJobRequest(input)
return out, req.Send()
}
// StartFHIRImportJobWithContext is the same as StartFHIRImportJob with the addition of
// the ability to pass a context and additional request options.
//
// See StartFHIRImportJob for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) StartFHIRImportJobWithContext(ctx aws.Context, input *StartFHIRImportJobInput, opts ...request.Option) (*StartFHIRImportJobOutput, error) {
req, out := c.StartFHIRImportJobRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opTagResource = "TagResource"
// TagResourceRequest generates a "aws/request.Request" representing the
// client's request for the TagResource operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See TagResource for more information on using the TagResource
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the TagResourceRequest method.
// req, resp := client.TagResourceRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/TagResource
func (c *HealthLake) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) {
op := &request.Operation{
Name: opTagResource,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &TagResourceInput{}
}
output = &TagResourceOutput{}
req = c.newRequest(op, input, output)
req.Handlers.Unmarshal.Swap(jsonrpc.UnmarshalHandler.Name, protocol.UnmarshalDiscardBodyHandler)
return
}
// TagResource API operation for Amazon HealthLake.
//
// Adds a user specifed key and value tag to a Data Store.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation TagResource for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/TagResource
func (c *HealthLake) TagResource(input *TagResourceInput) (*TagResourceOutput, error) {
req, out := c.TagResourceRequest(input)
return out, req.Send()
}
// TagResourceWithContext is the same as TagResource with the addition of
// the ability to pass a context and additional request options.
//
// See TagResource for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) {
req, out := c.TagResourceRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
const opUntagResource = "UntagResource"
// UntagResourceRequest generates a "aws/request.Request" representing the
// client's request for the UntagResource operation. The "output" return
// value will be populated with the request's response once the request completes
// successfully.
//
// Use "Send" method on the returned Request to send the API call to the service.
// the "output" return value is not valid until after Send returns without error.
//
// See UntagResource for more information on using the UntagResource
// API call, and error handling.
//
// This method is useful when you want to inject custom logic or configuration
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
//
//
// // Example sending a request using the UntagResourceRequest method.
// req, resp := client.UntagResourceRequest(params)
//
// err := req.Send()
// if err == nil { // resp is now filled
// fmt.Println(resp)
// }
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/UntagResource
func (c *HealthLake) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) {
op := &request.Operation{
Name: opUntagResource,
HTTPMethod: "POST",
HTTPPath: "/",
}
if input == nil {
input = &UntagResourceInput{}
}
output = &UntagResourceOutput{}
req = c.newRequest(op, input, output)
req.Handlers.Unmarshal.Swap(jsonrpc.UnmarshalHandler.Name, protocol.UnmarshalDiscardBodyHandler)
return
}
// UntagResource API operation for Amazon HealthLake.
//
// Removes tags from a Data Store.
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for Amazon HealthLake's
// API operation UntagResource for usage and error information.
//
// Returned Error Types:
// * ValidationException
// The user input parameter was invalid.
//
// * ResourceNotFoundException
// The requested Data Store was not found.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/UntagResource
func (c *HealthLake) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) {
req, out := c.UntagResourceRequest(input)
return out, req.Send()
}
// UntagResourceWithContext is the same as UntagResource with the addition of
// the ability to pass a context and additional request options.
//
// See UntagResource for details on how to use this API operation.
//
// The context must be non-nil and will be used for request cancellation. If
// the context is nil a panic will occur. In the future the SDK may create
// sub-contexts for http.Requests. See https://golang.org/pkg/context/
// for more information on using Contexts.
func (c *HealthLake) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) {
req, out := c.UntagResourceRequest(input)
req.SetContext(ctx)
req.ApplyOptions(opts...)
return out, req.Send()
}
// Access is denied. Your account is not authorized to perform this operation.
type AccessDeniedException struct {
_ struct{} `type:"structure"`
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
Message_ *string `locationName:"Message" type:"string"`
}
// String returns the string representation
func (s AccessDeniedException) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s AccessDeniedException) GoString() string {
return s.String()
}
func newErrorAccessDeniedException(v protocol.ResponseMetadata) error {
return &AccessDeniedException{
RespMetadata: v,
}
}
// Code returns the exception type name.
func (s *AccessDeniedException) Code() string {
return "AccessDeniedException"
}
// Message returns the exception's message.
func (s *AccessDeniedException) Message() string {
if s.Message_ != nil {
return *s.Message_
}
return ""
}
// OrigErr always returns nil, satisfies awserr.Error interface.
func (s *AccessDeniedException) OrigErr() error {
return nil
}
func (s *AccessDeniedException) Error() string {
return fmt.Sprintf("%s: %s", s.Code(), s.Message())
}
// Status code returns the HTTP status code for the request's response error.
func (s *AccessDeniedException) StatusCode() int {
return s.RespMetadata.StatusCode
}
// RequestID returns the service's response RequestID for request.
func (s *AccessDeniedException) RequestID() string {
return s.RespMetadata.RequestID
}
// The Data Store is in a transition state and the user requested action can
// not be performed.
type ConflictException struct {
_ struct{} `type:"structure"`
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
Message_ *string `locationName:"Message" type:"string"`
}
// String returns the string representation
func (s ConflictException) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ConflictException) GoString() string {
return s.String()
}
func newErrorConflictException(v protocol.ResponseMetadata) error {
return &ConflictException{
RespMetadata: v,
}
}
// Code returns the exception type name.
func (s *ConflictException) Code() string {
return "ConflictException"
}
// Message returns the exception's message.
func (s *ConflictException) Message() string {
if s.Message_ != nil {
return *s.Message_
}
return ""
}
// OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ConflictException) OrigErr() error {
return nil
}
func (s *ConflictException) Error() string {
return fmt.Sprintf("%s: %s", s.Code(), s.Message())
}
// Status code returns the HTTP status code for the request's response error.
func (s *ConflictException) StatusCode() int {
return s.RespMetadata.StatusCode
}
// RequestID returns the service's response RequestID for request.
func (s *ConflictException) RequestID() string {
return s.RespMetadata.RequestID
}
type CreateFHIRDatastoreInput struct {
_ struct{} `type:"structure"`
// Optional user provided token used for ensuring idempotency.
ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`
// The user generated name for the Data Store.
DatastoreName *string `min:"1" type:"string"`
// The FHIR version of the Data Store. The only supported version is R4.
//
// DatastoreTypeVersion is a required field
DatastoreTypeVersion *string `type:"string" required:"true" enum:"FHIRVersion"`
// Optional parameter to preload data upon creation of the Data Store. Currently,
// the only supported preloaded data is synthetic data generated from Synthea.
PreloadDataConfig *PreloadDataConfig `type:"structure"`
// The server-side encryption key configuration for a customer provided encryption
// key specified for creating a Data Store.
SseConfiguration *SseConfiguration `type:"structure"`
// Resource tags that are applied to a Data Store when it is created.
Tags []*Tag `type:"list"`
}
// String returns the string representation
func (s CreateFHIRDatastoreInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s CreateFHIRDatastoreInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *CreateFHIRDatastoreInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "CreateFHIRDatastoreInput"}
if s.ClientToken != nil && len(*s.ClientToken) < 1 {
invalidParams.Add(request.NewErrParamMinLen("ClientToken", 1))
}
if s.DatastoreName != nil && len(*s.DatastoreName) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreName", 1))
}
if s.DatastoreTypeVersion == nil {
invalidParams.Add(request.NewErrParamRequired("DatastoreTypeVersion"))
}
if s.PreloadDataConfig != nil {
if err := s.PreloadDataConfig.Validate(); err != nil {
invalidParams.AddNested("PreloadDataConfig", err.(request.ErrInvalidParams))
}
}
if s.SseConfiguration != nil {
if err := s.SseConfiguration.Validate(); err != nil {
invalidParams.AddNested("SseConfiguration", err.(request.ErrInvalidParams))
}
}
if s.Tags != nil {
for i, v := range s.Tags {
if v == nil {
continue
}
if err := v.Validate(); err != nil {
invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Tags", i), err.(request.ErrInvalidParams))
}
}
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetClientToken sets the ClientToken field's value.
func (s *CreateFHIRDatastoreInput) SetClientToken(v string) *CreateFHIRDatastoreInput {
s.ClientToken = &v
return s
}
// SetDatastoreName sets the DatastoreName field's value.
func (s *CreateFHIRDatastoreInput) SetDatastoreName(v string) *CreateFHIRDatastoreInput {
s.DatastoreName = &v
return s
}
// SetDatastoreTypeVersion sets the DatastoreTypeVersion field's value.
func (s *CreateFHIRDatastoreInput) SetDatastoreTypeVersion(v string) *CreateFHIRDatastoreInput {
s.DatastoreTypeVersion = &v
return s
}
// SetPreloadDataConfig sets the PreloadDataConfig field's value.
func (s *CreateFHIRDatastoreInput) SetPreloadDataConfig(v *PreloadDataConfig) *CreateFHIRDatastoreInput {
s.PreloadDataConfig = v
return s
}
// SetSseConfiguration sets the SseConfiguration field's value.
func (s *CreateFHIRDatastoreInput) SetSseConfiguration(v *SseConfiguration) *CreateFHIRDatastoreInput {
s.SseConfiguration = v
return s
}
// SetTags sets the Tags field's value.
func (s *CreateFHIRDatastoreInput) SetTags(v []*Tag) *CreateFHIRDatastoreInput {
s.Tags = v
return s
}
type CreateFHIRDatastoreOutput struct {
_ struct{} `type:"structure"`
// The datastore ARN is generated during the creation of the Data Store and
// can be found in the output from the initial Data Store creation call.
//
// DatastoreArn is a required field
DatastoreArn *string `type:"string" required:"true"`
// The AWS endpoint for the created Data Store. For preview, only US-east-1
// endpoints are supported.
//
// DatastoreEndpoint is a required field
DatastoreEndpoint *string `min:"1" type:"string" required:"true"`
// The AWS-generated Data Store id. This id is in the output from the initial
// Data Store creation call.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The status of the FHIR Data Store. Possible statuses are ‘CREATING’,
// ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
//
// DatastoreStatus is a required field
DatastoreStatus *string `type:"string" required:"true" enum:"DatastoreStatus"`
}
// String returns the string representation
func (s CreateFHIRDatastoreOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s CreateFHIRDatastoreOutput) GoString() string {
return s.String()
}
// SetDatastoreArn sets the DatastoreArn field's value.
func (s *CreateFHIRDatastoreOutput) SetDatastoreArn(v string) *CreateFHIRDatastoreOutput {
s.DatastoreArn = &v
return s
}
// SetDatastoreEndpoint sets the DatastoreEndpoint field's value.
func (s *CreateFHIRDatastoreOutput) SetDatastoreEndpoint(v string) *CreateFHIRDatastoreOutput {
s.DatastoreEndpoint = &v
return s
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *CreateFHIRDatastoreOutput) SetDatastoreId(v string) *CreateFHIRDatastoreOutput {
s.DatastoreId = &v
return s
}
// SetDatastoreStatus sets the DatastoreStatus field's value.
func (s *CreateFHIRDatastoreOutput) SetDatastoreStatus(v string) *CreateFHIRDatastoreOutput {
s.DatastoreStatus = &v
return s
}
// The filters applied to Data Store query.
type DatastoreFilter struct {
_ struct{} `type:"structure"`
// A filter that allows the user to set cutoff dates for records. All Data Stores
// created after the specified date will be included in the results.
CreatedAfter *time.Time `type:"timestamp"`
// A filter that allows the user to set cutoff dates for records. All Data Stores
// created before the specified date will be included in the results.
CreatedBefore *time.Time `type:"timestamp"`
// Allows the user to filter Data Store results by name.
DatastoreName *string `min:"1" type:"string"`
// Allows the user to filter Data Store results by status.
DatastoreStatus *string `type:"string" enum:"DatastoreStatus"`
}
// String returns the string representation
func (s DatastoreFilter) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DatastoreFilter) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *DatastoreFilter) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "DatastoreFilter"}
if s.DatastoreName != nil && len(*s.DatastoreName) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreName", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetCreatedAfter sets the CreatedAfter field's value.
func (s *DatastoreFilter) SetCreatedAfter(v time.Time) *DatastoreFilter {
s.CreatedAfter = &v
return s
}
// SetCreatedBefore sets the CreatedBefore field's value.
func (s *DatastoreFilter) SetCreatedBefore(v time.Time) *DatastoreFilter {
s.CreatedBefore = &v
return s
}
// SetDatastoreName sets the DatastoreName field's value.
func (s *DatastoreFilter) SetDatastoreName(v string) *DatastoreFilter {
s.DatastoreName = &v
return s
}
// SetDatastoreStatus sets the DatastoreStatus field's value.
func (s *DatastoreFilter) SetDatastoreStatus(v string) *DatastoreFilter {
s.DatastoreStatus = &v
return s
}
// Displays the properties of the Data Store, including the ID, Arn, name, and
// the status of the Data Store.
type DatastoreProperties struct {
_ struct{} `type:"structure"`
// The time that a Data Store was created.
CreatedAt *time.Time `type:"timestamp"`
// The Amazon Resource Name used in the creation of the Data Store.
//
// DatastoreArn is a required field
DatastoreArn *string `type:"string" required:"true"`
// The AWS endpoint for the Data Store. Each Data Store will have it's own endpoint
// with Data Store ID in the endpoint URL.
//
// DatastoreEndpoint is a required field
DatastoreEndpoint *string `type:"string" required:"true"`
// The AWS-generated ID number for the Data Store.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The user-generated name for the Data Store.
DatastoreName *string `min:"1" type:"string"`
// The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE',
// 'DELETING', or 'DELETED'.
//
// DatastoreStatus is a required field
DatastoreStatus *string `type:"string" required:"true" enum:"DatastoreStatus"`
// The FHIR version. Only R4 version data is supported.
//
// DatastoreTypeVersion is a required field
DatastoreTypeVersion *string `type:"string" required:"true" enum:"FHIRVersion"`
// The preloaded data configuration for the Data Store. Only data preloaded
// from Synthea is supported.
PreloadDataConfig *PreloadDataConfig `type:"structure"`
// The server-side encryption key configuration for a customer provided encryption
// key (CMK).
SseConfiguration *SseConfiguration `type:"structure"`
}
// String returns the string representation
func (s DatastoreProperties) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DatastoreProperties) GoString() string {
return s.String()
}
// SetCreatedAt sets the CreatedAt field's value.
func (s *DatastoreProperties) SetCreatedAt(v time.Time) *DatastoreProperties {
s.CreatedAt = &v
return s
}
// SetDatastoreArn sets the DatastoreArn field's value.
func (s *DatastoreProperties) SetDatastoreArn(v string) *DatastoreProperties {
s.DatastoreArn = &v
return s
}
// SetDatastoreEndpoint sets the DatastoreEndpoint field's value.
func (s *DatastoreProperties) SetDatastoreEndpoint(v string) *DatastoreProperties {
s.DatastoreEndpoint = &v
return s
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *DatastoreProperties) SetDatastoreId(v string) *DatastoreProperties {
s.DatastoreId = &v
return s
}
// SetDatastoreName sets the DatastoreName field's value.
func (s *DatastoreProperties) SetDatastoreName(v string) *DatastoreProperties {
s.DatastoreName = &v
return s
}
// SetDatastoreStatus sets the DatastoreStatus field's value.
func (s *DatastoreProperties) SetDatastoreStatus(v string) *DatastoreProperties {
s.DatastoreStatus = &v
return s
}
// SetDatastoreTypeVersion sets the DatastoreTypeVersion field's value.
func (s *DatastoreProperties) SetDatastoreTypeVersion(v string) *DatastoreProperties {
s.DatastoreTypeVersion = &v
return s
}
// SetPreloadDataConfig sets the PreloadDataConfig field's value.
func (s *DatastoreProperties) SetPreloadDataConfig(v *PreloadDataConfig) *DatastoreProperties {
s.PreloadDataConfig = v
return s
}
// SetSseConfiguration sets the SseConfiguration field's value.
func (s *DatastoreProperties) SetSseConfiguration(v *SseConfiguration) *DatastoreProperties {
s.SseConfiguration = v
return s
}
type DeleteFHIRDatastoreInput struct {
_ struct{} `type:"structure"`
// The AWS-generated ID for the Data Store to be deleted.
DatastoreId *string `min:"1" type:"string"`
}
// String returns the string representation
func (s DeleteFHIRDatastoreInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DeleteFHIRDatastoreInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *DeleteFHIRDatastoreInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "DeleteFHIRDatastoreInput"}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *DeleteFHIRDatastoreInput) SetDatastoreId(v string) *DeleteFHIRDatastoreInput {
s.DatastoreId = &v
return s
}
type DeleteFHIRDatastoreOutput struct {
_ struct{} `type:"structure"`
// The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
//
// DatastoreArn is a required field
DatastoreArn *string `type:"string" required:"true"`
// The AWS endpoint for the Data Store the user has requested to be deleted.
//
// DatastoreEndpoint is a required field
DatastoreEndpoint *string `min:"1" type:"string" required:"true"`
// The AWS-generated ID for the Data Store to be deleted.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The status of the Data Store that the user has requested to be deleted.
//
// DatastoreStatus is a required field
DatastoreStatus *string `type:"string" required:"true" enum:"DatastoreStatus"`
}
// String returns the string representation
func (s DeleteFHIRDatastoreOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DeleteFHIRDatastoreOutput) GoString() string {
return s.String()
}
// SetDatastoreArn sets the DatastoreArn field's value.
func (s *DeleteFHIRDatastoreOutput) SetDatastoreArn(v string) *DeleteFHIRDatastoreOutput {
s.DatastoreArn = &v
return s
}
// SetDatastoreEndpoint sets the DatastoreEndpoint field's value.
func (s *DeleteFHIRDatastoreOutput) SetDatastoreEndpoint(v string) *DeleteFHIRDatastoreOutput {
s.DatastoreEndpoint = &v
return s
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *DeleteFHIRDatastoreOutput) SetDatastoreId(v string) *DeleteFHIRDatastoreOutput {
s.DatastoreId = &v
return s
}
// SetDatastoreStatus sets the DatastoreStatus field's value.
func (s *DeleteFHIRDatastoreOutput) SetDatastoreStatus(v string) *DeleteFHIRDatastoreOutput {
s.DatastoreStatus = &v
return s
}
type DescribeFHIRDatastoreInput struct {
_ struct{} `type:"structure"`
// The AWS-generated Data Store id. This is part of the ‘CreateFHIRDatastore’
// output.
DatastoreId *string `min:"1" type:"string"`
}
// String returns the string representation
func (s DescribeFHIRDatastoreInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DescribeFHIRDatastoreInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *DescribeFHIRDatastoreInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "DescribeFHIRDatastoreInput"}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *DescribeFHIRDatastoreInput) SetDatastoreId(v string) *DescribeFHIRDatastoreInput {
s.DatastoreId = &v
return s
}
type DescribeFHIRDatastoreOutput struct {
_ struct{} `type:"structure"`
// All properties associated with a Data Store, including the Data Store ID,
// Data Store ARN, Data Store name, Data Store status, created at, Data Store
// type version, and Data Store endpoint.
//
// DatastoreProperties is a required field
DatastoreProperties *DatastoreProperties `type:"structure" required:"true"`
}
// String returns the string representation
func (s DescribeFHIRDatastoreOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DescribeFHIRDatastoreOutput) GoString() string {
return s.String()
}
// SetDatastoreProperties sets the DatastoreProperties field's value.
func (s *DescribeFHIRDatastoreOutput) SetDatastoreProperties(v *DatastoreProperties) *DescribeFHIRDatastoreOutput {
s.DatastoreProperties = v
return s
}
type DescribeFHIRExportJobInput struct {
_ struct{} `type:"structure"`
// The AWS generated ID for the Data Store from which files are being exported
// from for an export job.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The AWS generated ID for an export job.
//
// JobId is a required field
JobId *string `min:"1" type:"string" required:"true"`
}
// String returns the string representation
func (s DescribeFHIRExportJobInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DescribeFHIRExportJobInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *DescribeFHIRExportJobInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "DescribeFHIRExportJobInput"}
if s.DatastoreId == nil {
invalidParams.Add(request.NewErrParamRequired("DatastoreId"))
}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if s.JobId == nil {
invalidParams.Add(request.NewErrParamRequired("JobId"))
}
if s.JobId != nil && len(*s.JobId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("JobId", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *DescribeFHIRExportJobInput) SetDatastoreId(v string) *DescribeFHIRExportJobInput {
s.DatastoreId = &v
return s
}
// SetJobId sets the JobId field's value.
func (s *DescribeFHIRExportJobInput) SetJobId(v string) *DescribeFHIRExportJobInput {
s.JobId = &v
return s
}
type DescribeFHIRExportJobOutput struct {
_ struct{} `type:"structure"`
// Displays the properties of the export job, including the ID, Arn, Name, and
// the status of the job.
//
// ExportJobProperties is a required field
ExportJobProperties *ExportJobProperties `type:"structure" required:"true"`
}
// String returns the string representation
func (s DescribeFHIRExportJobOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DescribeFHIRExportJobOutput) GoString() string {
return s.String()
}
// SetExportJobProperties sets the ExportJobProperties field's value.
func (s *DescribeFHIRExportJobOutput) SetExportJobProperties(v *ExportJobProperties) *DescribeFHIRExportJobOutput {
s.ExportJobProperties = v
return s
}
type DescribeFHIRImportJobInput struct {
_ struct{} `type:"structure"`
// The AWS-generated ID of the Data Store.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The AWS-generated job ID.
//
// JobId is a required field
JobId *string `min:"1" type:"string" required:"true"`
}
// String returns the string representation
func (s DescribeFHIRImportJobInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DescribeFHIRImportJobInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *DescribeFHIRImportJobInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "DescribeFHIRImportJobInput"}
if s.DatastoreId == nil {
invalidParams.Add(request.NewErrParamRequired("DatastoreId"))
}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if s.JobId == nil {
invalidParams.Add(request.NewErrParamRequired("JobId"))
}
if s.JobId != nil && len(*s.JobId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("JobId", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *DescribeFHIRImportJobInput) SetDatastoreId(v string) *DescribeFHIRImportJobInput {
s.DatastoreId = &v
return s
}
// SetJobId sets the JobId field's value.
func (s *DescribeFHIRImportJobInput) SetJobId(v string) *DescribeFHIRImportJobInput {
s.JobId = &v
return s
}
type DescribeFHIRImportJobOutput struct {
_ struct{} `type:"structure"`
// The properties of the Import job request, including the ID, ARN, name, and
// the status of the job.
//
// ImportJobProperties is a required field
ImportJobProperties *ImportJobProperties `type:"structure" required:"true"`
}
// String returns the string representation
func (s DescribeFHIRImportJobOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s DescribeFHIRImportJobOutput) GoString() string {
return s.String()
}
// SetImportJobProperties sets the ImportJobProperties field's value.
func (s *DescribeFHIRImportJobOutput) SetImportJobProperties(v *ImportJobProperties) *DescribeFHIRImportJobOutput {
s.ImportJobProperties = v
return s
}
// The properties of a FHIR export job, including the ID, ARN, name, and the
// status of the job.
type ExportJobProperties struct {
_ struct{} `type:"structure"`
// The Amazon Resource Name used during the initiation of the job.
DataAccessRoleArn *string `min:"20" type:"string"`
// The AWS generated ID for the Data Store from which files are being exported
// for an export job.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The time an export job completed.
EndTime *time.Time `type:"timestamp"`
// The AWS generated ID for an export job.
//
// JobId is a required field
JobId *string `min:"1" type:"string" required:"true"`
// The user generated name for an export job.
JobName *string `min:"1" type:"string"`
// The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS,
// COMPLETED, or FAILED.
//
// JobStatus is a required field
JobStatus *string `type:"string" required:"true" enum:"JobStatus"`
// An explanation of any errors that may have occurred during the export job.
Message *string `min:"1" type:"string"`
// The output data configuration that was supplied when the export job was created.
//
// OutputDataConfig is a required field
OutputDataConfig *OutputDataConfig `type:"structure" required:"true"`
// The time an export job was initiated.
//
// SubmitTime is a required field
SubmitTime *time.Time `type:"timestamp" required:"true"`
}
// String returns the string representation
func (s ExportJobProperties) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ExportJobProperties) GoString() string {
return s.String()
}
// SetDataAccessRoleArn sets the DataAccessRoleArn field's value.
func (s *ExportJobProperties) SetDataAccessRoleArn(v string) *ExportJobProperties {
s.DataAccessRoleArn = &v
return s
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *ExportJobProperties) SetDatastoreId(v string) *ExportJobProperties {
s.DatastoreId = &v
return s
}
// SetEndTime sets the EndTime field's value.
func (s *ExportJobProperties) SetEndTime(v time.Time) *ExportJobProperties {
s.EndTime = &v
return s
}
// SetJobId sets the JobId field's value.
func (s *ExportJobProperties) SetJobId(v string) *ExportJobProperties {
s.JobId = &v
return s
}
// SetJobName sets the JobName field's value.
func (s *ExportJobProperties) SetJobName(v string) *ExportJobProperties {
s.JobName = &v
return s
}
// SetJobStatus sets the JobStatus field's value.
func (s *ExportJobProperties) SetJobStatus(v string) *ExportJobProperties {
s.JobStatus = &v
return s
}
// SetMessage sets the Message field's value.
func (s *ExportJobProperties) SetMessage(v string) *ExportJobProperties {
s.Message = &v
return s
}
// SetOutputDataConfig sets the OutputDataConfig field's value.
func (s *ExportJobProperties) SetOutputDataConfig(v *OutputDataConfig) *ExportJobProperties {
s.OutputDataConfig = v
return s
}
// SetSubmitTime sets the SubmitTime field's value.
func (s *ExportJobProperties) SetSubmitTime(v time.Time) *ExportJobProperties {
s.SubmitTime = &v
return s
}
// Displays the properties of the import job, including the ID, Arn, Name, and
// the status of the Data Store.
type ImportJobProperties struct {
_ struct{} `type:"structure"`
// The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your
// input data.
DataAccessRoleArn *string `min:"20" type:"string"`
// The datastore id used when the Import job was created.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The time that the Import job was completed.
EndTime *time.Time `type:"timestamp"`
// The input data configuration that was supplied when the Import job was created.
//
// InputDataConfig is a required field
InputDataConfig *InputDataConfig `type:"structure" required:"true"`
// The AWS-generated id number for the Import job.
//
// JobId is a required field
JobId *string `min:"1" type:"string" required:"true"`
// The user-generated name for an Import job.
JobName *string `min:"1" type:"string"`
// The output data configuration that was supplied when the export job was created.
JobOutputDataConfig *OutputDataConfig `type:"structure"`
// The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS,
// COMPLETED, FAILED.
//
// JobStatus is a required field
JobStatus *string `type:"string" required:"true" enum:"JobStatus"`
// An explanation of any errors that may have occurred during the FHIR import
// job.
Message *string `min:"1" type:"string"`
// The time that the Import job was submitted for processing.
//
// SubmitTime is a required field
SubmitTime *time.Time `type:"timestamp" required:"true"`
}
// String returns the string representation
func (s ImportJobProperties) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ImportJobProperties) GoString() string {
return s.String()
}
// SetDataAccessRoleArn sets the DataAccessRoleArn field's value.
func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties {
s.DataAccessRoleArn = &v
return s
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties {
s.DatastoreId = &v
return s
}
// SetEndTime sets the EndTime field's value.
func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties {
s.EndTime = &v
return s
}
// SetInputDataConfig sets the InputDataConfig field's value.
func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties {
s.InputDataConfig = v
return s
}
// SetJobId sets the JobId field's value.
func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties {
s.JobId = &v
return s
}
// SetJobName sets the JobName field's value.
func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties {
s.JobName = &v
return s
}
// SetJobOutputDataConfig sets the JobOutputDataConfig field's value.
func (s *ImportJobProperties) SetJobOutputDataConfig(v *OutputDataConfig) *ImportJobProperties {
s.JobOutputDataConfig = v
return s
}
// SetJobStatus sets the JobStatus field's value.
func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties {
s.JobStatus = &v
return s
}
// SetMessage sets the Message field's value.
func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties {
s.Message = &v
return s
}
// SetSubmitTime sets the SubmitTime field's value.
func (s *ImportJobProperties) SetSubmitTime(v time.Time) *ImportJobProperties {
s.SubmitTime = &v
return s
}
// The input properties for an import job.
type InputDataConfig struct {
_ struct{} `type:"structure"`
// The S3Uri is the user specified S3 location of the FHIR data to be imported
// into Amazon HealthLake.
S3Uri *string `type:"string"`
}
// String returns the string representation
func (s InputDataConfig) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s InputDataConfig) GoString() string {
return s.String()
}
// SetS3Uri sets the S3Uri field's value.
func (s *InputDataConfig) SetS3Uri(v string) *InputDataConfig {
s.S3Uri = &v
return s
}
// Unknown error occurs in the service.
type InternalServerException struct {
_ struct{} `type:"structure"`
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
Message_ *string `locationName:"Message" type:"string"`
}
// String returns the string representation
func (s InternalServerException) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s InternalServerException) GoString() string {
return s.String()
}
func newErrorInternalServerException(v protocol.ResponseMetadata) error {
return &InternalServerException{
RespMetadata: v,
}
}
// Code returns the exception type name.
func (s *InternalServerException) Code() string {
return "InternalServerException"
}
// Message returns the exception's message.
func (s *InternalServerException) Message() string {
if s.Message_ != nil {
return *s.Message_
}
return ""
}
// OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InternalServerException) OrigErr() error {
return nil
}
func (s *InternalServerException) Error() string {
return fmt.Sprintf("%s: %s", s.Code(), s.Message())
}
// Status code returns the HTTP status code for the request's response error.
func (s *InternalServerException) StatusCode() int {
return s.RespMetadata.StatusCode
}
// RequestID returns the service's response RequestID for request.
func (s *InternalServerException) RequestID() string {
return s.RespMetadata.RequestID
}
// The customer-managed-key(CMK) used when creating a Data Store. If a customer
// owned key is not specified, an AWS owned key will be used for encryption.
type KmsEncryptionConfig struct {
_ struct{} `type:"structure"`
// The type of customer-managed-key(CMK) used for encyrption. The two types
// of supported CMKs are customer owned CMKs and AWS owned CMKs.
//
// CmkType is a required field
CmkType *string `type:"string" required:"true" enum:"CmkType"`
// The KMS encryption key id/alias used to encrypt the Data Store contents at
// rest.
KmsKeyId *string `min:"1" type:"string"`
}
// String returns the string representation
func (s KmsEncryptionConfig) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s KmsEncryptionConfig) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *KmsEncryptionConfig) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "KmsEncryptionConfig"}
if s.CmkType == nil {
invalidParams.Add(request.NewErrParamRequired("CmkType"))
}
if s.KmsKeyId != nil && len(*s.KmsKeyId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("KmsKeyId", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetCmkType sets the CmkType field's value.
func (s *KmsEncryptionConfig) SetCmkType(v string) *KmsEncryptionConfig {
s.CmkType = &v
return s
}
// SetKmsKeyId sets the KmsKeyId field's value.
func (s *KmsEncryptionConfig) SetKmsKeyId(v string) *KmsEncryptionConfig {
s.KmsKeyId = &v
return s
}
type ListFHIRDatastoresInput struct {
_ struct{} `type:"structure"`
// Lists all filters associated with a FHIR Data Store request.
Filter *DatastoreFilter `type:"structure"`
// The maximum number of Data Stores returned in a single page of a ListFHIRDatastoresRequest
// call.
MaxResults *int64 `min:"1" type:"integer"`
// Fetches the next page of Data Stores when results are paginated.
NextToken *string `type:"string"`
}
// String returns the string representation
func (s ListFHIRDatastoresInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListFHIRDatastoresInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *ListFHIRDatastoresInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "ListFHIRDatastoresInput"}
if s.MaxResults != nil && *s.MaxResults < 1 {
invalidParams.Add(request.NewErrParamMinValue("MaxResults", 1))
}
if s.Filter != nil {
if err := s.Filter.Validate(); err != nil {
invalidParams.AddNested("Filter", err.(request.ErrInvalidParams))
}
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetFilter sets the Filter field's value.
func (s *ListFHIRDatastoresInput) SetFilter(v *DatastoreFilter) *ListFHIRDatastoresInput {
s.Filter = v
return s
}
// SetMaxResults sets the MaxResults field's value.
func (s *ListFHIRDatastoresInput) SetMaxResults(v int64) *ListFHIRDatastoresInput {
s.MaxResults = &v
return s
}
// SetNextToken sets the NextToken field's value.
func (s *ListFHIRDatastoresInput) SetNextToken(v string) *ListFHIRDatastoresInput {
s.NextToken = &v
return s
}
type ListFHIRDatastoresOutput struct {
_ struct{} `type:"structure"`
// All properties associated with the listed Data Stores.
//
// DatastorePropertiesList is a required field
DatastorePropertiesList []*DatastoreProperties `type:"list" required:"true"`
// Pagination token that can be used to retrieve the next page of results.
NextToken *string `type:"string"`
}
// String returns the string representation
func (s ListFHIRDatastoresOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListFHIRDatastoresOutput) GoString() string {
return s.String()
}
// SetDatastorePropertiesList sets the DatastorePropertiesList field's value.
func (s *ListFHIRDatastoresOutput) SetDatastorePropertiesList(v []*DatastoreProperties) *ListFHIRDatastoresOutput {
s.DatastorePropertiesList = v
return s
}
// SetNextToken sets the NextToken field's value.
func (s *ListFHIRDatastoresOutput) SetNextToken(v string) *ListFHIRDatastoresOutput {
s.NextToken = &v
return s
}
type ListFHIRExportJobsInput struct {
_ struct{} `type:"structure"`
// This parameter limits the response to the export job with the specified Data
// Store ID.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// This parameter limits the response to the export job with the specified job
// name.
JobName *string `min:"1" type:"string"`
// This parameter limits the response to the export jobs with the specified
// job status.
JobStatus *string `type:"string" enum:"JobStatus"`
// This parameter limits the number of results returned for a ListFHIRExportJobs
// to a maximum quantity specified by the user.
MaxResults *int64 `min:"1" type:"integer"`
// A pagination token used to identify the next page of results to return for
// a ListFHIRExportJobs query.
NextToken *string `type:"string"`
// This parameter limits the response to FHIR export jobs submitted after a
// user specified date.
SubmittedAfter *time.Time `type:"timestamp"`
// This parameter limits the response to FHIR export jobs submitted before a
// user specified date.
SubmittedBefore *time.Time `type:"timestamp"`
}
// String returns the string representation
func (s ListFHIRExportJobsInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListFHIRExportJobsInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *ListFHIRExportJobsInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "ListFHIRExportJobsInput"}
if s.DatastoreId == nil {
invalidParams.Add(request.NewErrParamRequired("DatastoreId"))
}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if s.JobName != nil && len(*s.JobName) < 1 {
invalidParams.Add(request.NewErrParamMinLen("JobName", 1))
}
if s.MaxResults != nil && *s.MaxResults < 1 {
invalidParams.Add(request.NewErrParamMinValue("MaxResults", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *ListFHIRExportJobsInput) SetDatastoreId(v string) *ListFHIRExportJobsInput {
s.DatastoreId = &v
return s
}
// SetJobName sets the JobName field's value.
func (s *ListFHIRExportJobsInput) SetJobName(v string) *ListFHIRExportJobsInput {
s.JobName = &v
return s
}
// SetJobStatus sets the JobStatus field's value.
func (s *ListFHIRExportJobsInput) SetJobStatus(v string) *ListFHIRExportJobsInput {
s.JobStatus = &v
return s
}
// SetMaxResults sets the MaxResults field's value.
func (s *ListFHIRExportJobsInput) SetMaxResults(v int64) *ListFHIRExportJobsInput {
s.MaxResults = &v
return s
}
// SetNextToken sets the NextToken field's value.
func (s *ListFHIRExportJobsInput) SetNextToken(v string) *ListFHIRExportJobsInput {
s.NextToken = &v
return s
}
// SetSubmittedAfter sets the SubmittedAfter field's value.
func (s *ListFHIRExportJobsInput) SetSubmittedAfter(v time.Time) *ListFHIRExportJobsInput {
s.SubmittedAfter = &v
return s
}
// SetSubmittedBefore sets the SubmittedBefore field's value.
func (s *ListFHIRExportJobsInput) SetSubmittedBefore(v time.Time) *ListFHIRExportJobsInput {
s.SubmittedBefore = &v
return s
}
type ListFHIRExportJobsOutput struct {
_ struct{} `type:"structure"`
// The properties of listed FHIR export jobs, including the ID, ARN, name, and
// the status of the job.
//
// ExportJobPropertiesList is a required field
ExportJobPropertiesList []*ExportJobProperties `type:"list" required:"true"`
// A pagination token used to identify the next page of results to return for
// a ListFHIRExportJobs query.
NextToken *string `type:"string"`
}
// String returns the string representation
func (s ListFHIRExportJobsOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListFHIRExportJobsOutput) GoString() string {
return s.String()
}
// SetExportJobPropertiesList sets the ExportJobPropertiesList field's value.
func (s *ListFHIRExportJobsOutput) SetExportJobPropertiesList(v []*ExportJobProperties) *ListFHIRExportJobsOutput {
s.ExportJobPropertiesList = v
return s
}
// SetNextToken sets the NextToken field's value.
func (s *ListFHIRExportJobsOutput) SetNextToken(v string) *ListFHIRExportJobsOutput {
s.NextToken = &v
return s
}
type ListFHIRImportJobsInput struct {
_ struct{} `type:"structure"`
// This parameter limits the response to the import job with the specified Data
// Store ID.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// This parameter limits the response to the import job with the specified job
// name.
JobName *string `min:"1" type:"string"`
// This parameter limits the response to the import job with the specified job
// status.
JobStatus *string `type:"string" enum:"JobStatus"`
// This parameter limits the number of results returned for a ListFHIRImportJobs
// to a maximum quantity specified by the user.
MaxResults *int64 `min:"1" type:"integer"`
// A pagination token used to identify the next page of results to return for
// a ListFHIRImportJobs query.
NextToken *string `type:"string"`
// This parameter limits the response to FHIR import jobs submitted after a
// user specified date.
SubmittedAfter *time.Time `type:"timestamp"`
// This parameter limits the response to FHIR import jobs submitted before a
// user specified date.
SubmittedBefore *time.Time `type:"timestamp"`
}
// String returns the string representation
func (s ListFHIRImportJobsInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListFHIRImportJobsInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *ListFHIRImportJobsInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "ListFHIRImportJobsInput"}
if s.DatastoreId == nil {
invalidParams.Add(request.NewErrParamRequired("DatastoreId"))
}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if s.JobName != nil && len(*s.JobName) < 1 {
invalidParams.Add(request.NewErrParamMinLen("JobName", 1))
}
if s.MaxResults != nil && *s.MaxResults < 1 {
invalidParams.Add(request.NewErrParamMinValue("MaxResults", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *ListFHIRImportJobsInput) SetDatastoreId(v string) *ListFHIRImportJobsInput {
s.DatastoreId = &v
return s
}
// SetJobName sets the JobName field's value.
func (s *ListFHIRImportJobsInput) SetJobName(v string) *ListFHIRImportJobsInput {
s.JobName = &v
return s
}
// SetJobStatus sets the JobStatus field's value.
func (s *ListFHIRImportJobsInput) SetJobStatus(v string) *ListFHIRImportJobsInput {
s.JobStatus = &v
return s
}
// SetMaxResults sets the MaxResults field's value.
func (s *ListFHIRImportJobsInput) SetMaxResults(v int64) *ListFHIRImportJobsInput {
s.MaxResults = &v
return s
}
// SetNextToken sets the NextToken field's value.
func (s *ListFHIRImportJobsInput) SetNextToken(v string) *ListFHIRImportJobsInput {
s.NextToken = &v
return s
}
// SetSubmittedAfter sets the SubmittedAfter field's value.
func (s *ListFHIRImportJobsInput) SetSubmittedAfter(v time.Time) *ListFHIRImportJobsInput {
s.SubmittedAfter = &v
return s
}
// SetSubmittedBefore sets the SubmittedBefore field's value.
func (s *ListFHIRImportJobsInput) SetSubmittedBefore(v time.Time) *ListFHIRImportJobsInput {
s.SubmittedBefore = &v
return s
}
type ListFHIRImportJobsOutput struct {
_ struct{} `type:"structure"`
// The properties of a listed FHIR import jobs, including the ID, ARN, name,
// and the status of the job.
//
// ImportJobPropertiesList is a required field
ImportJobPropertiesList []*ImportJobProperties `type:"list" required:"true"`
// A pagination token used to identify the next page of results to return for
// a ListFHIRImportJobs query.
NextToken *string `type:"string"`
}
// String returns the string representation
func (s ListFHIRImportJobsOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListFHIRImportJobsOutput) GoString() string {
return s.String()
}
// SetImportJobPropertiesList sets the ImportJobPropertiesList field's value.
func (s *ListFHIRImportJobsOutput) SetImportJobPropertiesList(v []*ImportJobProperties) *ListFHIRImportJobsOutput {
s.ImportJobPropertiesList = v
return s
}
// SetNextToken sets the NextToken field's value.
func (s *ListFHIRImportJobsOutput) SetNextToken(v string) *ListFHIRImportJobsOutput {
s.NextToken = &v
return s
}
type ListTagsForResourceInput struct {
_ struct{} `type:"structure"`
// The Amazon Resource Name(ARN) of the Data Store for which tags are being
// added.
//
// ResourceARN is a required field
ResourceARN *string `min:"1" type:"string" required:"true"`
}
// String returns the string representation
func (s ListTagsForResourceInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListTagsForResourceInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *ListTagsForResourceInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "ListTagsForResourceInput"}
if s.ResourceARN == nil {
invalidParams.Add(request.NewErrParamRequired("ResourceARN"))
}
if s.ResourceARN != nil && len(*s.ResourceARN) < 1 {
invalidParams.Add(request.NewErrParamMinLen("ResourceARN", 1))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetResourceARN sets the ResourceARN field's value.
func (s *ListTagsForResourceInput) SetResourceARN(v string) *ListTagsForResourceInput {
s.ResourceARN = &v
return s
}
type ListTagsForResourceOutput struct {
_ struct{} `type:"structure"`
// Returns a list of tags associated with a Data Store.
Tags []*Tag `type:"list"`
}
// String returns the string representation
func (s ListTagsForResourceOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ListTagsForResourceOutput) GoString() string {
return s.String()
}
// SetTags sets the Tags field's value.
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput {
s.Tags = v
return s
}
// The output data configuration that was supplied when the export job was created.
type OutputDataConfig struct {
_ struct{} `type:"structure"`
// The output data configuration that was supplied when the export job was created.
S3Configuration *S3Configuration `type:"structure"`
}
// String returns the string representation
func (s OutputDataConfig) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s OutputDataConfig) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *OutputDataConfig) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "OutputDataConfig"}
if s.S3Configuration != nil {
if err := s.S3Configuration.Validate(); err != nil {
invalidParams.AddNested("S3Configuration", err.(request.ErrInvalidParams))
}
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetS3Configuration sets the S3Configuration field's value.
func (s *OutputDataConfig) SetS3Configuration(v *S3Configuration) *OutputDataConfig {
s.S3Configuration = v
return s
}
// The input properties for the preloaded Data Store. Only data preloaded from
// Synthea is supported.
type PreloadDataConfig struct {
_ struct{} `type:"structure"`
// The type of preloaded data. Only Synthea preloaded data is supported.
//
// PreloadDataType is a required field
PreloadDataType *string `type:"string" required:"true" enum:"PreloadDataType"`
}
// String returns the string representation
func (s PreloadDataConfig) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s PreloadDataConfig) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *PreloadDataConfig) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "PreloadDataConfig"}
if s.PreloadDataType == nil {
invalidParams.Add(request.NewErrParamRequired("PreloadDataType"))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetPreloadDataType sets the PreloadDataType field's value.
func (s *PreloadDataConfig) SetPreloadDataType(v string) *PreloadDataConfig {
s.PreloadDataType = &v
return s
}
// The requested Data Store was not found.
type ResourceNotFoundException struct {
_ struct{} `type:"structure"`
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
Message_ *string `locationName:"Message" type:"string"`
}
// String returns the string representation
func (s ResourceNotFoundException) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ResourceNotFoundException) GoString() string {
return s.String()
}
func newErrorResourceNotFoundException(v protocol.ResponseMetadata) error {
return &ResourceNotFoundException{
RespMetadata: v,
}
}
// Code returns the exception type name.
func (s *ResourceNotFoundException) Code() string {
return "ResourceNotFoundException"
}
// Message returns the exception's message.
func (s *ResourceNotFoundException) Message() string {
if s.Message_ != nil {
return *s.Message_
}
return ""
}
// OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ResourceNotFoundException) OrigErr() error {
return nil
}
func (s *ResourceNotFoundException) Error() string {
return fmt.Sprintf("%s: %s", s.Code(), s.Message())
}
// Status code returns the HTTP status code for the request's response error.
func (s *ResourceNotFoundException) StatusCode() int {
return s.RespMetadata.StatusCode
}
// RequestID returns the service's response RequestID for request.
func (s *ResourceNotFoundException) RequestID() string {
return s.RespMetadata.RequestID
}
// The configuration of the S3 bucket for either an import or export job. This
// includes assigning permissions for access.
type S3Configuration struct {
_ struct{} `type:"structure"`
// The KMS key ID used to access the S3 bucket.
//
// KmsKeyId is a required field
KmsKeyId *string `min:"1" type:"string" required:"true"`
// The S3Uri is the user specified S3 location of the FHIR data to be imported
// into Amazon HealthLake.
//
// S3Uri is a required field
S3Uri *string `type:"string" required:"true"`
}
// String returns the string representation
func (s S3Configuration) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s S3Configuration) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *S3Configuration) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "S3Configuration"}
if s.KmsKeyId == nil {
invalidParams.Add(request.NewErrParamRequired("KmsKeyId"))
}
if s.KmsKeyId != nil && len(*s.KmsKeyId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("KmsKeyId", 1))
}
if s.S3Uri == nil {
invalidParams.Add(request.NewErrParamRequired("S3Uri"))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetKmsKeyId sets the KmsKeyId field's value.
func (s *S3Configuration) SetKmsKeyId(v string) *S3Configuration {
s.KmsKeyId = &v
return s
}
// SetS3Uri sets the S3Uri field's value.
func (s *S3Configuration) SetS3Uri(v string) *S3Configuration {
s.S3Uri = &v
return s
}
// The server-side encryption key configuration for a customer provided encryption
// key.
type SseConfiguration struct {
_ struct{} `type:"structure"`
// The KMS encryption configuration used to provide details for data encryption.
//
// KmsEncryptionConfig is a required field
KmsEncryptionConfig *KmsEncryptionConfig `type:"structure" required:"true"`
}
// String returns the string representation
func (s SseConfiguration) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s SseConfiguration) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *SseConfiguration) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "SseConfiguration"}
if s.KmsEncryptionConfig == nil {
invalidParams.Add(request.NewErrParamRequired("KmsEncryptionConfig"))
}
if s.KmsEncryptionConfig != nil {
if err := s.KmsEncryptionConfig.Validate(); err != nil {
invalidParams.AddNested("KmsEncryptionConfig", err.(request.ErrInvalidParams))
}
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetKmsEncryptionConfig sets the KmsEncryptionConfig field's value.
func (s *SseConfiguration) SetKmsEncryptionConfig(v *KmsEncryptionConfig) *SseConfiguration {
s.KmsEncryptionConfig = v
return s
}
type StartFHIRExportJobInput struct {
_ struct{} `type:"structure"`
// An optional user provided token used for ensuring idempotency.
ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`
// The Amazon Resource Name used during the initiation of the job.
//
// DataAccessRoleArn is a required field
DataAccessRoleArn *string `min:"20" type:"string" required:"true"`
// The AWS generated ID for the Data Store from which files are being exported
// for an export job.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The user generated name for an export job.
JobName *string `min:"1" type:"string"`
// The output data configuration that was supplied when the export job was created.
//
// OutputDataConfig is a required field
OutputDataConfig *OutputDataConfig `type:"structure" required:"true"`
}
// String returns the string representation
func (s StartFHIRExportJobInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s StartFHIRExportJobInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *StartFHIRExportJobInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "StartFHIRExportJobInput"}
if s.ClientToken != nil && len(*s.ClientToken) < 1 {
invalidParams.Add(request.NewErrParamMinLen("ClientToken", 1))
}
if s.DataAccessRoleArn == nil {
invalidParams.Add(request.NewErrParamRequired("DataAccessRoleArn"))
}
if s.DataAccessRoleArn != nil && len(*s.DataAccessRoleArn) < 20 {
invalidParams.Add(request.NewErrParamMinLen("DataAccessRoleArn", 20))
}
if s.DatastoreId == nil {
invalidParams.Add(request.NewErrParamRequired("DatastoreId"))
}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if s.JobName != nil && len(*s.JobName) < 1 {
invalidParams.Add(request.NewErrParamMinLen("JobName", 1))
}
if s.OutputDataConfig == nil {
invalidParams.Add(request.NewErrParamRequired("OutputDataConfig"))
}
if s.OutputDataConfig != nil {
if err := s.OutputDataConfig.Validate(); err != nil {
invalidParams.AddNested("OutputDataConfig", err.(request.ErrInvalidParams))
}
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetClientToken sets the ClientToken field's value.
func (s *StartFHIRExportJobInput) SetClientToken(v string) *StartFHIRExportJobInput {
s.ClientToken = &v
return s
}
// SetDataAccessRoleArn sets the DataAccessRoleArn field's value.
func (s *StartFHIRExportJobInput) SetDataAccessRoleArn(v string) *StartFHIRExportJobInput {
s.DataAccessRoleArn = &v
return s
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *StartFHIRExportJobInput) SetDatastoreId(v string) *StartFHIRExportJobInput {
s.DatastoreId = &v
return s
}
// SetJobName sets the JobName field's value.
func (s *StartFHIRExportJobInput) SetJobName(v string) *StartFHIRExportJobInput {
s.JobName = &v
return s
}
// SetOutputDataConfig sets the OutputDataConfig field's value.
func (s *StartFHIRExportJobInput) SetOutputDataConfig(v *OutputDataConfig) *StartFHIRExportJobInput {
s.OutputDataConfig = v
return s
}
type StartFHIRExportJobOutput struct {
_ struct{} `type:"structure"`
// The AWS generated ID for the Data Store from which files are being exported
// for an export job.
DatastoreId *string `min:"1" type:"string"`
// The AWS generated ID for an export job.
//
// JobId is a required field
JobId *string `min:"1" type:"string" required:"true"`
// The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS,
// COMPLETED, or FAILED.
//
// JobStatus is a required field
JobStatus *string `type:"string" required:"true" enum:"JobStatus"`
}
// String returns the string representation
func (s StartFHIRExportJobOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s StartFHIRExportJobOutput) GoString() string {
return s.String()
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *StartFHIRExportJobOutput) SetDatastoreId(v string) *StartFHIRExportJobOutput {
s.DatastoreId = &v
return s
}
// SetJobId sets the JobId field's value.
func (s *StartFHIRExportJobOutput) SetJobId(v string) *StartFHIRExportJobOutput {
s.JobId = &v
return s
}
// SetJobStatus sets the JobStatus field's value.
func (s *StartFHIRExportJobOutput) SetJobStatus(v string) *StartFHIRExportJobOutput {
s.JobStatus = &v
return s
}
type StartFHIRImportJobInput struct {
_ struct{} `type:"structure"`
// Optional user provided token used for ensuring idempotency.
ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`
// The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
//
// DataAccessRoleArn is a required field
DataAccessRoleArn *string `min:"20" type:"string" required:"true"`
// The AWS-generated Data Store ID.
//
// DatastoreId is a required field
DatastoreId *string `min:"1" type:"string" required:"true"`
// The input properties of the FHIR Import job in the StartFHIRImport job request.
//
// InputDataConfig is a required field
InputDataConfig *InputDataConfig `type:"structure" required:"true"`
// The name of the FHIR Import job in the StartFHIRImport job request.
JobName *string `min:"1" type:"string"`
// The output data configuration that was supplied when the export job was created.
//
// JobOutputDataConfig is a required field
JobOutputDataConfig *OutputDataConfig `type:"structure" required:"true"`
}
// String returns the string representation
func (s StartFHIRImportJobInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s StartFHIRImportJobInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *StartFHIRImportJobInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "StartFHIRImportJobInput"}
if s.ClientToken != nil && len(*s.ClientToken) < 1 {
invalidParams.Add(request.NewErrParamMinLen("ClientToken", 1))
}
if s.DataAccessRoleArn == nil {
invalidParams.Add(request.NewErrParamRequired("DataAccessRoleArn"))
}
if s.DataAccessRoleArn != nil && len(*s.DataAccessRoleArn) < 20 {
invalidParams.Add(request.NewErrParamMinLen("DataAccessRoleArn", 20))
}
if s.DatastoreId == nil {
invalidParams.Add(request.NewErrParamRequired("DatastoreId"))
}
if s.DatastoreId != nil && len(*s.DatastoreId) < 1 {
invalidParams.Add(request.NewErrParamMinLen("DatastoreId", 1))
}
if s.InputDataConfig == nil {
invalidParams.Add(request.NewErrParamRequired("InputDataConfig"))
}
if s.JobName != nil && len(*s.JobName) < 1 {
invalidParams.Add(request.NewErrParamMinLen("JobName", 1))
}
if s.JobOutputDataConfig == nil {
invalidParams.Add(request.NewErrParamRequired("JobOutputDataConfig"))
}
if s.JobOutputDataConfig != nil {
if err := s.JobOutputDataConfig.Validate(); err != nil {
invalidParams.AddNested("JobOutputDataConfig", err.(request.ErrInvalidParams))
}
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetClientToken sets the ClientToken field's value.
func (s *StartFHIRImportJobInput) SetClientToken(v string) *StartFHIRImportJobInput {
s.ClientToken = &v
return s
}
// SetDataAccessRoleArn sets the DataAccessRoleArn field's value.
func (s *StartFHIRImportJobInput) SetDataAccessRoleArn(v string) *StartFHIRImportJobInput {
s.DataAccessRoleArn = &v
return s
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *StartFHIRImportJobInput) SetDatastoreId(v string) *StartFHIRImportJobInput {
s.DatastoreId = &v
return s
}
// SetInputDataConfig sets the InputDataConfig field's value.
func (s *StartFHIRImportJobInput) SetInputDataConfig(v *InputDataConfig) *StartFHIRImportJobInput {
s.InputDataConfig = v
return s
}
// SetJobName sets the JobName field's value.
func (s *StartFHIRImportJobInput) SetJobName(v string) *StartFHIRImportJobInput {
s.JobName = &v
return s
}
// SetJobOutputDataConfig sets the JobOutputDataConfig field's value.
func (s *StartFHIRImportJobInput) SetJobOutputDataConfig(v *OutputDataConfig) *StartFHIRImportJobInput {
s.JobOutputDataConfig = v
return s
}
type StartFHIRImportJobOutput struct {
_ struct{} `type:"structure"`
// The AWS-generated Data Store ID.
DatastoreId *string `min:"1" type:"string"`
// The AWS-generated job ID.
//
// JobId is a required field
JobId *string `min:"1" type:"string" required:"true"`
// The status of an import job.
//
// JobStatus is a required field
JobStatus *string `type:"string" required:"true" enum:"JobStatus"`
}
// String returns the string representation
func (s StartFHIRImportJobOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s StartFHIRImportJobOutput) GoString() string {
return s.String()
}
// SetDatastoreId sets the DatastoreId field's value.
func (s *StartFHIRImportJobOutput) SetDatastoreId(v string) *StartFHIRImportJobOutput {
s.DatastoreId = &v
return s
}
// SetJobId sets the JobId field's value.
func (s *StartFHIRImportJobOutput) SetJobId(v string) *StartFHIRImportJobOutput {
s.JobId = &v
return s
}
// SetJobStatus sets the JobStatus field's value.
func (s *StartFHIRImportJobOutput) SetJobStatus(v string) *StartFHIRImportJobOutput {
s.JobStatus = &v
return s
}
// A tag is a label consisting of a user-defined key and value. The form for
// tags is {"Key", "Value"}
type Tag struct {
_ struct{} `type:"structure"`
// The key portion of a tag. Tag keys are case sensitive.
//
// Key is a required field
Key *string `min:"1" type:"string" required:"true"`
// The value portion of tag. Tag values are case sensitive.
//
// Value is a required field
Value *string `type:"string" required:"true"`
}
// String returns the string representation
func (s Tag) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s Tag) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *Tag) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "Tag"}
if s.Key == nil {
invalidParams.Add(request.NewErrParamRequired("Key"))
}
if s.Key != nil && len(*s.Key) < 1 {
invalidParams.Add(request.NewErrParamMinLen("Key", 1))
}
if s.Value == nil {
invalidParams.Add(request.NewErrParamRequired("Value"))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetKey sets the Key field's value.
func (s *Tag) SetKey(v string) *Tag {
s.Key = &v
return s
}
// SetValue sets the Value field's value.
func (s *Tag) SetValue(v string) *Tag {
s.Value = &v
return s
}
type TagResourceInput struct {
_ struct{} `type:"structure"`
// The Amazon Resource Name(ARN)that gives Amazon HealthLake access to the Data
// Store which tags are being added to.
//
// ResourceARN is a required field
ResourceARN *string `min:"1" type:"string" required:"true"`
// The user specified key and value pair tags being added to a Data Store.
//
// Tags is a required field
Tags []*Tag `type:"list" required:"true"`
}
// String returns the string representation
func (s TagResourceInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s TagResourceInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *TagResourceInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "TagResourceInput"}
if s.ResourceARN == nil {
invalidParams.Add(request.NewErrParamRequired("ResourceARN"))
}
if s.ResourceARN != nil && len(*s.ResourceARN) < 1 {
invalidParams.Add(request.NewErrParamMinLen("ResourceARN", 1))
}
if s.Tags == nil {
invalidParams.Add(request.NewErrParamRequired("Tags"))
}
if s.Tags != nil {
for i, v := range s.Tags {
if v == nil {
continue
}
if err := v.Validate(); err != nil {
invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Tags", i), err.(request.ErrInvalidParams))
}
}
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetResourceARN sets the ResourceARN field's value.
func (s *TagResourceInput) SetResourceARN(v string) *TagResourceInput {
s.ResourceARN = &v
return s
}
// SetTags sets the Tags field's value.
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput {
s.Tags = v
return s
}
type TagResourceOutput struct {
_ struct{} `type:"structure"`
}
// String returns the string representation
func (s TagResourceOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s TagResourceOutput) GoString() string {
return s.String()
}
// The user has exceeded their maximum number of allowed calls to the given
// API.
type ThrottlingException struct {
_ struct{} `type:"structure"`
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
Message_ *string `locationName:"Message" type:"string"`
}
// String returns the string representation
func (s ThrottlingException) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ThrottlingException) GoString() string {
return s.String()
}
func newErrorThrottlingException(v protocol.ResponseMetadata) error {
return &ThrottlingException{
RespMetadata: v,
}
}
// Code returns the exception type name.
func (s *ThrottlingException) Code() string {
return "ThrottlingException"
}
// Message returns the exception's message.
func (s *ThrottlingException) Message() string {
if s.Message_ != nil {
return *s.Message_
}
return ""
}
// OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ThrottlingException) OrigErr() error {
return nil
}
func (s *ThrottlingException) Error() string {
return fmt.Sprintf("%s: %s", s.Code(), s.Message())
}
// Status code returns the HTTP status code for the request's response error.
func (s *ThrottlingException) StatusCode() int {
return s.RespMetadata.StatusCode
}
// RequestID returns the service's response RequestID for request.
func (s *ThrottlingException) RequestID() string {
return s.RespMetadata.RequestID
}
type UntagResourceInput struct {
_ struct{} `type:"structure"`
// "The Amazon Resource Name(ARN) of the Data Store for which tags are being
// removed
//
// ResourceARN is a required field
ResourceARN *string `min:"1" type:"string" required:"true"`
// The keys for the tags to be removed from the Healthlake Data Store.
//
// TagKeys is a required field
TagKeys []*string `type:"list" required:"true"`
}
// String returns the string representation
func (s UntagResourceInput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s UntagResourceInput) GoString() string {
return s.String()
}
// Validate inspects the fields of the type to determine if they are valid.
func (s *UntagResourceInput) Validate() error {
invalidParams := request.ErrInvalidParams{Context: "UntagResourceInput"}
if s.ResourceARN == nil {
invalidParams.Add(request.NewErrParamRequired("ResourceARN"))
}
if s.ResourceARN != nil && len(*s.ResourceARN) < 1 {
invalidParams.Add(request.NewErrParamMinLen("ResourceARN", 1))
}
if s.TagKeys == nil {
invalidParams.Add(request.NewErrParamRequired("TagKeys"))
}
if invalidParams.Len() > 0 {
return invalidParams
}
return nil
}
// SetResourceARN sets the ResourceARN field's value.
func (s *UntagResourceInput) SetResourceARN(v string) *UntagResourceInput {
s.ResourceARN = &v
return s
}
// SetTagKeys sets the TagKeys field's value.
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput {
s.TagKeys = v
return s
}
type UntagResourceOutput struct {
_ struct{} `type:"structure"`
}
// String returns the string representation
func (s UntagResourceOutput) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s UntagResourceOutput) GoString() string {
return s.String()
}
// The user input parameter was invalid.
type ValidationException struct {
_ struct{} `type:"structure"`
RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`
Message_ *string `locationName:"Message" type:"string"`
}
// String returns the string representation
func (s ValidationException) String() string {
return awsutil.Prettify(s)
}
// GoString returns the string representation
func (s ValidationException) GoString() string {
return s.String()
}
func newErrorValidationException(v protocol.ResponseMetadata) error {
return &ValidationException{
RespMetadata: v,
}
}
// Code returns the exception type name.
func (s *ValidationException) Code() string {
return "ValidationException"
}
// Message returns the exception's message.
func (s *ValidationException) Message() string {
if s.Message_ != nil {
return *s.Message_
}
return ""
}
// OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ValidationException) OrigErr() error {
return nil
}
func (s *ValidationException) Error() string {
return fmt.Sprintf("%s: %s", s.Code(), s.Message())
}
// Status code returns the HTTP status code for the request's response error.
func (s *ValidationException) StatusCode() int {
return s.RespMetadata.StatusCode
}
// RequestID returns the service's response RequestID for request.
func (s *ValidationException) RequestID() string {
return s.RespMetadata.RequestID
}
const (
// CmkTypeCustomerManagedKmsKey is a CmkType enum value
CmkTypeCustomerManagedKmsKey = "CUSTOMER_MANAGED_KMS_KEY"
// CmkTypeAwsOwnedKmsKey is a CmkType enum value
CmkTypeAwsOwnedKmsKey = "AWS_OWNED_KMS_KEY"
)
// CmkType_Values returns all elements of the CmkType enum
func CmkType_Values() []string {
return []string{
CmkTypeCustomerManagedKmsKey,
CmkTypeAwsOwnedKmsKey,
}
}
const (
// DatastoreStatusCreating is a DatastoreStatus enum value
DatastoreStatusCreating = "CREATING"
// DatastoreStatusActive is a DatastoreStatus enum value
DatastoreStatusActive = "ACTIVE"
// DatastoreStatusDeleting is a DatastoreStatus enum value
DatastoreStatusDeleting = "DELETING"
// DatastoreStatusDeleted is a DatastoreStatus enum value
DatastoreStatusDeleted = "DELETED"
)
// DatastoreStatus_Values returns all elements of the DatastoreStatus enum
func DatastoreStatus_Values() []string {
return []string{
DatastoreStatusCreating,
DatastoreStatusActive,
DatastoreStatusDeleting,
DatastoreStatusDeleted,
}
}
const (
// FHIRVersionR4 is a FHIRVersion enum value
FHIRVersionR4 = "R4"
)
// FHIRVersion_Values returns all elements of the FHIRVersion enum
func FHIRVersion_Values() []string {
return []string{
FHIRVersionR4,
}
}
const (
// JobStatusSubmitted is a JobStatus enum value
JobStatusSubmitted = "SUBMITTED"
// JobStatusInProgress is a JobStatus enum value
JobStatusInProgress = "IN_PROGRESS"
// JobStatusCompletedWithErrors is a JobStatus enum value
JobStatusCompletedWithErrors = "COMPLETED_WITH_ERRORS"
// JobStatusCompleted is a JobStatus enum value
JobStatusCompleted = "COMPLETED"
// JobStatusFailed is a JobStatus enum value
JobStatusFailed = "FAILED"
)
// JobStatus_Values returns all elements of the JobStatus enum
func JobStatus_Values() []string {
return []string{
JobStatusSubmitted,
JobStatusInProgress,
JobStatusCompletedWithErrors,
JobStatusCompleted,
JobStatusFailed,
}
}
const (
// PreloadDataTypeSynthea is a PreloadDataType enum value
PreloadDataTypeSynthea = "SYNTHEA"
)
// PreloadDataType_Values returns all elements of the PreloadDataType enum
func PreloadDataType_Values() []string {
return []string{
PreloadDataTypeSynthea,
}
}
|
def load_buf(buf, frequency):
N_SAMPLES = 44100 # Example value for the total number of audio samples
SAMPLE_RATE = 44100 # Example value for the sample rate
PERIOD_SIZE = 1024 # Example value for the period size
wave = [...] # Example array containing audio wave samples
step = N_SAMPLES * frequency // SAMPLE_RATE
for i in range(0, PERIOD_SIZE):
buf[i] = wave[(step * i * N_SAMPLES // PERIOD_SIZE) % N_SAMPLES]
return buf |
<reponame>cn2oo8/molicode<filename>molicode-web/src/main/java/com/shareyi/molicode/controller/sys/AcUserController.java
/**
* Copyright(c) 2004-2018 bianfeng
*/
package com.shareyi.molicode.controller.sys;
import com.shareyi.molicode.common.annotations.UserAuthPrivilege;
import com.shareyi.molicode.common.web.CommonResult;
import com.shareyi.molicode.common.web.PageQuery;
import com.shareyi.molicode.domain.sys.AcUser;
import com.shareyi.molicode.service.sys.AcUserService;
import com.shareyi.molicode.vo.user.LoginUserVo;
import com.shareyi.molicode.web.base.BaseController;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.Map;
@Controller
@RequestMapping("/sys/acUser")
public class AcUserController extends BaseController {
@Resource(name = "acUserService")
private AcUserService acUserService;
/**
* 获取登录用户信息
*
* @return
*/
@RequestMapping(value = "getLoginUser", method = RequestMethod.POST)
@ResponseBody
public Map getLoginUser() {
CommonResult<AcUser> result = acUserService.getLoginUser();
return result.getReturnMap();
}
/**
* 获取登录用户信息
*
* @return
*/
@RequestMapping(value = "changePassword", method = RequestMethod.POST)
@ResponseBody
public Map changePassword(@RequestParam("oldPass") String oldPass, @RequestParam("newPass") String newPass, HttpServletResponse response) {
CommonResult<String> result = acUserService.changePassword(oldPass, newPass, response);
return result.getReturnMap();
}
/**
* 更新用户信息
*
* @param acUser
* @return
*/
@RequestMapping(value = "updateUserInfo", method = RequestMethod.POST)
@ResponseBody
public Map updateUserInfo(AcUser acUser) {
CommonResult<String> result = acUserService.updateUserInfo(acUser);
return result.getReturnMap();
}
/**
* 登出
*
* @return
*/
@RequestMapping(value = "logout", method = RequestMethod.POST)
@ResponseBody
public Map logout(HttpServletRequest request, HttpServletResponse response) {
CommonResult<String> result = acUserService.logout(request, response);
return result.getReturnMap();
}
/**
* list
*
* @return
*/
@RequestMapping(value = "list", method = RequestMethod.POST)
@ResponseBody
@UserAuthPrivilege
public Map list(HttpServletRequest request) {
PageQuery pageQuery = new PageQuery(request, this.getPageSize(request));
return getService().queryByPage(pageQuery).getReturnMap();
}
/**
* 新增
*
* @return
*/
@RequestMapping(value = "add", method = RequestMethod.POST)
@ResponseBody
@UserAuthPrivilege
public Map add(LoginUserVo loginUserVo) {
CommonResult<AcUser> result = acUserService.addByAdmin(loginUserVo);
return result.getReturnMap();
}
/**
* 修改
*
* @return
*/
@RequestMapping(value = "update", method = RequestMethod.POST)
@ResponseBody
@UserAuthPrivilege
public Map update(AcUser acUser) {
acUser.setPasswordMd5(null); //不允许更新密码
CommonResult<AcUser> result = acUserService.update(acUser);
return result.getReturnMap();
}
public AcUserService getService() {
return acUserService;
}
}
|
#!/bin/bash
# Copyright 2012 Vassil Panayotov
# 2016 Cristina Espana-Bonet
# 2018 Idiap Research Institute (Author: Enno Hermann)
# Apache 2.0
. ./cmd.sh
. ./path.sh
stage=0
train=true
DYS_SPEAKERS="F01 F03 F04 M01 M02 M03 M04 M05"
CTL_SPEAKERS="FC01 FC02 FC03 MC01 MC02 MC03 MC04"
ALL_SPEAKERS="$DYS_SPEAKERS $CTL_SPEAKERS"
# Speakers to evaluate.
speakers=$ALL_SPEAKERS
# Tests to run.
tests="test_single test_multi"
# Word position dependent phones?
pos_dep_phones=false
# Different (15ms) frame shift for dysarthric speakers?
different_frame_shift=true
# Number of leaves and total gaussians
leaves=1800
gaussians=9000
nj_decode=1
. utils/parse_options.sh
set -euo pipefail
datadir=cdata
split=csplit
exp=cexp
set -x
if [ $stage -le 0 ] && [ "$train" = true ] ; then
for wav_type in array head; do
for spk in $speakers; do
(
for z in dev test; do
rm -rdf $exp/tri3_ali_$z/$wav_type/$spk
mkdir -p $exp/tri3_ali_$z/$wav_type/$spk
nj=$(cat $split/$wav_type/$spk/$z/spk2utt | wc -l)
steps/align_fmllr.sh --nj $nj --cmd "$train_cmd" \
$split/$wav_type/$spk/$z data/$spk/lang $exp/tri3/$wav_type/$spk \
$exp/tri3_ali_$z/$wav_type/$spk >& $exp/tri3_ali_$z/$wav_type/$spk/align.log
done
)&
done
done
wait;
fi |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package hermes.client;
/**
*
* @author <NAME> (d120041) <<EMAIL>>
*/
public class ClientStatus {
public static final String AlreadyLoggedIn = "alreadyin";
public static final String OutputStreamUnclosed = "outunclosed";
public static final String MSG = "msg";
public static final String UnknownRequestReceived = "unknownreq";
public static final String UnknownUser = "unknownuser";
public static final String LEAVE = "leave";
public static final String SALL = "sall";
public static final String SDISCUSS = "sdiscuss";
public static final String ServerShutDown = "shutdown";
public static final String BadMessageMaked = "badmsg";
public static final String InputStreamUnclosed = "inunclosed";
public static final String Initial = "init";
public static final String STYPING = "styping";
public static final String ReceptionFailed = "receptionfailed";
public static final String BadProtocoleSended = "badprotosnd";
public static final String BadProtocoleReceived = "badprotorcv";
public static final String BadProtocoleMaked = "badprotomkd";
public static final String JOIN = "join";
public static final String MSGToSelf = "selfmsg";
public static final String ConnexionBroken = "broken";
public static final String MessageSended = "msgsnd";
public static final String SMSG = "smsg";
public static final String Connected = "connected";
public static final String ConnexionLost = "lost";
public static final String LoggedIn = "loggedin";
public static final String Opened = "opened";
public static final String RESPONSE = "response";
public static final String LoggedOut = "loggedout";
public static final String PseudoAlreadyUsed = "pseudo already used";
public static final String RegisterComplete = "Register Complete";
}
|
#network interface on which to limit traffic
IF="eth0"
#limit of the network interface in question
LINKCEIL="1gbit"
#limit outbound Bitcoin protocol traffic to this rate
LIMIT="160kbit"
#defines the address space for which you wish to disable rate limiting
LOCALNET="192.168.0.0/16"
#delete existing rules
tc qdisc del dev ${IF} root
#add root class
tc qdisc add dev ${IF} root handle 1: htb default 10
#add parent class
tc class add dev ${IF} parent 1: classid 1:1 htb rate ${LINKCEIL} ceil ${LINKCEIL}
#add our two classes. one unlimited, another limited
tc class add dev ${IF} parent 1:1 classid 1:10 htb rate ${LINKCEIL} ceil ${LINKCEIL} prio 0
tc class add dev ${IF} parent 1:1 classid 1:11 htb rate ${LIMIT} ceil ${LIMIT} prio 1
#add handles to our classes so packets marked with <x> go into the class with "... handle <x> fw ..."
tc filter add dev ${IF} parent 1: protocol ip prio 1 handle 1 fw classid 1:10
tc filter add dev ${IF} parent 1: protocol ip prio 2 handle 2 fw classid 1:11
#delete any existing rules
#disable for now
#ret=0
#while [ $ret -eq 0 ]; do
# iptables -t mangle -D OUTPUT 1
# ret=$?
#done
#limit outgoing traffic to and from port 2152. but not when dealing with a host on the local network
# (defined by $LOCALNET)
# --set-mark marks packages matching these criteria with the number "2"
# these packages are filtered by the tc filter with "handle 2"
# this filter sends the packages into the 1:11 class, and this class is limited to ${LIMIT}
iptables -t mangle -A OUTPUT -p tcp -m tcp --dport 2152 ! -d ${LOCALNET} -j MARK --set-mark 0x2
iptables -t mangle -A OUTPUT -p tcp -m tcp --sport 2152 ! -d ${LOCALNET} -j MARK --set-mark 0x2
|
function sort(arr) {
for (let i = 0; i < arr.length - 1; i++) {
let minIndex = i;
for (let j = i + 1; j < arr.length; j++) {
if (arr[j] < arr[minIndex]) {
minIndex = j;
}
}
let temp = arr[minIndex];
arr[minIndex] = arr[i];
arr[i] = temp;
}
return arr;
}
let sortedArr = sort(arr);
console.log(sortedArr); // [1, 2, 3, 7, 9] |
def closest_prime(n):
if is_prime(n):
return n
#check if n+1 is prime
if is_prime(n+1):
return n+1
#check if n-1 is prime
elif is_prime(n-1):
return n-1
else:
#check if n+2 is prime
if is_prime(n+2):
return n+2
#check if n-2 is prime
elif is_prime(n-2):
return n-2
#if nothing works, keep incrementing n by 2
else:
while True:
if is_prime(n+2):
return n+2
n += 2
def is_prime(n):
#check if n is divisible by any number between 2 and n
for i in range(2, n):
if n % i == 0:
return False
return True |
<reponame>guozefei/xueba<gh_stars>1-10
var schoolList = [{
"id": 1,
"school": [{
"id": 1001,
"name": "\u6e05\u534e\u5927\u5b66"
},
{
"id": 1002,
"name": "\u5317\u4eac\u5927\u5b66"
},
{
"id": 1003,
"name": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66"
},
{
"id": 1004,
"name": "\u5317\u4eac\u822a\u7a7a\u822a\u5929\u5927\u5b66"
},
{
"id": 1005,
"name": "\u5317\u4eac\u90ae\u7535\u5927\u5b66"
},
{
"id": 1006,
"name": "\u5317\u4eac\u5e08\u8303\u5927\u5b66"
},
{
"id": 1007,
"name": "\u4e2d\u56fd\u4f20\u5a92\u5927\u5b66"
},
{
"id": 1008,
"name": "\u5317\u4eac\u8bed\u8a00\u5927\u5b66"
},
{
"id": 1009,
"name": "\u5317\u4eac\u79d1\u6280\u5927\u5b66"
},
{
"id": 1010,
"name": "\u4e2d\u56fd\u519c\u4e1a\u5927\u5b66"
},
{
"id": 1011,
"name": "\u5317\u4eac\u7406\u5de5\u5927\u5b66"
},
{
"id": 1012,
"name": "\u5317\u4eac\u6797\u4e1a\u5927\u5b66"
},
{
"id": 1013,
"name": "\u5317\u4eac\u4ea4\u901a\u5927\u5b66"
},
{
"id": 1014,
"name": "\u4e2d\u56fd\u77ff\u4e1a\u5927\u5b66\uff08\u5317\u4eac\uff09"
},
{
"id": 1015,
"name": "\u5317\u4eac\u4fe1\u606f\u79d1\u6280\u5927\u5b66"
},
{
"id": 1016,
"name": "\u5317\u4eac\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 1017,
"name": "\u5317\u4eac\u5316\u5de5\u5927\u5b66"
},
{
"id": 1018,
"name": "\u4e2d\u56fd\u653f\u6cd5\u5927\u5b66"
},
{
"id": 1019,
"name": "\u5bf9\u5916\u7ecf\u8d38\u5927\u5b66"
},
{
"id": 1020,
"name": "\u4e2d\u592e\u6c11\u65cf\u5927\u5b66"
},
{
"id": 1021,
"name": "\u4e2d\u56fd\u5730\u8d28\u5927\u5b66\uff08\u5317\u4eac\uff09"
},
{
"id": 1022,
"name": "\u4e2d\u79d1\u9662"
},
{
"id": 1023,
"name": "\u5317\u4eac\u4e2d\u533b\u836f\u5927\u5b66"
},
{
"id": 1024,
"name": "\u9996\u90fd\u7ecf\u6d4e\u8d38\u6613\u5927\u5b66"
},
{
"id": 1025,
"name": "\u4e2d\u592e\u8d22\u7ecf\u5927\u5b66"
},
{
"id": 1026,
"name": "\u5317\u65b9\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 1027,
"name": "\u4e2d\u56fd\u77f3\u6cb9\u5927\u5b66\uff08\u5317\u4eac\uff09"
},
{
"id": 1028,
"name": "\u5916\u4ea4\u5b66\u9662"
},
{
"id": 1029,
"name": "\u9996\u90fd\u5e08\u8303\u5927\u5b66"
},
{
"id": 1030,
"name": "\u4e2d\u592e\u620f\u5267\u5b66\u9662"
},
{
"id": 1031,
"name": "\u4e2d\u56fd\u9752\u5e74\u653f\u6cbb\u5b66\u9662"
},
{
"id": 1032,
"name": "\u5317\u4eac\u5916\u56fd\u8bed\u5927\u5b66"
},
{
"id": 1033,
"name": "\u534e\u5317\u7535\u529b\u5927\u5b66\uff08\u5317\u4eac\uff09"
},
{
"id": 1034,
"name": "\u4e2d\u56fd\u4eba\u6c11\u516c\u5b89\u5927\u5b66"
},
{
"id": 1035,
"name": "\u5317\u4eac\u534f\u548c\u533b\u5b66\u9662"
},
{
"id": 1036,
"name": "\u5317\u4eac\u4f53\u80b2\u5927\u5b66"
},
{
"id": 1037,
"name": "\u5317\u4eac\u5de5\u5546\u5927\u5b66"
},
{
"id": 1038,
"name": "\u5317\u4eac\u8054\u5408\u5927\u5b66"
},
{
"id": 1039,
"name": "\u9996\u90fd\u533b\u79d1\u5927\u5b66"
},
{
"id": 1040,
"name": "\u56fd\u9645\u5173\u7cfb\u5b66\u9662"
},
{
"id": 1041,
"name": "\u4e2d\u592e\u7f8e\u672f\u5b66\u9662"
},
{
"id": 1042,
"name": "\u5317\u4eac\u7535\u5b50\u79d1\u6280\u5b66\u9662"
},
{
"id": 1043,
"name": "\u4e2d\u56fd\u52b3\u52a8\u5173\u7cfb\u5b66\u9662"
},
{
"id": 1044,
"name": "\u4e2d\u534e\u5973\u5b50\u5b66\u9662"
},
{
"id": 1045,
"name": "\u5317\u4eac\u5efa\u7b51\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 1046,
"name": "\u5317\u4eac\u5370\u5237\u5b66\u9662"
},
{
"id": 1047,
"name": "\u5317\u4eac\u77f3\u6cb9\u5316\u5de5\u5b66\u9662"
},
{
"id": 1048,
"name": "\u9996\u94a2\u5de5\u5b66\u9662"
},
{
"id": 1049,
"name": "\u5317\u4eac\u519c\u5b66\u9662"
},
{
"id": 1050,
"name": "\u9996\u90fd\u4f53\u80b2\u5b66\u9662"
},
{
"id": 1051,
"name": "\u5317\u4eac\u7b2c\u4e8c\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 1052,
"name": "\u5317\u4eac\u7269\u8d44\u5b66\u9662"
},
{
"id": 1053,
"name": "\u5317\u4eac\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 1054,
"name": "\u4e2d\u592e\u97f3\u4e50\u5b66\u9662"
},
{
"id": 1055,
"name": "\u4e2d\u56fd\u620f\u66f2\u5b66\u9662"
},
{
"id": 1056,
"name": "\u5317\u4eac\u821e\u8e48\u5b66\u9662"
},
{
"id": 1057,
"name": "\u5317\u4eac\u57ce\u5e02\u5b66\u9662"
},
{
"id": 1058,
"name": "\u5317\u4eac\u7535\u5f71\u5b66\u9662"
},
{
"id": 1059,
"name": "\u5317\u4eac\u670d\u88c5\u5b66\u9662"
},
{
"id": 1060,
"name": "\u9752\u5c9b\u6559\u80b2\u5b66\u9662"
},
{
"id": 1061,
"name": "\u5317\u4eac\u4f53\u80b2\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1062,
"name": "\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u88c5\u7532\u5175\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 1067,
"name": "\u4e2d\u56fd\u77f3\u6cb9\u52d8\u63a2\u5f00\u53d1\u7814\u7a76\u9662"
},
{
"id": 1068,
"name": "\u5317\u4eac\u751f\u547d\u79d1\u5b66\u7814\u7a76\u6240"
},
{
"id": 1069,
"name": "\u4e2d\u56fd\u7535\u5f71\u8d44\u6599\u9986"
},
{
"id": 1070,
"name": "\u5317\u4eac\u5de5\u5546\u5927\u5b66\u5609\u534e\u5b66\u9662"
},
{
"id": 1071,
"name": "\u9996\u90fd\u5e08\u8303\u5927\u5b66\u79d1\u5fb7\u5b66\u9662"
},
{
"id": 1072,
"name": "\u5317\u4eac\u5de5\u4e1a\u5927\u5b66\u803f\u4e39\u5b66\u9662"
},
{
"id": 1073,
"name": "\u5317\u4eac\u5316\u5de5\u5927\u5b66\u5317\u65b9\u5b66\u9662"
},
{
"id": 1074,
"name": "\u5317\u4eac\u8054\u5408\u5927\u5b66\u5e7f\u544a\u5b66\u9662"
},
{
"id": 1075,
"name": "\u5317\u4eac\u90ae\u7535\u5927\u5b66\u4e16\u7eaa\u5b66\u9662"
},
{
"id": 1076,
"name": "\u5317\u4eac\u56fd\u9645\u5546\u52a1\u5b66\u9662"
},
{
"id": 1101,
"name": "\u5317\u4eac\u5927\u5b66\u533b\u5b66\u90e8"
},
{
"id": 1102,
"name": "\u5317\u4eac\u653f\u6cd5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1103,
"name": "\u5317\u4eac\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 1104,
"name": "\u5317\u4eac\u73b0\u4ee3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 1105,
"name": "\u5317\u4eac\u73b0\u4ee3\u97f3\u4e50\u7814\u4fee\u5b66\u9662"
},
{
"id": 1106,
"name": "\u5317\u4eac\u620f\u66f2\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1107,
"name": "\u5317\u4eac\u9521\u534e\u56fd\u9645\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1108,
"name": "\u5317\u4eac\u76db\u57fa\u827a\u672f\u5b66\u6821"
},
{
"id": 1109,
"name": "\u5317\u4eac\u57f9\u9ece\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1110,
"name": "\u5317\u4eac\u519c\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1111,
"name": "\u5317\u4eac\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1112,
"name": "\u5317\u4eac\u79d1\u6280\u7ecf\u8425\u7ba1\u7406\u5b66\u9662"
},
{
"id": 1113,
"name": "\u5317\u4eac\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1114,
"name": "\u5317\u4eac\u7ecf\u6d4e\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1115,
"name": "\u5317\u4eac\u4eac\u5317\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 1116,
"name": "\u5317\u4eac\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 1117,
"name": "\u5317\u4eac\u5409\u5229\u5927\u5b66"
},
{
"id": 1118,
"name": "\u5317\u4eac\u6c47\u4f73\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1119,
"name": "\u5317\u4eac\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 1120,
"name": "\u5317\u4eac\u5de5\u5546\u7ba1\u7406\u4e13\u4fee\u5b66\u9662"
},
{
"id": 1121,
"name": "\u5317\u4eac\u7535\u5b50\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1122,
"name": "\u5317\u4eac\u8d22\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1123,
"name": "\u5317\u4eac\u5317\u5927\u65b9\u6b63\u8f6f\u4ef6\u6280\u672f\u5b66\u9662"
},
{
"id": 1124,
"name": "\u5317\u5927\u8d44\u6e90\u7f8e\u672f\u5b66\u9662"
},
{
"id": 1125,
"name": "\u5317\u4eac\u4eba\u6587\u5927\u5b66"
},
{
"id": 1126,
"name": "\u5317\u4eac\u9ad8\u7b49\u79d8\u4e66\u5b66\u9662"
},
{
"id": 1127,
"name": "\u5317\u4eac\u5e94\u7528\u6280\u672f\u5927\u5b66"
},
{
"id": 1128,
"name": "\u4e2d\u56fd\u9632\u536b\u79d1\u6280\u5b66\u9662"
},
{
"id": 1129,
"name": "\u4e2d\u56fd\u97f3\u4e50\u5b66\u9662"
},
{
"id": 1130,
"name": "\u4e2d\u56fd\u4fe1\u606f\u5927\u5b66"
},
{
"id": 1131,
"name": "\u5317\u4eac\u9752\u5e74\u653f\u6cbb\u5b66\u9662"
},
{
"id": 1132,
"name": "\u5317\u4eac\u8d22\u7ecf\u4e13\u4fee\u5b66\u9662"
},
{
"id": 1133,
"name": "\u5317\u4eac\u7ecf\u6d4e\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1134,
"name": "\u5317\u4eac\u7f8e\u56fd\u82f1\u8bed\u8bed\u8a00\u5b66\u9662"
},
{
"id": 1135,
"name": "\u4e2d\u56fd\u7ba1\u7406\u8f6f\u4ef6\u5b66\u9662"
},
{
"id": 1136,
"name": "\u8d22\u653f\u90e8\u8d22\u653f\u79d1\u5b66\u7814\u7a76\u6240"
},
{
"id": 1137,
"name": "\u5317\u5927\u8d44\u6e90\u5b66\u9662"
},
{
"id": 1138,
"name": "\u73b0\u4ee3\u7ba1\u7406\u5927\u5b66"
},
{
"id": 1139,
"name": "\u5317\u4eac\u6c11\u65cf\u5927\u5b66"
},
{
"id": 1140,
"name": "\u5317\u4eac\u5e02\u52b3\u52a8\u4fdd\u969c\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1141,
"name": "\u5317\u4eac\u5e02\u5efa\u8bbe\u804c\u5de5\u5927\u5b66"
},
{
"id": 1142,
"name": "\u5317\u4eac\u5e02\u623f\u5730\u4ea7\u804c\u5de5\u5927\u5b66"
},
{
"id": 1143,
"name": "\u5317\u4eac\u5e02\u6c7d\u8f66\u5de5\u4e1a\u603b\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 1144,
"name": "\u5317\u4eac\u5e02\u897f\u57ce\u7ecf\u6d4e\u79d1\u5b66\u5927\u5b66"
},
{
"id": 1145,
"name": "\u5317\u4eac\u5e02\u4e30\u53f0\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 1146,
"name": "\u5317\u4eac\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 1147,
"name": "\u5317\u4eac\u6559\u80b2\u5b66\u9662"
},
{
"id": 1148,
"name": "\u5317\u4eac\u5e02\u4e1c\u57ce\u533a\u804c\u5de5\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 1149,
"name": "\u5317\u4eac\u5e02\u603b\u5de5\u4f1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 1150,
"name": "\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 1151,
"name": "\u5317\u4eac\u5e02\u5d07\u6587\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 1152,
"name": "\u5317\u4eac\u5ba3\u6b66\u7ea2\u65d7\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 1153,
"name": "\u5317\u4eac\u5e02\u77f3\u666f\u5c71\u533a\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 1154,
"name": "\u5317\u4eac\u5e02\u671d\u9633\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 1155,
"name": "\u5317\u4eac\u5e02\u673a\u68b0\u5de5\u4e1a\u5c40\u804c\u5de5\u5927\u5b66"
},
{
"id": 1156,
"name": "\u5317\u4eac\u533b\u836f\u96c6\u56e2\u804c\u5de5\u5927\u5b66"
},
{
"id": 1157,
"name": "\u5317\u4eac\u52b3\u52a8\u4fdd\u969c\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1158,
"name": "\u5317\u4eac\u793e\u4f1a\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1160,
"name": "\u5317\u4eac\u6f14\u827a\u4e13\u4fee\u5b66\u9662"
},
{
"id": 1161,
"name": "\u5317\u4eac\u5174\u534e\u5927\u5b66"
},
{
"id": 1162,
"name": "\u5317\u4eac\u65b0\u56ed\u660e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1163,
"name": "\u4e2d\u592e\u515a\u6821\u7814\u7a76\u751f\u9662"
},
{
"id": 1164,
"name": "\u4e2d\u56fd\u793e\u79d1\u9662"
},
{
"id": 1165,
"name": "\u5317\u4eac\u65c5\u6e38\u4e13\u4fee\u5b66\u9662"
},
{
"id": 1166,
"name": "\u4e1c\u65b9\u6587\u5316\u827a\u672f\u5b66\u9662"
},
{
"id": 1167,
"name": "\u9996\u90fd\u8054\u5408\u804c\u5de5\u5927\u5b66"
},
{
"id": 1168,
"name": "\u4e2d\u56fd\u519c\u4e1a\u79d1\u5b66\u9662"
},
{
"id": 1169,
"name": "\u5317\u4eac\u5f71\u89c6\u7814\u4fee\u5b66\u9662"
},
{
"id": 1170,
"name": "\u56fd\u5bb6\u6cd5\u5b98\u5b66\u9662"
},
{
"id": 1171,
"name": "\u5317\u4eac\u5efa\u8bbe\u5927\u5b66"
},
{
"id": 1172,
"name": "\u5317\u4eac\u91d1\u878d\u5b66\u9662"
},
{
"id": 1173,
"name": "\u5317\u4eac\u9ec4\u57d4\u5927\u5b66"
},
{
"id": 1174,
"name": "\u4e2d\u745e\u9152\u5e97\u7ba1\u7406\u5b66\u9662"
},
{
"id": 1175,
"name": "\u4e2d\u56fd\u5efa\u7b51\u8bbe\u8ba1\u7814\u7a76\u9662"
},
{
"id": 1176,
"name": "\u5317\u4eac\u6587\u7406\u7814\u4fee\u5b66\u9662"
},
{
"id": 1177,
"name": "\u5317\u4eac\u5f53\u4ee3\u827a\u672f\u5b66\u9662"
},
{
"id": 1178,
"name": "\u5317\u4eac\u5927\u5b66\u56fd\u9645\u6cd5\u5b66\u9662"
},
{
"id": 1179,
"name": "\u5317\u4eac\u4ea4\u901a\u8fd0\u8f93\u804c\u4e1a\u5b66\u9662"
},
{
"id": 1180,
"name": "\u4e2d\u56fd\u827a\u672f\u7814\u7a76\u9662"
},
{
"id": 1181,
"name": "\u5317\u4eac\u5de5\u4e1a\u5927\u5b66\u901a\u5dde\u5206\u6821"
},
{
"id": 1182,
"name": "\u5317\u4eac\u516b\u7ef4\u7814\u4fee\u5b66\u9662"
},
{
"id": 1998,
"name": "\u7f51\u7edc\u9500\u552e\u5927\u5b66"
},
{
"id": 1999,
"name": "\u671d\u9633\u4e8c\u5916"
},
{
"id": 2000,
"name": "\u4e2d\u5317\u56fd\u9645\u6f14\u827a\u5b66\u6821"
}],
"name": "\u5317\u4eac"
},
{
"id": 2,
"school": [{
"id": 2001,
"name": "\u590d\u65e6\u5927\u5b66"
},
{
"id": 2002,
"name": "\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66"
},
{
"id": 2003,
"name": "\u540c\u6d4e\u5927\u5b66"
},
{
"id": 2004,
"name": "\u534e\u4e1c\u5e08\u5927"
},
{
"id": 2005,
"name": "\u4e0a\u6d77\u8d22\u7ecf"
},
{
"id": 2006,
"name": "\u534e\u4e1c\u7406\u5de5"
},
{
"id": 2007,
"name": "\u4e0a\u6d77\u5546\u5b66\u9662"
},
{
"id": 2008,
"name": "\u4e1c\u534e\u5927\u5b66"
},
{
"id": 2009,
"name": "\u4e0a\u6d77\u7406\u5de5"
},
{
"id": 2010,
"name": "\u4e0a\u6d77\u5927\u5b66"
},
{
"id": 2011,
"name": "\u4e0a\u6d77\u5916\u56fd\u8bed\u5927\u5b66"
},
{
"id": 2012,
"name": "\u4e0a\u6d77\u6d77\u4e8b"
},
{
"id": 2013,
"name": "\u4e0a\u6d77\u5de5\u7a0b"
},
{
"id": 2014,
"name": "\u4e0a\u6d77\u6d77\u6d0b\u5927\u5b66"
},
{
"id": 2015,
"name": "\u4e0a\u6d77\u4e2d\u533b\u836f"
},
{
"id": 2016,
"name": "\u4e0a\u6d77\u5e08\u5927"
},
{
"id": 2017,
"name": "\u5efa\u6865\u5b66\u9662"
},
{
"id": 2018,
"name": "\u4e0a\u6d77\u653f\u6cd5"
},
{
"id": 2019,
"name": "\u4e0a\u6d77\u7535\u673a"
},
{
"id": 2020,
"name": "\u4e0a\u6d77\u4e8c\u5de5\u5927"
},
{
"id": 2021,
"name": "\u4e0a\u6d77\u5e94\u7528\u6280\u672f\u5b66\u9662"
},
{
"id": 2022,
"name": "\u4e0a\u6d77\u7535\u529b"
},
{
"id": 2023,
"name": "\u4e0a\u6d77\u5916\u8d38"
},
{
"id": 2024,
"name": "\u4e0a\u6d77\u91d1\u878d"
},
{
"id": 2025,
"name": "\u4e0a\u6d77\u7acb\u4fe1\u4f1a\u8ba1\u5b66\u9662"
},
{
"id": 2026,
"name": "\u4e0a\u6d77\u4f53\u9662"
},
{
"id": 2027,
"name": "\u4e0a\u6d77\u97f3\u4e50\u5b66\u9662"
},
{
"id": 2028,
"name": "\u4e0a\u6d77\u620f\u5267\u5b66\u9662"
},
{
"id": 2029,
"name": "\u6749\u8fbe\u5b66\u9662"
},
{
"id": 2030,
"name": "\u534e\u4e1c\u653f\u6cd5\u5927\u5b66"
},
{
"id": 2031,
"name": "\u4e0a\u6d77\u5e08\u8303\u5927\u5b66\u9752\u5e74\u5b66\u9662\u00a0"
},
{
"id": 2035,
"name": "\u4e0a\u5916\u8d24\u8fbe\u7ecf\u6d4e\u4eba\u6587\u5b66\u9662"
},
{
"id": 2036,
"name": "\u540c\u6d4e\u5927\u5b66\u540c\u79d1\u5b66\u9662"
},
{
"id": 2037,
"name": "\u4e0a\u6d77\u5e08\u8303\u5927\u5b66\u5929\u534e\u5b66\u9662"
},
{
"id": 2038,
"name": "\u4e0a\u6d77\u4e1c\u65b9\u6587\u5316\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2039,
"name": "\u4e0a\u6d77\u5de5\u5546\u5b66\u9662"
},
{
"id": 2102,
"name": "\u590d\u65e6\u5927\u5b66\u4e0a\u6d77\u89c6\u89c9\u827a\u672f\u5b66\u9662"
},
{
"id": 2103,
"name": "\u590d\u65e6\u5927\u5b66\u4e0a\u6d77\u533b\u5b66\u9662"
},
{
"id": 2104,
"name": "\u590d\u65e6\u5927\u5b66\u592a\u5e73\u6d0b\u91d1\u878d\u5b66\u9662"
},
{
"id": 2105,
"name": "\u4e0a\u6d77\u90a6\u5fb7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2106,
"name": "\u4e0a\u6d77\u8bda\u4fe1\u5b66\u9662"
},
{
"id": 2107,
"name": "\u4e0a\u6d77\u57ce\u5e02\u7ba1\u7406\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2108,
"name": "\u4e0a\u6d77\u51fa\u7248\u5370\u5237\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 2109,
"name": "\u4e0a\u6d77\u7535\u5f71\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2110,
"name": "\u4e0a\u6d77\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2111,
"name": "\u4e0a\u6d77\u4e1c\u6d77\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2112,
"name": "\u4e0a\u6d77\u5de5\u4f1a\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2113,
"name": "\u4e0a\u6d77\u5de5\u5546\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 2115,
"name": "\u4e0a\u6d77\u5de5\u827a\u7f8e\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2116,
"name": "\u4e0a\u6d77\u516c\u5b89\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 2117,
"name": "\u4e0a\u6d77\u6d77\u5173\u5b66\u9662"
},
{
"id": 2118,
"name": "\u4e0a\u6d77\u6d77\u4e8b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2119,
"name": "\u4e0a\u6d77\u6d4e\u5149\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2120,
"name": "\u4e0a\u6d77\u5efa\u5cf0\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2121,
"name": "\u4e0a\u6d77\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2122,
"name": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2123,
"name": "\u4e0a\u6d77\u7acb\u8fbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2124,
"name": "\u4e0a\u6d77\u65c5\u6e38\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 2125,
"name": "\u4e0a\u6d77\u6c11\u8fdc\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2126,
"name": "\u4e0a\u6d77\u519c\u6797\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2127,
"name": "\u4e0a\u6d77\u6b27\u534e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2128,
"name": "\u4e0a\u6d77\u601d\u535a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2129,
"name": "\u4e0a\u6d77\u6258\u666e\u4fe1\u606f\u6280\u672f\u5b66\u9662"
},
{
"id": 2130,
"name": "\u4e0a\u6d77\u65b0\u4fa8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2131,
"name": "\u4e0a\u6d77\u884c\u5065\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2132,
"name": "\u4e0a\u6d77\u533b\u7597\u5668\u68b0\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 2133,
"name": "\u4e0a\u6d77\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 2135,
"name": "\u4e0a\u6d77\u9707\u65e6\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2136,
"name": "\u4e0a\u6d77\u4e2d\u534e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2137,
"name": "\u4e0a\u6d77\u4e2d\u4fa8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2138,
"name": "\u4e0a\u6d77\u7eba\u7ec7\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 2139,
"name": "\u4e0a\u6d77\u4f53\u80b2\u804c\u4e1a\u5b66\u9662"
},
{
"id": 2140,
"name": "\u4e0a\u6d77\u533b\u836f\u804c\u5de5\u5927\u5b66"
},
{
"id": 2141,
"name": "\u4e0a\u6d77\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 2142,
"name": "\u4e0a\u6d77\u804c\u5de5\u533b\u5b66\u9662"
},
{
"id": 2143,
"name": "\u4e0a\u6d77\u804c\u5de5\u4f53\u80b2\u8fd0\u52a8\u6280\u672f\u5b66\u9662"
},
{
"id": 2145,
"name": "\u534e\u4e1c\u7406\u5de5\u5927\u5b66\u7f51\u7edc\u6559\u80b2\u5b66\u9662"
},
{
"id": 2146,
"name": "\u4e0a\u6d77\u5e02\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 2147,
"name": "\u4e0a\u6d77\u793e\u4f1a\u79d1\u5b66\u9662"
},
{
"id": 2148,
"name": "\u4e0a\u6d77\u5927\u5b66\u827a\u672f\u7814\u7a76\u9662"
},
{
"id": 2149,
"name": "\u4e2d\u56fd\u79d1\u5b66\u9662\u4e0a\u6d77\u751f\u547d\u79d1\u5b66\u7814\u7a76\u9662"
},
{
"id": 2155,
"name": "\u4e0a\u6d77\u751f\u7269\u5236\u54c1\u7814\u7a76\u6240"
},
{
"id": 2160,
"name": "\u4e0a\u6d77\u884c\u653f\u5b66\u9662"
},
{
"id": 2162,
"name": "\u4e0a\u6d77\u79d1\u6280\u5b66\u9662"
},
{
"id": 2164,
"name": "\u62c9\u8428\u5c14\u56fd\u9645\u8bbe\u8ba1\u5b66\u9662"
},
{
"id": 2167,
"name": "\u4e0a\u6d77\u9752\u5e74\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 2168,
"name": "\u4e0a\u6d77\u9e3f\u6587\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 2169,
"name": "\u4e0a\u6d77\u5927\u5b66\u5df4\u58eb\u6c7d\u8f66\u5b66\u9662"
}],
"name": "\u4e0a\u6d77"
},
{
"id": 3,
"school": [{
"id": 3001,
"name": "\u54c8\u5c14\u6ee8\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 3002,
"name": "\u54c8\u5de5\u7a0b"
},
{
"id": 3003,
"name": "\u4e1c\u5317\u6797\u5927"
},
{
"id": 3004,
"name": "\u4e1c\u5317\u519c\u4e1a\u5927\u5b66"
},
{
"id": 3005,
"name": "\u54c8\u5c14\u6ee8\u533b\u79d1\u5927\u5b66"
},
{
"id": 3006,
"name": "\u9ed1\u9f99\u6c5f\u4e2d\u533b\u836f"
},
{
"id": 3007,
"name": "\u9ed1\u5de5\u7a0b"
},
{
"id": 3008,
"name": "\u9ed1\u9f99\u6c5f\u79d1\u6280\u5927\u5b66"
},
{
"id": 3009,
"name": "\u54c8\u5c14\u6ee8\u5b66\u9662"
},
{
"id": 3010,
"name": "\u54c8\u5c14\u6ee8\u4f53\u9662"
},
{
"id": 3011,
"name": "\u4e1c\u65b9\u5b66\u9662"
},
{
"id": 3012,
"name": "\u9ed1\u9f99\u6c5f\u5927\u5b66"
},
{
"id": 3013,
"name": "\u54c8\u5c14\u6ee8\u5546\u4e1a\u5927\u5b66"
},
{
"id": 3014,
"name": "\u54c8\u5e08\u5927"
},
{
"id": 3015,
"name": "\u54c8\u5c14\u6ee8\u7406\u5de5\u5927\u5b66"
},
{
"id": 3016,
"name": "\u9ed1\u9f99\u6c5f\u6280\u5e08\u5b66\u9662"
},
{
"id": 3017,
"name": "\u9ed1\u9f99\u6c5f\u7701\u62a4\u7406\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 3051,
"name": "\u4f73\u6728\u65af\u5927\u5b66"
},
{
"id": 3101,
"name": "\u9f50\u9f50\u54c8\u5c14\u5927\u5b66"
},
{
"id": 3102,
"name": "\u9f50\u9f50\u54c8\u5c14\u533b\u5b66\u9662"
},
{
"id": 3151,
"name": "\u9ed1\u9f99\u6c5f\u516b\u4e00\u519c\u57a6\u5927\u5b66"
},
{
"id": 3152,
"name": "\u4e1c\u5317\u77f3\u6cb9\u5927\u5b66"
},
{
"id": 3153,
"name": "\u5927\u5e86\u5e08\u8303\u5b66\u9662"
},
{
"id": 3201,
"name": "\u7261\u4e39\u6c5f\u533b\u5b66\u9662"
},
{
"id": 3202,
"name": "\u7261\u4e39\u6c5f\u5e08\u8303"
},
{
"id": 3251,
"name": "\u7ee5\u5316\u5b66\u9662"
},
{
"id": 3301,
"name": "\u9ed1\u6cb3\u5b66\u9662"
},
{
"id": 3401,
"name": "\u5927\u5e86\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 3402,
"name": "\u5927\u5e86\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3403,
"name": "\u5927\u5174\u5b89\u5cad\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3404,
"name": "\u54c8\u5c14\u6ee8\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3405,
"name": "\u54c8\u5c14\u6ee8\u534e\u590f\u8ba1\u7b97\u673a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3406,
"name": "\u54c8\u5c14\u6ee8\u91d1\u878d\u5b66\u9662"
},
{
"id": 3407,
"name": "\u54c8\u5c14\u6ee8\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3408,
"name": "\u54c8\u5c14\u6ee8\u73b0\u4ee3\u516c\u5171\u5173\u7cfb\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3409,
"name": "\u54c8\u5c14\u6ee8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3410,
"name": "\u9e64\u5c97\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 3411,
"name": "\u9ed1\u9f99\u6c5f\u5317\u5f00\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3412,
"name": "\u9ed1\u9f99\u6c5f\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3414,
"name": "\u9ed1\u9f99\u6c5f\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3415,
"name": "\u9ed1\u9f99\u6c5f\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3416,
"name": "\u9ed1\u9f99\u6c5f\u65c5\u6e38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3417,
"name": "\u9ed1\u9f99\u6c5f\u7164\u70ad\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3418,
"name": "\u9ed1\u9f99\u6c5f\u6c11\u65cf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3419,
"name": "\u9ed1\u9f99\u6c5f\u519c\u57a6\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3420,
"name": "\u9ed1\u9f99\u6c5f\u519c\u57a6\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3421,
"name": "\u9ed1\u9f99\u6c5f\u519c\u57a6\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3422,
"name": "\u9ed1\u9f99\u6c5f\u519c\u4e1a\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3423,
"name": "\u9ed1\u9f99\u6c5f\u519c\u4e1a\u7ecf\u6d4e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3424,
"name": "\u9ed1\u9f99\u6c5f\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3425,
"name": "\u9ed1\u9f99\u6c5f\u4e09\u6c5f\u7f8e\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3426,
"name": "\u9ed1\u9f99\u6c5f\u5546\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3427,
"name": "\u9ed1\u9f99\u6c5f\u751f\u6001\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3428,
"name": "\u9ed1\u9f99\u6c5f\u751f\u7269\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3429,
"name": "\u9ed1\u9f99\u6c5f\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3430,
"name": "\u9ed1\u9f99\u6c5f\u4fe1\u606f\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3431,
"name": "\u9ed1\u9f99\u6c5f\u755c\u7267\u517d\u533b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3432,
"name": "\u9ed1\u9f99\u6c5f\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3433,
"name": "\u9e21\u897f\u5927\u5b66"
},
{
"id": 3434,
"name": "\u7261\u4e39\u6c5f\u5927\u5b66"
},
{
"id": 3435,
"name": "\u4e03\u53f0\u6cb3\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3436,
"name": "\u9f50\u9f50\u54c8\u5c14\u9ad8\u7b49\u5e08\u8303\u4e13\u79d1\u5b66\u6821"
},
{
"id": 3437,
"name": "\u9f50\u9f50\u54c8\u5c14\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 3438,
"name": "\u4f0a\u6625\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3439,
"name": "\u54c8\u5c14\u6ee8\u5e08\u8303\u5927\u5b66\u963f\u57ce\u5b66\u9662"
},
{
"id": 3441,
"name": "\u9ed1\u9f99\u6c5f\u7701\u653f\u6cd5\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 3442,
"name": "\u9ed1\u9f99\u6c5f\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3443,
"name": "\u54c8\u5c14\u6ee8\u5e94\u7528\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 3501,
"name": "\u9ed1\u9f99\u6c5f\u7701\u6559\u80b2\u5b66\u9662"
},
{
"id": 3502,
"name": "\u54c8\u5c14\u6ee8\u7406\u5de5\u5927\u5b66\u8fdc\u4e1c\u5b66\u9662"
},
{
"id": 3503,
"name": "\u54c8\u5c14\u6ee8\u5e08\u8303\u5927\u5b66\u547c\u5170\u5b66\u9662"
},
{
"id": 3516,
"name": "\u9ed1\u9f99\u6c5f\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 3517,
"name": "\u54c8\u5c14\u6ee8\u5546\u4e1a\u5927\u5b66\u5fb7\u5f3a\u5546\u52a1\u5b66\u9662"
},
{
"id": 3518,
"name": "\u4e1c\u5317\u77f3\u6cb9\u5927\u5b66\u534e\u745e\u5b66\u9662"
},
{
"id": 3519,
"name": "\u4e1c\u5317\u519c\u4e1a\u5927\u5b66\u6210\u680b\u5b66\u9662"
},
{
"id": 3521,
"name": "\u9ed1\u9f99\u6c5f\u5927\u5b66\u5251\u6865\u5b66\u9662"
},
{
"id": 3522,
"name": "\u54c8\u5c14\u6ee8\u5546\u4e1a\u5927\u5b66\u5e7f\u53a6\u5b66\u9662"
},
{
"id": 3523,
"name": "\u54c8\u5c14\u6ee8\u5de5\u4e1a\u5927\u5b66\u534e\u5fb7\u5e94\u7528\u6280\u672f\u5b66\u9662"
},
{
"id": 3525,
"name": "\u54c8\u5c14\u6ee8\u5e02\u804c\u5de5\u533b\u5b66\u9662"
},
{
"id": 3527,
"name": "\u4f73\u6728\u65af\u6559\u80b2\u5b66\u9662"
},
{
"id": 3529,
"name": "\u9ed1\u9f99\u6c5f\u5e7c\u513f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 3530,
"name": "\u54c8\u5c14\u6ee8\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 3533,
"name": "\u54c8\u5c14\u6ee8\u79d1\u5b66\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3534,
"name": "\u9ed1\u9f99\u6c5f\u7cae\u98df\u804c\u4e1a\u5b66\u9662\u3000\u3000"
},
{
"id": 3535,
"name": "\u4f73\u6728\u65af\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3536,
"name": "\u9ed1\u9f99\u6c5f\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 3537,
"name": "\u54c8\u5c14\u6ee8\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 3538,
"name": "\u9ed1\u9f99\u6c5f\u5927\u9e4f\u4f20\u5a92\u5b66\u9662"
},
{
"id": 3539,
"name": "\u9e21\u897f\u5e02\u5317\u65b9\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 3540,
"name": "\u7261\u4e39\u6c5f\u5e02\u7cbe\u82f1\u8ba1\u7b97\u673a\u5b66\u9662"
},
{
"id": 3542,
"name": "\u9ed1\u9f99\u6c5f\u4e2d\u533b\u836f\u5927\u5b66"
},
{
"id": 3543,
"name": "\u9f50\u9f50\u54c8\u5c14\u6797\u4e1a\u5b66\u6821"
},
{
"id": 3544,
"name": "\u9f50\u9f50\u54c8\u5c14\u6797\u4e1a\u5b66\u9662"
},
{
"id": 3545,
"name": "\u9ed1\u9f99\u6c5f\u751f\u6001\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3546,
"name": "\u54c8\u5c14\u6ee8\u9633\u5149\u8ba1\u7b97\u673a\u4e13\u4fee\u5b66\u6821"
},
{
"id": 3547,
"name": "\u9f50\u9f50\u54c8\u5c14\u5e02\u536b\u751f\u5b66\u6821"
},
{
"id": 3548,
"name": "\u4f1f\u5efa\u5de5\u5b66\u9662"
},
{
"id": 3549,
"name": "\u8bda\u5b9e\u5916\u8bed\u5b66\u9662\uff08\u8087\u5e86\u5206\u9662\uff09"
},
{
"id": 3550,
"name": "\u9ed1\u9f99\u6c5f\u7701\u755c\u7267\u804c\u4e1a\u5b66\u9662"
},
{
"id": 3551,
"name": "\u54c8\u5c14\u6ee8\u5fb7\u5f3a\u5546\u52a1\u5b66\u9662"
},
{
"id": 3552,
"name": "\u9ed1\u9f99\u6c5f\u73b0\u4ee3\u827a\u672f\u5b66\u9662"
},
{
"id": 3553,
"name": "\u9ed1\u9f99\u6c5f\u7701\u5bf9\u5916\u8d38\u6613\u5b66\u6821"
},
{
"id": 3554,
"name": "\u54c8\u5c14\u6ee8\u5e02\u5e7c\u513f\u5e08\u8303\u5b66\u6821"
},
{
"id": 3555,
"name": "\u9ed1\u9f99\u6c5f\u7701\u793e\u4f1a\u79d1\u5b66\u9662\u7814\u7a76\u751f\u90e8"
}],
"name": "\u9ed1\u9f99\u6c5f"
},
{
"id": 4,
"school": [{
"id": 4001,
"name": "\u5409\u6797\u5927\u5b66"
},
{
"id": 4002,
"name": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66"
},
{
"id": 4003,
"name": "\u957f\u6625\u5927\u5b66"
},
{
"id": 4004,
"name": "\u5409\u6797\u519c\u5927"
},
{
"id": 4005,
"name": "\u957f\u6625\u4e2d\u533b\u836f"
},
{
"id": 4006,
"name": "\u4e1c\u5317\u7535\u529b\u5927\u5b66"
},
{
"id": 4007,
"name": "\u5409\u6797\u5316\u5de5"
},
{
"id": 4008,
"name": "\u5409\u6797\u5efa\u5de5"
},
{
"id": 4009,
"name": "\u957f\u6625\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 4010,
"name": "\u957f\u6625\u5e08\u8303\u5b66\u9662"
},
{
"id": 4011,
"name": "\u5409\u6797\u5de5\u7a0b\u5e08\u8303"
},
{
"id": 4012,
"name": "\u5409\u6797\u534e\u6865\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 4013,
"name": "\u5409\u6797\u8d22\u7ecf\u5927\u5b66"
},
{
"id": 4014,
"name": "\u5409\u6797\u4f53\u9662"
},
{
"id": 4015,
"name": "\u5409\u6797\u827a\u672f\u5b66\u9662"
},
{
"id": 4016,
"name": "\u957f\u6625\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 4017,
"name": "\u957f\u6625\u7406\u5de5\u5927\u5b66"
},
{
"id": 4018,
"name": "\u5409\u6797\u4fc4\u8bed\u5b66\u9662"
},
{
"id": 4051,
"name": "\u5ef6\u8fb9\u5927\u5b66"
},
{
"id": 4101,
"name": "\u5317\u534e\u5927\u5b66"
},
{
"id": 4102,
"name": "\u5409\u6797\u519c\u4e1a\u79d1\u6280\u5b66\u9662"
},
{
"id": 4103,
"name": "\u5409\u6797\u533b\u836f\u5b66\u9662"
},
{
"id": 4151,
"name": "\u5409\u6797\u5e08\u8303"
},
{
"id": 4201,
"name": "\u767d\u57ce\u5e08\u8303\u5b66\u9662"
},
{
"id": 4251,
"name": "\u901a\u5316\u5e08\u8303"
},
{
"id": 4301,
"name": "\u767d\u57ce\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 4302,
"name": "\u957f\u6625\u4e1c\u65b9\u804c\u4e1a\u5b66\u9662"
},
{
"id": 4303,
"name": "\u957f\u6625\u91d1\u878d\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 4304,
"name": "\u957f\u6625\u6c7d\u8f66\u5de5\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 4305,
"name": "\u957f\u6625\u4fe1\u606f\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 4306,
"name": "\u957f\u6625\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 4307,
"name": "\u957f\u6625\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4308,
"name": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u4eba\u6587\u5b66\u9662"
},
{
"id": 4309,
"name": "\u5409\u6797\u5de5\u5546\u5b66\u9662\u2014\u8d22\u7ecf\u6821\u533a"
},
{
"id": 4310,
"name": "\u5409\u6797\u5927\u5b66\u2014\u83b1\u59c6\u987f\u5b66\u9662"
},
{
"id": 4311,
"name": "\u5409\u6797\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4312,
"name": "\u5409\u6797\u5bf9\u5916\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 4313,
"name": "\u5409\u6797\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4315,
"name": "\u5409\u6797\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4316,
"name": "\u5409\u6797\u5de5\u5546\u5b66\u9662\u2014\u5de5\u7a0b\u6821\u533a"
},
{
"id": 4317,
"name": "\u5409\u6797\u519c\u4e1a\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4318,
"name": "\u5409\u6797\u5de5\u5546\u5b66\u9662\u2014\u5546\u8d38\u6821\u533a"
},
{
"id": 4319,
"name": "\u5409\u6797\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 4320,
"name": "\u8fbd\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4321,
"name": "\u56db\u5e73\u804c\u4e1a\u5927\u5b66"
},
{
"id": 4322,
"name": "\u677e\u539f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4323,
"name": "\u5409\u6797\u7701\u6559\u80b2\u5b66\u9662"
},
{
"id": 4324,
"name": "\u5409\u6797\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 4325,
"name": "\u957f\u6625\u5927\u5b66\u5149\u534e\u5b66\u9662"
},
{
"id": 4326,
"name": "\u957f\u6625\u5927\u5b66\u65c5\u6e38\u5b66\u9662"
},
{
"id": 4327,
"name": "\u957f\u6625\u5de5\u4e1a\u5927\u5b66\u4eba\u6587\u4fe1\u606f\u5b66\u9662"
},
{
"id": 4328,
"name": "\u5409\u6797\u52a8\u753b\u5b66\u9662"
},
{
"id": 4329,
"name": "\u957f\u6625\u7406\u5de5\u5927\u5b66\u5149\u7535\u4fe1\u606f\u5b66\u9662"
},
{
"id": 4331,
"name": "\u5409\u6797\u519c\u4e1a\u5927\u5b66\u53d1\u5c55\u5b66\u9662"
},
{
"id": 4332,
"name": "\u5409\u6797\u5e08\u8303\u5927\u5b66\u535a\u8fbe\u5b66\u9662"
},
{
"id": 4333,
"name": "\u5409\u6797\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4334,
"name": "\u767d\u57ce\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4335,
"name": "\u957f\u6625\u5efa\u7b51\u5b66\u9662"
},
{
"id": 4336,
"name": "\u5409\u6797\u5efa\u7b51\u5de5\u7a0b\u5b66\u9662\u57ce\u5efa\u5b66\u9662"
},
{
"id": 4337,
"name": "\u901a\u5316\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 4338,
"name": "\u901a\u5316\u94a2\u94c1\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 4339,
"name": "\u5409\u6797\u7701\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 4340,
"name": "\u5409\u6797\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 4341,
"name": "\u957f\u6625\u6559\u80b2\u5b66\u9662"
},
{
"id": 4343,
"name": "\u68a8\u6811\u519c\u6751\u6210\u4eba\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 4344,
"name": "\u5ef6\u8fb9\u9ece\u660e\u519c\u6c11\u5927\u5b66"
},
{
"id": 4345,
"name": "\u5409\u6797\u804c\u5de5\u533b\u79d1\u5927\u5b66"
},
{
"id": 4346,
"name": "\u5409\u6797\u7701\u884c\u653f\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 4347,
"name": "\u5409\u6797\u5316\u5b66\u5de5\u4e1a\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 4348,
"name": "\u5ef6\u8fb9\u804c\u5de5\u5927\u5b66"
},
{
"id": 4349,
"name": "\u957f\u6625\u804c\u5de5\u533b\u79d1\u5927\u5b66"
},
{
"id": 4350,
"name": "\u957f\u6625\u5e02\u76f4\u5c5e\u673a\u5173\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 4351,
"name": "\u957f\u6625\u5e02\u5efa\u7b51\u804c\u5de5\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 4352,
"name": "\u957f\u6625\u804c\u5de5\u5927\u5b66"
},
{
"id": 4353,
"name": "\u957f\u6625\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 4354,
"name": "\u957f\u767d\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4355,
"name": "\u957f\u6625\u90ae\u7535\u5b66\u9662"
},
{
"id": 4357,
"name": "\u5409\u6797\u79d1\u6280\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 4363,
"name": "\u957f\u6625\u827a\u672f\u5b66\u6821"
},
{
"id": 4364,
"name": "\u5409\u6797\u8b66\u5bdf\u5b66\u9662"
}],
"name": "\u5409\u6797"
},
{
"id": 5,
"school": [{
"id": 5001,
"name": "\u5927\u8fde\u7406\u5de5"
},
{
"id": 5002,
"name": "\u4e1c\u5317\u5927\u5b66"
},
{
"id": 5003,
"name": "\u8fbd\u5b81\u5927\u5b66"
},
{
"id": 5004,
"name": "\u5927\u8fde\u6d77\u4e8b"
},
{
"id": 5005,
"name": "\u4e1c\u5317\u8d22\u7ecf"
},
{
"id": 5006,
"name": "\u5927\u8fde\u5927\u5b66"
},
{
"id": 5007,
"name": "\u5927\u8fde\u4ea4\u5927"
},
{
"id": 5008,
"name": "\u5927\u8fde\u533b\u5927"
},
{
"id": 5009,
"name": "\u8fbd\u5b81\u5e08\u5927"
},
{
"id": 5010,
"name": "\u5927\u8fde\u6c11\u65cf"
},
{
"id": 5011,
"name": "\u5927\u8fde\u5de5\u5927"
},
{
"id": 5012,
"name": "\u5927\u8fde\u6d77\u6d0b\u5927\u5b66"
},
{
"id": 5013,
"name": "\u5927\u8fde\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 5014,
"name": "\u8fbd\u5b81\u5916\u7ecf\u8d38"
},
{
"id": 5015,
"name": "\u8fbd\u5b81\u73b0\u4ee3\u670d\u52a1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5016,
"name": "\u94c1\u5cad\u536b\u751f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5017,
"name": "\u8fbd\u5b81\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5051,
"name": "\u6c88\u9633\u5927\u5b66"
},
{
"id": 5052,
"name": "\u6c88\u9633\u7406\u5de5"
},
{
"id": 5053,
"name": "\u6c88\u9633\u5de5\u5927"
},
{
"id": 5054,
"name": "\u6c88\u9633\u5efa\u7b51"
},
{
"id": 5055,
"name": "\u6c88\u9633\u519c\u5927"
},
{
"id": 5056,
"name": "\u8fbd\u5b81\u4e2d\u533b\u836f"
},
{
"id": 5057,
"name": "\u6c88\u9633\u836f\u79d1"
},
{
"id": 5058,
"name": "\u6c88\u9633\u5e08\u8303"
},
{
"id": 5059,
"name": "\u4e2d\u56fd\u5211\u8b66\u5b66\u9662"
},
{
"id": 5060,
"name": "\u6c88\u9633\u5316\u5de5"
},
{
"id": 5061,
"name": "\u6c88\u9633\u822a\u7a7a\u822a\u5929\u5927\u5b66"
},
{
"id": 5062,
"name": "\u6c88\u9633\u5de5\u7a0b"
},
{
"id": 5063,
"name": "\u6c88\u9633\u533b\u5b66\u9662"
},
{
"id": 5064,
"name": "\u6c88\u9633\u4f53\u9662"
},
{
"id": 5065,
"name": "\u9c81\u8fc5\u7f8e\u9662"
},
{
"id": 5066,
"name": "\u6c88\u9633\u97f3\u4e50\u5b66\u9662"
},
{
"id": 5067,
"name": "\u4e2d\u56fd\u533b\u79d1\u5927"
},
{
"id": 5101,
"name": "\u8fbd\u5b81\u5de5\u7a0b\u6280\u672f\u5927\u5b66"
},
{
"id": 5151,
"name": "\u8fbd\u5b81\u77f3\u5316"
},
{
"id": 5201,
"name": "\u8fbd\u5b81\u79d1\u5927"
},
{
"id": 5202,
"name": "\u978d\u5c71\u5e08\u8303\u5b66\u9662"
},
{
"id": 5251,
"name": "\u6e24\u6d77\u5927\u5b66"
},
{
"id": 5252,
"name": "\u8fbd\u5b81\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 5253,
"name": "\u8fbd\u5b81\u533b\u5b66\u9662"
},
{
"id": 5301,
"name": "\u8fbd\u5b81\u79d1\u6280\u5b66\u9662"
},
{
"id": 5351,
"name": "\u8fbd\u4e1c\u5b66\u9662"
},
{
"id": 5401,
"name": "\u978d\u5c71\u5e02\u9ad8\u7b49\u804c\u4e1a\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5402,
"name": "\u6e24\u6d77\u8239\u8236\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5403,
"name": "\u6e24\u6d77\u5927\u5b66\u6587\u7406\u5b66\u9662"
},
{
"id": 5404,
"name": "\u671d\u9633\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5405,
"name": "\u5927\u8fde\u4e1c\u8f6f\u4fe1\u606f\u5b66\u9662"
},
{
"id": 5406,
"name": "\u5927\u8fde\u7ffb\u8bd1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5407,
"name": "\u5927\u8fde\u67ab\u53f6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5408,
"name": "\u5927\u8fde\u8f6f\u4ef6\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5409,
"name": "\u5927\u8fde\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5410,
"name": "\u5927\u8fde\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5411,
"name": "\u5927\u8fde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5412,
"name": "\u629a\u987a\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5413,
"name": "\u629a\u987a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5414,
"name": "\u961c\u65b0\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5415,
"name": "\u8fbd\u5b81\u7406\u5de5\u5b66\u9662"
},
{
"id": 5416,
"name": "\u9526\u5dde\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5418,
"name": "\u8fbd\u5b81\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 5419,
"name": "\u8fbd\u5b81\u5e7f\u544a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5420,
"name": "\u8fbd\u5b81\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5421,
"name": "\u8fbd\u5b81\u4ea4\u901a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5422,
"name": "\u6c88\u9633\u5927\u5b66\u5e08\u8303\u5b66\u9662"
},
{
"id": 5423,
"name": "\u8fbd\u5b81\u91d1\u878d\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5424,
"name": "\u8fbd\u5b81\u7ecf\u6d4e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5425,
"name": "\u8fbd\u5b81\u8b66\u5b98\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5426,
"name": "\u8fbd\u5b81\u79d1\u6280\u5927\u5b66"
},
{
"id": 5427,
"name": "\u8fbd\u5b81\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5428,
"name": "\u8fbd\u5b81\u7f8e\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5429,
"name": "\u8fbd\u5b81\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5430,
"name": "\u8fbd\u5b81\u5546\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5431,
"name": "\u8fbd\u5b81\u77f3\u5316\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5432,
"name": "\u5927\u8fde\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 5433,
"name": "\u8fbd\u5b81\u4f53\u80b2\u8fd0\u52a8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5434,
"name": "\u8fbd\u5b81\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5435,
"name": "\u8fbd\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5436,
"name": "\u76d8\u9526\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5437,
"name": "\u6c88\u9633\u822a\u7a7a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5438,
"name": "\u6c88\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5439,
"name": "\u8fbd\u5b81\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5440,
"name": "\u94c1\u5cad\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5441,
"name": "\u8425\u53e3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5442,
"name": "\u6c88\u9633\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 5443,
"name": "\u9752\u5c9b\u5cfb\u901a\u79d1\u6280\u4e13\u4fee\u5b66\u9662"
},
{
"id": 5444,
"name": "\u8fbd\u6cb3\u77f3\u6cb9\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5445,
"name": "\u9752\u5c9b\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 5446,
"name": "\u6c88\u9633\u822a\u7a7a\u5de5\u4e1a\u5b66\u9662\u5317\u65b9\u79d1\u6280\u5b66\u9662"
},
{
"id": 5447,
"name": "\u6c88\u9633\u7406\u5de5\u5927\u5b66\u5e94\u7528\u6280\u672f\u5b66\u9662"
},
{
"id": 5448,
"name": "\u5927\u8fde\u5de5\u4e1a\u5927\u5b66\u827a\u672f\u4e0e\u4fe1\u606f\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 5449,
"name": "\u5927\u8fde\u4ea4\u901a\u5927\u5b66\u4fe1\u606f\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 5450,
"name": "\u6c88\u9633\u5efa\u7b51\u5927\u5b66\u57ce\u5e02\u5efa\u8bbe\u5b66\u9662"
},
{
"id": 5451,
"name": "\u8fbd\u5b81\u79d1\u6280\u5927\u5b66\u4fe1\u606f\u6280\u672f\u5b66\u9662"
},
{
"id": 5452,
"name": "\u8fbd\u5b81\u77f3\u6cb9\u5316\u5de5\u5927\u5b66\u987a\u534e\u80fd\u6e90\u5b66\u9662"
},
{
"id": 5453,
"name": "\u6c88\u9633\u5316\u5de5\u5b66\u9662\u79d1\u4e9a\u5b66\u9662"
},
{
"id": 5454,
"name": "\u6c88\u9633\u519c\u4e1a\u5927\u5b66\u79d1\u5b66\u6280\u672f\u5b66\u9662"
},
{
"id": 5455,
"name": "\u4e2d\u56fd\u533b\u79d1\u5927\u5b66\u4e34\u5e8a\u533b\u836f\u5b66\u9662"
},
{
"id": 5456,
"name": "\u5927\u8fde\u533b\u79d1\u5927\u5b66\u4e2d\u5c71\u5b66\u9662"
},
{
"id": 5457,
"name": "\u8fbd\u5b81\u533b\u5b66\u9662\u533b\u7597\u5b66\u9662"
},
{
"id": 5458,
"name": "\u8fbd\u5b81\u4e2d\u533b\u836f\u5927\u5b66\u674f\u6797\u5b66\u9662"
},
{
"id": 5459,
"name": "\u6c88\u9633\u533b\u5b66\u9662\u4f55\u6c0f\u89c6\u89c9\u79d1\u5b66\u5b66\u9662"
},
{
"id": 5460,
"name": "\u8fbd\u5b81\u5e08\u8303\u5927\u5b66\u6d77\u534e\u5b66\u9662"
},
{
"id": 5461,
"name": "\u4e1c\u5317\u8d22\u7ecf\u5927\u5b66\u6d25\u6865\u5546\u5b66\u9662"
},
{
"id": 5462,
"name": " \u8fbd\u5b81\u8d22\u8d38\u5b66\u9662"
},
{
"id": 5463,
"name": "\u5927\u8fde\u7406\u5de5\u5927\u5b66\u57ce\u5e02\u5b66\u9662"
},
{
"id": 5464,
"name": "\u6c88\u9633\u5927\u5b66\u79d1\u6280\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 5465,
"name": "\u8fbd\u5b81\u88c5\u5907\u5236\u9020\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5466,
"name": "\u8fbd\u5b81\u6587\u5316\u827a\u672f\u804c\u5de5\u5927\u5b66"
},
{
"id": 5467,
"name": "\u8fbd\u5b81\u516c\u5b89\u53f8\u6cd5\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 5468,
"name": "\u6c88\u9633\u5de5\u4e1a\u5927\u5b66\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 5469,
"name": "\u6d77\u519b\u804c\u5de5\u5927\u5b66"
},
{
"id": 5471,
"name": "\u961c\u65b0\u77ff\u52a1\u5c40\u804c\u5de5\u5927\u5b66"
},
{
"id": 5472,
"name": "\u6c88\u9633\u673a\u68b0\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 5474,
"name": "\u961c\u65b0\u7164\u70ad\u804c\u5de5\u533b\u5b66\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5475,
"name": "\u8fbd\u5b81\u8d22\u8d38\u804c\u5de5\u5927\u5b66"
},
{
"id": 5476,
"name": "\u5927\u8fde\u5e02\u6559\u80b2\u5b66\u9662"
},
{
"id": 5477,
"name": "\u671d\u9633\u804c\u5de5\u5de5\u5b66\u9662"
},
{
"id": 5478,
"name": "\u978d\u5c71\u94a2\u94c1\u96c6\u56e2\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 5479,
"name": "\u629a\u987a\u77f3\u6cb9\u5316\u5de5\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 5480,
"name": "\u8fbd\u5b81\u5175\u5668\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 5481,
"name": "\u672c\u6eaa\u94a2\u94c1\u516c\u53f8\u804c\u5de5\u5de5\u5b66\u9662"
},
{
"id": 5482,
"name": "\u5927\u8fde\u5de5\u4eba\u5927\u5b66"
},
{
"id": 5483,
"name": "\u5927\u8fde\u804c\u5de5\u5927\u5b66"
},
{
"id": 5484,
"name": "\u629a\u987a\u77ff\u52a1\u5c40\u804c\u5de5\u5de5\u5b66\u9662"
},
{
"id": 5485,
"name": "\u8fbd\u5b81\u5730\u8d28\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5486,
"name": "\u8fbd\u5b81\u4e2d\u533b\u836f\u5927\u5b66"
},
{
"id": 5487,
"name": "\u8fbd\u5b81\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5488,
"name": "\u6c88\u9633\u56fd\u9645\u79d1\u5b66\u6280\u672f\u4e13\u4fee\u5b66\u9662"
},
{
"id": 5489,
"name": "\u8fbd\u5b81\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 5490,
"name": "\u8fbd\u5b81\u8d22\u8d38\u5b66\u9662"
},
{
"id": 5491,
"name": "\u5927\u8fde\u5e02\u5de5\u4eba\u5927\u5b66"
},
{
"id": 5492,
"name": "\u8fbd\u5b81\u5e7f\u544a\u8bbe\u8ba1\u5b66\u9662"
},
{
"id": 5493,
"name": "\u6c88\u9633\u5de5\u4e1a\u5927\u5b66\uff08\u8fbd\u9633\u6821\u533a\uff09"
},
{
"id": 5494,
"name": "\u6c88\u9633\u5de5\u4e1a\u5927\u5b66(\u8fbd\u9633\u6821\u533a)"
},
{
"id": 5495,
"name": "\u8fbd\u5b81\u7701\u4ea4\u901a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5496,
"name": "\u8fbd\u5b81\u7701\u57ce\u5e02\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5497,
"name": "\u8fbd\u5b81\u5bf9\u5916\u7ecf\u8d38\u5b66\u9662"
},
{
"id": 5498,
"name": "\u9c81\u8fc5\u7f8e\u672f\u5b66\u9662"
},
{
"id": 5499,
"name": "\u5927\u8fde\u827a\u672f\u5b66\u9662"
},
{
"id": 5500,
"name": "\u8fbd\u5b81\u7a0e\u52a1\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5501,
"name": "\u6c88\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662\u8ba1\u7b97\u673a\u5b66\u9662"
},
{
"id": 5502,
"name": "\u5409\u6797\u5927\u5b66\u5de5\u5546\u7ba1\u7406\u5b66\u9662"
},
{
"id": 5503,
"name": "\u8fbd\u5b81\u536b\u751f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5505,
"name": "\u5927\u8fde\u822a\u8fd0\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5506,
"name": "\u8fbd\u5b81\u4e1c\u65b9\u4e2d\u533b\u5b66\u9662"
},
{
"id": 5508,
"name": "\u8fbd\u5b81\u516c\u5b89\u53f8\u6cd5\u5e72\u90e8\u7ba1\u7406\u5b66\u9662"
},
{
"id": 5509,
"name": "\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u5927\u8fde\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 5511,
"name": "\u5927\u8fde\u88c5\u5907\u5236\u9020\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 5512,
"name": "\u6c88\u9633\u5efa\u7b51\u5927\u5b66"
},
{
"id": 5513,
"name": "\u5927\u8fde\u4e1c\u65b9\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 5514,
"name": "\u9526\u5dde\u533b\u5b66\u9662\u755c\u7267\u517d\u533b\u5b66\u9662"
},
{
"id": 5515,
"name": "\u8fbd\u5b81\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
}],
"name": "\u8fbd\u5b81"
},
{
"id": 6,
"school": [{
"id": 6001,
"name": "\u5357\u5f00\u5927\u5b66"
},
{
"id": 6002,
"name": "\u5929\u6d25\u5927\u5b66"
},
{
"id": 6003,
"name": "\u6cb3\u5317\u5de5\u5927"
},
{
"id": 6004,
"name": "\u5929\u6d25\u5e08\u5927"
},
{
"id": 6005,
"name": "\u5929\u6d25\u5de5\u5927"
},
{
"id": 6006,
"name": "\u5929\u6d25\u79d1\u5927"
},
{
"id": 6007,
"name": "\u5929\u6d25\u7406\u5de5"
},
{
"id": 6008,
"name": "\u5929\u6d25\u533b\u5927"
},
{
"id": 6009,
"name": "\u5929\u6d25\u4e2d\u533b\u836f"
},
{
"id": 6010,
"name": "\u5929\u6d25\u8d22\u7ecf"
},
{
"id": 6011,
"name": "\u4e2d\u56fd\u6c11\u822a\u5927\u5b66"
},
{
"id": 6012,
"name": "\u5929\u6d25\u57ce\u5e02\u5efa\u8bbe\u5b66\u9662"
},
{
"id": 6013,
"name": "\u5929\u6d25\u519c\u9662"
},
{
"id": 6015,
"name": "\u5929\u6d25\u5916\u56fd\u8bed"
},
{
"id": 6016,
"name": "\u5929\u6d25\u5546\u4e1a\u5927\u5b66"
},
{
"id": 6017,
"name": "\u5929\u6d25\u4f53\u9662"
},
{
"id": 6018,
"name": "\u5929\u6d25\u97f3\u4e50\u5b66\u9662"
},
{
"id": 6019,
"name": "\u5929\u6d25\u7f8e\u9662"
},
{
"id": 6020,
"name": "\u5929\u6d25\u5e02\u56fd\u9645\u5546\u52a1\u5b66\u9662"
},
{
"id": 6101,
"name": "\u5929\u6d25\u5929\u72ee\u5b66\u9662"
},
{
"id": 6102,
"name": "\u5929\u6d25\u6ee8\u6d77\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6103,
"name": "\u5929\u6d25\u6e24\u6d77\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6104,
"name": "\u5929\u6d25\u57ce\u5e02\u5efa\u8bbe\u7ba1\u7406\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6105,
"name": "\u5929\u6d25\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6106,
"name": "\u5929\u6d25\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6107,
"name": "\u5929\u6d25\u5bf9\u5916\u7ecf\u6d4e\u8d38\u6613\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6108,
"name": "\u5929\u6d25\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6109,
"name": "\u5929\u6d25\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6110,
"name": "\u5929\u6d25\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6111,
"name": "\u5929\u6d25\u5de5\u827a\u7f8e\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6112,
"name": "\u5929\u6d25\u516c\u5b89\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6113,
"name": "\u5929\u6d25\u6d77\u8fd0\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6114,
"name": "\u5929\u6d25\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6115,
"name": "\u5929\u6d25\u4ea4\u901a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6116,
"name": "\u5929\u6d25\u5f00\u53d1\u533a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6117,
"name": "\u5929\u6d25\u9752\u5e74\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6118,
"name": "\u5929\u6d25\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6119,
"name": "\u5929\u6d25\u751f\u7269\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6120,
"name": "\u5929\u6d25\u77f3\u6cb9\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6121,
"name": "\u5929\u6d25\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6122,
"name": "\u5929\u6d25\u73b0\u4ee3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6123,
"name": "\u5929\u6d25\u51b6\u91d1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6124,
"name": "\u5929\u6d25\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 6125,
"name": "\u5929\u6d25\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6126,
"name": "\u5929\u6d25\u804c\u4e1a\u5927\u5b66"
},
{
"id": 6127,
"name": "\u5929\u6d25\u4e2d\u5fb7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 6128,
"name": "\u5929\u6d25\u5e02\u5de5\u4f1a\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 6129,
"name": "\u5929\u6d25\u5916\u56fd\u8bed\u5b66\u9662\u6ee8\u6d77\u5916\u4e8b\u5b66\u9662"
},
{
"id": 6130,
"name": "\u5929\u6d25\u4f53\u80b2\u5b66\u9662\u8fd0\u52a8\u4e0e\u6587\u5316\u827a\u672f\u5b66\u9662"
},
{
"id": 6131,
"name": "\u5929\u6d25\u5546\u5b66\u9662\u5b9d\u5fb7\u5b66\u9662"
},
{
"id": 6132,
"name": "\u5929\u6d25\u533b\u79d1\u5927\u5b66\u4e34\u5e8a\u533b\u5b66\u9662"
},
{
"id": 6133,
"name": "\u5317\u4eac\u79d1\u6280\u5927\u5b66\u5929\u6d25\u5b66\u9662"
},
{
"id": 6134,
"name": "\u5929\u6d25\u5e08\u8303\u5927\u5b66\u6d25\u6cbd\u5b66\u9662"
},
{
"id": 6135,
"name": "\u5929\u6d25\u7406\u5de5\u5927\u5b66\u4e2d\u73af\u4fe1\u606f\u5b66\u9662"
},
{
"id": 6136,
"name": "\u5929\u6d25\u5927\u5b66\u4ec1\u7231\u5b66\u9662"
},
{
"id": 6137,
"name": "\u5929\u6d25\u8d22\u7ecf\u5927\u5b66\u73e0\u6c5f\u5b66\u9662"
},
{
"id": 6138,
"name": "\u5357\u5f00\u5927\u5b66\u6ee8\u6d77\u5b66\u9662"
},
{
"id": 6140,
"name": "\u5929\u6d25\u5e02\u804c\u5de5\u7ecf\u6d4e\u6280\u672f\u5927\u5b66"
},
{
"id": 6141,
"name": "\u5929\u6d25\u5e02\u623f\u5730\u4ea7\u5c40\u804c\u5de5\u5927\u5b66"
},
{
"id": 6142,
"name": "\u5929\u6d25\u5e02\u653f\u6cd5\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 6143,
"name": "\u5929\u6d25\u5e02\u8d22\u8d38\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 6144,
"name": "\u5929\u6d25\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 6145,
"name": "\u5929\u6d25\u5e02\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 6146,
"name": "\u5929\u6d25\u5e02\u6e24\u6d77\u5316\u5de5\u804c\u5de5\u5b66\u9662"
},
{
"id": 6147,
"name": "\u5929\u6d25\u5e02\u5357\u5f00\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 6148,
"name": "\u5929\u6d25\u5e02\u7ea2\u6865\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 6149,
"name": "\u5929\u6d25\u5e02\u5efa\u7b51\u5de5\u7a0b\u804c\u5de5\u5927\u5b66"
},
{
"id": 6150,
"name": "\u5929\u6d25\u5e02\u6cb3\u4e1c\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 6151,
"name": "\u5929\u6d25\u5e02\u6cb3\u897f\u533a\u804c\u5de5\u5927\u5b66"
},
{
"id": 6152,
"name": "\u5929\u6d25\u5e02\u548c\u5e73\u533a\u65b0\u534e\u804c\u5de5\u5927\u5b66"
},
{
"id": 6153,
"name": "\u5929\u6d25\u7269\u8d44\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 6154,
"name": "\u5929\u6d25\u5e02\u6d77\u519b\u5de5\u7a0b\u5927\u5b66"
},
{
"id": 6155,
"name": "\u4e2d\u56fd\u65c5\u6e38\u5e72\u90e8\u7ba1\u7406\u5b66\u9662"
},
{
"id": 6159,
"name": "\u5929\u6d25\u6d77\u8fd0\u804c\u4e1a\u5b66\u6821"
},
{
"id": 6160,
"name": "\u5929\u6d25\u5e02\u56fd\u571f\u8d44\u6e90\u548c\u623f\u5c4b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6161,
"name": "\u5929\u6d25\u8f7b\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6162,
"name": "\u65af\u6ce2\u6cf0\u514b\u9ad8\u7ea7\u6280\u5de5\u5b66\u9662"
},
{
"id": 6163,
"name": "\u5929\u6d25\u5e7f\u64ad\u5f71\u89c6\u804c\u4e1a\u5b66\u9662"
},
{
"id": 6164,
"name": "\u5929\u6d25\u804c\u4e1a\u6280\u672f\u5e08\u8303\u5927\u5b66"
}],
"name": "\u5929\u6d25"
},
{
"id": 7,
"school": [{
"id": 7001,
"name": "\u4e2d\u56fd\u79d1\u5927"
},
{
"id": 7002,
"name": "\u5b89\u5fbd\u5927\u5b66"
},
{
"id": 7003,
"name": "\u5408\u80a5\u5de5\u5927"
},
{
"id": 7004,
"name": "\u5b89\u5fbd\u533b\u79d1\u5927"
},
{
"id": 7005,
"name": "\u5b89\u5fbd\u5efa\u5de5"
},
{
"id": 7006,
"name": "\u5b89\u5fbd\u4e2d\u533b"
},
{
"id": 7007,
"name": "\u5408\u80a5\u5b66\u9662"
},
{
"id": 7008,
"name": "\u5b89\u5fbd\u6c7d\u8f66\u804c\u4e1a\u6280\u672f\u5b66\u9662 "
},
{
"id": 7009,
"name": "\u5b89\u5fbd\u519c\u5927"
},
{
"id": 7010,
"name": "\u5b89\u5fbd\u957f\u6c5f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7011,
"name": "\u6850\u57ce\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7051,
"name": "\u5b89\u5fbd\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 7101,
"name": "\u5b89\u5fbd\u79d1\u6280"
},
{
"id": 7102,
"name": "\u7696\u5357\u533b\u5b66\u9662"
},
{
"id": 7103,
"name": "\u5b89\u5fbd\u5e08\u5927"
},
{
"id": 7109,
"name": "\u5b89\u5fbd\u5de5\u7a0b\u5927\u5b66"
},
{
"id": 7151,
"name": "\u868c\u57e0\u533b\u5b66\u9662"
},
{
"id": 7152,
"name": "\u5b89\u5fbd\u8d22\u7ecf"
},
{
"id": 7201,
"name": "\u961c\u9633\u5e08\u8303"
},
{
"id": 7251,
"name": "\u6dee\u5357\u5e08\u8303"
},
{
"id": 7252,
"name": "\u5b89\u5fbd\u7406\u5de5"
},
{
"id": 7301,
"name": "\u6dee\u5317\u5e08\u8303\u5927\u5b66"
},
{
"id": 7351,
"name": "\u5b89\u5e86\u5e08\u8303"
},
{
"id": 7401,
"name": "\u94dc\u9675\u5b66\u9662"
},
{
"id": 7402,
"name": "\u7696\u897f\u5b66\u9662"
},
{
"id": 7451,
"name": "\u5de2\u6e56\u5b66\u9662"
},
{
"id": 7501,
"name": "\u6ec1\u5dde\u5b66\u9662"
},
{
"id": 7551,
"name": "\u5bbf\u5dde\u5b66\u9662"
},
{
"id": 7601,
"name": "\u9ec4\u5c71\u5b66\u9662"
},
{
"id": 7602,
"name": "\u65b0\u534e\u5b66\u9662"
},
{
"id": 7701,
"name": "\u868c\u57e0\u5b66\u9662"
},
{
"id": 7702,
"name": "\u5b89\u5fbd\u8d22\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7703,
"name": "\u5b89\u5fbd\u57ce\u5e02\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7704,
"name": "\u5b89\u5fbd\u7535\u6c14\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7705,
"name": "\u5b89\u5fbd\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7706,
"name": "\u5b89\u5fbd\u5de5\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7707,
"name": "\u5b89\u5fbd\u5de5\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7708,
"name": "\u5b89\u5fbd\u5de5\u4e1a\u7ecf\u6d4e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7709,
"name": "\u5b89\u5fbd\u516c\u5b89\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7710,
"name": "\u5b89\u5fbd\u5e7f\u64ad\u5f71\u89c6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7711,
"name": "\u5b89\u5fbd\u56fd\u9632\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7712,
"name": "\u5b89\u5fbd\u56fd\u9645\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7713,
"name": "\u5b89\u5fbd\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7714,
"name": "\u5b89\u5fbd\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7715,
"name": "\u5b89\u5fbd\u6559\u80b2\u5b66\u9662"
},
{
"id": 7716,
"name": "\u5b89\u5fbd\u7ecf\u6d4e\u7ba1\u7406\u5b66\u9662"
},
{
"id": 7717,
"name": "\u5b89\u5fbd\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7718,
"name": "\u5b89\u5fbd\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7719,
"name": "\u5b89\u5fbd\u660e\u661f\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7720,
"name": "\u5b89\u5fbd\u5546\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7721,
"name": "\u5b89\u5fbd\u5ba1\u8ba1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7722,
"name": "\u5b89\u5fbd\u4e09\u8054\u5b66\u9662"
},
{
"id": 7724,
"name": "\u5b89\u5fbd\u6c34\u5229\u6c34\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7725,
"name": "\u5b89\u5fbd\u4f53\u80b2\u8fd0\u52a8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7726,
"name": "\u5b89\u5fbd\u6587\u8fbe\u4fe1\u606f\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7727,
"name": "\u5b89\u5fbd\u65b0\u95fb\u51fa\u7248\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7728,
"name": "\u5b89\u5fbd\u51b6\u91d1\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7729,
"name": "\u5b89\u5fbd\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7730,
"name": "\u5b89\u5fbd\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7731,
"name": "\u5b89\u5fbd\u90ae\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7732,
"name": "\u5b89\u5fbd\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7733,
"name": "\u5b89\u5fbd\u4e2d\u6fb3\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7734,
"name": "\u5b89\u5fbd\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7735,
"name": "\u5b89\u5e86\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7736,
"name": "\u868c\u57e0\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7737,
"name": "\u868c\u57e0\u804c\u4e1a\u6559\u80b2\u4e13\u4fee\u5b66\u9662"
},
{
"id": 7738,
"name": "\u4eb3\u5dde\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7739,
"name": "\u4eb3\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7740,
"name": "\u5de2\u6e56\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7741,
"name": "\u6c60\u5dde\u5b66\u9662"
},
{
"id": 7742,
"name": "\u6c60\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7743,
"name": "\u6ec1\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7744,
"name": "\u961c\u9633\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7745,
"name": "\u961c\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7746,
"name": "\u5408\u80a5\u5e02\u4e07\u535a\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7747,
"name": "\u5408\u80a5\u901a\u7528\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7748,
"name": "\u6dee\u5317\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7749,
"name": "\u6dee\u5357\u8054\u5408\u5927\u5b66"
},
{
"id": 7750,
"name": "\u6dee\u5357\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7752,
"name": "\u516d\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7753,
"name": "\u9a6c\u978d\u5c71\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7754,
"name": "\u5b89\u5fbd\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 7755,
"name": "\u6c11\u529e\u5408\u80a5\u7ecf\u6d4e\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7756,
"name": "\u5bbf\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7757,
"name": "\u94dc\u9675\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7758,
"name": "\u829c\u6e56\u4fe1\u606f\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7759,
"name": "\u829c\u6e56\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7760,
"name": "\u5ba3\u57ce\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7761,
"name": "\u5b89\u5fbd\u5e08\u8303\u5927\u5b66\u7696\u6c5f\u5b66\u9662"
},
{
"id": 7762,
"name": "\u5408\u80a5\u5e08\u8303\u5b66\u9662"
},
{
"id": 7763,
"name": "\u51e4\u9633\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7764,
"name": "\u5b89\u5e86\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 7765,
"name": "\u5b89\u5fbd\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 7766,
"name": "\u5408\u80a5\u5e7c\u513f\u5e08\u8303\u5b66\u6821"
},
{
"id": 7767,
"name": "\u868c\u57e0\u7ecf\u6d4e\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7768,
"name": "\u5408\u80a5\u8d22\u7ecf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7769,
"name": "\u5fbd\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7770,
"name": "\u6c11\u529e\u5b89\u5fbd\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7771,
"name": "\u5bbf\u53bf\u5730\u533a\u6559\u80b2\u5b66\u9662"
},
{
"id": 7772,
"name": "\u6dee\u5357\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 7773,
"name": "\u5408\u80a5\u804c\u5de5\u79d1\u6280\u5927\u5b66"
},
{
"id": 7774,
"name": "\u5408\u80a5\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 7775,
"name": "\u5b89\u5fbd\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 7776,
"name": "\u5b89\u5fbd\u7eff\u6d77\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7777,
"name": "\u6cb3\u6d77\u5927\u5b66\u6587\u5929\u5b66\u9662"
},
{
"id": 7778,
"name": "\u5b89\u5fbd\u6d89\u5916\u7ecf\u6d4e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 7780,
"name": "\u7696\u5357\u519c\u5b66\u9662"
},
{
"id": 7781,
"name": "\u5b89\u5fbd\u868c\u57e0\u6c7d\u8f66\u7ba1\u7406\u5b66\u9662"
},
{
"id": 7785,
"name": "\u5b89\u5fbd\u65b0\u534e\u7535\u8111\u4e13\u4fee\u5b66\u9662"
},
{
"id": 7787,
"name": "\u868c\u57e0\u5766\u514b\u5b66\u9662"
},
{
"id": 7789,
"name": "\u5b89\u5fbd\u5408\u80a5\u673a\u7535\u6280\u5e08\u5b66\u9662"
},
{
"id": 7790,
"name": "\u5b89\u5fbd\u6280\u672f\u5e08\u8303\u5b66\u9662"
},
{
"id": 7791,
"name": "\u5bbf\u5dde\u5e02\u8054\u5408\u5927\u5b66"
},
{
"id": 7792,
"name": "\u5b89\u5fbd\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
}],
"name": "\u5b89\u5fbd"
},
{
"id": 8,
"school": [{
"id": 8001,
"name": "\u5357\u4eac\u5927\u5b66"
},
{
"id": 8002,
"name": "\u6cb3\u6d77\u5927\u5b66"
},
{
"id": 8003,
"name": "\u5357\u4eac\u5e08\u5927"
},
{
"id": 8004,
"name": "\u5357\u4eac\u7406\u5de5"
},
{
"id": 8005,
"name": "\u4e1c\u5357\u5927\u5b66"
},
{
"id": 8006,
"name": "\u5357\u4eac\u822a\u7a7a\u822a\u5929\u5927\u5b66"
},
{
"id": 8007,
"name": "\u5357\u4eac\u8d22\u7ecf"
},
{
"id": 8008,
"name": "\u5357\u4eac\u533b\u79d1\u5927"
},
{
"id": 8009,
"name": "\u5357\u4eac\u5de5\u5927"
},
{
"id": 8010,
"name": "\u5357\u4eac\u519c\u5927"
},
{
"id": 8011,
"name": "\u5357\u4eac\u6797\u5927"
},
{
"id": 8012,
"name": "\u5357\u90ae"
},
{
"id": 8013,
"name": "\u5357\u4eac\u4fe1\u606f\u5de5\u7a0b\u5927\u5b66"
},
{
"id": 8014,
"name": "\u5357\u4eac\u4e2d\u533b\u836f"
},
{
"id": 8015,
"name": "\u5357\u4eac\u5de5\u7a0b"
},
{
"id": 8016,
"name": "\u91d1\u9675\u79d1\u6280\u5b66\u9662"
},
{
"id": 8017,
"name": "\u5357\u4eac\u6653\u5e84\u5b66\u9662"
},
{
"id": 8018,
"name": "\u5357\u4eac\u5ba1\u8ba1\u5b66\u9662"
},
{
"id": 8019,
"name": "\u6c5f\u82cf\u8b66\u5b98\u5b66\u9662"
},
{
"id": 8020,
"name": "\u5357\u4eac\u4f53\u9662"
},
{
"id": 8021,
"name": "\u5357\u4eac\u827a\u672f\u5b66\u9662"
},
{
"id": 8022,
"name": "\u4e09\u6c5f\u5b66\u9662"
},
{
"id": 8023,
"name": "\u4e2d\u56fd\u836f\u79d1\u5927"
},
{
"id": 8024,
"name": "\u82cf\u5dde\u5de5\u4e1a\u56ed\u533a\u670d\u52a1\u5916\u5305\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8025,
"name": "\u65e0\u9521\u9ad8\u7b49\u5e08\u8303\u5b66\u6821"
},
{
"id": 8026,
"name": "\u5357\u4eac\u5de5\u7a0b\u9ad8\u7b49\u804c\u4e1a\u5b66\u6821"
},
{
"id": 8027,
"name": "\u5357\u4eac\u653f\u6cbb\u5b66\u9662"
},
{
"id": 8028,
"name": "\u6c5f\u82cf\u6280\u672f\u5e08\u8303\u5b66\u9662"
},
{
"id": 8029,
"name": "\u6dee\u5b89\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 8030,
"name": "\u5f90\u5dde\u7ecf\u8d38\u9ad8\u7b49\u804c\u4e1a\u5b66\u6821"
},
{
"id": 8031,
"name": "\u6c5f\u82cf\u5e08\u8303\u5927\u5b66"
},
{
"id": 8051,
"name": "\u82cf\u5dde\u5927\u5b66"
},
{
"id": 8101,
"name": "\u6c5f\u5357\u5927\u5b66"
},
{
"id": 8151,
"name": "\u4e2d\u56fd\u77ff\u4e1a\u5927\u5b66"
},
{
"id": 8152,
"name": "\u5f90\u5dde\u5e08\u5927"
},
{
"id": 8154,
"name": "\u5f90\u5dde\u533b\u5b66\u9662"
},
{
"id": 8201,
"name": "\u626c\u5dde\u5927\u5b66"
},
{
"id": 8251,
"name": "\u6c5f\u82cf\u5927\u5b66"
},
{
"id": 8252,
"name": "\u6c5f\u82cf\u79d1\u5927"
},
{
"id": 8301,
"name": "\u5357\u901a\u5927\u5b66"
},
{
"id": 8351,
"name": "\u5e38\u5dde\u5927\u5b66"
},
{
"id": 8352,
"name": "\u5e38\u5dde\u5de5\u5b66\u9662"
},
{
"id": 8353,
"name": "\u6c5f\u82cf\u6280\u672f\u5e08\u8303"
},
{
"id": 8401,
"name": "\u6dee\u9634\u5de5\u5b66\u9662"
},
{
"id": 8402,
"name": "\u6dee\u9634\u5e08\u8303"
},
{
"id": 8451,
"name": "\u6dee\u6d77\u5de5\u5b66\u9662"
},
{
"id": 8501,
"name": "\u76d0\u57ce\u5de5\u5b66\u9662"
},
{
"id": 8502,
"name": "\u76d0\u57ce\u5e08\u8303\u5b66\u9662"
},
{
"id": 8551,
"name": "\u5e38\u719f\u7406\u5de5"
},
{
"id": 8601,
"name": "\u5e38\u5dde\u7eba\u7ec7\u670d\u88c5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8602,
"name": "\u5e38\u5dde\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8603,
"name": "\u5e38\u5dde\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8605,
"name": "\u5e38\u5dde\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8606,
"name": "\u5e38\u5dde\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8607,
"name": "\u7845\u6e56\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8608,
"name": "\u6cb3\u6d77\u5927\u5b66\u5e38\u5dde\u6821\u533a"
},
{
"id": 8609,
"name": "\u6dee\u5b89\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8610,
"name": "\u5efa\u4e1c\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8611,
"name": "\u5065\u96c4\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8612,
"name": "\u6c5f\u6d77\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8613,
"name": "\u6c5f\u5357\u5f71\u89c6\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8614,
"name": "\u6c5f\u82cf\u8d22\u7ecf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8615,
"name": "\u6c5f\u82cf\u6d77\u4e8b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8616,
"name": "\u6c5f\u82cf\u7ecf\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8617,
"name": "\u6c5f\u82cf\u8054\u5408\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8618,
"name": "\u6c5f\u82cf\u519c\u6797\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8619,
"name": "\u6c5f\u82cf\u98df\u54c1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8620,
"name": "\u6c5f\u82cf\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8621,
"name": "\u6c5f\u82cf\u755c\u7267\u517d\u533b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8622,
"name": "\u6c5f\u9634\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8623,
"name": "\u91d1\u80af\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8624,
"name": "\u91d1\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8625,
"name": "\u4e5d\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8626,
"name": "\u6606\u5c71\u767b\u4e91\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8627,
"name": "\u8fde\u4e91\u6e2f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 8628,
"name": "\u8fde\u4e91\u6e2f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8629,
"name": "\u6c11\u529e\u660e\u8fbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8630,
"name": "\u5357\u4eac\u52a8\u529b\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 8631,
"name": "\u5357\u4eac\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8632,
"name": "\u5357\u4eac\u5316\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8633,
"name": "\u5357\u4eac\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8634,
"name": "\u5357\u4eac\u4eba\u53e3\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 8635,
"name": "\u5357\u4eac\u68ee\u6797\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 8636,
"name": "\u5357\u4eac\u89c6\u89c9\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8637,
"name": "\u5357\u4eac\u7279\u6b8a\u6559\u80b2\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8638,
"name": "\u5357\u4eac\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8639,
"name": "\u5357\u4eac\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8640,
"name": "\u5357\u901a\u7eba\u7ec7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8641,
"name": "\u5357\u901a\u822a\u8fd0\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8642,
"name": "\u5357\u901a\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8643,
"name": "\u5357\u901a\u804c\u4e1a\u5927\u5b66"
},
{
"id": 8644,
"name": "\u57f9\u5c14\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8645,
"name": "\u6c99\u6d32\u804c\u4e1a\u5de5\u5b66\u9662"
},
{
"id": 8646,
"name": "\u82cf\u5dde\u6e2f\u5927\u601d\u57f9\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8647,
"name": "\u82cf\u5dde\u5de5\u4e1a\u56ed\u533a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8648,
"name": "\u82cf\u5dde\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8649,
"name": "\u82cf\u5dde\u5de5\u827a\u7f8e\u672f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8650,
"name": "\u82cf\u5dde\u7ecf\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8651,
"name": "\u82cf\u5dde\u79d1\u6280\u5927\u5b66"
},
{
"id": 8654,
"name": "\u82cf\u5dde\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8655,
"name": "\u82cf\u5dde\u6258\u666e\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8656,
"name": "\u82cf\u5dde\u804c\u4e1a\u5927\u5b66"
},
{
"id": 8657,
"name": "\u5bbf\u8fc1\u5b66\u9662"
},
{
"id": 8658,
"name": "\u6cf0\u5dde\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 8659,
"name": "\u6cf0\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8660,
"name": "\u65e0\u9521\u57ce\u5e02\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8661,
"name": "\u65e0\u9521\u5de5\u827a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8662,
"name": "\u65e0\u9521\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8663,
"name": "\u65e0\u9521\u5357\u6d0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8664,
"name": "\u65e0\u9521\u8f7b\u5de5\u5927\u5b66"
},
{
"id": 8665,
"name": "\u65e0\u9521\u5546\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8666,
"name": "\u65e0\u9521\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8667,
"name": "\u5f90\u5dde\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8668,
"name": "\u5f90\u5dde\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 8669,
"name": "\u5f90\u5dde\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8670,
"name": "\u5f90\u5dde\u6559\u80b2\u5b66\u9662"
},
{
"id": 8671,
"name": "\u5f90\u5dde\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 8672,
"name": "\u708e\u9ec4\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8673,
"name": "\u76d0\u57ce\u7eba\u7ec7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8674,
"name": "\u626c\u5dde\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8675,
"name": "\u626c\u5dde\u73af\u5883\u8d44\u6e90\u7ba1\u7406\u5b66\u9662"
},
{
"id": 8676,
"name": "\u626c\u5dde\u73af\u5883\u8d44\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8677,
"name": "\u626c\u5dde\u6559\u80b2\u5b66\u9662"
},
{
"id": 8678,
"name": "\u626c\u5dde\u804c\u4e1a\u5927\u5b66"
},
{
"id": 8679,
"name": "\u5e94\u5929\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8680,
"name": "\u9547\u6c5f\u5e02\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 8681,
"name": "\u6b63\u5fb7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8682,
"name": "\u4e2d\u56fd\u4f20\u5a92\u5927\u5b66\u5357\u5e7f\u5b66\u9662"
},
{
"id": 8683,
"name": "\u949f\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8684,
"name": "\u7d2b\u7405\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8685,
"name": "\u6c5f\u82cf\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 8686,
"name": "\u6c5f\u82cf\u6559\u80b2\u5b66\u9662"
},
{
"id": 8687,
"name": "\u5f90\u5dde\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 8688,
"name": "\u6c5f\u82cf\u7701\u7701\u7ea7\u673a\u5173\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 8689,
"name": "\u6c5f\u82cf\u804c\u5de5\u533b\u79d1\u5927\u5b66"
},
{
"id": 8690,
"name": "\u82cf\u5dde\u536b\u751f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8691,
"name": "\u76d0\u57ce\u536b\u751f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8692,
"name": "\u91d1\u9675\u65c5\u9986\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 8693,
"name": "\u5357\u4eac\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 8694,
"name": "\u5357\u4eac\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8695,
"name": "\u6c5f\u82cf\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8697,
"name": "\u82cf\u5dde\u9ad8\u535a\u8f6f\u4ef6\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8698,
"name": "\u5357\u4eac\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8699,
"name": "\u7a7a\u519b\u7b2c\u4e00\u804c\u5de5\u5927\u5b66"
},
{
"id": 8700,
"name": "\u6c5f\u82cf\u7701\u9752\u5e74\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 8701,
"name": "\u6c5f\u82cf\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 8702,
"name": "\u5357\u4eac\u91d1\u9675\u65c5\u9986\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 8703,
"name": "\u5357\u901a\u5e02\u5de5\u4eba\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 8704,
"name": "\u5e38\u5dde\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 8705,
"name": "\u5357\u4eac\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 8706,
"name": "\u5357\u4eac\u8054\u5408\u804c\u5de5\u5927\u5b66"
},
{
"id": 8707,
"name": "\u6c5f\u82cf\u7535\u529b\u804c\u5de5\u5927\u5b66"
},
{
"id": 8710,
"name": "\u5bbf\u8fc1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8711,
"name": "\u5357\u4eac\u5de5\u7a0b\u5175\u5de5\u7a0b\u5b66\u6821"
},
{
"id": 8712,
"name": "\u5357\u4eac\u7406\u5de5\u5927\u5b66\u6cf0\u5dde\u79d1\u6280\u5b66\u9662"
},
{
"id": 8713,
"name": "\u4e1c\u5357\u5927\u5b66\u6210\u8d24\u5b66\u9662"
},
{
"id": 8714,
"name": "\u5357\u4eac\u7406\u5de5\u5927\u5b66\u7d2b\u91d1\u5b66\u9662"
},
{
"id": 8715,
"name": "\u5357\u4eac\u822a\u7a7a\u822a\u5929\u5927\u5b66\u91d1\u57ce\u5b66\u9662"
},
{
"id": 8716,
"name": "\u5357\u4eac\u8d22\u7ecf\u5927\u5b66\u7ea2\u5c71\u5b66\u9662"
},
{
"id": 8717,
"name": "\u5357\u4eac\u5e08\u8303\u5927\u5b66\u6cf0\u5dde\u5b66\u9662"
},
{
"id": 8718,
"name": "\u5357\u4eac\u5ba1\u8ba1\u5b66\u9662\u91d1\u5ba1\u5b66\u9662"
},
{
"id": 8719,
"name": "\u5357\u901a\u5927\u5b66\u674f\u6797\u5b66\u9662"
},
{
"id": 8720,
"name": "\u6c5f\u82cf\u5de5\u4e1a\u5b66\u9662\u6000\u5fb7\u5b66\u9662"
},
{
"id": 8721,
"name": "\u6c5f\u82cf\u79d1\u6280\u5927\u5b66\u5357\u5f90\u5b66\u9662"
},
{
"id": 8722,
"name": "\u5357\u4eac\u90ae\u7535\u5927\u5b66\u901a\u8fbe\u5b66\u9662"
},
{
"id": 8723,
"name": "\u5f90\u5dde\u5e08\u8303\u5927\u5b66\u79d1\u6587\u5b66\u9662"
},
{
"id": 8724,
"name": "\u626c\u5dde\u5927\u5b66\u5e7f\u9675\u5b66\u9662"
},
{
"id": 8725,
"name": "\u6c5f\u82cf\u5927\u5b66\u4eac\u6c5f\u5b66\u9662"
},
{
"id": 8726,
"name": "\u82cf\u5dde\u79d1\u6280\u5b66\u9662\u5929\u5e73\u5b66\u9662"
},
{
"id": 8727,
"name": "\u82cf\u5dde\u5927\u5b66\u5e94\u7528\u6280\u672f\u5b66\u9662"
},
{
"id": 8728,
"name": "\u82cf\u5dde\u5927\u5b66\u6587\u6b63\u5b66\u9662"
},
{
"id": 8729,
"name": "\u5357\u4eac\u4fe1\u606f\u5de5\u7a0b\u5927\u5b66\u6ee8\u6c5f\u5b66\u9662"
},
{
"id": 8730,
"name": "\u5357\u4eac\u4e2d\u533b\u836f\u5927\u5b66\u7ff0\u6797\u5b66\u9662"
},
{
"id": 8731,
"name": "\u5357\u4eac\u533b\u79d1\u5927\u5b66\u5eb7\u8fbe\u5b66\u9662"
},
{
"id": 8732,
"name": "\u5357\u4eac\u5e08\u8303\u5927\u5b66\u4e2d\u5317\u5b66\u9662"
},
{
"id": 8733,
"name": "\u5357\u4eac\u5de5\u4e1a\u5927\u5b66\u6d66\u6c5f\u5b66\u9662"
},
{
"id": 8734,
"name": "\u6c5f\u5357\u5927\u5b66\u592a\u6e56\u5b66\u9662"
},
{
"id": 8735,
"name": "\u5357\u901a\u4f53\u81e3\u536b\u751f\u5b66\u6821"
},
{
"id": 8736,
"name": "\u5357\u901a\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 8737,
"name": "\u6c5f\u82cf\u7701\u5357\u901a\u5546\u8d38\u9ad8\u7b49\u804c\u4e1a\u5b66\u6821"
},
{
"id": 8738,
"name": "\u5357\u901a\u9ad8\u7b49\u5e08\u8303\u5b66\u6821"
},
{
"id": 8739,
"name": "\u5982\u768b\u9ad8\u7b49\u5e08\u8303\u5b66\u6821"
},
{
"id": 8740,
"name": "\u5357\u901a\u5e02\u4e2d\u7b49\u4e13\u4e1a\u5b66\u6821"
},
{
"id": 8741,
"name": "\u592a\u6e56\u521b\u610f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8742,
"name": "\u897f\u4ea4\u5229\u7269\u6d66\u5927\u5b66"
},
{
"id": 8743,
"name": "\u5357\u4eac\u4e2d\u5929\u4e13\u4fee\u5b66\u9662"
},
{
"id": 8744,
"name": "\u6c5f\u82cf\u82cf\u5dde\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 8745,
"name": "\u5357\u4eac\u91d1\u9675\u79d1\u6280\u4e13\u4fee\u5b66\u9662"
},
{
"id": 8746,
"name": "\u6c5f\u82cf\u79d1\u6280\u7ecf\u8d38\u4e13\u4fee\u5b66\u9662"
},
{
"id": 8747,
"name": "\u6c5f\u82cf\u7701\u65e0\u9521\u4ea4\u901a\u9ad8\u7b49\u804c\u4e1a\u6280\u672f\u5b66\u6821"
},
{
"id": 8748,
"name": "\u5357\u4eac\u65b0\u534e\u7535\u8111\u4e13\u4fee\u5b66\u9662"
},
{
"id": 8749,
"name": "\u6cb3\u6d77\u5927\u5b66\u7ee7\u7eed\u6559\u80b2\u5b66\u9662"
},
{
"id": 8750,
"name": "\u5357\u4eac\u6280\u5e08\u5b66\u9662"
},
{
"id": 8751,
"name": "\u6c5f\u82cf\u5efa\u5eb7\u804c\u4e1a\u5b66\u9662"
},
{
"id": 8752,
"name": "\u6c5f\u82cf\u57ce\u9547\u5efa\u8bbe\u5b66\u6821"
},
{
"id": 8753,
"name": "\u5357\u4eac\u822a\u5929\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 8754,
"name": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u56fd\u9645\u5b66\u9662"
},
{
"id": 8755,
"name": "\u5f90\u5dde\u5e7c\u513f\u9ad8\u7b49\u5e08\u8303\u5b66\u6821"
},
{
"id": 8756,
"name": "\u6c5f\u82cf\u6280\u672f\u5e08\u8303\u4e1c\u65b9\u5b66\u9662"
},
{
"id": 8757,
"name": "\u5357\u4eac\u9ad8\u7b49\u804c\u4e1a\u6280\u672f\u5b66\u6821"
},
{
"id": 8758,
"name": "\u6c5f\u82cf\u7701\u53f8\u6cd5\u8b66\u5b98\u9ad8\u7b49\u804c\u4e1a\u5b66\u6821"
},
{
"id": 8760,
"name": "\u82cf\u5dde\u5927\u5b66\u5bbf\u8fc1\u5b66\u9662"
},
{
"id": 8761,
"name": "\u5f90\u5dde\u533b\u5b66\u9662\u534e\u65b9\u5b66\u9662"
},
{
"id": 8762,
"name": "\u4e2d\u56fd\u77ff\u4e1a\u5927\u5b66\u5f90\u6d77\u5b66\u9662"
},
{
"id": 8764,
"name": "\u82cf\u5dde\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8765,
"name": "\u6c5f\u82cf\u4e1c\u5357\u79d1\u6280\u4e13\u4fee\u5b66\u9662"
},
{
"id": 8766,
"name": "\u76d0\u57ce\u751f\u7269\u5de5\u7a0b\u9ad8\u7b49\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 8767,
"name": "\u6c5f\u82cf\u7535\u5927\u901a\u5dde\u5b66\u9662"
},
{
"id": 8768,
"name": "\u5357\u4eac\u5927\u5b66\u91d1\u9675\u5b66\u9662"
},
{
"id": 8769,
"name": "\u8fd0\u6cb3\u9ad8\u7b49\u5e08\u8303\u5b66\u6821"
},
{
"id": 8770,
"name": "\u5357\u4eac\u4e1c\u65b9\u6587\u7406\u7814\u4fee\u5b66\u9662"
},
{
"id": 8771,
"name": "\u5f90\u5dde\u8d22\u7ecf\u9ad8\u7b49\u804c\u4e1a\u6280\u672f\u5b66\u6821"
}],
"name": "\u6c5f\u82cf"
},
{
"id": 9,
"school": [{
"id": 9001,
"name": "\u6d59\u6c5f\u5927\u5b66"
},
{
"id": 9002,
"name": "\u6d59\u6c5f\u7406\u5de5"
},
{
"id": 9003,
"name": "\u6d59\u6c5f\u5de5\u5927"
},
{
"id": 9004,
"name": "\u676d\u5dde\u7535\u5b50\u79d1\u5927"
},
{
"id": 9005,
"name": "\u6d59\u6c5f\u4e2d\u533b\u836f"
},
{
"id": 9006,
"name": "\u6d59\u6c5f\u5de5\u5546"
},
{
"id": 9007,
"name": "\u4e2d\u56fd\u8ba1\u91cf"
},
{
"id": 9008,
"name": "\u6d59\u6c5f\u79d1\u6280"
},
{
"id": 9009,
"name": "\u6d59\u6c5f\u519c\u6797\u5927\u5b66"
},
{
"id": 9010,
"name": "\u676d\u5dde\u5e08\u8303"
},
{
"id": 9011,
"name": "\u6d59\u6c5f\u4f20\u5a92"
},
{
"id": 9012,
"name": "\u6d59\u6c5f\u8d22\u7ecf"
},
{
"id": 9013,
"name": "\u4e2d\u56fd\u7f8e\u672f\u5b66\u9662"
},
{
"id": 9014,
"name": "\u6811\u4eba\u5927\u5b66"
},
{
"id": 9015,
"name": "\u6d59\u6c5f\u519c\u4e1a\u5546\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9016,
"name": "\u6d59\u6c5f\u4e09\u8054\u4e13\u4fee\u5b66\u9662"
},
{
"id": 9017,
"name": "\u676d\u5dde\u4e4b\u6c5f\u4e13\u4fee\u5b66\u9662"
},
{
"id": 9018,
"name": "\u4e0a\u6d77\u6749\u8fbe\u5b66\u9662\u5609\u5584\u5149\u5f6a\u5b66\u9662"
},
{
"id": 9051,
"name": "\u5b81\u6ce2\u5927\u5b66"
},
{
"id": 9052,
"name": "\u5b81\u6ce2\u5de5\u7a0b"
},
{
"id": 9053,
"name": "\u4e07\u91cc\u5b66\u9662"
},
{
"id": 9054,
"name": "\u8bfa\u4e01\u6c49\u5927\u5b66"
},
{
"id": 9101,
"name": "\u5609\u5174\u5b66\u9662"
},
{
"id": 9151,
"name": "\u6d59\u6c5f\u6d77\u6d0b"
},
{
"id": 9201,
"name": "\u6e29\u5dde\u5927\u5b66"
},
{
"id": 9202,
"name": "\u6e29\u5dde\u533b\u5b66\u9662"
},
{
"id": 9251,
"name": "\u6e56\u5dde\u5e08\u8303"
},
{
"id": 9301,
"name": "\u53f0\u5dde\u5b66\u9662"
},
{
"id": 9351,
"name": "\u7ecd\u5174\u6587\u7406\u5b66\u9662"
},
{
"id": 9401,
"name": "\u4e3d\u6c34\u5b66\u9662"
},
{
"id": 9451,
"name": "\u6d59\u6c5f\u5e08\u5927"
},
{
"id": 9501,
"name": "\u957f\u5f81\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9502,
"name": "\u516c\u5b89\u6d77\u8b66\u5b66\u9662"
},
{
"id": 9503,
"name": "\u676d\u5dde\u4e07\u5411\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9504,
"name": "\u676d\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9505,
"name": "\u6e56\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9507,
"name": "\u5609\u5174\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9508,
"name": "\u91d1\u534e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9509,
"name": "\u79d1\u6280\u6c42\u662f\u5b66\u9662"
},
{
"id": 9510,
"name": "\u4e3d\u6c34\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9511,
"name": "\u5b81\u6ce2\u57ce\u5e02\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9512,
"name": "\u5b81\u6ce2\u5927\u7ea2\u9e70\u5b66\u9662"
},
{
"id": 9513,
"name": "\u5b81\u6ce2\u5927\u5b66\u79d1\u6280\u5b66\u9662"
},
{
"id": 9514,
"name": "\u5b81\u6ce2\u5929\u4e00\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9515,
"name": "\u5b81\u6ce2\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9516,
"name": "\u8862\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9517,
"name": "\u7ecd\u5174\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9518,
"name": "\u6d59\u6c5f\u8d8a\u79c0\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 9519,
"name": "\u53f0\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9520,
"name": "\u6e29\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9521,
"name": "\u4e49\u4e4c\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9522,
"name": "\u6d59\u6c5f\u5927\u5b66\u57ce\u5e02\u5b66\u9662"
},
{
"id": 9523,
"name": "\u6d59\u6c5f\u5927\u5b66\u5b81\u6ce2\u7406\u5de5\u5b66\u9662"
},
{
"id": 9524,
"name": "\u6d59\u6c5f\u4e1c\u65b9\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9525,
"name": "\u6d59\u6c5f\u7eba\u7ec7\u670d\u88c5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9526,
"name": "\u6d59\u6c5f\u5de5\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9527,
"name": "\u6d59\u6c5f\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9528,
"name": "\u6d59\u6c5f\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9529,
"name": "\u6d59\u6c5f\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 9530,
"name": "\u6d59\u6c5f\u5e7f\u53a6\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9531,
"name": "\u6d59\u6c5f\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9532,
"name": "\u6d59\u6c5f\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9533,
"name": "\u6d59\u6c5f\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9534,
"name": "\u6d59\u6c5f\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 9535,
"name": "\u6d59\u6c5f\u91d1\u878d\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9536,
"name": "\u6d59\u6c5f\u7ecf\u6d4e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9537,
"name": "\u6d59\u6c5f\u7ecf\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9538,
"name": "\u6d59\u6c5f\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9539,
"name": "\u6d59\u6c5f\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9540,
"name": "\u6d59\u6c5f\u5546\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9541,
"name": "\u6d59\u6c5f\u6c34\u5229\u6c34\u7535\u4e13\u79d1\u5b66\u6821"
},
{
"id": 9542,
"name": "\u6d59\u6c5f\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 9543,
"name": "\u6d59\u6c5f\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 9544,
"name": "\u6d59\u6c5f\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9545,
"name": "\u6d59\u6c5f\u80b2\u82f1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9546,
"name": "\u6d59\u6c5f\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9547,
"name": "\u5609\u5174\u5357\u6d0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9548,
"name": "\u6d59\u6c5f\u56fd\u9645\u6d77\u8fd0\u804c\u4e1a\u6280\u672f\u5b66\u6821"
},
{
"id": 9549,
"name": "\u8862\u5dde\u5b66\u9662"
},
{
"id": 9552,
"name": "\u6d59\u6c5f\u56fd\u9645\u6d77\u8fd0\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9553,
"name": "\u6e29\u5dde\u5e02\u5de5\u4eba\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 9554,
"name": "\u5b81\u6ce2\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 9555,
"name": "\u6d59\u6c5f\u5609\u5174\u6559\u80b2\u5b66\u9662"
},
{
"id": 9556,
"name": "\u6d59\u6c5f\u7ecf\u6d4e\u7ba1\u7406\u804c\u5de5\u5927\u5b66"
},
{
"id": 9557,
"name": "\u6d59\u6c5f\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 9558,
"name": "\u91d1\u534e\u6559\u80b2\u5b66\u9662"
},
{
"id": 9559,
"name": "\u5b81\u6ce2\u6559\u80b2\u5b66\u9662"
},
{
"id": 9561,
"name": "\u676d\u5dde\u6210\u4eba\u79d1\u6280\u5927\u5b66"
},
{
"id": 9562,
"name": "\u676d\u5dde\u5e02\u5de5\u4eba\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 9563,
"name": "\u6d59\u6c5f\u7701\u7701\u7ea7\u673a\u5173\u804c\u5de5\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 9564,
"name": "\u6d59\u6c5f\u540c\u6d4e\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9565,
"name": "\u6d59\u6c5f\u90ae\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9566,
"name": "\u6d59\u6c5f\u4f53\u80b2\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9567,
"name": "\u53f0\u5dde\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9568,
"name": "\u6e29\u5dde\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9569,
"name": "\u6d59\u6c5f\u7406\u5de5\u5927\u5b66\u6210\u6559\u5b66\u9662\u5317\u666f\u56ed\u5206\u9662"
},
{
"id": 9570,
"name": "\u540c\u6d4e\u5927\u5b66\u6d59\u6c5f\u5b66\u9662"
},
{
"id": 9572,
"name": "\u6d59\u6c5f\u6a2a\u5e97\u5f71\u89c6\u804c\u4e1a\u5b66\u9662"
},
{
"id": 9573,
"name": "\u676d\u5dde\u79d1\u6280\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9577,
"name": "\u6d59\u6c5f\u6c7d\u8f66\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9578,
"name": "\u4e2d\u56fd\u7f8e\u672f\u5b66\u9662\u827a\u672f\u8bbe\u8ba1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9579,
"name": "\u91d1\u534e\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 9580,
"name": "\u676d\u5dde\u8001\u548c\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 9581,
"name": "\u676d\u5dde\u5e08\u8303\u5927\u5b66\u94b1\u6c5f\u5b66\u9662"
},
{
"id": 9582,
"name": "\u6d59\u6c5f\u65b0\u4e16\u7eaa\u7ecf\u8d38\u4e13\u4fee\u5b66\u9662"
},
{
"id": 9584,
"name": "\u676d\u5dde\u4eba\u6587\u4e13\u4fee\u5b66\u9662"
},
{
"id": 9585,
"name": "\u4e0a\u6d77\u8d22\u7ecf\u5927\u5b66\u6d59\u6c5f\u5b66\u9662"
},
{
"id": 9586,
"name": "\u6d59\u6c5f\u5e08\u8303\u5927\u5b66\u884c\u77e5\u5b66\u9662"
},
{
"id": 9587,
"name": "\u6d59\u6c5f\u7406\u5de5\u5927\u5b66\u79d1\u6280\u4e0e\u827a\u672f\u5b66\u9662"
},
{
"id": 9589,
"name": "\u6d59\u6c5f\u5de5\u4e1a\u5927\u5b66\u4e4b\u6c5f\u5b66\u9662"
},
{
"id": 9591,
"name": "\u676d\u5dde\u6c5f\u5357\u4e13\u4fee\u5b66\u9662"
},
{
"id": 9592,
"name": "\u6c5f\u5357\u4e13\u4fee\u5b66\u9662"
}],
"name": "\u6d59\u6c5f"
},
{
"id": 10,
"school": [{
"id": 10001,
"name": "\u897f\u5b89\u4ea4\u5927"
},
{
"id": 10002,
"name": "\u957f\u5b89\u5927\u5b66"
},
{
"id": 10003,
"name": "\u897f\u5317\u5de5\u5927"
},
{
"id": 10004,
"name": "\u897f\u5317\u5927\u5b66"
},
{
"id": 10005,
"name": "\u9655\u897f\u5e08\u5927"
},
{
"id": 10006,
"name": "\u897f\u5b89\u7535\u5b50\u79d1\u5927"
},
{
"id": 10007,
"name": "\u897f\u5b89\u7406\u5de5"
},
{
"id": 10008,
"name": "\u897f\u5b89\u79d1\u5927"
},
{
"id": 10009,
"name": "\u897f\u5b89\u5de5\u5927"
},
{
"id": 10010,
"name": "\u897f\u5916"
},
{
"id": 10011,
"name": "\u897f\u90ae"
},
{
"id": 10012,
"name": "\u897f\u5b89\u533b\u5b66\u9662"
},
{
"id": 10013,
"name": "\u897f\u5b89\u8d22\u7ecf"
},
{
"id": 10014,
"name": "\u897f\u5317\u653f\u6cd5"
},
{
"id": 10015,
"name": "\u897f\u5b89\u4f53\u9662"
},
{
"id": 10016,
"name": "\u897f\u5b89\u7f8e\u9662"
},
{
"id": 10017,
"name": "\u897f\u5b89\u97f3\u4e50\u5b66\u9662"
},
{
"id": 10018,
"name": "\u897f\u5b89\u6587\u7406\u5b66\u9662"
},
{
"id": 10019,
"name": "\u897f\u4eac\u5b66\u9662"
},
{
"id": 10020,
"name": "\u897f\u5b89\u7ffb\u8bd1\u5b66\u9662"
},
{
"id": 10021,
"name": "\u57f9\u534e\u5b66\u9662"
},
{
"id": 10022,
"name": "\u6b27\u4e9a\u5b66\u9662"
},
{
"id": 10023,
"name": "\u897f\u5b89\u5916\u4e8b"
},
{
"id": 10024,
"name": "\u9655\u897f\u5de5\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10025,
"name": "\u897f\u5b89\u77f3\u6cb9"
},
{
"id": 10026,
"name": "\u897f\u5b89\u5efa\u7b51\u79d1\u5927"
},
{
"id": 10027,
"name": "\u7b2c\u56db\u519b\u533b\u5927\u5b66"
},
{
"id": 10028,
"name": "\u897f\u5b89\u7535\u5b50\u79d1\u6280\u5927\u5b66\u9ad8\u7b49\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10029,
"name": "\u897f\u5317\u5de5\u4e1a\u5927\u5b66\u660e\u5fb7\u5b66\u9662"
},
{
"id": 10030,
"name": "\u9655\u897f\u5e08\u8303\u5927\u5b66\u9ad8\u7b49\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10031,
"name": "\u957f\u5b89\u5927\u5b66\u5174\u534e\u5b66\u9662"
},
{
"id": 10032,
"name": "\u897f\u5b89\u6570\u5b57\u6280\u672f\u5b66\u9662 "
},
{
"id": 10033,
"name": "\u9655\u897f\u5de5\u5546\u804c\u4e1a\u5b66\u9662\u00a0"
},
{
"id": 10051,
"name": "\u5ef6\u5b89\u5927\u5b66"
},
{
"id": 10101,
"name": "\u9655\u897f\u4e2d\u533b\u5b66\u9662"
},
{
"id": 10102,
"name": "\u54b8\u9633\u5e08\u8303\u5b66\u9662"
},
{
"id": 10103,
"name": "\u9655\u897f\u79d1\u5927"
},
{
"id": 10151,
"name": "\u5b9d\u9e21\u6587\u7406\u5b66\u9662"
},
{
"id": 10201,
"name": "\u6e2d\u5357\u5e08\u8303"
},
{
"id": 10251,
"name": "\u9655\u897f\u7406\u5de5"
},
{
"id": 10301,
"name": "\u6986\u6797\u5b66\u9662"
},
{
"id": 10351,
"name": "\u5546\u6d1b\u5b66\u9662"
},
{
"id": 10401,
"name": "\u5b89\u5eb7\u5b66\u9662"
},
{
"id": 10451,
"name": "\u897f\u5317\u519c\u6797\u79d1\u5927"
},
{
"id": 10501,
"name": "\u5b89\u5eb7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10502,
"name": "\u5b9d\u9e21\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10503,
"name": "\u6c49\u4e2d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10504,
"name": "\u9655\u897f\u8d22\u7ecf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10505,
"name": "\u9655\u897f\u7535\u5b50\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10506,
"name": "\u9655\u897f\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10507,
"name": "\u9655\u897f\u7eba\u7ec7\u670d\u88c5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10508,
"name": "\u9655\u897f\u670d\u88c5\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10509,
"name": "\u9655\u897f\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10510,
"name": "\u9655\u897f\u56fd\u9632\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10511,
"name": "\u9655\u897f\u56fd\u9645\u5546\u8d38\u5b66\u9662"
},
{
"id": 10512,
"name": "\u9655\u897f\u822a\u7a7a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10513,
"name": "\u9655\u897f\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10514,
"name": "\u9655\u897f\u7ecf\u6d4e\u7ba1\u7406\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10515,
"name": "\u9655\u897f\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10516,
"name": "\u9655\u897f\u65c5\u6e38\u70f9\u996a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10517,
"name": "\u9655\u897f\u80fd\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10518,
"name": "\u9655\u897f\u9752\u5e74\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10519,
"name": "\u9655\u897f\u94c1\u8def\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10520,
"name": "\u9655\u897f\u90ae\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10521,
"name": "\u9655\u897f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10522,
"name": "\u5546\u6d1b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10523,
"name": "\u94dc\u5ddd\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10524,
"name": "\u6e2d\u5357\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10525,
"name": "\u897f\u5b89\u7535\u529b\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 10526,
"name": "\u897f\u5b89\u4e1c\u65b9\u4e9a\u592a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10527,
"name": "\u897f\u5b89\u9ad8\u65b0\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10529,
"name": "\u897f\u5b89\u6d77\u68e0\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10530,
"name": "\u897f\u5b89\u822a\u7a7a\u6280\u672f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 10531,
"name": "\u897f\u5b89\u822a\u7a7a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10532,
"name": "\u897f\u5b89\u79d1\u6280\u5546\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10533,
"name": "\u897f\u5b89\u6c7d\u8f66\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10534,
"name": "\u897f\u5b89\u4e09\u8d44\u804c\u4e1a\u5b66\u9662"
},
{
"id": 10535,
"name": "\u897f\u5b89\u601d\u6e90\u5b66\u9662"
},
{
"id": 10536,
"name": "\u897f\u5b89\u94c1\u8def\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10537,
"name": "\u897f\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10538,
"name": "\u54b8\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10540,
"name": "\u5ef6\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10541,
"name": "\u6768\u51cc\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 10542,
"name": "\u9655\u897f\u94f6\u884c\u5b66\u6821"
},
{
"id": 10543,
"name": "\u897f\u5b89\u673a\u7535\u4fe1\u606f\u6280\u672f\u5b66\u9662"
},
{
"id": 10544,
"name": "\u9655\u897f\u6559\u80b2\u5b66\u9662"
},
{
"id": 10546,
"name": "\u9655\u897f\u7701\u65c5\u6e38\u5b66\u6821"
},
{
"id": 10547,
"name": "\u897f\u5b89\u94c1\u8def\u5de5\u7a0b\u804c\u5de5\u5927\u5b66"
},
{
"id": 10549,
"name": "\u897f\u5b89\u534e\u897f\u4e13\u4fee\u5927\u5b66"
},
{
"id": 10550,
"name": "\u897f\u5b89\u822a\u7a7a\u804c\u5de5\u5927\u5b66"
},
{
"id": 10551,
"name": "\u897f\u5b89\u5efa\u7b51\u79d1\u6280\u5927\u5b66\u534e\u6e05\u5b66\u9662"
},
{
"id": 10552,
"name": "\u897f\u5b89\u8d22\u7ecf\u5b66\u9662\u884c\u77e5\u5b66\u9662"
},
{
"id": 10553,
"name": "\u9655\u897f\u79d1\u6280\u5927\u5b66\u9550\u4eac\u5b66\u9662"
},
{
"id": 10554,
"name": "\u897f\u5b89\u5de5\u4e1a\u5927\u5b66\u5317\u65b9\u4fe1\u606f\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 10555,
"name": "\u5ef6\u5b89\u5927\u5b66\u897f\u5b89\u521b\u65b0\u5b66\u9662"
},
{
"id": 10556,
"name": "\u897f\u5b89\u7535\u5b50\u79d1\u6280\u5927\u5b66\u957f\u5b89\u5b66\u9662"
},
{
"id": 10559,
"name": "\u897f\u5b89\u7406\u5de5\u5927\u5b66\u9ad8\u79d1\u5b66\u9662"
},
{
"id": 10560,
"name": "\u897f\u5b89\u79d1\u6280\u5927\u5b66\u9ad8\u65b0\u5b66\u9662"
},
{
"id": 10563,
"name": "\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u57ce\u5e02\u5b66\u9662"
},
{
"id": 10564,
"name": "\u897f\u5317\u5927\u5b66\u73b0\u4ee3\u5b66\u9662"
},
{
"id": 10565,
"name": "\u897f\u5b89\u5de5\u7a0b\u6280\u672f\u5b66\u9662"
},
{
"id": 10566,
"name": "\u9655\u897f\u822a\u5929\u804c\u5de5\u5927\u5b66"
},
{
"id": 10568,
"name": "\u9655\u897f\u5de5\u8fd0\u5b66\u9662"
},
{
"id": 10569,
"name": "\u9655\u897f\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 10570,
"name": "\u9655\u897f\u7701\u5efa\u7b51\u804c\u5de5\u5927\u5b66"
},
{
"id": 10571,
"name": "\u9655\u897f\u901a\u4fe1\u6280\u672f\u5b66\u9662"
},
{
"id": 10575,
"name": "\u897f\u5b89\u822a\u7a7a\u65c5\u6e38\u5b66\u9662"
},
{
"id": 10579,
"name": "\u897f\u5b89\u5de5\u7a0b\u673a\u68b0\u4e13\u4fee\u5b66\u9662"
},
{
"id": 10581,
"name": "\u9655\u897f\u5efa\u8bbe\u6280\u672f\u5b66\u9662"
},
{
"id": 10582,
"name": "\u897f\u5b89\u51b6\u91d1\u5efa\u7b51\u4e13\u4fee\u5b66\u9662"
},
{
"id": 10583,
"name": "\u00a0\u897f\u5b89\u8054\u5408\u804c\u4e1a\u57f9\u8bad\u5b66\u9662"
},
{
"id": 10584,
"name": "\u897f\u5b89\u5916\u8d38\u804c\u5de5\u5927\u5b66"
},
{
"id": 10585,
"name": "\u897f\u5b89\u91d1\u878d\u8d22\u8d38\u5b66\u9662"
},
{
"id": 10586,
"name": "\u897f\u5b89\u6280\u5e08\u5b66\u9662"
}],
"name": "\u9655\u897f"
},
{
"id": 11,
"school": [{
"id": 11001,
"name": "\u6b66\u6c49\u5927\u5b66"
},
{
"id": 11002,
"name": "\u534e\u4e2d\u79d1\u5927"
},
{
"id": 11003,
"name": "\u534e\u4e2d\u519c\u5927"
},
{
"id": 11004,
"name": "\u6b66\u6c49\u7406\u5de5"
},
{
"id": 11005,
"name": "\u4e2d\u56fd\u5730\u8d28\u5927\u5b66\uff08\u6b66\u6c49\uff09"
},
{
"id": 11006,
"name": "\u4e2d\u5357\u8d22\u7ecf\u653f\u6cd5\u5927\u5b66"
},
{
"id": 11007,
"name": "\u4e2d\u5357\u6c11\u65cf\u5927\u5b66"
},
{
"id": 11008,
"name": "\u534e\u4e2d\u5e08\u5927"
},
{
"id": 11009,
"name": "\u6b66\u6c49\u5de5\u4e1a\u5b66\u9662"
},
{
"id": 11010,
"name": "\u6b66\u6c49\u7eba\u7ec7\u5927\u5b66"
},
{
"id": 11011,
"name": "\u6e56\u5317\u4e2d\u533b\u836f\u5927\u5b66"
},
{
"id": 11012,
"name": "\u6e56\u5317\u7ecf\u6d4e\u5b66\u9662"
},
{
"id": 11013,
"name": "\u6e56\u5317\u8b66\u5b98\u5b66\u9662"
},
{
"id": 11014,
"name": "\u6b66\u6c49\u4f53\u9662"
},
{
"id": 11015,
"name": "\u6e56\u5317\u7f8e\u9662"
},
{
"id": 11016,
"name": "\u6b66\u6c49\u97f3\u4e50\u5b66\u9662"
},
{
"id": 11017,
"name": "\u6b66\u6c49\u751f\u7269\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 11018,
"name": "\u6e56\u5317\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 11019,
"name": "\u6e56\u5317\u5927\u5b66"
},
{
"id": 11020,
"name": "\u6c5f\u6c49\u5927\u5b66"
},
{
"id": 11021,
"name": "\u6b66\u6c49\u5de5\u5927"
},
{
"id": 11022,
"name": "\u6b66\u6c49\u79d1\u5927"
},
{
"id": 11023,
"name": "\u6e56\u5317\u7f8e\u672f\u5b66\u9662\u7ee7\u7eed\u6559\u80b2\u5b66\u9662"
},
{
"id": 11024,
"name": "\u534e\u4e2d\u519c\u4e1a\u5927\u5b66\u695a\u5929\u5b66\u9662"
},
{
"id": 11025,
"name": "\u6e56\u5317\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11026,
"name": "\u4e09\u5ce1\u65c5\u6e38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11051,
"name": "\u957f\u6c5f\u5927\u5b66"
},
{
"id": 11101,
"name": "\u4e09\u5ce1\u5927\u5b66"
},
{
"id": 11151,
"name": "\u6e56\u5317\u6c7d\u9662"
},
{
"id": 11152,
"name": "\u6e56\u5317\u533b\u836f\u5b66\u9662"
},
{
"id": 11201,
"name": "\u6e56\u5317\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 11251,
"name": "\u6e56\u5317\u5e08\u8303\u5b66\u9662"
},
{
"id": 11252,
"name": "\u6e56\u5317\u7406\u5de5\u5b66\u9662"
},
{
"id": 11301,
"name": "\u9ec4\u5188\u5e08\u9662"
},
{
"id": 11351,
"name": "\u6e56\u5317\u6c11\u65cf\u5b66\u9662"
},
{
"id": 11401,
"name": "\u6e56\u5317\u6587\u7406\u5b66\u9662"
},
{
"id": 11451,
"name": "\u6e56\u5317\u79d1\u6280\u5b66\u9662"
},
{
"id": 11501,
"name": "\u957f\u6c5f\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11502,
"name": "\u957f\u6c5f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11504,
"name": "\u9102\u4e1c\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11505,
"name": "\u9102\u5dde\u5927\u5b66"
},
{
"id": 11507,
"name": "\u6069\u65bd\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11508,
"name": "\u6e56\u5317\u8d22\u7ecf\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 11509,
"name": "\u6e56\u5317\u8d22\u7a0e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11510,
"name": "\u6e56\u5317\u57ce\u5e02\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11511,
"name": "\u6e56\u5317\u5de5\u4e1a\u5927\u5b66\u5546\u8d38\u5b66\u9662"
},
{
"id": 11512,
"name": "\u6e56\u5317\u56fd\u571f\u8d44\u6e90\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11513,
"name": "\u6e56\u5317\u9ec4\u77f3\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11514,
"name": "\u6e56\u5317\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11515,
"name": "\u6e56\u5317\u7b2c\u4e8c\u5e08\u8303\u5b66\u9662"
},
{
"id": 11516,
"name": "\u6e56\u5317\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 11517,
"name": "\u6e56\u5317\u5f00\u653e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11518,
"name": "\u6e56\u5317\u6c11\u65cf\u5b66\u9662\u79d1\u6280\u5b66\u9662"
},
{
"id": 11519,
"name": "\u6e56\u5317\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11520,
"name": "\u6e56\u5317\u4e09\u5ce1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11521,
"name": "\u6e56\u5317\u751f\u6001\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11522,
"name": "\u6e56\u5317\u751f\u7269\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11523,
"name": "\u6e56\u5317\u7701\u6c34\u5229\u6c34\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11524,
"name": "\u6e56\u5317\u5e08\u8303\u5b66\u9662\u6587\u7406\u5b66\u9662"
},
{
"id": 11525,
"name": "\u6e56\u5317\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11526,
"name": "\u6e56\u5317\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11527,
"name": "\u6e56\u5317\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 11528,
"name": "\u9ec4\u5188\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11529,
"name": "\u9ec4\u5188\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11530,
"name": "\u6c5f\u6c49\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11531,
"name": "\u8346\u695a\u7406\u5de5\u5b66\u9662"
},
{
"id": 11532,
"name": "\u8346\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11533,
"name": "\u8346\u5dde\u7406\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11534,
"name": "\u6c99\u6d0b\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 11535,
"name": "\u5341\u5830\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11536,
"name": "\u968f\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11537,
"name": "\u6b66\u6c49\u8239\u8236\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11538,
"name": "\u6b66\u6c49\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11539,
"name": "\u6b66\u6c49\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11541,
"name": "\u6b66\u6c49\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11542,
"name": "\u6b66\u6c49\u822a\u6d77\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11543,
"name": "\u6b66\u6c49\u4ea4\u901a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11544,
"name": "\u6b66\u6c49\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11545,
"name": "\u6b66\u6c49\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11546,
"name": "\u6b66\u6c49\u7406\u5de5\u5927\u5b66\u534e\u590f\u5b66\u9662"
},
{
"id": 11547,
"name": "\u6b66\u6c49\u6c11\u653f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11548,
"name": "\u6b66\u6c49\u8f6f\u4ef6\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11549,
"name": "\u6b66\u6c49\u5546\u8d38\u5b66\u9662"
},
{
"id": 11550,
"name": "\u6b66\u6c49\u5546\u4e1a\u670d\u52a1\u5b66\u9662"
},
{
"id": 11551,
"name": "\u6b66\u6c49\u65f6\u4ee3\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11552,
"name": "\u6b66\u6c49\u94c1\u8def\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11553,
"name": "\u6b66\u6c49\u5916\u8bed\u5916\u4e8b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11554,
"name": "\u6b66\u6c49\u4fe1\u606f\u4f20\u64ad\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11556,
"name": "\u6b66\u6c49\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11557,
"name": "\u4ed9\u6843\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11558,
"name": "\u54b8\u5b81\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11559,
"name": "\u8944\u6a0a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11560,
"name": "\u6e56\u5317\u5de5\u7a0b\u5b66\u9662\u65b0\u6280\u672f\u5b66\u9662"
},
{
"id": 11561,
"name": "\u90e7\u9633\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 11562,
"name": "\u6b66\u6c49\u957f\u6c5f\u5de5\u5546\u5b66\u9662"
},
{
"id": 11563,
"name": "\u9ec4\u5188\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 11564,
"name": "\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u6587\u534e\u5b66\u9662"
},
{
"id": 11566,
"name": "\u6c49\u53e3\u5b66\u9662"
},
{
"id": 11567,
"name": "\u6e56\u5317\u5927\u5b66\u77e5\u884c\u5b66\u9662"
},
{
"id": 11568,
"name": "\u4e09\u5ce1\u5927\u5b66\u79d1\u6280\u5b66\u9662"
},
{
"id": 11570,
"name": "\u6e56\u5317\u5de5\u4e1a\u5927\u5b66\u5de5\u7a0b\u6280\u672f\u5b66\u9662"
},
{
"id": 11571,
"name": "\u6b66\u6c49\u5de5\u4e1a\u5b66\u9662\u5de5\u5546\u5b66\u9662"
},
{
"id": 11572,
"name": "\u6b66\u6c49\u5de5\u7a0b\u5927\u5b66\u90ae\u7535\u4e0e\u4fe1\u606f\u5de5\u7a0b\u5b66\u9662\u3000"
},
{
"id": 11573,
"name": "\u6b66\u6c49\u79d1\u6280\u5b66\u9662\u5916\u7ecf\u8d38\u5b66\u9662"
},
{
"id": 11574,
"name": "\u6c5f\u6c49\u5927\u5b66\u6587\u7406\u5b66\u9662"
},
{
"id": 11575,
"name": "\u6e56\u5317\u6c7d\u8f66\u5de5\u4e1a\u5b66\u9662\u79d1\u6280\u5b66\u9662"
},
{
"id": 11576,
"name": "\u6e56\u5317\u7ecf\u6d4e\u5b66\u9662\u6cd5\u5546\u5b66\u9662\u3000"
},
{
"id": 11577,
"name": "\u6b66\u6c49\u4f53\u80b2\u5b66\u9662\u4f53\u80b2\u79d1\u6280\u5b66\u9662"
},
{
"id": 11579,
"name": "\u6e56\u5317\u533b\u836f\u5b66\u9662\u836f\u62a4\u5b66\u9662"
},
{
"id": 11580,
"name": "\u6e56\u5317\u6587\u7406\u5b66\u9662\u7406\u5de5\u5b66\u9662"
},
{
"id": 11581,
"name": "\u4e2d\u56fd\u5730\u8d28\u5927\u5b66\u6c5f\u57ce\u5b66\u9662"
},
{
"id": 11582,
"name": "\u957f\u6c5f\u5927\u5b66\u6587\u7406\u5b66\u9662"
},
{
"id": 11583,
"name": "\u957f\u6c5f\u5927\u5b66\u5de5\u7a0b\u6280\u672f\u5b66\u9662"
},
{
"id": 11584,
"name": "\u534e\u4e2d\u5e08\u8303\u5927\u5b66\u6b66\u6c49\u4f20\u5a92\u5b66\u9662"
},
{
"id": 11585,
"name": "\u6b66\u6c49\u4e1c\u6e56\u5b66\u9662"
},
{
"id": 11587,
"name": "\u4e2d\u5357\u8d22\u7ecf\u653f\u6cd5\u6b66\u6c49\u5b66\u9662"
},
{
"id": 11588,
"name": "\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u6b66\u660c\u5206\u6821\u3000"
},
{
"id": 11589,
"name": "\u6b66\u6c49\u5de5\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11590,
"name": "\u4e09\u5ce1\u7535\u529b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11591,
"name": "\u6e56\u5317\u9752\u5e74\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11595,
"name": "\u6b66\u6c49\u8bed\u8a00\u6587\u5316\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11596,
"name": "\u9ec4\u77f3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11597,
"name": "\u6d77\u519b\u5de5\u7a0b\u5927\u5b66"
},
{
"id": 11598,
"name": "\u6e56\u5317\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 11599,
"name": "\u6b66\u6c49\u79d1\u6280\u5927\u5b66\u57ce\u5e02\u5b66\u9662"
},
{
"id": 11600,
"name": "\u5b9c\u660c\u5e02\u5546\u4e1a\u5b66\u6821"
},
{
"id": 11603,
"name": "\u6e56\u5317\u6fb3\u65b0\u6559\u80b2\u4e13\u4fee\u5b66\u9662"
},
{
"id": 11604,
"name": "\u6b66\u6c49\u57ce\u5e02\u5efa\u8bbe\u5b66\u9662"
},
{
"id": 11605,
"name": "\u6e56\u5317\u5b5d\u611f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 11606,
"name": "\u845b\u6d32\u575d\u6c34\u7535\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 11608,
"name": "\u6b66\u6c49\u51b6\u91d1\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 11609,
"name": "\u6b66\u6c49\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 11610,
"name": "\u6b66\u6c49\u5927\u5b66\u73de\u73c8\u5b66\u9662"
}],
"name": "\u6e56\u5317"
},
{
"id": 12,
"school": [{
"id": 12001,
"name": "\u534e\u5357\u7406\u5de5\u5927\u5b66"
},
{
"id": 12002,
"name": "\u4e2d\u5c71\u5927\u5b66"
},
{
"id": 12003,
"name": "\u66a8\u5357\u5927\u5b66"
},
{
"id": 12004,
"name": "\u534e\u5357\u5e08\u8303\u5927\u5b66"
},
{
"id": 12005,
"name": "\u5e7f\u4e1c\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 12006,
"name": "\u534e\u5357\u519c\u4e1a\u5927\u5b66"
},
{
"id": 12007,
"name": "\u5e7f\u5dde\u5927\u5b66"
},
{
"id": 12008,
"name": "\u5e7f\u4e1c\u5916\u8bed\u5916\u8d38\u5927\u5b66"
},
{
"id": 12009,
"name": "\u5e7f\u5dde\u4e2d\u533b\u836f\u5927\u5b66"
},
{
"id": 12010,
"name": "\u5357\u65b9\u533b\u79d1\u5927\u5b66"
},
{
"id": 12011,
"name": "\u5357\u65b9\u79d1\u6280\u5927\u5b66"
},
{
"id": 12012,
"name": "\u4ef2\u607a\u519c\u4e1a\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 12013,
"name": "\u5e7f\u5dde\u533b\u5b66\u9662"
},
{
"id": 12014,
"name": "\u5e7f\u4e1c\u836f\u5b66\u9662"
},
{
"id": 12015,
"name": "\u5e7f\u4e1c\u91d1\u878d\u5b66\u9662"
},
{
"id": 12016,
"name": "\u5e7f\u4e1c\u5546\u5b66\u9662"
},
{
"id": 12017,
"name": "\u5e7f\u4e1c\u8b66\u5b98\u5b66\u9662"
},
{
"id": 12018,
"name": "\u5e7f\u5dde\u4f53\u80b2\u5b66\u9662"
},
{
"id": 12019,
"name": "\u5e7f\u5dde\u7f8e\u672f\u5b66\u9662"
},
{
"id": 12020,
"name": "\u661f\u6d77\u97f3\u4e50\u5b66\u9662"
},
{
"id": 12021,
"name": "\u5e7f\u4e1c\u6280\u672f\u5e08\u8303\u5b66\u9662"
},
{
"id": 12022,
"name": "\u5e7f\u4e1c\u57f9\u6b63\u5b66\u9662"
},
{
"id": 12023,
"name": "\u5e7f\u4e1c\u767d\u4e91\u5b66\u9662"
},
{
"id": 12024,
"name": "\u6e05\u534e\u5927\u5b66\u6df1\u5733\u7814\u7a76\u751f\u9662"
},
{
"id": 12051,
"name": "\u6df1\u5733\u5927\u5b66"
},
{
"id": 12101,
"name": "\u6c55\u5934\u5927\u5b66"
},
{
"id": 12151,
"name": "\u4e94\u9091\u5927\u5b66"
},
{
"id": 12201,
"name": "\u8087\u5e86\u5b66\u9662"
},
{
"id": 12251,
"name": "\u5e7f\u4e1c\u77f3\u6cb9\u5316\u5de5\u5b66\u9662"
},
{
"id": 12301,
"name": "\u4e1c\u839e\u7406\u5de5"
},
{
"id": 12351,
"name": "\u5e7f\u4e1c\u533b\u5b66\u9662"
},
{
"id": 12352,
"name": "\u6e5b\u6c5f\u5e08\u8303"
},
{
"id": 12353,
"name": "\u5e7f\u4e1c\u6d77\u6d0b"
},
{
"id": 12401,
"name": "\u97f6\u5173\u5b66\u9662"
},
{
"id": 12451,
"name": "\u97e9\u5c71\u5e08\u8303"
},
{
"id": 12501,
"name": "\u5609\u5e94\u5b66\u9662"
},
{
"id": 12551,
"name": "\u60e0\u5dde\u5b66\u9662"
},
{
"id": 12601,
"name": "\u4f5b\u5c71\u79d1\u6280\u5b66\u9662"
},
{
"id": 12602,
"name": "\u4e2d\u5c71\u5927\u5b66\u5357\u65b9\u5b66\u9662"
},
{
"id": 12603,
"name": "\u5e7f\u4e1c\u5916\u8bed\u5916\u8d38\u5927\u5b66\u5357\u56fd\u5546\u5b66\u9662"
},
{
"id": 12604,
"name": "\u534e\u5357\u7406\u5de5\u5927\u5b66\u5e7f\u5dde\u6c7d\u8f66\u5b66\u9662"
},
{
"id": 12701,
"name": "\u5317\u4eac\u7406\u5de5\u5927\u5b66\u73e0\u6d77\u5b66\u9662"
},
{
"id": 12702,
"name": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u73e0\u6d77\u5206\u6821"
},
{
"id": 12703,
"name": "\u7535\u5b50\u79d1\u6280\u5927\u5b66\u4e2d\u5c71\u5b66\u9662"
},
{
"id": 12704,
"name": "\u4e1c\u839e\u7406\u5de5\u5b66\u9662\u57ce\u5e02\u5b66\u9662"
},
{
"id": 12705,
"name": "\u5e7f\u4e1c\u79d1\u6280\u5b66\u9662"
},
{
"id": 12706,
"name": "\u756a\u79ba\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12707,
"name": "\u4f5b\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12708,
"name": "\u5e7f\u4e1c\u8d22\u7ecf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12709,
"name": "\u5e7f\u4e1c\u6f6e\u6c55\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12710,
"name": "\u5e7f\u4e1c\u7eba\u7ec7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12711,
"name": "\u5e7f\u4e1c\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12712,
"name": "\u5e7f\u4e1c\u5de5\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12713,
"name": "\u5e7f\u4e1c\u5de5\u4e1a\u5927\u5b66\u534e\u7acb\u5b66\u9662"
},
{
"id": 12714,
"name": "\u5e7f\u4e1c\u6d77\u6d0b\u5927\u5b66\u5bf8\u91d1\u5b66\u9662"
},
{
"id": 12715,
"name": "\u5e7f\u4e1c\u6d77\u6d0b\u5927\u5b66\u6d77\u6ee8\u5b66\u9662"
},
{
"id": 12717,
"name": "\u5e7f\u4e1c\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12719,
"name": "\u5e7f\u4e1c\u5efa\u534e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12720,
"name": "\u5e7f\u4e1c\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12721,
"name": "\u5e7f\u4e1c\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12722,
"name": "\u5e7f\u4e1c\u7b2c\u4e8c\u5e08\u8303\u5b66\u9662"
},
{
"id": 12723,
"name": "\u5e7f\u4e1c\u79d1\u5b66\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12724,
"name": "\u5e7f\u4e1c\u7406\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12725,
"name": "\u5e7f\u4e1c\u5cad\u5357\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12726,
"name": "\u5e7f\u4e1c\u519c\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12727,
"name": "\u5e7f\u4e1c\u5973\u5b50\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12728,
"name": "\u5e7f\u4e1c\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12729,
"name": "\u5e7f\u4e1c\u7701\u65b0\u95fb\u51fa\u7248\u6280\u5e08\u5b66\u9662"
},
{
"id": 12730,
"name": "\u5e7f\u4e1c\u6c34\u5229\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12731,
"name": "\u5e7f\u4e1c\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12732,
"name": "\u5e7f\u4e1c\u677e\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12733,
"name": "\u5e7f\u4e1c\u4f53\u80b2\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12734,
"name": "\u5e7f\u4e1c\u5916\u8bed\u5916\u8d38\u5927\u5b66\u516c\u5f00\u5b66\u9662"
},
{
"id": 12735,
"name": "\u5e7f\u4e1c\u5916\u8bed\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12736,
"name": "\u5e7f\u4e1c\u6587\u827a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12737,
"name": "\u5e7f\u4e1c\u65b0\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12738,
"name": "\u5e7f\u4e1c\u884c\u653f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12739,
"name": "\u5e7f\u4e1c\u4e9a\u89c6\u6f14\u827a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12740,
"name": "\u5e7f\u4e1c\u90ae\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12741,
"name": "\u5e7f\u5dde\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12743,
"name": "\u5e7f\u5dde\u5927\u5b66\u534e\u8f6f\u8f6f\u4ef6\u5b66\u9662"
},
{
"id": 12744,
"name": "\u5e7f\u5dde\u5927\u5b66\u5e02\u653f\u6280\u672f\u5b66\u9662"
},
{
"id": 12745,
"name": "\u5e7f\u5dde\u5927\u5b66\u677e\u7530\u5b66\u9662"
},
{
"id": 12746,
"name": "\u5e7f\u5dde\u5de5\u7a0b\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12747,
"name": "\u5e7f\u5dde\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12748,
"name": "\u5e7f\u5dde\u822a\u6d77\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 12749,
"name": "\u5e7f\u5dde\u534e\u7acb\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12750,
"name": "\u5e7f\u5dde\u534e\u5357\u5546\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12751,
"name": "\u5e7f\u5dde\u5eb7\u5927\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12752,
"name": "\u5e7f\u5dde\u79d1\u6280\u8d38\u6613\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12753,
"name": "\u5e7f\u5dde\u79d1\u6280\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12754,
"name": "\u5e7f\u5dde\u6c11\u822a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12755,
"name": "\u5e7f\u5dde\u5357\u6d0b\u7406\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12756,
"name": "\u5e7f\u5dde\u6d89\u5916\u7ecf\u6d4e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12757,
"name": "\u5e7f\u5dde\u4f53\u80b2\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12758,
"name": "\u5e7f\u5dde\u94c1\u8def\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12759,
"name": "\u5e7f\u5dde\u73b0\u4ee3\u4fe1\u606f\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12760,
"name": "\u6cb3\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12761,
"name": "\u534e\u6fb3\u56fd\u9645\u4f1a\u8ba1\u5b66\u9662"
},
{
"id": 12762,
"name": "\u534e\u5357\u519c\u4e1a\u5927\u5b66\u73e0\u6c5f\u5b66\u9662"
},
{
"id": 12763,
"name": "\u534e\u5357\u5e08\u8303\u5927\u5b66\u589e\u57ce\u5b66\u9662"
},
{
"id": 12764,
"name": "\u60e0\u5dde\u7ecf\u6d4e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12765,
"name": "\u5409\u6797\u5927\u5b66\u73e0\u6d77\u5b66\u9662"
},
{
"id": 12766,
"name": "\u6c5f\u95e8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12767,
"name": "\u63ed\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12768,
"name": "\u7f57\u5b9a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12769,
"name": "\u8302\u540d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12770,
"name": "\u5357\u534e\u5de5\u5546\u5b66\u9662"
},
{
"id": 12771,
"name": "\u5357\u6d77\u4e1c\u8f6f\u4fe1\u606f\u6280\u672f\u5b66\u9662"
},
{
"id": 12772,
"name": "\u6e05\u8fdc\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12773,
"name": "\u6c55\u5934\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12774,
"name": "\u6c55\u5c3e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12775,
"name": "\u6df1\u5733\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12776,
"name": "\u6df1\u5733\u632f\u897f\u79d1\u6280\u5b66\u9662"
},
{
"id": 12777,
"name": "\u6df1\u5733\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12778,
"name": "\u987a\u5fb7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12779,
"name": "\u79c1\u7acb\u534e\u8054\u5b66\u9662"
},
{
"id": 12780,
"name": "\u9633\u6c5f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12781,
"name": "\u6e5b\u6c5f\u6280\u5e08\u5b66\u9662"
},
{
"id": 12783,
"name": "\u6e5b\u5e08\u57fa\u7840\u6559\u80b2\u5b66\u9662"
},
{
"id": 12784,
"name": "\u8087\u5e86\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12785,
"name": "\u8087\u5e86\u79d1\u6280\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12786,
"name": "\u8087\u5e86\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 12787,
"name": "\u4e2d\u5c71\u706b\u70ac\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12788,
"name": "\u73e0\u6d77\u57ce\u5e02\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12789,
"name": "\u73e0\u6d77\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12790,
"name": "\u9075\u4e49\u533b\u5b66\u9662\u73e0\u6d77\u6821\u533a"
},
{
"id": 12791,
"name": "\u5e7f\u4e1c\u6280\u672f\u5e08\u8303\u5b66\u9662\u5929\u6cb3\u5206\u6821"
},
{
"id": 12792,
"name": "\u5e7f\u4e1c\u79d1\u5b66\u6280\u672f\u804c\u4e1a\u5b66\u9662\u56fd\u9632\u5de5\u5927"
},
{
"id": 12793,
"name": "\u8302\u540d\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 12794,
"name": "\u5e7f\u4e1c\u77f3\u6cb9\u5316\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u6821"
},
{
"id": 12795,
"name": "\u4e2d\u5c71\u5927\u5b66\u65b0\u534e\u5b66\u9662"
},
{
"id": 12796,
"name": "\u5e7f\u4e1c\u5546\u5b66\u9662\u534e\u5546\u5b66\u9662"
},
{
"id": 12797,
"name": "\u5357\u5f00\u5927\u5b66\u6df1\u5733\u91d1\u878d\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 12798,
"name": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\uff0d\u9999\u6e2f\u6d78\u4f1a\u5927\u5b66\u8054\u5408\u56fd\u9645\u5b66\u9662"
},
{
"id": 12799,
"name": "\u5e7f\u5dde\u91d1\u6865\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 12800,
"name": "\u5e7f\u5dde\u5927\u5b66\u7eba\u7ec7\u670d\u88c5\u5b66\u9662"
},
{
"id": 12801,
"name": "\u534e\u5357\u5e08\u8303\u5927\u5b66\u5357\u6d77\u6821\u533a"
},
{
"id": 12802,
"name": "\u66a8\u5357\u5927\u5b66\u6df1\u5733\u65c5\u6e38\u5b66\u9662"
},
{
"id": 12803,
"name": "\u66a8\u5357\u5927\u5b66\u73e0\u6d77\u5b66\u9662"
},
{
"id": 12804,
"name": "\u6f6e\u6c55\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12805,
"name": "\u5e7f\u4e1c\u79d1\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12806,
"name": "\u4e2d\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12807,
"name": "\u5e7f\u4e1c\u7701\u5916\u8bed\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12809,
"name": "\u5e7f\u4e1c\u98df\u54c1\u836f\u54c1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12810,
"name": "\u5e7f\u5dde\u57ce\u5efa\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12811,
"name": "\u6e5b\u6c5f\u73b0\u4ee3\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12812,
"name": "\u5e7f\u5dde\u677e\u7530\u804c\u4e1a\u5b66\u9662"
},
{
"id": 12813,
"name": "\u5e7f\u5dde\u73e0\u6c5f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 12814,
"name": "\u5e7f\u4e1c\u65b0\u534e\u6559\u80b2\u5b66\u9662"
},
{
"id": 12815,
"name": "\u5e7f\u4e1c\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 12816,
"name": "\u5e7f\u4e1c\u793e\u4f1a\u79d1\u5b66\u5927\u5b66"
},
{
"id": 12817,
"name": "\u5e7f\u4e1c\u9752\u5e74\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 12818,
"name": "\u6df1\u5733\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 12819,
"name": "\u5e7f\u5dde\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 12820,
"name": "\u97f6\u5173\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 12821,
"name": "\u6c55\u5934\u5e02\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 12822,
"name": "\u5e7f\u4e1c\u7701\u56fd\u9632\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 12823,
"name": "\u5357\u6d77\u6210\u4eba\u5b66\u9662"
},
{
"id": 12824,
"name": "\u5e7f\u4e1c\u7701\u7535\u5b50\u5546\u52a1\u6280\u5e08\u5b66\u9662"
},
{
"id": 12825,
"name": "\u6df1\u5733\u4fe1\u606f\u5b66\u9662"
},
{
"id": 12827,
"name": "\u6c5f\u95e8\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 12828,
"name": "\u5317\u4eac\u5927\u5b66\u6df1\u5733\u7814\u7a76\u751f\u9662"
},
{
"id": 12829,
"name": "\u6c5f\u95e8\u827a\u534e\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
}],
"name": "\u5e7f\u4e1c"
},
{
"id": 13,
"school": [{
"id": 13001,
"name": "\u6e56\u5357\u5e08\u5927"
},
{
"id": 13002,
"name": "\u4e2d\u5357\u5927\u5b66"
},
{
"id": 13003,
"name": "\u6e56\u5357\u5927\u5b66"
},
{
"id": 13004,
"name": "\u957f\u6c99\u7406\u5de5"
},
{
"id": 13005,
"name": "\u6e56\u5357\u519c\u5927"
},
{
"id": 13006,
"name": "\u6e56\u5357\u4e2d\u533b\u836f"
},
{
"id": 13007,
"name": "\u4e2d\u5357\u6797\u4e1a\u79d1\u5927"
},
{
"id": 13008,
"name": "\u957f\u6c99\u5b66\u9662"
},
{
"id": 13009,
"name": "\u957f\u6c99\u533b\u5b66\u9662"
},
{
"id": 13010,
"name": "\u6e56\u5357\u6d89\u5916\u7ecf\u6d4e"
},
{
"id": 13011,
"name": "\u6e56\u5357\u5546\u5b66\u9662"
},
{
"id": 13012,
"name": "\u6e56\u5357\u4eba\u6587\u79d1\u6280"
},
{
"id": 13013,
"name": "\u6e56\u5357\u4e09\u4e00\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13014,
"name": "\u6e56\u5357\u98df\u54c1\u836f\u54c1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13051,
"name": "\u6e58\u6f6d\u5927\u5b66"
},
{
"id": 13052,
"name": "\u6e56\u5357\u79d1\u5927"
},
{
"id": 13053,
"name": "\u6e56\u5357\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 13101,
"name": "\u5357\u534e\u5927\u5b66"
},
{
"id": 13151,
"name": "\u5409\u9996\u5927\u5b66"
},
{
"id": 13201,
"name": "\u6e56\u5357\u5de5\u5927"
},
{
"id": 13251,
"name": "\u6e56\u5357\u57ce\u5e02\u5b66\u9662"
},
{
"id": 13301,
"name": "\u6e56\u5357\u7406\u5de5\u5b66\u9662"
},
{
"id": 13351,
"name": "\u6e58\u5357\u5b66\u9662"
},
{
"id": 13401,
"name": "\u8861\u9633\u5e08\u9662"
},
{
"id": 13451,
"name": "\u6e56\u5357\u6587\u7406"
},
{
"id": 13501,
"name": "\u6000\u5316\u5b66\u9662"
},
{
"id": 13551,
"name": "\u6e56\u5357\u79d1\u6280\u5b66\u9662"
},
{
"id": 13601,
"name": "\u90b5\u9633\u5b66\u9662"
},
{
"id": 13701,
"name": "\u4fdd\u9669\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13702,
"name": "\u957f\u6c99\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13703,
"name": "\u957f\u6c99\u822a\u7a7a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13704,
"name": "\u957f\u6c99\u73af\u5883\u4fdd\u62a4\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13705,
"name": "\u957f\u6c99\u6c11\u653f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13706,
"name": "\u957f\u6c99\u5357\u65b9\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13707,
"name": "\u957f\u6c99\u5546\u8d38\u65c5\u6e38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13710,
"name": "\u957f\u6c99\u5e08\u8303\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13711,
"name": "\u957f\u6c99\u901a\u4fe1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13712,
"name": "\u957f\u6c99\u804c\u5de5\u5927\u5b66"
},
{
"id": 13713,
"name": "\u957f\u6c99\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13714,
"name": "\u5e38\u5fb7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13715,
"name": "\u90f4\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13716,
"name": "\u8861\u9633\u8d22\u7ecf\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13717,
"name": "\u6e56\u5357\u5b89\u5168\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13718,
"name": "\u6e56\u5357\u8d22\u653f\u7ecf\u6d4e\u5b66\u9662"
},
{
"id": 13719,
"name": "\u6e56\u5357\u57ce\u5efa\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13720,
"name": "\u6e56\u5357\u5927\u4f17\u4f20\u5a92\u5b66\u9662"
},
{
"id": 13721,
"name": "\u6e56\u5357\u7b2c\u4e00\u5e08\u8303\u5b66\u9662"
},
{
"id": 13722,
"name": "\u6e56\u5357\u5bf9\u5916\u7ecf\u6d4e\u8d38\u6613\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13723,
"name": "\u6e56\u5357\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13724,
"name": "\u6e56\u5357\u5de5\u5b66\u9662"
},
{
"id": 13725,
"name": "\u6e56\u5357\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13726,
"name": "\u6e56\u5357\u5de5\u827a\u7f8e\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13727,
"name": "\u6e56\u5357\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 13728,
"name": "\u6e56\u5357\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 13729,
"name": "\u6e56\u5357\u5316\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13730,
"name": "\u6e56\u5357\u73af\u5883\u751f\u7269\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13731,
"name": "\u6e56\u5357\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13732,
"name": "\u6e56\u5357\u5efa\u6750\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13733,
"name": "\u6e56\u5357\u9ad8\u901f\u94c1\u8def\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13734,
"name": "\u6e56\u5357\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13735,
"name": "\u6e56\u5357\u7ecf\u6d4e\u5e72\u90e8\u7ba1\u7406\u5b66\u9662"
},
{
"id": 13736,
"name": "\u6e56\u5357\u4e5d\u5db7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13737,
"name": "\u6e56\u5357\u79d1\u6280\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13738,
"name": "\u6e56\u5357\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13739,
"name": "\u6e56\u5357\u7406\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13740,
"name": "\u6e56\u5357\u5a04\u5e95\u8fdc\u4e1c\u804c\u4e1a\u5b66\u6821"
},
{
"id": 13741,
"name": "\u6e56\u5357\u6c11\u65cf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13742,
"name": "\u6e56\u5357\u519c\u4e1a\u5927\u5b66\u56fd\u9645\u5b66\u9662"
},
{
"id": 13743,
"name": "\u6e56\u5357\u5973\u5b50\u5b66\u9662"
},
{
"id": 13744,
"name": "\u6e56\u5357\u8f6f\u4ef6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13745,
"name": "\u6e56\u5357\u5546\u52a1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13747,
"name": "\u6e56\u5357\u751f\u7269\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13749,
"name": "\u6e56\u5357\u7701\u6c34\u5229\u6c34\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13750,
"name": "\u6e56\u5357\u77f3\u6cb9\u5316\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13751,
"name": "\u6e56\u5357\u7a0e\u52a1\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13752,
"name": "\u6e56\u5357\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13753,
"name": "\u6e56\u5357\u4f53\u80b2\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13754,
"name": "\u6e56\u5357\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13755,
"name": "\u6e56\u5357\u94c1\u8def\u79d1\u6280\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13756,
"name": "\u6e56\u5357\u540c\u5fb7\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13757,
"name": "\u6e56\u5357\u7f51\u7edc\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13758,
"name": "\u6e56\u5357\u73b0\u4ee3\u7269\u6d41\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13759,
"name": "\u6e56\u5357\u4fe1\u606f\u79d1\u5b66\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13760,
"name": "\u6e56\u5357\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13761,
"name": "\u6e56\u5357\u884c\u653f\u5b66\u9662"
},
{
"id": 13762,
"name": "\u6e56\u5357\u51b6\u91d1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13763,
"name": "\u6e56\u5357\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13764,
"name": "\u6e56\u5357\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13765,
"name": "\u6000\u5316\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13766,
"name": "\u6000\u5316\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13768,
"name": "\u5a04\u5e95\u7406\u5de5\u5b66\u9662"
},
{
"id": 13769,
"name": "\u5a04\u5e95\u5e02\u536b\u751f\u5b66\u6821"
},
{
"id": 13770,
"name": "\u5a04\u5e95\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13771,
"name": "\u90b5\u9633\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13772,
"name": "\u90b5\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13773,
"name": "\u6e58\u6f6d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13774,
"name": "\u6e58\u897f\u6c11\u65cf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13775,
"name": "\u6f47\u6e58\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13776,
"name": "\u76ca\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13777,
"name": "\u6c38\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13778,
"name": "\u5cb3\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13779,
"name": "\u5f20\u5bb6\u754c\u822a\u7a7a\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13780,
"name": "\u682a\u6d32\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13781,
"name": "\u682a\u6d32\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13782,
"name": "\u6e58\u6f6d\u5927\u5b66\u5174\u6e58\u5b66\u9662"
},
{
"id": 13783,
"name": "\u6e56\u5357\u5de5\u4e1a\u5927\u5b66\u79d1\u6280\u5b66\u9662"
},
{
"id": 13784,
"name": "\u6e56\u5357\u79d1\u6280\u5927\u5b66\u6f47\u6e58\u5b66\u9662"
},
{
"id": 13785,
"name": "\u5357\u534e\u5927\u5b66\u8239\u5c71\u5b66\u9662"
},
{
"id": 13786,
"name": "\u6e56\u5357\u5546\u5b66\u9662\u5317\u6d25\u5b66\u9662"
},
{
"id": 13787,
"name": "\u6e56\u5357\u5e08\u8303\u5927\u5b66\u6811\u8fbe\u5b66\u9662"
},
{
"id": 13788,
"name": "\u6e56\u5357\u519c\u4e1a\u5927\u5b66\u4e1c\u65b9\u79d1\u6280\u5b66\u9662"
},
{
"id": 13789,
"name": "\u4e2d\u5357\u6797\u4e1a\u79d1\u6280\u5927\u5b66\u6d89\u5916\u5b66\u9662"
},
{
"id": 13790,
"name": "\u6e56\u5357\u6587\u7406\u5b66\u9662\u8299\u84c9\u5b66\u9662"
},
{
"id": 13791,
"name": "\u6e56\u5357\u7406\u5de5\u5b66\u9662\u5357\u6e56\u5b66\u9662"
},
{
"id": 13792,
"name": "\u8861\u9633\u5e08\u8303\u5b66\u9662\u5357\u5cb3\u5b66\u9662"
},
{
"id": 13793,
"name": "\u6e56\u5357\u5de5\u7a0b\u5b66\u9662\u5e94\u7528\u6280\u672f\u5b66\u9662"
},
{
"id": 13794,
"name": "\u6e56\u5357\u4e2d\u533b\u836f\u5927\u5b66\u6e58\u674f\u5b66\u9662"
},
{
"id": 13795,
"name": "\u5409\u9996\u5927\u5b66\u5f20\u5bb6\u754c\u5b66\u9662"
},
{
"id": 13796,
"name": "\u957f\u6c99\u7406\u5de5\u5927\u5b66\u57ce\u5357\u5b66\u9662"
},
{
"id": 13797,
"name": "\u6e56\u5357\u90fd\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13798,
"name": "\u6e56\u5357\u7535\u5b50\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13799,
"name": "\u6e56\u5357\u5916\u56fd\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 13805,
"name": "\u6e56\u5357\u751f\u7269\u4e0e\u673a\u7535\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13806,
"name": "\u6e56\u5357\u79d1\u6280\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 13807,
"name": "\u8861\u9633\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 13808,
"name": "\u6e58\u897f\u6c11\u65cf\u6559\u5e08\u8fdb\u4fee\u5b66\u9662"
},
{
"id": 13809,
"name": "\u6e56\u5357\u6709\u8272\u91d1\u5c5e\u804c\u5de5\u5927\u5b66"
},
{
"id": 13810,
"name": "\u6e56\u5357\u7eba\u7ec7\u804c\u5de5\u5927\u5b66\u6e56"
},
{
"id": 13811,
"name": "\u6e56\u5357\u91d1\u878d\u6280\u672f\u804c\u5de5\u5927\u5b66"
},
{
"id": 13812,
"name": "\u76ca\u9633\u6559\u80b2\u5b66\u9662"
},
{
"id": 13813,
"name": "\u957f\u6c99\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 13814,
"name": "\u6e56\u5357\u5175\u5668\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 13815,
"name": "\u957f\u6c99\u6559\u80b2\u5b66\u9662"
},
{
"id": 13816,
"name": "\u8861\u9633\u6709\u8272\u51b6\u91d1\u804c\u5de5\u5927\u5b66"
},
{
"id": 13817,
"name": "\u682a\u6d32\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 13819,
"name": "\u6e56\u5357\u5de5\u4e1a\u79d1\u6280\u804c\u5de5\u5927\u5b66"
},
{
"id": 13820,
"name": "\u5357\u65b9\u52a8\u529b\u673a\u68b0\u516c\u53f8\u804c\u5de5\u5de5\u5b66\u9662"
},
{
"id": 13821,
"name": "\u76ca\u9633\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 13822,
"name": "\u6e56\u5357\u5e08\u8303\u5927\u5b66\u6cd5\u5b66\u9662"
}],
"name": "\u6e56\u5357"
},
{
"id": 14,
"school": [{
"id": 14001,
"name": "\u5170\u5dde\u5927\u5b66"
},
{
"id": 14002,
"name": "\u897f\u5317\u6c11\u5927"
},
{
"id": 14003,
"name": "\u897f\u5317\u5e08\u8303\u5927\u5b66"
},
{
"id": 14004,
"name": "\u7518\u8083\u4e2d\u533b\u5b66\u9662"
},
{
"id": 14005,
"name": "\u5170\u5dde\u5546\u5b66\u9662"
},
{
"id": 14006,
"name": "\u7518\u8083\u653f\u6cd5\u5b66\u9662"
},
{
"id": 14007,
"name": "\u5170\u5dde\u57ce\u5e02\u5b66\u9662"
},
{
"id": 14008,
"name": "\u7518\u8083\u519c\u5927"
},
{
"id": 14009,
"name": "\u5170\u5dde\u7406\u5de5"
},
{
"id": 14010,
"name": "\u5170\u5dde\u4ea4\u5927"
},
{
"id": 14011,
"name": "\u897f\u5317\u5e08\u8303\u5927\u5b66\u77e5\u884c\u5b66\u9662"
},
{
"id": 14051,
"name": "\u5929\u6c34\u5e08\u9662"
},
{
"id": 14101,
"name": "\u9647\u4e1c\u5b66\u9662"
},
{
"id": 14151,
"name": "\u6cb3\u897f\u5b66\u9662"
},
{
"id": 14201,
"name": "\u5170\u5dde\u77f3\u5316\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14202,
"name": "\u7518\u8083\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14203,
"name": "\u7518\u8083\u8b66\u5bdf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 14204,
"name": "\u5170\u5dde\u7406\u5de5\u5927\u5b66\u6280\u672f\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 14205,
"name": "\u5170\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14206,
"name": "\u6b66\u5a01\u804c\u4e1a\u5b66\u9662"
},
{
"id": 14207,
"name": "\u5f20\u6396\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 14208,
"name": "\u7518\u8083\u755c\u7267\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14209,
"name": "\u9647\u5357\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 14210,
"name": "\u5408\u4f5c\u6c11\u65cf\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 14211,
"name": "\u7518\u8083\u8054\u5408\u5927\u5b66"
},
{
"id": 14212,
"name": "\u7518\u8083\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14213,
"name": "\u7518\u8083\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14214,
"name": "\u9152\u6cc9\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14216,
"name": "\u7518\u8083\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14217,
"name": "\u5e73\u51c9\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 14218,
"name": "\u5170\u5dde\u8d44\u6e90\u73af\u5883\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14219,
"name": "\u5b9a\u897f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 14220,
"name": "\u5170\u5dde\u4ea4\u901a\u5927\u5b66\u535a\u6587\u5b66\u9662"
},
{
"id": 14221,
"name": "\u5170\u5dde\u5de5\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 14222,
"name": "\u5170\u5dde\u5916\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 14223,
"name": "\u5170\u5dde\u6559\u80b2\u5b66\u9662"
},
{
"id": 14224,
"name": "\u7518\u8083\u94a2\u94c1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14225,
"name": "\u7518\u8083\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 14226,
"name": "\u5170\u5dde\u5546\u5b66\u9662\u957f\u9752\u5b66\u9662"
},
{
"id": 14227,
"name": "\u5170\u5dde\u5546\u5b66\u9662\u9647\u6865\u5b66\u9662"
}],
"name": "\u7518\u8083"
},
{
"id": 15,
"school": [{
"id": 15001,
"name": "\u56db\u5ddd\u5927\u5b66"
},
{
"id": 15002,
"name": "\u56db\u5ddd\u519c\u5927"
},
{
"id": 15003,
"name": "\u7535\u5b50\u79d1\u6280\u5927\u5b66"
},
{
"id": 15004,
"name": "\u897f\u5357\u4ea4\u5927"
},
{
"id": 15005,
"name": "\u6210\u90fd\u7406\u5de5"
},
{
"id": 15006,
"name": "\u56db\u5ddd\u5e08\u5927"
},
{
"id": 15007,
"name": "\u897f\u5357\u6c11\u65cf\u5927\u5b66"
},
{
"id": 15008,
"name": "\u6210\u90fd\u5927\u5b66"
},
{
"id": 15009,
"name": "\u897f\u5357\u8d22\u7ecf"
},
{
"id": 15010,
"name": "\u897f\u534e\u5927\u5b66"
},
{
"id": 15011,
"name": "\u6210\u90fd\u4e2d\u533b\u836f"
},
{
"id": 15012,
"name": "\u6210\u90fd\u4fe1\u606f\u5de5\u7a0b\u5927\u5b66"
},
{
"id": 15013,
"name": "\u6210\u90fd\u533b\u5b66\u9662"
},
{
"id": 15014,
"name": "\u56db\u5ddd\u6587\u7406\u5b66\u9662"
},
{
"id": 15015,
"name": "\u6210\u90fd\u4f53\u9662"
},
{
"id": 15016,
"name": "\u56db\u5ddd\u97f3\u4e50\u5b66\u9662"
},
{
"id": 15017,
"name": "\u897f\u5357\u77f3\u6cb9"
},
{
"id": 15018,
"name": "\u897f\u5357\u4ea4\u901a\u5927\u5b66\u5e0c\u671b\u5b66\u9662"
},
{
"id": 15019,
"name": "\u56db\u5ddd\u957f\u6c5f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15020,
"name": "\u56db\u5ddd\u4f20\u5a92\u5b66\u9662"
},
{
"id": 15051,
"name": "\u4e2d\u56fd\u6c11\u822a\u98de\u884c\u5b66\u9662"
},
{
"id": 15101,
"name": "\u56db\u5ddd\u7406\u5de5"
},
{
"id": 15151,
"name": "\u6cf8\u5dde\u533b\u5b66\u9662"
},
{
"id": 15152,
"name": "\u56db\u5ddd\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 15201,
"name": "\u5ddd\u5317\u533b\u5b66\u9662"
},
{
"id": 15202,
"name": "\u897f\u534e\u5e08\u5927"
},
{
"id": 15251,
"name": "\u5185\u6c5f\u5e08\u8303"
},
{
"id": 15301,
"name": "\u4e50\u5c71\u5e08\u9662"
},
{
"id": 15351,
"name": "\u7ef5\u9633\u5e08\u8303"
},
{
"id": 15352,
"name": "\u897f\u5357\u79d1\u5927"
},
{
"id": 15401,
"name": "\u897f\u660c\u5b66\u9662"
},
{
"id": 15451,
"name": "\u5b9c\u5bbe\u5b66\u9662"
},
{
"id": 15501,
"name": "\u6500\u679d\u82b1\u5b66\u9662"
},
{
"id": 15601,
"name": "\u963f\u575d\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 15602,
"name": "\u6210\u90fd\u7535\u5b50\u673a\u68b0\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 15603,
"name": "\u6210\u90fd\u4e1c\u8f6f\u5b66\u9662"
},
{
"id": 15604,
"name": "\u6210\u90fd\u7eba\u7ec7\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 15605,
"name": "\u6210\u90fd\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 15606,
"name": "\u6210\u90fd\u822a\u7a7a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15607,
"name": "\u6210\u90fd\u7406\u5de5\u5927\u5b66\u5e7f\u64ad\u5f71\u89c6\u5b66\u9662"
},
{
"id": 15608,
"name": "\u6210\u90fd\u519c\u4e1a\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15610,
"name": "\u6210\u90fd\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15611,
"name": "\u6210\u90fd\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15612,
"name": "\u8fbe\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15613,
"name": "\u7535\u5b50\u79d1\u6280\u5927\u5b66\u6210\u90fd\u5b66\u9662"
},
{
"id": 15614,
"name": "\u5e7f\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15616,
"name": "\u4e50\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15617,
"name": "\u6cf8\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15618,
"name": "\u7709\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15619,
"name": "\u7ef5\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15620,
"name": "\u6c11\u529e\u56db\u5ddd\u5929\u4e00\u5b66\u9662"
},
{
"id": 15621,
"name": "\u5185\u6c5f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15622,
"name": "\u5357\u5145\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15623,
"name": "\u56db\u5ddd\u5927\u5b66\u9f99\u6cc9\u6821\u533a"
},
{
"id": 15624,
"name": "\u56db\u5ddd\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15625,
"name": "\u56db\u5ddd\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15626,
"name": "\u56db\u5ddd\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15627,
"name": "\u56db\u5ddd\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15628,
"name": "\u56db\u5ddd\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 15629,
"name": "\u56db\u5ddd\u56fd\u9645\u6807\u699c\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15630,
"name": "\u56db\u5ddd\u822a\u5929\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15631,
"name": "\u56db\u5ddd\u534e\u65b0\u73b0\u4ee3\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15632,
"name": "\u56db\u5ddd\u5316\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15633,
"name": "\u56db\u5ddd\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15634,
"name": "\u56db\u5ddd\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15635,
"name": "\u56db\u5ddd\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15636,
"name": "\u56db\u5ddd\u6559\u80b2\u5b66\u9662"
},
{
"id": 15637,
"name": "\u56db\u5ddd\u8b66\u5b89\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15638,
"name": "\u56db\u5ddd\u70f9\u996a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 15639,
"name": "\u56db\u5ddd\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15640,
"name": "\u56db\u5ddd\u5e08\u8303\u5927\u5b66\u7ef5\u9633\u521d\u7b49\u6559\u80b2\u5b66\u9662"
},
{
"id": 15641,
"name": "\u56db\u5ddd\u6c34\u5229\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15642,
"name": "\u56db\u5ddd\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15643,
"name": "\u56db\u5ddd\u6258\u666e\u4fe1\u606f\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15644,
"name": "\u56db\u5ddd\u5916\u8bed\u5b66\u9662\u6210\u90fd\u5b66\u9662"
},
{
"id": 15645,
"name": "\u56db\u5ddd\u6587\u5316\u4f20\u5a92\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15646,
"name": "\u56db\u5ddd\u4fe1\u606f\u5de5\u7a0b\u5b66\u6821"
},
{
"id": 15647,
"name": "\u56db\u5ddd\u90ae\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15648,
"name": "\u56db\u5ddd\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15649,
"name": "\u56db\u5ddd\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 15650,
"name": "\u96c5\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15651,
"name": "\u5b9c\u5bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15652,
"name": "\u56db\u5ddd\u5927\u5b66\u9526\u57ce\u5b66\u9662"
},
{
"id": 15653,
"name": "\u56db\u5ddd\u5927\u5b66\u9526\u6c5f\u5b66\u9662"
},
{
"id": 15654,
"name": "\u5fb7\u9633\u804c\u4e1a\u6280\u672f\u5b66\u6821"
},
{
"id": 15655,
"name": "\u56db\u5ddd\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 15656,
"name": "\u56db\u5ddd\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15657,
"name": "\u56db\u5ddd\u5e08\u8303\u5927\u5b66\u6210\u90fd\u5b66\u9662"
},
{
"id": 15658,
"name": "\u56db\u5ddd\u5e08\u8303\u5927\u5b66\u6587\u7406\u5b66\u9662"
},
{
"id": 15659,
"name": "\u6210\u90fd\u4fe1\u606f\u5de5\u7a0b\u5b66\u9662\u94f6\u674f\u9152\u5e97\u7ba1\u7406\u5b66\u9662"
},
{
"id": 15660,
"name": "\u6210\u90fd\u7406\u5de5\u5927\u5b66\u5de5\u7a0b\u6280\u672f\u5b66\u9662"
},
{
"id": 15661,
"name": "\u56db\u5ddd\u6587\u5316\u4ea7\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15662,
"name": "\u56db\u5ddd\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15664,
"name": "\u897f\u5357\u79d1\u6280\u5927\u5b66\u57ce\u5e02\u5b66\u9662"
},
{
"id": 15665,
"name": "\u56db\u5ddd\u97f3\u4e50\u5b66\u9662\u7ef5\u9633\u827a\u672f\u5b66\u9662"
},
{
"id": 15667,
"name": "\u897f\u5357\u8d22\u7ecf\u5927\u5b66\u5929\u5e9c\u5b66\u9662"
},
{
"id": 15677,
"name": "\u56db\u5ddd\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66"
},
{
"id": 15681,
"name": "\u4e2d\u56fd\u79d1\u5b66\u9662\u6210\u90fd\u5206\u9662\u804c\u5de5\u5927\u5b66"
},
{
"id": 15682,
"name": "\u6210\u90fd\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 15683,
"name": "\u5357\u5145\u5e02\u804c\u5de5\u5927\u5b66"
},
{
"id": 15684,
"name": "\u56db\u5ddd\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 15685,
"name": "\u56db\u5ddd\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 15686,
"name": "\u56db\u5ddd\u519c\u4e1a\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 15687,
"name": "\u5e7f\u5143\u804c\u5de5\u533b\u5b66\u9662"
},
{
"id": 15688,
"name": "\u56db\u5ddd\u7701\u804c\u5de5\u8fd0\u52a8\u6280\u672f\u5b66\u9662"
},
{
"id": 15689,
"name": "\u56db\u5ddd\u7701\u4e1c\u65b9\u52a8\u529b\u804c\u5de5\u5927\u5b66"
},
{
"id": 15690,
"name": "\u6210\u90fd\u7535\u529b\u804c\u5de5\u5927\u5b66"
},
{
"id": 15691,
"name": "\u6210\u90fd\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 15692,
"name": "\u4e2d\u56fd\u5de5\u7a0b\u7269\u7406\u7814\u7a76\u9662\u804c\u5de5\u5de5\u5b66\u9662"
},
{
"id": 15693,
"name": "\u6210\u90fd\u53d1\u52a8\u673a\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 15694,
"name": "\u56db\u5ddd\u6838\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 15695,
"name": "\u56db\u5ddd\u79d1\u6280\u804c\u5de5\u5927\u5b66"
},
{
"id": 15696,
"name": "\u56db\u5ddd\u7701\u5316\u5de5\u804c\u5de5\u5927\u5b66"
},
{
"id": 15697,
"name": "\u6210\u90fd\u7535\u5b50\u804c\u5de5\u5927\u5b66"
},
{
"id": 15698,
"name": "\u56fd\u8425\u6daa\u6c5f\u673a\u5668\u5382\u804c\u5de5\u5927\u5b66"
},
{
"id": 15699,
"name": "\u6210\u90fd\u51b6\u91d1\u804c\u5de5\u5927\u5b66"
},
{
"id": 15700,
"name": "\u7b2c\u4e94\u51b6\u91d1\u5efa\u8bbe\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 15701,
"name": "\u6210\u90fd\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 15702,
"name": "\u6210\u90fd\u98de\u673a\u5de5\u4e1a\u516c\u53f8\u804c\u5de5\u5de5\u5b66\u9662"
},
{
"id": 15704,
"name": "\u56db\u5ddd\u8d22\u7ecf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15706,
"name": "\u56db\u5ddd\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15707,
"name": "\u4e2d\u56fd\u4e94\u51b6\u804c\u5de5\u5927\u5b66"
},
{
"id": 15708,
"name": "\u56db\u5ddd\u5e08\u8303\u5927\u5b66\u7ecf\u6d4e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 15711,
"name": "\u56db\u5ddd\u7701\u536b\u751f\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 15714,
"name": "\u56db\u5ddd\u6c11\u65cf\u5b66\u9662"
},
{
"id": 15715,
"name": "\u56db\u5ddd\u5e08\u8303\u5927\u5b66\u7535\u5f71\u7535\u89c6\u5b66\u9662"
}],
"name": "\u56db\u5ddd"
},
{
"id": 16,
"school": [{
"id": 16001,
"name": "\u5c71\u4e1c\u5927\u5b66"
},
{
"id": 16002,
"name": "\u4e2d\u56fd\u6d77\u6d0b\u5927\u5b66"
},
{
"id": 16003,
"name": "\u6d4e\u5357\u5927\u5b66"
},
{
"id": 16004,
"name": "\u5c71\u4e1c\u5efa\u7b51\u5927\u5b66"
},
{
"id": 16005,
"name": "\u5c71\u4e1c\u5e08\u5927"
},
{
"id": 16006,
"name": "\u5c71\u4e1c\u8d22\u7ecf\u5927\u5b66"
},
{
"id": 16007,
"name": "\u5c71\u4e1c\u4e2d\u533b\u836f"
},
{
"id": 16008,
"name": "\u5c71\u4e1c\u8f7b\u5de5"
},
{
"id": 16009,
"name": "\u5c71\u4e1c\u4ea4\u901a\u5b66\u9662"
},
{
"id": 16010,
"name": "\u5c71\u4e1c\u8b66\u9662"
},
{
"id": 16011,
"name": "\u5c71\u4e1c\u4f53\u9662"
},
{
"id": 16012,
"name": "\u5c71\u4e1c\u827a\u672f\u5b66\u9662"
},
{
"id": 16013,
"name": "\u5c71\u4e1c\u5de5\u7f8e"
},
{
"id": 16014,
"name": "\u5c71\u4e1c\u6d77\u4e8b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16015,
"name": "\u66f2\u961c\u5e08\u5927"
},
{
"id": 16016,
"name": "\u5317\u4eac\u7535\u5f71\u5b66\u9662\u73b0\u4ee3\u521b\u610f\u5a92\u4f53\u5b66\u9662"
},
{
"id": 16051,
"name": "\u70df\u53f0\u5927\u5b66"
},
{
"id": 16052,
"name": "\u9c81\u4e1c\u5927\u5b66"
},
{
"id": 16053,
"name": "\u5c71\u4e1c\u5de5\u5546"
},
{
"id": 16054,
"name": "\u70df\u53f0\u5357\u5c71\u5b66\u9662"
},
{
"id": 16101,
"name": "\u9752\u5c9b\u5927\u5b66"
},
{
"id": 16102,
"name": "\u5c71\u4e1c\u79d1\u5927"
},
{
"id": 16103,
"name": "\u9752\u5c9b\u79d1\u5927"
},
{
"id": 16104,
"name": "\u9752\u5c9b\u7406\u5de5"
},
{
"id": 16105,
"name": "\u9752\u5c9b\u519c\u4e1a\u5927\u5b66"
},
{
"id": 16106,
"name": "\u6ee8\u6d77\u5b66\u9662"
},
{
"id": 16151,
"name": "\u4e2d\u56fd\u77f3\u6cb9\u5927\u5b66\uff08\u534e\u4e1c\uff09"
},
{
"id": 16201,
"name": "\u804a\u57ce\u5927\u5b66"
},
{
"id": 16251,
"name": "\u5c71\u4e1c\u7406\u5de5"
},
{
"id": 16301,
"name": "\u6f4d\u574a\u533b\u5b66\u9662"
},
{
"id": 16302,
"name": "\u6f4d\u574a\u5b66\u9662"
},
{
"id": 16351,
"name": "\u6cf0\u5c71\u533b\u5b66\u9662"
},
{
"id": 16352,
"name": "\u5c71\u4e1c\u8d22\u653f"
},
{
"id": 16353,
"name": "\u6cf0\u5c71\u5b66\u9662"
},
{
"id": 16354,
"name": "\u5c71\u4e1c\u519c\u5927"
},
{
"id": 16401,
"name": "\u6ee8\u5dde\u533b\u5b66\u9662"
},
{
"id": 16402,
"name": "\u6ee8\u5dde\u5b66\u9662"
},
{
"id": 16451,
"name": "\u6d4e\u5b81\u533b\u5b66\u9662"
},
{
"id": 16501,
"name": "\u4e34\u6c82\u5927\u5b66"
},
{
"id": 16551,
"name": "\u5fb7\u5dde\u5b66\u9662"
},
{
"id": 16601,
"name": "\u67a3\u5e84\u5b66\u9662"
},
{
"id": 16651,
"name": "\u83cf\u6cfd\u5b66\u9662"
},
{
"id": 16701,
"name": "\u6ee8\u5dde\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16702,
"name": "\u5fb7\u5dde\u6559\u80b2\u5b66\u9662"
},
{
"id": 16703,
"name": "\u5fb7\u5dde\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16704,
"name": "\u4e1c\u8425\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16705,
"name": "\u54c8\u5de5\u5927(\u5a01\u6d77)"
},
{
"id": 16706,
"name": "\u83cf\u6cfd\u533b\u5b66\u4e13\u79d1\u5b66\u6821"
},
{
"id": 16707,
"name": "\u6d4e\u5357\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16708,
"name": "\u5c71\u4e1c\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16709,
"name": "\u6d4e\u5357\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16710,
"name": "\u6d4e\u5b81\u5b66\u9662"
},
{
"id": 16711,
"name": "\u6d4e\u5b81\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16712,
"name": "\u83b1\u829c\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16713,
"name": "\u804a\u57ce\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16714,
"name": "\u9752\u5c9b\u98de\u6d0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16715,
"name": "\u9752\u5c9b\u6e2f\u6e7e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16716,
"name": "\u9752\u5c9b\u6052\u661f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16717,
"name": "\u9752\u5c9b\u9ec4\u6d77\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16719,
"name": "\u9752\u5c9b\u6c42\u5b9e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16720,
"name": "\u9752\u5c9b\u8fdc\u6d0b\u8239\u5458\u5b66\u9662"
},
{
"id": 16721,
"name": "\u9752\u5c9b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16722,
"name": "\u66f2\u961c\u8fdc\u4e1c\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16723,
"name": "\u65e5\u7167\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16724,
"name": "\u5c71\u4e1c\u5927\u738b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16725,
"name": "\u5c71\u4e1c\u5927\u5b66\u5a01\u6d77\u5206\u6821"
},
{
"id": 16726,
"name": "\u5c71\u4e1c\u7535\u529b\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 16727,
"name": "\u5c71\u4e1c\u7535\u5b50\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16729,
"name": "\u5c71\u4e1c\u670d\u88c5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16730,
"name": "\u5c71\u4e1c\u5de5\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16731,
"name": "\u5c71\u4e1c\u534e\u5b87\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16732,
"name": "\u5c71\u4e1c\u5316\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16733,
"name": "\u5c71\u4e1c\u4ea4\u901a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16734,
"name": "\u5c71\u4e1c\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16736,
"name": "\u5c71\u4e1c\u51ef\u6587\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16737,
"name": "\u5c71\u4e1c\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16738,
"name": "\u5c71\u4e1c\u52b3\u52a8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16739,
"name": "\u5c71\u4e1c\u529b\u660e\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16740,
"name": "\u5c71\u4e1c\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16741,
"name": "\u5c71\u4e1c\u94dd\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16742,
"name": "\u5c71\u4e1c\u5546\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16743,
"name": "\u5c71\u4e1c\u80dc\u5229\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16744,
"name": "\u5c71\u4e1c\u7701\u9752\u5c9b\u9152\u5e97\u7ba1\u7406\u5b66\u9662"
},
{
"id": 16745,
"name": "\u5c71\u4e1c\u6c34\u5229\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16746,
"name": "\u5c71\u4e1c\u7701\u6f4d\u574a\u827a\u672f\u5b66\u6821"
},
{
"id": 16747,
"name": "\u5c71\u4e1c\u5723\u7ff0\u8d22\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16748,
"name": "\u5c71\u4e1c\u6c34\u5229\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16749,
"name": "\u5c71\u4e1c\u6c34\u5229\u4e13\u79d1\u5b66\u6821"
},
{
"id": 16750,
"name": "\u5c71\u4e1c\u4e1d\u7ef8\u7eba\u7ec7\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16751,
"name": "\u5c71\u4e1c\u5916\u56fd\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16752,
"name": "\u5c71\u4e1c\u5916\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16753,
"name": "\u5c71\u4e1c\u5916\u4e8b\u7ffb\u8bd1\u5b66\u9662\u5a01\u6d77\u5206\u6821"
},
{
"id": 16754,
"name": "\u5c71\u4e1c\u5916\u4e8b\u7ffb\u8bd1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16755,
"name": "\u5c71\u4e1c\u4e07\u6770\u533b\u5b66\u9662"
},
{
"id": 16756,
"name": "\u5c71\u4e1c\u5a01\u6d77\u8d22\u7ecf\u4e13\u4fee\u5b66\u9662"
},
{
"id": 16757,
"name": "\u5c71\u4e1c\u5a01\u6d77\u5916\u56fd\u8bed\u8fdb\u4fee\u5b66\u9662"
},
{
"id": 16758,
"name": "\u5c71\u4e1c\u73b0\u4ee3\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16759,
"name": "\u5c71\u4e1c\u534f\u548c\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16760,
"name": "\u5c71\u4e1c\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16761,
"name": "\u5c71\u4e1c\u884c\u653f\u5b66\u9662(\u5c71\u4e1c\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662)"
},
{
"id": 16762,
"name": "\u5c71\u4e1c\u674f\u6797\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16763,
"name": "\u5c71\u4e1c\u755c\u7267\u517d\u533b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16764,
"name": "\u5c71\u4e1c\u836f\u54c1\u98df\u54c1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16765,
"name": "\u5c71\u4e1c\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 16766,
"name": "\u5c71\u4e1c\u82f1\u624d\u5b66\u9662"
},
{
"id": 16767,
"name": "\u5c71\u4e1c\u653f\u6cd5\u5b66\u9662"
},
{
"id": 16768,
"name": "\u5c71\u4e1c\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 16769,
"name": "\u6cf0\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16770,
"name": "\u4e07\u6770\u79d1\u6280\u5b66\u9662"
},
{
"id": 16771,
"name": "\u5a01\u6d77\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 16772,
"name": "\u5a01\u6d77\u5e02\u4ea4\u901a\u5b66\u6821"
},
{
"id": 16773,
"name": "\u5a01\u6d77\u804c\u4e1a(\u6280\u672f)\u5b66\u9662"
},
{
"id": 16774,
"name": "\u5a01\u6d77\u4e2d\u52a0\u56fd\u9645\u5de5\u5546\u5b66\u9662"
},
{
"id": 16775,
"name": "\u6f4d\u574a\u5de5\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16776,
"name": "\u6f4d\u574a\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16777,
"name": "\u6f4d\u574a\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16778,
"name": "\u6f4d\u574a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16779,
"name": "\u6587\u767b\u5e08\u8303"
},
{
"id": 16780,
"name": "\u70df\u53f0\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16781,
"name": "\u67a3\u5e84\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16782,
"name": "\u4e2d\u56fd\u77f3\u6cb9\u5927\u5b66(\u534e\u4e1c)\u4e1c\u8425\u6821\u533a"
},
{
"id": 16783,
"name": "\u6dc4\u535a\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 16784,
"name": "\u6dc4\u535a\u6052\u661f\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 16785,
"name": "\u6dc4\u535a\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16786,
"name": "\u6dc4\u535a\u5e08\u4e13"
},
{
"id": 16787,
"name": "\u6dc4\u535a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16788,
"name": "\u9f50\u9c81\u5e08\u8303\u5b66\u9662"
},
{
"id": 16789,
"name": "\u5c71\u4e1c\u6280\u5e08\u5b66\u9662"
},
{
"id": 16790,
"name": "\u65e5\u7167\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 16792,
"name": "\u5c71\u4e1c\u57ce\u5e02\u5efa\u8bbe\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16793,
"name": "\u70df\u53f0\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16794,
"name": "\u5c71\u4e1c\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16795,
"name": "\u70df\u53f0\u6c7d\u8f66\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16796,
"name": "\u5c71\u4e1c\u7701\u519c\u4e1a\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 16797,
"name": "\u5c71\u4e1c\u9752\u5e74\u653f\u6cbb\u5b66\u9662"
},
{
"id": 16798,
"name": "\u5c71\u4e1c\u7701\u5de5\u4f1a\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 16800,
"name": "\u5c71\u4e1c\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 16812,
"name": "\u5fb7\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 16820,
"name": "\u4e2d\u56fd\u77f3\u6cb9\u5927\u5b66\u80dc\u5229\u5b66\u9662"
},
{
"id": 16821,
"name": "\u70df\u53f0\u5927\u5b66\u6587\u7ecf\u5b66\u9662"
},
{
"id": 16822,
"name": "\u9752\u5c9b\u7406\u5de5\u5927\u5b66\u7434\u5c9b\u5b66\u9662"
},
{
"id": 16823,
"name": "\u5c71\u4e1c\u79d1\u6280\u5927\u5b66\u6cf0\u5c71\u79d1\u6280\u5b66\u9662"
},
{
"id": 16824,
"name": "\u9752\u5c9b\u5de5\u5b66\u9662"
},
{
"id": 16825,
"name": "\u5c71\u4e1c\u8d22\u7ecf\u5927\u5b66\u71d5\u5c71\u5b66\u9662"
},
{
"id": 16826,
"name": "\u9752\u5c9b\u519c\u4e1a\u5927\u5b66\u6d77\u90fd\u5b66\u9662"
},
{
"id": 16827,
"name": "\u66f2\u961c\u5e08\u8303\u5927\u5b66\u674f\u575b\u5b66\u9662"
},
{
"id": 16828,
"name": "\u5c71\u4e1c\u8d22\u653f\u5b66\u9662\u4e1c\u65b9\u5b66\u9662"
},
{
"id": 16829,
"name": "\u5c71\u4e1c\u5e08\u8303\u5927\u5b66\u5386\u5c71\u5b66\u9662"
},
{
"id": 16830,
"name": "\u804a\u57ce\u5927\u5b66\u4e1c\u660c\u5b66\u9662"
},
{
"id": 16831,
"name": "\u6d4e\u5357\u5927\u5b66\u6cc9\u57ce\u5b66\u9662"
},
{
"id": 16832,
"name": "\u4e2d\u56fd\u519c\u4e1a\u5927\u5b66\uff08\u70df\u53f0\u6821\u533a\uff09"
},
{
"id": 16833,
"name": "\u65e5\u7167\u5e08\u8303\u5b66\u6821"
},
{
"id": 16834,
"name": "\u5c71\u4e1c\u827a\u672f\u8bbe\u8ba1\u5b66\u9662"
},
{
"id": 16835,
"name": "\u6ee8\u5dde\u6280\u672f\u5b66\u9662"
},
{
"id": 16837,
"name": "\u5c71\u4e1c\u51b6\u91d1\u6280\u672f\u5b66\u9662"
},
{
"id": 16838,
"name": "\u5c71\u4e1c\u7701\u6d4e\u5b81\u5e02\u6280\u672f\u5b66\u9662"
},
{
"id": 16839,
"name": "\u6d4e\u5357\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 16840,
"name": "\u5c71\u4e1c\u7701\u804a\u57ce\u6559\u80b2\u5b66\u9662"
},
{
"id": 16842,
"name": "\u5c71\u4e1c\u8d22\u653f\u804c\u5de5\u5927\u5b66"
},
{
"id": 16843,
"name": "\u9752\u5c9b\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 16844,
"name": "\u9752\u5c9b\u7406\u5de5\u5927\u5b66\u8d39\u53bf\u6821\u533a"
},
{
"id": 16845,
"name": "\u5c71\u4e1c\u5175\u5668\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 16846,
"name": "\u65b0\u6c76\u77ff\u52a1\u5c40\u804c\u5de5\u5927\u5b66"
},
{
"id": 16848,
"name": "\u5c71\u4e1c\u5de5\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16849,
"name": "\u5c71\u4e1c\u65b0\u534e\u5b66\u9662"
},
{
"id": 16850,
"name": "\u5c71\u4e1c\u7701\u533b\u5b66\u79d1\u5b66\u9662"
},
{
"id": 16851,
"name": "\u5c71\u4e1c\u5316\u5de5\u6280\u672f\u5b66\u9662"
},
{
"id": 16852,
"name": "\u5c71\u4e1c\u6d77\u5929\u8f6f\u4ef6\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 16853,
"name": "\u9752\u5c9b\u519b\u653f\u4eba\u6587\u5927\u5b66\u4fe1\u606f\u5de5\u7a0b\u7ba1\u7406\u5b66\u9662"
},
{
"id": 16854,
"name": "\u54c8\u7406\u5de5\u8363\u6210\u5b66\u9662"
},
{
"id": 16855,
"name": "\u5c71\u4e1c\u7701\u7b2c\u4e8c\u6280\u672f\u5b66\u9662"
},
{
"id": 16856,
"name": "\u4e34\u6c82\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16857,
"name": "\u9752\u5c9b\u5317\u6e2f\u5b66\u9662"
},
{
"id": 16858,
"name": "\u5c71\u4e1c\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16860,
"name": "\u5c71\u4e1c\u6587\u5316\u804c\u4e1a\u4ea7\u4e1a\u5b66\u9662"
},
{
"id": 16861,
"name": "\u83cf\u6cfd\u5bb6\u653f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16866,
"name": "\u5c71\u4e1c\u7406\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16867,
"name": "\u5a01\u6d77\u5de5\u4e1a\u6280\u672f\u5b66\u6821(\u539f\u4e8c\u804c)"
},
{
"id": 16868,
"name": "\u5c71\u4e1c\u4f20\u5a92\u5b66\u9662"
},
{
"id": 16869,
"name": "\u8425\u53e3\u7535\u89c6\u5927\u5b66"
},
{
"id": 16870,
"name": "\u5c71\u4e1c\u4f20\u5a92\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16871,
"name": "\u5c71\u4e1c\u7701\u76ca\u90fd\u536b\u751f\u5b66\u6821"
},
{
"id": 16873,
"name": "\u5c71\u4e1c\u70df\u53f0\u5efa\u6587\u5b66\u9662"
},
{
"id": 16874,
"name": "\u5c71\u4e1c\u7701\u6f4d\u574a\u536b\u751f\u5b66\u6821"
},
{
"id": 16875,
"name": "\u5bff\u5149\u79d1\u6280\u5b66\u9662"
},
{
"id": 16878,
"name": "\u5c71\u4e1c\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 16881,
"name": "\u70df\u53f0\u57ce\u4e61\u5efa\u8bbe\u5b66\u6821"
},
{
"id": 16882,
"name": "\u9752\u5c9b\u5e02\u7535\u5b50\u4fe1\u606f\u6280\u672f\u5b66\u6821"
},
{
"id": 16884,
"name": "\u9752\u5c9b\u6ee8\u6d77\u5b66\u9662"
},
{
"id": 16885,
"name": "\u5c71\u4e1c\u533b\u836f\u6280\u5e08\u5b66\u9662"
},
{
"id": 16887,
"name": "\u6d4e\u5357\u534f\u548c\u804c\u4e1a\u5b66\u9662"
},
{
"id": 16889,
"name": "\u5c71\u4e1c\u9ec4\u91d1\u6280\u672f\u5b66\u9662"
},
{
"id": 16890,
"name": "\u5c71\u4e1c\u4ea4\u901a\u5b66\u9662\u6d77\u8fd0\u5b66\u9662"
},
{
"id": 16892,
"name": "\u5c71\u4e1c\u5de5\u4e1a\u6280\u5e08\u5b66\u9662"
},
{
"id": 16893,
"name": "\u5c71\u4e1c\u5973\u5b50\u5b66\u9662"
}],
"name": "\u5c71\u4e1c"
},
{
"id": 17,
"school": [{
"id": 17001,
"name": "\u53a6\u95e8\u5927\u5b66"
},
{
"id": 17002,
"name": "\u96c6\u7f8e\u5927\u5b66"
},
{
"id": 17003,
"name": "\u53a6\u95e8\u7406\u5de5\u5b66\u9662"
},
{
"id": 17004,
"name": "\u6cc9\u5dde\u8f7b\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17005,
"name": "\u6cc9\u5dde\u5e08\u8303\u5b66\u9662\u8f6f\u4ef6\u5b66\u9662"
},
{
"id": 17051,
"name": "\u798f\u5dde\u5927\u5b66"
},
{
"id": 17052,
"name": "\u798f\u5efa\u5e08\u8303\u5927\u5b66"
},
{
"id": 17053,
"name": "\u798f\u5efa\u519c\u6797\u5927\u5b66"
},
{
"id": 17054,
"name": "\u798f\u5efa\u533b\u79d1\u5927\u5b66"
},
{
"id": 17055,
"name": "\u798f\u5efa\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 17056,
"name": "\u798f\u5efa\u4e2d\u533b\u836f\u5927\u5b66"
},
{
"id": 17057,
"name": "\u95fd\u6c5f\u5b66\u9662"
},
{
"id": 17101,
"name": "\u534e\u4fa8\u5927\u5b66"
},
{
"id": 17102,
"name": "\u4ef0\u6069\u5927\u5b66"
},
{
"id": 17103,
"name": "\u6cc9\u5dde\u5e08\u8303\u5b66\u9662"
},
{
"id": 17151,
"name": "\u6f33\u5dde\u5e08\u8303"
},
{
"id": 17201,
"name": "\u8386\u7530\u5b66\u9662"
},
{
"id": 17251,
"name": "\u4e09\u660e\u5b66\u9662"
},
{
"id": 17301,
"name": "\u9f99\u5ca9\u5b66\u9662"
},
{
"id": 17303,
"name": "\u53a6\u95e8\u5927\u5b66\u5609\u5e9a\u5b66\u9662"
},
{
"id": 17304,
"name": "\u96c6\u7f8e\u5927\u5b66\u8bda\u6bc5\u5b66\u9662"
},
{
"id": 17305,
"name": "\u798f\u5dde\u5927\u5b66\u9633\u5149\u5b66\u9662"
},
{
"id": 17306,
"name": "\u798f\u5dde\u5927\u5b66\u81f3\u8bda\u5b66\u9662"
},
{
"id": 17307,
"name": "\u798f\u5efa\u5e08\u8303\u5927\u5b66\u534f\u548c\u5b66\u9662"
},
{
"id": 17308,
"name": "\u798f\u5efa\u5e08\u8303\u5927\u5b66\u95fd\u5357\u79d1\u6280\u5b66\u9662"
},
{
"id": 17309,
"name": "\u798f\u5efa\u519c\u6797\u5927\u5b66\u4e1c\u65b9\u5b66\u9662"
},
{
"id": 17310,
"name": "\u798f\u5efa\u519c\u6797\u5927\u5b66\u91d1\u5c71\u5b66\u9662"
},
{
"id": 17401,
"name": "\u798f\u5efa\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17402,
"name": "\u798f\u5efa\u5bf9\u5916\u7ecf\u6d4e\u8d38\u6613\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17403,
"name": "\u798f\u5efa\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 17404,
"name": "\u798f\u5efa\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 17405,
"name": "\u798f\u5efa\u534e\u5357\u5973\u5b50\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17406,
"name": "\u798f\u5efa\u8239\u653f\u4ea4\u901a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17407,
"name": "\u798f\u5efa\u6559\u80b2\u5b66\u9662"
},
{
"id": 17409,
"name": "\u798f\u5efa\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17410,
"name": "\u798f\u5efa\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17411,
"name": "\u798f\u5efa\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17412,
"name": "\u798f\u5efa\u5546\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 17413,
"name": "\u798f\u5efa\u751f\u7269\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17414,
"name": "\u798f\u5efa\u6c34\u5229\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17415,
"name": "\u798f\u5efa\u536b\u751f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17416,
"name": "\u798f\u5efa\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17418,
"name": "\u798f\u5efa\u4e2d\u533b\u5b66\u9662\u4e94\u6d32\u79d1\u6280\u5b66\u9662"
},
{
"id": 17419,
"name": "\u798f\u5dde\u6d77\u5ce1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17420,
"name": "\u798f\u5dde\u79d1\u6280\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17421,
"name": "\u798f\u5dde\u9ece\u660e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17422,
"name": "\u798f\u5dde\u8f6f\u4ef6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17424,
"name": "\u798f\u5dde\u82f1\u534e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17425,
"name": "\u798f\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17426,
"name": "\u9ece\u660e\u804c\u4e1a\u5927\u5b66"
},
{
"id": 17427,
"name": "\u6e44\u6d32\u6e7e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17428,
"name": "\u95fd\u5317\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17429,
"name": "\u95fd\u897f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17430,
"name": "\u6b66\u5937\u5b66\u9662"
},
{
"id": 17432,
"name": "\u6cc9\u5dde\u7eba\u7ec7\u670d\u88c5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17433,
"name": "\u95fd\u5357\u7406\u5de5\u5b66\u9662"
},
{
"id": 17434,
"name": "\u6cc9\u5dde\u534e\u5149\u6444\u5f71\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17435,
"name": "\u6cc9\u5dde\u7ecf\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17436,
"name": "\u6cc9\u5dde\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17437,
"name": "\u6cc9\u5dde\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 17438,
"name": "\u6cc9\u5dde\u7406\u5de5\u5b66\u9662"
},
{
"id": 17439,
"name": "\u4e09\u660e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17440,
"name": "\u53a6\u95e8\u6d77\u6d0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17441,
"name": "\u53a6\u95e8\u534e\u5929\u6d89\u5916\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17442,
"name": "\u53a6\u95e8\u534e\u53a6\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17443,
"name": "\u53a6\u95e8\u5357\u6d0b\u5b66\u9662"
},
{
"id": 17444,
"name": "\u53a6\u95e8\u5174\u624d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17445,
"name": "\u53a6\u95e8\u6f14\u827a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17446,
"name": "\u6f33\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17447,
"name": "\u798f\u5efa\u653f\u6cd5\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 17449,
"name": "\u53a6\u95e8\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17550,
"name": "\u6f33\u5dde\u536b\u751f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17551,
"name": "\u6c5f\u590f\u5b66\u9662"
},
{
"id": 17552,
"name": "\u798f\u5dde\u6559\u80b2\u5b66\u9662"
},
{
"id": 17553,
"name": "\u53a6\u95e8\u5e02\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 17554,
"name": "\u798f\u5efa\u8d22\u4f1a\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 17555,
"name": "\u798f\u5efa\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 17556,
"name": "\u798f\u5efa\u7701\u6f33\u5dde\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 17557,
"name": "\u9f99\u5ca9\u6280\u5e08\u5b66\u9662"
},
{
"id": 17558,
"name": "\u5fb7\u5316\u9676\u74f7\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17559,
"name": "\u53a6\u95e8\u4e1c\u6d77\u5b66\u9662"
},
{
"id": 17560,
"name": "\u6cc9\u5dde\u513f\u7ae5\u53d1\u5c55\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17561,
"name": "\u53a6\u95e8\u79d1\u6280\u5b66\u9662"
},
{
"id": 17562,
"name": "\u798f\u5efa\u513f\u7ae5\u53d1\u5c55\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17563,
"name": "\u53a6\u95e8\u8f6f\u4ef6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17565,
"name": "\u798f\u5efa\u827a\u672f\u804c\u4e1a\u5b66\u6821"
},
{
"id": 17566,
"name": "\u6f33\u5dde\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17567,
"name": "\u6f33\u5dde\u5929\u798f\u8336\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17568,
"name": "\u798f\u5dde\u5916\u8bed\u5916\u8d38\u5b66\u9662"
},
{
"id": 17569,
"name": "\u798f\u5efa\u7701\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17570,
"name": "\u53a6\u95e8\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 17571,
"name": "\u53a6\u95e8\u5b89\u9632\u79d1\u6280\u5b66\u9662"
},
{
"id": 17573,
"name": "\u6f33\u5dde\u5409\u9a6c\u804c\u4e1a\u5370\u5237\u6280\u672f\u5b66\u9662"
},
{
"id": 17574,
"name": "\u798f\u5efa\u4f53\u80b2\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 17575,
"name": "\u53a6\u95e8\u5b89\u9632\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 17576,
"name": "\u53a6\u95e8\u6280\u5e08\u5b66\u9662"
},
{
"id": 17577,
"name": "\u534e\u4fa8\u5927\u5b66\u53a6\u95e8\u5de5\u5b66\u9662"
},
{
"id": 17578,
"name": "\u6b66\u5937\u5c71\u804c\u4e1a\u5b66\u9662"
}],
"name": "\u798f\u5efa"
},
{
"id": 18,
"school": [{
"id": 18001,
"name": "\u90d1\u5dde\u5927\u5b66"
},
{
"id": 18002,
"name": "\u6cb3\u5357\u5de5\u4e1a"
},
{
"id": 18003,
"name": "\u6cb3\u5357\u519c\u5927"
},
{
"id": 18004,
"name": "\u534e\u5317\u6c34\u5229\u6c34\u7535"
},
{
"id": 18005,
"name": "\u90d1\u5dde\u8f7b\u5de5"
},
{
"id": 18006,
"name": "\u90d1\u5dde\u822a\u7a7a\u5de5\u4e1a"
},
{
"id": 18007,
"name": "\u9ec4\u6cb3\u79d1\u6280"
},
{
"id": 18008,
"name": "\u4e2d\u539f\u5de5\u5b66\u9662"
},
{
"id": 18009,
"name": "\u6cb3\u5357\u4e2d\u533b\u5b66\u9662"
},
{
"id": 18010,
"name": "\u6cb3\u5357\u8d22\u7ecf\u653f\u6cd5"
},
{
"id": 18011,
"name": "\u90d1\u5dde\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18012,
"name": "\u65b0\u4e61\u5b66\u9662"
},
{
"id": 18013,
"name": "\u5f00\u5c01\u6587\u5316\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18051,
"name": "\u6cb3\u5357\u5927\u5b66"
},
{
"id": 18101,
"name": "\u6cb3\u5357\u79d1\u6280\u5927\u5b66"
},
{
"id": 18102,
"name": "\u6d1b\u9633\u5e08\u9662"
},
{
"id": 18151,
"name": "\u5b89\u9633\u5de5\u5b66\u9662"
},
{
"id": 18152,
"name": "\u5b89\u9633\u5e08\u9662"
},
{
"id": 18201,
"name": "\u5357\u9633\u7406\u5de5"
},
{
"id": 18202,
"name": "\u5357\u9633\u5e08\u9662"
},
{
"id": 18251,
"name": "\u6cb3\u5357\u57ce\u5efa\u5b66\u9662"
},
{
"id": 18252,
"name": "\u5e73\u9876\u5c71\u5b66\u9662"
},
{
"id": 18301,
"name": "\u65b0\u4e61\u533b\u5b66\u9662"
},
{
"id": 18302,
"name": "\u6cb3\u5357\u79d1\u6280\u5b66\u9662"
},
{
"id": 18303,
"name": "\u6cb3\u5357\u5e08\u5927"
},
{
"id": 18351,
"name": "\u4fe1\u9633\u5e08\u9662"
},
{
"id": 18401,
"name": "\u5546\u4e18\u5e08\u9662"
},
{
"id": 18451,
"name": "\u5468\u53e3\u5e08\u9662"
},
{
"id": 18501,
"name": "\u9ec4\u6dee\u5b66\u9662"
},
{
"id": 18551,
"name": "\u8bb8\u660c\u5b66\u9662"
},
{
"id": 18601,
"name": "\u6cb3\u5357\u7406\u5de5"
},
{
"id": 18701,
"name": "\u6cb3\u5357\u8d22\u653f\u7a0e\u52a1\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18702,
"name": "\u6cb3\u5357\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 18703,
"name": "\u6cb3\u5357\u5de5\u4e1a\u8d38\u6613\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18704,
"name": "\u6cb3\u5357\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18705,
"name": "\u6cb3\u5357\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 18706,
"name": "\u6cb3\u5357\u5e7f\u64ad\u5f71\u89c6\u5b66\u9662"
},
{
"id": 18707,
"name": "\u6cb3\u5357\u673a\u7535\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18708,
"name": "\u6cb3\u5357\u68c0\u5bdf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18709,
"name": "\u6cb3\u5357\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18710,
"name": "\u6cb3\u5357\u6559\u80b2\u5b66\u9662"
},
{
"id": 18711,
"name": "\u6cb3\u5357\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18712,
"name": "\u6cb3\u5357\u519c\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18713,
"name": "\u6cb3\u5357\u5546\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18714,
"name": "\u6cb3\u5357\u7701\u5de5\u5546\u884c\u653f\u7ba1\u7406\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 18716,
"name": "\u6cb3\u5357\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18717,
"name": "\u6cb3\u5357\u65b0\u534e\u7535\u8111\u5b66\u9662"
},
{
"id": 18718,
"name": "\u6cb3\u5357\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18719,
"name": "\u6cb3\u5357\u8d28\u91cf\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18720,
"name": "\u9e64\u58c1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18721,
"name": "\u9ec4\u6cb3\u6c34\u5229\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18722,
"name": "\u6d4e\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18723,
"name": "\u7126\u4f5c\u5927\u5b66"
},
{
"id": 18724,
"name": "\u7126\u4f5c\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18725,
"name": "\u5f00\u5c01\u5927\u5b66"
},
{
"id": 18726,
"name": "\u5f00\u5c01\u5e02\u7535\u5b50\u79d1\u6280\u4e13\u4fee\u5b66\u6821"
},
{
"id": 18727,
"name": "\u6d1b\u9633\u5927\u5b66"
},
{
"id": 18728,
"name": "\u6d1b\u9633\u7406\u5de5\u5b66\u9662"
},
{
"id": 18729,
"name": "\u6f2f\u6cb3\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18730,
"name": "\u6f2f\u6cb3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18731,
"name": "\u5357\u9633\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18732,
"name": "\u5e73\u9876\u5c71\u6559\u80b2\u5b66\u9662"
},
{
"id": 18733,
"name": "\u5e73\u9876\u5c71\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18735,
"name": "\u6fee\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18736,
"name": "\u4e09\u95e8\u5ce1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18737,
"name": "\u5546\u4e18\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18738,
"name": "\u5546\u4e18\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18739,
"name": "\u5546\u4e18\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18740,
"name": "\u5d69\u5c71\u5c11\u6797\u6b66\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18741,
"name": "\u94c1\u9053\u8b66\u5b98\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18744,
"name": "\u4fe1\u9633\u519c\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18745,
"name": "\u4fe1\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18746,
"name": "\u8bb8\u660c\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18747,
"name": "\u6c38\u57ce\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18748,
"name": "\u90d1\u5dde\u5927\u5b66\u897f\u4e9a\u65af\u56fd\u9645\u5b66\u9662"
},
{
"id": 18749,
"name": "\u90d1\u5dde\u7535\u529b\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18750,
"name": "\u90d1\u5dde\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18751,
"name": "\u90d1\u5dde\u5de5\u4e1a\u5b89\u5168\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18752,
"name": "\u90d1\u5dde\u534e\u4fe1\u5b66\u9662"
},
{
"id": 18753,
"name": "\u90d1\u5dde\u4ea4\u901a\u5b66\u9662"
},
{
"id": 18754,
"name": "\u90d1\u5dde\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18755,
"name": "\u90d1\u5dde\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18756,
"name": "\u90d1\u5dde\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18757,
"name": "\u90d1\u5dde\u7267\u4e1a\u5de5\u7a0b\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18758,
"name": "\u90d1\u5dde\u5e08\u8303\u5b66\u9662"
},
{
"id": 18759,
"name": "\u90d1\u5dde\u6f8d\u9752\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18760,
"name": "\u90d1\u5dde\u94c1\u8def\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18761,
"name": "\u90d1\u5dde\u4fe1\u606f\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18762,
"name": "\u90d1\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18763,
"name": "\u4e2d\u5dde\u5927\u5b66"
},
{
"id": 18764,
"name": "\u5468\u53e3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18765,
"name": "\u90d1\u5dde\u5347\u8fbe\u7ecf\u8d38\u7ba1\u7406\u5b66\u9662"
},
{
"id": 18767,
"name": "\u6d1b\u9633\u5de5\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18768,
"name": "\u6cb3\u5357\u804c\u5de5\u533b\u5b66\u9662"
},
{
"id": 18769,
"name": "\u6cb3\u5357\u79d1\u6280\u5b66\u9662\u65b0\u79d1\u5b66\u9662"
},
{
"id": 18770,
"name": "\u6cb3\u5357\u7406\u5de5\u5927\u5b66\u4e07\u65b9\u79d1\u6280\u5b66\u9662"
},
{
"id": 18771,
"name": "\u4e2d\u539f\u5de5\u5b66\u9662\u4fe1\u606f\u5546\u52a1\u5b66\u9662"
},
{
"id": 18772,
"name": "\u5b89\u9633\u5e08\u8303\u5b66\u9662\u4eba\u6587\u7ba1\u7406\u5b66\u9662"
},
{
"id": 18773,
"name": "\u5546\u4e18\u5b66\u9662"
},
{
"id": 18774,
"name": "\u6cb3\u5357\u8d22\u7ecf\u5b66\u9662\u6210\u529f\u5b66\u9662"
},
{
"id": 18775,
"name": "\u5f00\u5c01\u6559\u80b2\u5b66\u9662"
},
{
"id": 18777,
"name": "\u6cb3\u5357\u536b\u751f\u804c\u5de5\u5b66\u9662"
},
{
"id": 18778,
"name": "\u6cb3\u5357\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18779,
"name": "\u6cb3\u5357\u5927\u5b66\u6c11\u751f\u5b66\u9662"
},
{
"id": 18780,
"name": "\u6cb3\u5357\u5e08\u8303\u5927\u5b66\u65b0\u8054\u5b66\u9662"
},
{
"id": 18781,
"name": "\u65b0\u4e61\u533b\u5b66\u9662\u4e09\u5168\u5b66\u9662"
},
{
"id": 18782,
"name": "\u4fe1\u9633\u5e08\u8303\u5b66\u9662\u534e\u9510\u5b66\u9662"
},
{
"id": 18793,
"name": "\u90d1\u5dde\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 18798,
"name": "\u5468\u53e3\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18979,
"name": "\u6cb3\u5357\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 18980,
"name": "\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 18981,
"name": "\u6e05\u534eIT\u6cb3\u5357\u6821\u533a"
},
{
"id": 18983,
"name": "\u7b2c\u4e00\u62d6\u62c9\u673a\u5236\u9020\u5382\u62d6\u62c9\u673a\u5b66\u9662"
},
{
"id": 18984,
"name": "\u90d1\u5dde\u7164\u70ad\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 18985,
"name": "\u6cb3\u5357\u5de5\u4e1a\u5927\u5b66\u5316\u5b66\u5de5\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18991,
"name": "\u6cb3\u5357\u7701\u8f7b\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 18994,
"name": "\u90d1\u5dde\u4ea4\u901a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18995,
"name": "\u90d1\u5dde\u7267\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 18996,
"name": "\u90d1\u5dde\u5e03\u745e\u8fbe\u7406\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 18997,
"name": "\u6cb3\u5357\u533b\u79d1\u5927\u5b66\u6559\u80b2\u4e2d\u5fc3"
},
{
"id": 18999,
"name": "\u90d1\u5dde\u8f7b\u5de5\u4e1a\u8f7b\u5de5\u804c\u4e1a\u5b66\u9662"
}],
"name": "\u6cb3\u5357"
},
{
"id": 19,
"school": [{
"id": 19001,
"name": "\u91cd\u5e86\u5927\u5b66"
},
{
"id": 19002,
"name": "\u897f\u5357\u5927\u5b66"
},
{
"id": 19003,
"name": "\u91cd\u5e86\u5e08\u5927"
},
{
"id": 19004,
"name": "\u897f\u5357\u653f\u6cd5"
},
{
"id": 19005,
"name": "\u91cd\u5e86\u4ea4\u5927"
},
{
"id": 19006,
"name": "\u91cd\u5e86\u90ae\u7535\u5927\u5b66"
},
{
"id": 19007,
"name": "\u91cd\u5e86\u533b\u5927"
},
{
"id": 19008,
"name": "\u91cd\u5e86\u5de5\u5546"
},
{
"id": 19009,
"name": "\u91cd\u5e86\u79d1\u6280\u5b66\u9662"
},
{
"id": 19010,
"name": "\u91cd\u5e86\u7406\u5de5\u5927\u5b66"
},
{
"id": 19011,
"name": "\u957f\u6c5f\u5e08\u8303\u5b66\u9662"
},
{
"id": 19012,
"name": "\u56db\u5ddd\u5916\u56fd\u8bed"
},
{
"id": 19013,
"name": "\u56db\u5ddd\u7f8e\u9662"
},
{
"id": 19014,
"name": "\u91cd\u5e86\u4e09\u5ce1\u5b66\u9662"
},
{
"id": 19015,
"name": "\u91cd\u5e86\u6587\u7406"
},
{
"id": 19016,
"name": "\u91cd\u5e86\u5316\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19017,
"name": "\u540e\u52e4\u5de5\u7a0b\u5b66\u9662"
},
{
"id": 19018,
"name": "\u91cd\u5e86\u80fd\u6e90\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19019,
"name": "\u91cd\u5e86\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19020,
"name": "\u91cd\u5e86\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19021,
"name": "\u91cd\u5e86\u4e94\u4e00\u9ad8\u7ea7\u6280\u5e08\u5b66\u9662"
},
{
"id": 19022,
"name": "\u91cd\u5e86\u901a\u4fe1\u5b66\u9662\u00a0"
},
{
"id": 19023,
"name": "\u91cd\u5e86\u8f7b\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19024,
"name": "\u91cd\u5e86\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19025,
"name": "\u91cd\u5e86\u516c\u5171\u8fd0\u8f93\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19102,
"name": "\u91cd\u5e86\u623f\u5730\u4ea7\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19103,
"name": "\u91cd\u5e86\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19104,
"name": "\u91cd\u5e86\u7535\u529b\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 19105,
"name": "\u91cd\u5e86\u7535\u5b50\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19106,
"name": "\u91cd\u5e86\u822a\u5929\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19107,
"name": "\u91cd\u5e86\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19108,
"name": "\u91cd\u5e86\u5de5\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19109,
"name": "\u91cd\u5e86\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19110,
"name": "\u91cd\u5e86\u4f20\u5a92\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19111,
"name": "\u91cd\u5e86\u6d77\u8054\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19112,
"name": "\u91cd\u5e86\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19113,
"name": "\u91cd\u5e86\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19114,
"name": "\u91cd\u5e86\u6c11\u751f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19115,
"name": "\u91cd\u5e86\u4e09\u5ce1\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 19116,
"name": "\u91cd\u5e86\u4e09\u5ce1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19118,
"name": "\u91cd\u5e86\u6c34\u5229\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19119,
"name": "\u91cd\u5e86\u4fe1\u606f\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19120,
"name": "\u91cd\u5e86\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 19121,
"name": "\u91cd\u5e86\u6b63\u5927\u8f6f\u4ef6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19122,
"name": "\u91cd\u5e86\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19123,
"name": "\u91cd\u5e86\u6559\u80b2\u5b66\u9662"
},
{
"id": 19124,
"name": "\u91cd\u5e86\u5e94\u7528\u5916\u56fd\u8bed\u4e13\u4fee\u5b66\u9662"
},
{
"id": 19126,
"name": "\u91cd\u5e86\u5927\u5b66\u57ce\u5e02\u79d1\u6280\u5b66\u9662"
},
{
"id": 19128,
"name": "\u897f\u5357\u5927\u5b66\u80b2\u624d\u5b66\u9662"
},
{
"id": 19130,
"name": "\u56db\u5ddd\u5916\u8bed\u5b66\u9662\u91cd\u5e86\u5357\u65b9\u7ffb\u8bd1\u5b66\u9662"
},
{
"id": 19132,
"name": "\u91cd\u5e86\u5e08\u8303\u5927\u5b66\u6d89\u5916\u5546\u8d38\u5b66\u9662"
},
{
"id": 19134,
"name": "\u91cd\u5e86\u5de5\u5546\u5927\u5b66\u878d\u667a\u5b66\u9662"
},
{
"id": 19136,
"name": "\u91cd\u5e86\u5de5\u5546\u5927\u5b66\u6d3e\u65af\u5b66\u9662"
},
{
"id": 19138,
"name": "\u91cd\u5e86\u90ae\u7535\u5927\u5b66\u79fb\u901a\u5b66\u9662"
},
{
"id": 19140,
"name": "\u91cd\u5e86\u5de5\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19142,
"name": "\u91cd\u5e86\u9752\u5e74\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 19144,
"name": "\u91cd\u5e86\u57ce\u5e02\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19145,
"name": "\u91cd\u5e86\u8d22\u7ecf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19146,
"name": "\u91cd\u5e86\u79d1\u521b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19147,
"name": "\u91cd\u5e86\u5efa\u7b51\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19148,
"name": "\u91cd\u5e86\u4e94\u4e00\u6280\u5e08\u5b66\u9662"
},
{
"id": 19150,
"name": "\u91cd\u5e86\u901a\u4fe1\u5b66\u9662"
},
{
"id": 19151,
"name": "\u897f\u5357\u5927\u5b66\u5e94\u7528\u6280\u672f\u5b66\u9662"
},
{
"id": 19152,
"name": "\u91cd\u5e86\u4ea4\u901a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 19153,
"name": "\u91cd\u5e86\u7535\u8baf\u804c\u4e1a\u5b66\u9662"
}],
"name": "\u91cd\u5e86"
},
{
"id": 20,
"school": [{
"id": 20001,
"name": "\u6606\u660e\u7406\u5de5"
},
{
"id": 20002,
"name": "\u4e91\u5357\u519c\u5927"
},
{
"id": 20003,
"name": "\u4e91\u5357\u5e08\u5927"
},
{
"id": 20004,
"name": "\u4e91\u5357\u8d22\u7ecf"
},
{
"id": 20005,
"name": "\u4e91\u5357\u6c11\u5927"
},
{
"id": 20006,
"name": "\u897f\u5357\u6797\u4e1a\u5927\u5b66"
},
{
"id": 20007,
"name": "\u6606\u660e\u533b\u5b66\u9662"
},
{
"id": 20008,
"name": "\u4e91\u5357\u4e2d\u533b\u5b66\u9662"
},
{
"id": 20009,
"name": "\u7ea2\u6cb3\u5b66\u9662"
},
{
"id": 20010,
"name": "\u4e91\u5357\u8b66\u5b98\u5b66\u9662"
},
{
"id": 20011,
"name": "\u4e91\u5357\u827a\u672f"
},
{
"id": 20012,
"name": "\u4e91\u5357\u5927\u5b66"
},
{
"id": 20013,
"name": "\u4e91\u5357\u5de5\u5546\u5b66\u9662"
},
{
"id": 20014,
"name": "\u4e91\u5357\u8d22\u8d38\u5916\u4e8b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20015,
"name": "\u4e91\u5357\u7ecf\u8d38\u5916\u4e8b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20016,
"name": "\u5927\u7406\u533b\u5b66\u9662"
},
{
"id": 20017,
"name": "\u4e91\u5357\u6c11\u65cf\u5927\u5b66\u6587\u5316\u5b66\u9662"
},
{
"id": 20051,
"name": "\u66f2\u9756\u5e08\u8303"
},
{
"id": 20101,
"name": "\u7389\u6eaa\u5e08\u9662"
},
{
"id": 20151,
"name": "\u695a\u96c4\u5e08\u9662"
},
{
"id": 20201,
"name": "\u5927\u7406\u5b66\u9662"
},
{
"id": 20301,
"name": "\u4fdd\u5c71\u5b66\u9662"
},
{
"id": 20302,
"name": "\u4fdd\u5c71\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20303,
"name": "\u695a\u96c4\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20304,
"name": "\u5fb7\u5b8f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20305,
"name": "\u4e91\u5357\u5927\u5b66\u6ec7\u6c60\u5b66\u9662"
},
{
"id": 20306,
"name": "\u6606\u660e\u5927\u5b66"
},
{
"id": 20307,
"name": "\u6606\u660e\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20308,
"name": "\u6606\u660e\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20309,
"name": "\u4e91\u5357\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20310,
"name": "\u6606\u660e\u51b6\u91d1\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20311,
"name": "\u6606\u660e\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20312,
"name": "\u4e3d\u6c5f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20313,
"name": "\u66f2\u9756\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20314,
"name": "\u601d\u8305\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20315,
"name": "\u6587\u5c71\u5b66\u9662"
},
{
"id": 20316,
"name": "\u897f\u53cc\u7248\u7eb3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20317,
"name": "\u7389\u6eaa\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20318,
"name": "\u4e91\u5357\u7231\u56e0\u68ee\u8f6f\u4ef6\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20319,
"name": "\u4e91\u5357\u5317\u7f8e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20321,
"name": "\u4e91\u5357\u56fd\u9632\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20322,
"name": "\u4e91\u5357\u56fd\u571f\u8d44\u6e90\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20323,
"name": "\u4e91\u5357\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20324,
"name": "\u4e91\u5357\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20326,
"name": "\u4e91\u5357\u7ecf\u6d4e\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20327,
"name": "\u4e91\u5357\u79d1\u6280\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20328,
"name": "\u4e91\u5357\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20329,
"name": "\u4e91\u5357\u80fd\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20330,
"name": "\u4e91\u5357\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20331,
"name": "\u4e91\u5357\u70ed\u5e26\u4f5c\u7269\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20332,
"name": "\u4e91\u5357\u7701\u6797\u4e1a\u79d1\u5b66\u9662"
},
{
"id": 20333,
"name": "\u4e91\u5357\u5e08\u8303\u5927\u5b66\u5546\u5b66\u9662"
},
{
"id": 20334,
"name": "\u4e91\u5357\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20335,
"name": "\u4e91\u5357\u4f53\u80b2\u8fd0\u52a8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20336,
"name": "\u4e91\u5357\u6587\u5316\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20337,
"name": "\u4e91\u5357\u65b0\u5174\u804c\u4e1a\u5b66\u9662"
},
{
"id": 20338,
"name": "\u4e91\u5357\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20339,
"name": "\u4e91\u5357\u662d\u901a\u5e08\u8303\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20342,
"name": "\u6606\u660e\u7406\u5de5\u5927\u5b66\u6d25\u6865\u5b66\u9662"
},
{
"id": 20343,
"name": "\u4e91\u5357\u5e08\u8303\u5927\u5b66\u6587\u7406\u5b66\u9662"
},
{
"id": 20344,
"name": "\u6606\u660e\u533b\u5b66\u9662\u6d77\u6e90\u5b66\u9662"
},
{
"id": 20345,
"name": "\u4e91\u5357\u827a\u672f\u5b66\u9662\u6587\u534e\u5b66\u9662"
},
{
"id": 20346,
"name": "\u4e91\u5357\u5927\u5b66\u65c5\u6e38\u6587\u5316\u5b66\u9662"
},
{
"id": 20347,
"name": "\u4e34\u6ca7\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 20348,
"name": "\u4e91\u5357\u9521\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 20349,
"name": "\u4e91\u5357\u79d1\u6280\u4fe1\u606f\u804c\u4e1a\u5b66\u9662"
}],
"name": "\u4e91\u5357"
},
{
"id": 21,
"school": [{
"id": 21001,
"name": "\u6cb3\u5317\u5927\u5b66"
},
{
"id": 21002,
"name": "\u6cb3\u5317\u519c\u5927"
},
{
"id": 21003,
"name": "\u4e2d\u592e\u53f8\u6cd5\u8b66\u5b98\u5b66\u9662"
},
{
"id": 21004,
"name": "\u77f3\u5bb6\u5e84\u94c1\u9053\u5927\u5b66"
},
{
"id": 21005,
"name": "\u77f3\u5bb6\u5e84\u7ecf\u9662"
},
{
"id": 21006,
"name": "\u6cb3\u5317\u4eac\u5b89\u5b66\u9662"
},
{
"id": 21007,
"name": "\u6cca\u5934\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21008,
"name": "\u6cb3\u5317\u8d22\u7ecf\u5b66\u9662"
},
{
"id": 21009,
"name": "\u77f3\u5bb6\u5e84\u5e7c\u513f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 21051,
"name": "\u6cb3\u5317\u5e08\u5927"
},
{
"id": 21052,
"name": "\u6cb3\u5317\u79d1\u6280"
},
{
"id": 21053,
"name": "\u6cb3\u5317\u533b\u79d1"
},
{
"id": 21054,
"name": "\u6cb3\u5317\u7ecf\u8d38"
},
{
"id": 21055,
"name": "\u6cb3\u5317\u4f53\u9662"
},
{
"id": 21056,
"name": "\u77f3\u5bb6\u5e84\u5b66\u9662"
},
{
"id": 21101,
"name": "\u71d5\u5c71\u5927\u5b66"
},
{
"id": 21102,
"name": "\u6cb3\u5317\u79d1\u5e08"
},
{
"id": 21151,
"name": "\u6cb3\u5317\u8054\u5408\u5927\u5b66"
},
{
"id": 21152,
"name": "\u534e\u5317\u7164\u70ad\u533b\u5b66"
},
{
"id": 21153,
"name": "\u5510\u5c71\u5b66\u9662"
},
{
"id": 21159,
"name": "\u5510\u5c71\u5e08\u8303"
},
{
"id": 21202,
"name": "\u5317\u534e\u822a\u5929\u5de5\u4e1a\u5b66\u9662"
},
{
"id": 21203,
"name": "\u5eca\u574a\u5e08\u8303"
},
{
"id": 21251,
"name": "\u9632\u707e\u79d1\u6280\u5b66\u9662"
},
{
"id": 21252,
"name": "\u534e\u5317\u79d1\u6280"
},
{
"id": 21301,
"name": "\u6cb3\u5317\u5efa\u5de5"
},
{
"id": 21302,
"name": "\u5317\u65b9\u5b66\u9662"
},
{
"id": 21351,
"name": "\u627f\u5fb7\u533b\u5b66\u9662"
},
{
"id": 21401,
"name": "\u90a2\u53f0\u5b66\u9662"
},
{
"id": 21451,
"name": "\u6cb3\u5317\u5de5\u7a0b"
},
{
"id": 21452,
"name": "\u90af\u90f8\u5b66\u9662"
},
{
"id": 21501,
"name": "\u8861\u6c34\u5b66\u9662"
},
{
"id": 21601,
"name": "\u4fdd\u5b9a\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21602,
"name": "\u4fdd\u5b9a\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21603,
"name": "\u6cb3\u5317\u91d1\u878d\u5b66\u9662"
},
{
"id": 21604,
"name": "\u4fdd\u5b9a\u5b66\u9662"
},
{
"id": 21605,
"name": "\u4fdd\u5b9a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21606,
"name": "\u6e24\u6d77\u77f3\u6cb9\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21607,
"name": "\u6ca7\u5dde\u5e08\u8303\u4e13\u79d1\u5b66\u6821"
},
{
"id": 21608,
"name": "\u6ca7\u5dde\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 21609,
"name": "\u6ca7\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21610,
"name": "\u6cb3\u5317\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21611,
"name": "\u6cb3\u5317\u6c11\u65cf\u5e08\u8303\u5b66\u9662"
},
{
"id": 21612,
"name": "\u627f\u5fb7\u77f3\u6cb9\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 21615,
"name": "\u4e1c\u5317\u5927\u5b66\u79e6\u7687\u5c9b\u6821\u533a"
},
{
"id": 21616,
"name": "\u90af\u90f8\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21617,
"name": "\u6cb3\u5317\u5927\u5b66\u533b\u5b66\u90e8"
},
{
"id": 21618,
"name": "\u6cb3\u5317\u5de5\u7a0b\u6280\u672f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 21619,
"name": "\u6cb3\u5317\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21620,
"name": "\u6cb3\u5317\u516c\u5b89\u8b66\u5bdf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21621,
"name": "\u6cb3\u5317\u5316\u5de5\u533b\u836f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21622,
"name": "\u6cb3\u5317\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21623,
"name": "\u6cb3\u5317\u5efa\u6750\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21624,
"name": "\u6cb3\u5317\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21625,
"name": "\u6cb3\u5317\u4eac\u90fd\u9ad8\u5c14\u592b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21626,
"name": "\u6cb3\u5317\u519c\u4e1a\u5927\u5b66"
},
{
"id": 21627,
"name": "\u6cb3\u5317\u519c\u4e1a\u5927\u5b66\u6d77\u6d0b\u5b66\u9662"
},
{
"id": 21628,
"name": "\u6cb3\u5317\u5973\u5b50\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21629,
"name": "\u6cb3\u5317\u8f6f\u4ef6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21630,
"name": "\u6cb3\u5317\u7701\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21631,
"name": "\u6cb3\u5317\u77f3\u6cb9\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21632,
"name": "\u6cb3\u5317\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21633,
"name": "\u6cb3\u5317\u901a\u4fe1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21634,
"name": "\u6cb3\u5317\u8fdc\u4e1c\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21635,
"name": "\u6cb3\u5317\u653f\u6cd5\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 21636,
"name": "\u6cb3\u5317\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21637,
"name": "\u8861\u6c34\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21638,
"name": "\u534e\u5317\u7535\u529b\u5927\u5b66\uff08\u4fdd\u5b9a\uff09"
},
{
"id": 21639,
"name": "\u76d1\u7763\u7ba1\u7406\u5c40"
},
{
"id": 21642,
"name": "\u5eca\u574a\u5927\u5b66\u57ce\u5317\u5927\u65b9\u6b63\u8f6f\u4ef6\u5b66\u9662"
},
{
"id": 21643,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5317\u4eac\u6fb3\u9645\u8054\u90a6\u82f1\u8bed\u5b66\u6821"
},
{
"id": 21644,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5317\u4eac\u8d22\u7ecf\u5b66\u9662"
},
{
"id": 21645,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5317\u4eac\u57ce\u5e02\u5b66\u9662"
},
{
"id": 21646,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5317\u4eac\u4f20\u5a92\u5b66\u9662"
},
{
"id": 21647,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5317\u4eac\u7ecf\u6d4e\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21648,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5317\u4eac\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662\u822a\u7a7a\u670d\u52a1\u5b66\u9662"
},
{
"id": 21649,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5317\u4eac\u8054\u5408\u5927\u5b66"
},
{
"id": 21651,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u6cb3\u5317\u4f53\u80b2\u5b66\u9662"
},
{
"id": 21652,
"name": "\u5eca\u574a\u4e1c\u65b9\u5927\u5b66\u57ce\u5eca\u574a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21653,
"name": "\u79e6\u7687\u5c9b\u6559\u80b2\u5b66\u9662"
},
{
"id": 21654,
"name": "\u6cb3\u5317\u5916\u56fd\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21655,
"name": "\u79e6\u7687\u5c9b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21656,
"name": "\u6cb3\u5317\u7f8e\u672f\u5b66\u9662"
},
{
"id": 21657,
"name": "\u77f3\u5bb6\u5e84\u6cd5\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21658,
"name": "\u77f3\u5bb6\u5e84\u5de5\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21659,
"name": "\u77f3\u5bb6\u5e84\u8ba1\u7b97\u673a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21660,
"name": "\u77f3\u5bb6\u5e84\u79d1\u6280\u4fe1\u606f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21661,
"name": "\u77f3\u5bb6\u5e84\u7406\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21662,
"name": "\u77f3\u5bb6\u5e84\u94c1\u8def\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21663,
"name": "\u77f3\u5bb6\u5e84\u5916\u56fd\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21664,
"name": "\u77f3\u5bb6\u5e84\u5916\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21665,
"name": "\u77f3\u5bb6\u5e84\u5916\u8bed\u7ffb\u8bd1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21666,
"name": "\u77f3\u5bb6\u5e84\u4fe1\u606f\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21667,
"name": "\u77f3\u5bb6\u5e84\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 21668,
"name": "\u6cb3\u5317\u4f20\u5a92\u5b66\u9662"
},
{
"id": 21669,
"name": "\u77f3\u5bb6\u5e84\u90ae\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21670,
"name": "\u77f3\u5bb6\u5e84\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21671,
"name": "\u5510\u5c71\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21672,
"name": "\u5510\u5c71\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 21673,
"name": "\u5510\u5c71\u79d1\u6280\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21674,
"name": "\u5510\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21675,
"name": "\u90a2\u53f0\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 21676,
"name": "\u90a2\u53f0\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21677,
"name": "\u5f20\u5bb6\u53e3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21678,
"name": "\u4e2d\u56fd\u5730\u8d28\u5927\u5b66\u957f\u57ce\u5b66\u9662"
},
{
"id": 21679,
"name": "\u4e2d\u56fd\u73af\u5883\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 21680,
"name": "\u4e2d\u56fd\u6c11\u822a\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 21681,
"name": "\u5f20\u5bb6\u53e3\u6559\u80b2\u5b66\u9662"
},
{
"id": 21682,
"name": "\u6cb3\u5317\u80fd\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21683,
"name": "\u627f\u5fb7\u536b\u751f\u5b66\u6821"
},
{
"id": 21684,
"name": "\u90af\u90f8\u4e2d\u539f\u5916\u56fd\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21685,
"name": "\u6cb3\u5317\u5e08\u8303\u5927\u5b66\u6c47\u534e\u5b66\u9662"
},
{
"id": 21686,
"name": "\u6cb3\u5317\u8054\u5408\u5927\u5b66\u5180\u5510\u5b66\u9662"
},
{
"id": 21687,
"name": "\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u4e34\u5e8a\u5b66\u9662"
},
{
"id": 21688,
"name": "\u6cb3\u5317\u519c\u4e1a\u5927\u5b66\u73b0\u4ee3\u79d1\u6280\u5b66\u9662"
},
{
"id": 21689,
"name": "\u77f3\u5bb6\u5e84\u94c1\u9053\u5b66\u9662\u56db\u65b9\u5b66\u9662"
},
{
"id": 21690,
"name": "\u71d5\u5c71\u5927\u5b66\u91cc\u4ec1\u5b66\u9662"
},
{
"id": 21691,
"name": "\u6cb3\u5317\u5de5\u7a0b\u5927\u5b66\u79d1\u4fe1\u5b66\u9662"
},
{
"id": 21692,
"name": "\u6cb3\u5317\u8054\u5408\u5927\u5b66\u8f7b\u5de5\u5b66\u9662"
},
{
"id": 21693,
"name": "\u6cb3\u5317\u5927\u5b66\u5de5\u5546\u5b66\u9662"
},
{
"id": 21694,
"name": "\u6cb3\u5317\u7ecf\u8d38\u5927\u5b66\u7ecf\u6d4e\u7ba1\u7406\u5b66\u9662"
},
{
"id": 21695,
"name": "\u5eca\u574a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21696,
"name": "\u77f3\u5bb6\u5e84\u5916\u4e8b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21697,
"name": "\u6cb3\u5317\u653f\u6cd5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21698,
"name": "\u5180\u4e2d\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21699,
"name": "\u77f3\u5bb6\u5e84\u79d1\u6280\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21701,
"name": "\u6cb3\u5317\u52b3\u52a8\u5173\u7cfb\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21704,
"name": "\u6cb3\u5317\u884c\u653f\u5b66\u9662"
},
{
"id": 21705,
"name": "\u534e\u5317\u7164\u70ad\u533b\u5b66\u9662"
},
{
"id": 21706,
"name": "\u8d63\u5dde\u4e1c\u65b9\u5b66\u6821"
},
{
"id": 21707,
"name": "\u5317\u4eac\u4e2d\u533b\u836f\u5927\u5b66\u4e1c\u65b9\u5b66\u9662"
},
{
"id": 21708,
"name": "\u627f\u5fb7\u71d5\u5317\u804c\u4e1a\u6280\u672f\u4e13\u4fee\u5b66\u9662"
},
{
"id": 21709,
"name": "\u6cb3\u5317\u5de5\u4e1a\u5927\u5b66\u5eca\u574a\u5206\u9662"
},
{
"id": 21712,
"name": "\u77f3\u5bb6\u5e84\u94c1\u8def\u5de5\u7a0b\u6280\u672f\u5b66\u9662"
},
{
"id": 21713,
"name": "\u77f3\u5bb6\u5e84\u7ecf\u6d4e\u5b66\u9662"
},
{
"id": 21714,
"name": "\u77f3\u5bb6\u5e84\u7ecf\u6d4e\u5b66\u9662\u534e\u4fe1\u5b66\u9662"
},
{
"id": 21716,
"name": "\u4e2d\u56fd\u8f7b\u5de5\u4e1a\u5e72\u90e8\u7ba1\u7406\u5b66\u9662"
},
{
"id": 21717,
"name": "\u6cb3\u5317\u5ba3\u5316\u901a\u4fe1\u58eb\u5b98\u5b66\u6821"
},
{
"id": 21718,
"name": "\u627f\u5fb7\u6c11\u65cf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 21719,
"name": "\u6cb3\u5317\u7701\u4fdd\u5b9a\u5e02\u8d22\u8d38\u5b66\u6821"
},
{
"id": 21720,
"name": "\u5ba3\u5316\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 21721,
"name": "\u6cb3\u5317\u9752\u5e74\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 21722,
"name": "\u5317\u4eac\u4ea4\u901a\u5927\u5b66\u6d77\u6ee8\u5b66\u9662"
},
{
"id": 21723,
"name": "\u77f3\u5bb6\u5e84\u804c\u5de5\u5927\u5b66"
},
{
"id": 21725,
"name": "\u6cb3\u5317\u5730\u8d28\u804c\u5de5\u5927\u5b66"
},
{
"id": 21726,
"name": "\u6cb3\u5317\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 21727,
"name": "\u4fdd\u5b9a\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 21728,
"name": "\u6cb3\u5317\u5e7f\u64ad\u7535\u89c6\u5927\u5b66\u9ad8\u7b49\u804c\u4e1a\u6280\u672f\u5b66\u9662"
}],
"name": "\u6cb3\u5317"
},
{
"id": 22,
"school": [{
"id": 22001,
"name": "\u6c5f\u897f\u8d22\u7ecf"
},
{
"id": 22002,
"name": "\u5357\u660c\u5927\u5b66"
},
{
"id": 22003,
"name": "\u534e\u4e1c\u4ea4\u901a\u5927\u5b66"
},
{
"id": 22004,
"name": "\u5357\u660c\u822a\u7a7a\u5927\u5b66"
},
{
"id": 22005,
"name": "\u5357\u660c\u5de5\u7a0b"
},
{
"id": 22006,
"name": "\u5357\u660c\u7406\u5de5"
},
{
"id": 22007,
"name": "\u6c5f\u897f\u4e2d\u533b\u5b66\u9662"
},
{
"id": 22008,
"name": "\u6c5f\u897f\u79d1\u6280\u5e08\u8303\u5927\u5b66"
},
{
"id": 22009,
"name": "\u84dd\u5929\u5b66\u9662"
},
{
"id": 22010,
"name": "\u6c5f\u897f\u519c\u5927"
},
{
"id": 22011,
"name": "\u6c5f\u897f\u5e08\u5927"
},
{
"id": 22012,
"name": "\u6c5f\u897f\u592a\u9633\u80fd\u79d1\u6280\u5b66\u9662"
},
{
"id": 22051,
"name": "\u4e1c\u534e\u7406\u5de5\u5927\u5b66"
},
{
"id": 22101,
"name": "\u666f\u5fb7\u9547\u9676\u74f7\u5b66\u9662"
},
{
"id": 22151,
"name": "\u8d63\u5357\u533b\u5b66\u9662"
},
{
"id": 22152,
"name": "\u8d63\u5357\u5e08\u8303\u5b66\u9662"
},
{
"id": 22153,
"name": "\u6c5f\u897f\u7406\u5de5"
},
{
"id": 22201,
"name": "\u4e0a\u9976\u5e08\u8303\u5b66\u9662"
},
{
"id": 22251,
"name": "\u4e95\u5188\u5c71\u5927\u5b66"
},
{
"id": 22301,
"name": "\u5b9c\u6625\u5b66\u9662"
},
{
"id": 22351,
"name": "\u4e5d\u6c5f\u5b66\u9662"
},
{
"id": 22401,
"name": "\u629a\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22402,
"name": "\u8d63\u5357\u6559\u80b2\u5b66\u9662"
},
{
"id": 22403,
"name": "\u8d63\u897f\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22404,
"name": "\u6c5f\u897f\u8d22\u7ecf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22405,
"name": "\u6c5f\u897f\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22406,
"name": "\u6c5f\u897f\u5927\u5b87\u5b66\u9662"
},
{
"id": 22407,
"name": "\u6c5f\u897f\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22408,
"name": "\u6c5f\u897f\u670d\u88c5\u5b66\u9662"
},
{
"id": 22409,
"name": "\u5357\u660c\u5de5\u5b66\u9662"
},
{
"id": 22410,
"name": "\u6c5f\u897f\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22411,
"name": "\u6c5f\u897f\u5de5\u4e1a\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22412,
"name": "\u6c5f\u897f\u5de5\u4e1a\u8d38\u6613\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22413,
"name": "\u6c5f\u897f\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22414,
"name": "\u6c5f\u897f\u8b66\u5bdf\u5b66\u9662"
},
{
"id": 22415,
"name": "\u6c5f\u897f\u822a\u7a7a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22416,
"name": "\u6c5f\u897f\u62a4\u7406\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22417,
"name": "\u6c5f\u897f\u73af\u5883\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22418,
"name": "\u6c5f\u897f\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22419,
"name": "\u6c5f\u897f\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22420,
"name": "\u6c5f\u897f\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22421,
"name": "\u6c5f\u897f\u6559\u80b2\u5b66\u9662"
},
{
"id": 22422,
"name": "\u6c5f\u897f\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 22423,
"name": "\u6c5f\u897f\u7ecf\u6d4e\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22424,
"name": "\u6c5f\u897f\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22425,
"name": "\u6c5f\u897f\u65c5\u6e38\u5546\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22426,
"name": "\u6c5f\u897f\u5357\u660c\u6559\u80b2\u5b66\u9662"
},
{
"id": 22427,
"name": "\u6c5f\u897f\u519c\u4e1a\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22428,
"name": "\u6c5f\u897f\u9752\u5e74\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22429,
"name": "\u6c5f\u897f\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22430,
"name": "\u6c5f\u897f\u751f\u7269\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22431,
"name": "\u6c5f\u897f\u7701\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 22432,
"name": "\u6c5f\u897f\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22433,
"name": "\u6c5f\u897f\u9676\u74f7\u5de5\u827a\u7f8e\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22434,
"name": "\u6c5f\u897f\u5916\u8bed\u5916\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22435,
"name": "\u6c5f\u897f\u5148\u950b\u8f6f\u4ef6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22436,
"name": "\u6c5f\u897f\u73b0\u4ee3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22437,
"name": "\u6c5f\u897f\u4fe1\u606f\u5e94\u7528\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22438,
"name": "\u6c5f\u897f\u884c\u653f\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 22439,
"name": "\u6c5f\u897f\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22440,
"name": "\u6c5f\u897f\u5e94\u7528\u6280\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22441,
"name": "\u6c5f\u897f\u6e1d\u5dde\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22442,
"name": "\u6c5f\u897f\u5236\u9020\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22443,
"name": "\u6c5f\u897f\u4e2d\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 22444,
"name": "\u666f\u5fb7\u9547\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 22445,
"name": "\u4e5d\u6c5f\u804c\u4e1a\u5927\u5b66"
},
{
"id": 22446,
"name": "\u4e5d\u6c5f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22447,
"name": "\u5357\u660c\u94a2\u94c1\u804c\u5de5\u5927\u5b66"
},
{
"id": 22448,
"name": "\u5357\u660c\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 22449,
"name": "\u5357\u660c\u5e02\u4e1a\u4f59\u5927\u5b66"
},
{
"id": 22450,
"name": "\u5357\u660c\u5e02\u804c\u5de5\u79d1\u6280\u5927\u5b66"
},
{
"id": 22451,
"name": "\u840d\u4e61\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 22452,
"name": "\u4e0a\u9976\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22453,
"name": "\u65b0\u4f59\u94a2\u94c1\u6709\u9650\u8d23\u4efb\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 22454,
"name": "\u65b0\u4f59\u5b66\u9662"
},
{
"id": 22455,
"name": "\u5b9c\u6625\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22456,
"name": "\u9e70\u6f6d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22457,
"name": "\u6c5f\u897f\u5e94\u7528\u5de5\u7a0b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22458,
"name": "\u6c5f\u897f\u519c\u4e1a\u5927\u5b66\u5357\u660c\u5546\u5b66\u9662"
},
{
"id": 22459,
"name": "\u6c5f\u897f\u5e08\u8303\u5927\u5b66\u79d1\u5b66\u6280\u672f\u5b66\u9662"
},
{
"id": 22460,
"name": "\u534e\u4e1c\u4ea4\u901a\u5927\u5b66\u7406\u5de5\u5b66\u9662"
},
{
"id": 22461,
"name": "\u6c5f\u897f\u7406\u5de5\u5927\u5b66\u5e94\u7528\u79d1\u5b66\u5b66\u9662"
},
{
"id": 22462,
"name": "\u4e1c\u534e\u7406\u5de5\u5927\u5b66\u957f\u6c5f\u5b66\u9662"
},
{
"id": 22463,
"name": "\u5357\u660c\u822a\u7a7a\u5927\u5b66\u79d1\u6280\u5b66\u9662"
},
{
"id": 22464,
"name": "\u6c5f\u897f\u4e2d\u533b\u5b66\u9662\u79d1\u6280\u5b66\u9662"
},
{
"id": 22465,
"name": "\u6c5f\u897f\u8d22\u7ecf\u5927\u5b66\u73b0\u4ee3\u7ecf\u6d4e\u7ba1\u7406\u5b66\u9662"
},
{
"id": 22466,
"name": "\u8d63\u5357\u5e08\u8303\u5b66\u9662\u79d1\u6280\u5b66\u9662"
},
{
"id": 22467,
"name": "\u666f\u5fb7\u9547\u9676\u74f7\u5b66\u9662\u79d1\u6280\u827a\u672f\u5b66\u9662"
},
{
"id": 22468,
"name": "\u6c5f\u897f\u79d1\u6280\u5e08\u8303\u5b66\u9662\u7406\u5de5\u5b66\u9662"
},
{
"id": 22469,
"name": "\u5357\u660c\u5927\u5b66\u5171\u9752\u5b66\u9662"
},
{
"id": 22470,
"name": "\u5357\u660c\u5927\u5b66\u79d1\u5b66\u6280\u672f\u5b66\u9662"
},
{
"id": 22471,
"name": "\u6c5f\u897f\u6cf0\u8c6a\u52a8\u6f2b\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22472,
"name": "\u6c5f\u897f\u67ab\u6797\u6d89\u5916\u7ecf\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 22473,
"name": "\u6c5f\u897f\u4e2d\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 22475,
"name": "\u6c5f\u897f\u827a\u672f\u8bbe\u8ba1\u5b66\u9662"
},
{
"id": 22477,
"name": "\u6c5f\u897f\u5e08\u5927\u9e70\u6f6d\u5b66\u9662"
}],
"name": "\u6c5f\u897f"
},
{
"id": 23,
"school": [{
"id": 23001,
"name": "\u5c71\u897f\u5927\u5b66"
},
{
"id": 23002,
"name": "\u592a\u539f\u7406\u5de5"
},
{
"id": 23003,
"name": "\u4e2d\u5317\u5927\u5b66"
},
{
"id": 23004,
"name": "\u5c71\u897f\u533b\u5927"
},
{
"id": 23005,
"name": "\u5c71\u897f\u4e2d\u533b\u5b66\u9662"
},
{
"id": 23006,
"name": "\u592a\u539f\u5e08\u8303"
},
{
"id": 23007,
"name": "\u592a\u539f\u79d1\u5927"
},
{
"id": 23008,
"name": "\u5c71\u897f\u8d22\u7ecf"
},
{
"id": 23009,
"name": "\u8fd0\u57ce\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23010,
"name": "\u9633\u6cc9\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 23051,
"name": "\u5c71\u897f\u5e08\u5927"
},
{
"id": 23101,
"name": "\u5c71\u897f\u519c\u5927"
},
{
"id": 23151,
"name": "\u5927\u540c\u5927\u5b66"
},
{
"id": 23201,
"name": "\u957f\u6cbb\u533b\u5b66\u9662"
},
{
"id": 23202,
"name": "\u957f\u6cbb\u5b66\u9662"
},
{
"id": 23251,
"name": "\u8fd0\u57ce\u5b66\u9662"
},
{
"id": 23301,
"name": "\u664b\u4e2d\u5b66\u9662"
},
{
"id": 23351,
"name": "\u5ffb\u5dde\u5e08\u8303"
},
{
"id": 23401,
"name": "\u5317\u5cb3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23402,
"name": "\u957f\u6cbb\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23403,
"name": "\u664b\u57ce\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23404,
"name": "\u664b\u4e2d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23405,
"name": "\u4e34\u6c7e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23406,
"name": "\u6f5e\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23407,
"name": "\u5415\u6881\u5b66\u9662"
},
{
"id": 23408,
"name": "\u5c71\u897f\u8d22\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23409,
"name": "\u5c71\u897f\u8d22\u653f\u7a0e\u52a1\u4e13\u79d1\u5b66\u6821"
},
{
"id": 23410,
"name": "\u5c71\u897f\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23411,
"name": "\u5c71\u897f\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23412,
"name": "\u5c71\u897f\u5de5\u5546\u5b66\u9662"
},
{
"id": 23413,
"name": "\u5c71\u897f\u7ba1\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23414,
"name": "\u5c71\u897f\u56fd\u9645\u5546\u52a1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23415,
"name": "\u5c71\u897f\u534e\u6fb3\u5546\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23416,
"name": "\u5c71\u897f\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23417,
"name": "\u5c71\u897f\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23418,
"name": "\u5c71\u897f\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23419,
"name": "\u5c71\u897f\u91d1\u878d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23420,
"name": "\u5c71\u897f\u8b66\u5b98\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 23421,
"name": "\u5c71\u897f\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23422,
"name": "\u5c71\u897f\u6797\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23423,
"name": "\u5c71\u897f\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23424,
"name": "\u5c71\u897f\u7164\u70ad\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23425,
"name": "\u5c71\u897f\u751f\u7269\u5e94\u7528\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23426,
"name": "\u5c71\u897f\u6c34\u5229\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23427,
"name": "\u5c71\u897f\u4f53\u80b2\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23428,
"name": "\u5c71\u897f\u540c\u6587\u5916\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23429,
"name": "\u5c71\u897f\u620f\u5267\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23430,
"name": "\u5c71\u897f\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23431,
"name": "\u5c71\u897f\u5174\u534e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23432,
"name": "\u5c71\u897f\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23433,
"name": "\u5c71\u897f\u8fd0\u57ce\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23435,
"name": "\u5c71\u897f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23436,
"name": "\u592a\u539f\u57ce\u5e02\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23437,
"name": "\u592a\u539f\u5927\u5b66"
},
{
"id": 23438,
"name": "\u592a\u539f\u7535\u529b\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 23439,
"name": "\u592a\u539f\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 23440,
"name": "\u5ffb\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23441,
"name": "\u9633\u6cc9\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23443,
"name": "\u5c71\u897f\u57ce\u5e02\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23444,
"name": "\u8fd0\u57ce\u519c\u4e1a\u5b66\u9662"
},
{
"id": 23445,
"name": "\u5c71\u897f\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 23446,
"name": "\u664b\u4e2d\u5b66\u9662\u5e08\u8303\u5b66\u9662"
},
{
"id": 23448,
"name": "\u6714\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23449,
"name": "\u5c71\u897f\u519c\u4e1a\u5927\u5b66\u5e73\u9065\u673a\u7535\u5b66\u9662"
},
{
"id": 23450,
"name": "\u5c71\u897f\u519c\u4e1a\u5927\u5b66\u4fe1\u606f\u5b66\u9662"
},
{
"id": 23451,
"name": "\u5c71\u897f\u519c\u4e1a\u5927\u5b66\u592a\u539f\u755c\u7267\u517d\u533b\u5b66\u9662"
},
{
"id": 23452,
"name": "\u5c71\u897f\u519c\u4e1a\u5927\u5b66\u592a\u539f\u56ed\u827a\u5b66\u9662\uff08\u592a\u539f\u519c\u4e1a\u5b66\u6821\uff09"
},
{
"id": 23453,
"name": "\u5c71\u897f\u519c\u4e1a\u5927\u5b66\u539f\u5e73\u519c\u5b66\u9662\uff08\u539f\u5e73\u519c\u4e1a\u5b66\u6821\uff09"
},
{
"id": 23454,
"name": "\u592a\u539f\u79d1\u6280\u5927\u5b66\u8fd0\u57ce\u5de5\u5b66\u9662\uff08\u8fd0\u57ce\u5de5\u5b66\u9662\uff09"
},
{
"id": 23455,
"name": "\u5c71\u897f\u8d22\u7ecf\u5927\u5b66\u8fd0\u57ce\u5b66\u9662"
},
{
"id": 23456,
"name": "\u5c71\u897f\u533b\u79d1\u5927\u5b66\u6c7e\u9633\u5206\u9662"
},
{
"id": 23457,
"name": "\u5c71\u897f\u533b\u79d1\u5927\u5b66\u664b\u7960\u5b66\u9662"
},
{
"id": 23458,
"name": "\u592a\u539f\u79d1\u6280\u5927\u5b66\u534e\u79d1\u5b66\u9662"
},
{
"id": 23459,
"name": "\u5c71\u897f\u8d22\u7ecf\u5927\u5b66\u534e\u5546\u5b66\u9662"
},
{
"id": 23460,
"name": "\u4e2d\u5317\u5927\u5b66\u4fe1\u606f\u5546\u52a1\u5b66\u9662"
},
{
"id": 23461,
"name": "\u5c71\u897f\u5e08\u8303\u5927\u5b66\u73b0\u4ee3\u6587\u7406\u5b66\u9662"
},
{
"id": 23462,
"name": "\u5ffb\u5dde\u5e08\u8303\u5b66\u9662\u4e94\u5be8\u5206\u9662\uff08\u4e94\u5be8\u5e08\u8303\u5b66\u9662\uff09"
},
{
"id": 23463,
"name": "\u5c71\u897f\u5927\u5b66\u5546\u52a1\u5b66\u9662"
},
{
"id": 23500,
"name": "\u592a\u539f\u5de5\u4e1a\u5b66\u9662"
},
{
"id": 23501,
"name": "\u5c71\u897f\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 23502,
"name": "\u5c71\u897f\u9752\u5e74\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23503,
"name": "\u5c71\u897f\u7701\u804c\u5de5\u5de5\u827a\u7f8e\u672f\u5b66\u9662"
},
{
"id": 23504,
"name": "\u5c71\u897f\u7701\u5415\u6881\u5e02\u6559\u80b2\u5b66\u9662"
},
{
"id": 23506,
"name": "\u957f\u6cbb\u5e02\u6559\u80b2\u5b66\u9662"
},
{
"id": 23507,
"name": "\u5c71\u897f\u7164\u70ad\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 23508,
"name": "\u5c71\u897f\u653f\u6cd5\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 23509,
"name": "\u9633\u6cc9\u5e02\u6559\u80b2\u5b66\u9662"
},
{
"id": 23510,
"name": "\u5c71\u897f\u7164\u70ad\u804c\u5de5\u8054\u5408\u5927\u5b66"
},
{
"id": 23512,
"name": "\u592a\u539f\u94a2\u94c1(\u96c6\u56e2)\u6709\u9650\u516c\u53f8\u804c\u5de5\u94a2\u94c1\u5b66\u9662"
},
{
"id": 23513,
"name": "\u5c71\u897f\u673a\u7535\u804c\u5de5\u5b66\u9662"
},
{
"id": 23514,
"name": "\u592a\u539f\u5316\u5b66\u5de5\u4e1a\u96c6\u56e2\u6709\u9650\u516c\u53f8\u804c\u5de5\u5927\u5b66"
},
{
"id": 23515,
"name": "\u5c71\u897f\u5175\u5668\u5de5\u4e1a\u804c\u5de5\u5927\u5b66"
},
{
"id": 23516,
"name": "\u5e7f\u64ad\u7535\u5f71\u7535\u89c6\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 23517,
"name": "\u5c71\u897f\u804c\u5de5\u533b\u5b66\u9662"
},
{
"id": 23518,
"name": "\u5c71\u897f\u7701\u4e34\u6c7e\u7535\u529b\u6280\u5e08\u5b66\u9662"
},
{
"id": 23519,
"name": "\u592a\u539f\u5927\u5b66\u5916\u8bed\u5e08\u8303\u5b66\u9662"
},
{
"id": 23521,
"name": "\u8fd0\u57ce\u5e7c\u513f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 23522,
"name": "\u4e2d\u56fd\u8f90\u5c04\u9632\u62a4\u7814\u7a76\u9662"
},
{
"id": 23524,
"name": "\u5c71\u897f\u5e08\u5927\u4e34\u6c7e\u5b66\u9662"
},
{
"id": 23525,
"name": "\u5c71\u897f\u8d22\u7ecf\u5927\u5b66\u7ecf\u6d4e\u6280\u672f\u5b66\u9662"
},
{
"id": 23526,
"name": "\u5c71\u897f\u8001\u533a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 23527,
"name": "\u4e2d\u56fd\u65e5\u7528\u5316\u5b66\u5de5\u4e1a\u7814\u7a76\u9662"
}],
"name": "\u5c71\u897f"
},
{
"id": 24,
"school": [{
"id": 24001,
"name": "\u8d35\u5dde\u5927\u5b66"
},
{
"id": 24002,
"name": "\u8d35\u9633\u533b\u5b66\u9662"
},
{
"id": 24003,
"name": "\u8d35\u9633\u4e2d\u533b\u5b66\u9662"
},
{
"id": 24004,
"name": "\u8d35\u5dde\u8d22\u7ecf"
},
{
"id": 24005,
"name": "\u8d35\u5dde\u6c11\u65cf"
},
{
"id": 24006,
"name": "\u8d35\u9633\u5b66\u9662"
},
{
"id": 24007,
"name": "\u8d35\u5dde\u5e08\u5927"
},
{
"id": 24008,
"name": "\u94dc\u4ec1\u5b66\u9662"
},
{
"id": 24009,
"name": "\u8d35\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662 "
},
{
"id": 24010,
"name": "\u8d35\u5dde\u7701\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24051,
"name": "\u9075\u4e49\u533b\u5b66\u9662"
},
{
"id": 24052,
"name": "\u9075\u4e49\u5e08\u8303"
},
{
"id": 24101,
"name": "\u6bd5\u8282\u5b66\u9662"
},
{
"id": 24151,
"name": "\u9ed4\u5357\u5e08\u9662"
},
{
"id": 24201,
"name": "\u5b89\u987a\u5b66\u9662"
},
{
"id": 24251,
"name": "\u51ef\u91cc\u5b66\u9662"
},
{
"id": 24301,
"name": "\u5b89\u987a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24302,
"name": "\u8d35\u5dde\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24303,
"name": "\u8d35\u5dde\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24304,
"name": "\u8d35\u5dde\u822a\u5929\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24306,
"name": "\u8d35\u5dde\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24307,
"name": "\u8d35\u5dde\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 24308,
"name": "\u8d35\u5dde\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24310,
"name": "\u8d35\u5dde\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24311,
"name": "\u8d35\u5dde\u5546\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 24312,
"name": "\u516d\u76d8\u6c34\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 24313,
"name": "\u516d\u76d8\u6c34\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24314,
"name": "\u9ed4\u4e1c\u5357\u6c11\u65cf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24315,
"name": "\u9ed4\u5357\u6c11\u65cf\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 24316,
"name": "\u9ed4\u5357\u6c11\u65cf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24318,
"name": "\u9ed4\u897f\u5357\u6c11\u65cf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24319,
"name": "\u94dc\u4ec1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24320,
"name": "\u9075\u4e49\u533b\u836f\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 24321,
"name": "\u9075\u4e49\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24322,
"name": "\u8d35\u5dde\u8d22\u7ecf\u5b66\u9662\u5546\u52a1\u5b66\u9662"
},
{
"id": 24323,
"name": "\u8d35\u5dde\u6c11\u65cf\u5b66\u9662\u4eba\u6587\u79d1\u6280\u5b66\u9662"
},
{
"id": 24324,
"name": "\u8d35\u5dde\u5e08\u8303\u5927\u5b66\u6c42\u662f\u5b66\u9662"
},
{
"id": 24325,
"name": "\u8d35\u9633\u533b\u5b66\u9662\u795e\u5947\u6c11\u65cf\u533b\u836f\u5b66\u9662"
},
{
"id": 24326,
"name": "\u9075\u4e49\u533b\u5b66\u9662\u533b\u5b66\u4e0e\u79d1\u6280\u5b66\u9662"
},
{
"id": 24327,
"name": "\u8d35\u9633\u4e2d\u533b\u5b66\u9662\u65f6\u73cd\u5b66\u9662"
},
{
"id": 24328,
"name": "\u8d35\u5dde\u5927\u5b66\u660e\u5fb7\u5b66\u9662"
},
{
"id": 24329,
"name": "\u8d35\u5dde\u5927\u5b66\u79d1\u6280\u5b66\u9662"
},
{
"id": 24330,
"name": "\u8d35\u9633\u62a4\u7406\u804c\u4e1a\u5b66\u9662"
},
{
"id": 24331,
"name": "\u8d35\u5dde\u4e9a\u6cf0\u804c\u4e1a\u5b66\u9662"
},
{
"id": 24333,
"name": "\u8d35\u5dde\u5e08\u8303\u5b66\u9662"
},
{
"id": 24334,
"name": "\u8d35\u9633\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24335,
"name": "\u6bd5\u8282\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 24336,
"name": "\u8d35\u5dde\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
},
{
"id": 24337,
"name": "\u8d35\u5dde\u7701\u8d22\u7ecf\u5b66\u9662\u5546\u52a1\u5b66\u9662"
}],
"name": "\u8d35\u5dde"
},
{
"id": 25,
"school": [{
"id": 25001,
"name": "\u5e7f\u897f\u5927\u5b66"
},
{
"id": 25002,
"name": "\u5e7f\u897f\u533b\u79d1\u5927\u5b66"
},
{
"id": 25003,
"name": "\u5e7f\u897f\u6c11\u65cf\u5927\u5b66"
},
{
"id": 25004,
"name": "\u5e7f\u897f\u4e2d\u533b\u5b66\u9662"
},
{
"id": 25005,
"name": "\u5e7f\u897f\u5e08\u8303\u5b66\u9662"
},
{
"id": 25006,
"name": "\u5e7f\u897f\u8d22\u7ecf\u5b66\u9662"
},
{
"id": 25007,
"name": "\u5e7f\u897f\u827a\u672f\u5b66\u9662"
},
{
"id": 25008,
"name": "\u5e7f\u897f\u5916\u56fd\u8bed\u5b66\u9662"
},
{
"id": 25051,
"name": "\u6842\u6797\u7535\u5b50\u79d1\u6280\u5927\u5b66"
},
{
"id": 25052,
"name": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66"
},
{
"id": 25053,
"name": "\u6842\u6797\u7406\u5de5\u5927\u5b66"
},
{
"id": 25054,
"name": "\u6842\u6797\u533b\u5b66\u9662"
},
{
"id": 25101,
"name": "\u5e7f\u897f\u5de5\u5b66\u9662"
},
{
"id": 25151,
"name": "\u53f3\u6c5f\u6c11\u65cf\u533b\u5b66\u9662"
},
{
"id": 25152,
"name": "\u767e\u8272\u5b66\u9662"
},
{
"id": 25201,
"name": "\u6cb3\u6c60\u5b66\u9662"
},
{
"id": 25251,
"name": "\u7389\u6797\u5e08\u8303\u5b66\u9662"
},
{
"id": 25301,
"name": "\u94a6\u5dde\u5b66\u9662"
},
{
"id": 25351,
"name": "\u8d3a\u5dde\u5b66\u9662"
},
{
"id": 25401,
"name": "\u68a7\u5dde\u5b66\u9662"
},
{
"id": 25404,
"name": "\u5e7f\u897f\u5927\u5b66\u884c\u5065\u6587\u7406\u5b66\u9662"
},
{
"id": 25405,
"name": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u6f13\u6c5f\u5b66\u9662"
},
{
"id": 25406,
"name": "\u6842\u6797\u7535\u5b50\u79d1\u6280\u5927\u5b66\u4fe1\u606f\u79d1\u6280\u5b66\u9662"
},
{
"id": 25407,
"name": "\u6842\u6797\u5de5\u5b66\u9662\u535a\u6587\u7ba1\u7406\u5b66\u9662"
},
{
"id": 25408,
"name": "\u5e7f\u897f\u5de5\u5b66\u9662\u9e7f\u5c71\u5b66\u9662"
},
{
"id": 25409,
"name": "\u5e7f\u897f\u5e08\u8303\u5b66\u9662\u5e08\u56ed\u5b66\u9662"
},
{
"id": 25410,
"name": "\u5e7f\u897f\u6c11\u65cf\u5927\u5b66\u76f8\u601d\u6e56\u5b66\u9662"
},
{
"id": 25411,
"name": "\u5e7f\u897f\u4e2d\u533b\u5b66\u9662\u8d5b\u6069\u65af\u65b0\u533b\u836f\u5b66\u9662"
},
{
"id": 25501,
"name": "\u5317\u6d77\u5b8f\u6e90\u8db3\u7403\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25502,
"name": "\u5317\u6d77\u827a\u672f\u8bbe\u8ba1\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25503,
"name": "\u5317\u6d77\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25504,
"name": "\u5e7f\u897f\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25505,
"name": "\u5e7f\u897f\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25506,
"name": "\u5e7f\u897f\u4e1c\u65b9\u5916\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25507,
"name": "\u5e7f\u897f\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25508,
"name": "\u5e7f\u897f\u5de5\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25509,
"name": "\u5e7f\u897f\u56fd\u9645\u5546\u52a1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25510,
"name": "\u5e7f\u897f\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25511,
"name": "\u5e7f\u897f\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25512,
"name": "\u5e7f\u897f\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25513,
"name": "\u5e7f\u897f\u7ecf\u6d4e\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 25514,
"name": "\u5e7f\u897f\u7ecf\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25515,
"name": "\u5e7f\u897f\u8b66\u7ba1\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 25516,
"name": "\u5e7f\u897f\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25517,
"name": "\u5e7f\u897f\u8f7b\u5de5\u9ad8\u7ea7\u6280\u5de5\u5b66\u6821"
},
{
"id": 25518,
"name": "\u5e7f\u897f\u751f\u6001\u5de5\u7a0b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25519,
"name": "\u5e7f\u897f\u6c34\u5229\u7535\u529b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25520,
"name": "\u5e7f\u897f\u4f53\u80b2\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 25521,
"name": "\u5e7f\u897f\u6f14\u827a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25522,
"name": "\u5e7f\u897f\u82f1\u534e\u56fd\u9645\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25523,
"name": "\u5e7f\u897f\u9095\u6c5f\u5927\u5b66"
},
{
"id": 25524,
"name": "\u5e7f\u897f\u5e7c\u513f\u5e08\u8303\u5b66\u6821"
},
{
"id": 25525,
"name": "\u5e7f\u897f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25526,
"name": "\u8d35\u6e2f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25527,
"name": "\u6842\u6797\u822a\u5929\u5de5\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 25528,
"name": "\u6842\u6797\u65c5\u6e38\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 25529,
"name": "\u6842\u6797\u5c71\u6c34\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25530,
"name": "\u6842\u6797\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 25531,
"name": "\u6cb3\u6c60\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25532,
"name": "\u67f3\u5dde\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 25533,
"name": "\u67f3\u5dde\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 25534,
"name": "\u67f3\u5dde\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25535,
"name": "\u67f3\u5dde\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25536,
"name": "\u5e7f\u897f\u6c11\u65cf\u5e08\u8303\u5b66\u9662"
},
{
"id": 25537,
"name": "\u5357\u5b81\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 25538,
"name": "\u5357\u5b81\u5730\u533a\u6559\u80b2\u5b66\u9662"
},
{
"id": 25539,
"name": "\u5317\u4eac\u822a\u7a7a\u822a\u5929\u5927\u5b66\u5317\u6d77\u5b66\u9662"
},
{
"id": 25540,
"name": "\u6842\u6797\u5de5\u5b66\u9662\u5357\u5b81\u5206\u9662"
},
{
"id": 25541,
"name": "\u767e\u8272\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25542,
"name": "\u5e7f\u897f\u6559\u80b2\u5b66\u9662"
},
{
"id": 25543,
"name": "\u68a7\u5dde\u804c\u4e1a\u5b66\u9662"
},
{
"id": 25544,
"name": "\u5e7f\u897f\u536b\u751f\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 25547,
"name": "\u5e7f\u897f\u653f\u6cd5\u7ba1\u7406\u5e72\u90e8\u5b66\u9662"
},
{
"id": 25548,
"name": "\u67f3\u5dde\u57ce\u5e02\u804c\u4e1a\u6280\u672f\u5b66\u9662"
}],
"name": "\u5e7f\u897f"
},
{
"id": 26,
"school": [{
"id": 26001,
"name": "\u5185\u8499\u53e4\u5927\u5b66"
},
{
"id": 26002,
"name": "\u5185\u8499\u53e4\u5de5\u4e1a\u5927\u5b66"
},
{
"id": 26003,
"name": "\u5185\u8499\u53e4\u519c\u5927"
},
{
"id": 26004,
"name": "\u5185\u8499\u53e4\u5e08\u5927"
},
{
"id": 26005,
"name": "\u5185\u8499\u53e4\u533b\u5b66\u9662"
},
{
"id": 26006,
"name": "\u5185\u8499\u53e4\u8d22\u7ecf"
},
{
"id": 26007,
"name": "\u4e2d\u592e\u515a\u6821\u51fd\u6388\u5b66\u9662\u5185\u8499\u53e4\u5206\u9662"
},
{
"id": 26008,
"name": "\u4e2d\u5171\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u59d4\u5458\u4f1a\u515a\u6821"
},
{
"id": 26009,
"name": "\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u884c\u653f\u5b66\u9662"
},
{
"id": 26051,
"name": "\u5185\u8499\u53e4\u79d1\u5927"
},
{
"id": 26101,
"name": "\u5185\u8499\u53e4\u6c11\u65cf\u5927\u5b66"
},
{
"id": 26151,
"name": "\u8d64\u5cf0\u5b66\u9662"
},
{
"id": 26201,
"name": "\u547c\u4f26\u8d1d\u5c14\u5b66\u9662"
},
{
"id": 26301,
"name": "\u5305\u5934\u94a2\u94c1\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26302,
"name": "\u5305\u5934\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26303,
"name": "\u5305\u5934\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26304,
"name": "\u6cb3\u5957\u5927\u5b66"
},
{
"id": 26305,
"name": "\u547c\u548c\u6d69\u7279\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26307,
"name": "\u79d1\u5c14\u6c81\u827a\u672f\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26308,
"name": "\u5185\u8499\u53e4\u8d22\u7a0e\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26309,
"name": "\u5185\u8499\u53e4\u7535\u5b50\u4fe1\u606f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26310,
"name": "\u5185\u8499\u53e4\u9752\u57ce\u5927\u5b66"
},
{
"id": 26311,
"name": "\u5185\u8499\u53e4\u5316\u5de5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26312,
"name": "\u5185\u8499\u53e4\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26313,
"name": "\u5185\u8499\u53e4\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26314,
"name": "\u5185\u8499\u53e4\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26315,
"name": "\u547c\u548c\u6d69\u7279\u6c11\u65cf\u5b66\u9662"
},
{
"id": 26316,
"name": "\u5185\u8499\u53e4\u5546\u8d38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26317,
"name": "\u5185\u8499\u53e4\u4f53\u80b2\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26318,
"name": "\u901a\u8fbd\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26319,
"name": "\u4e4c\u6d77\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26320,
"name": "\u4e4c\u5170\u5bdf\u5e03\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26321,
"name": "\u9521\u6797\u90ed\u52d2\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26322,
"name": "\u5174\u5b89\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26323,
"name": "\u5185\u8499\u53e4\u8b66\u5bdf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26325,
"name": "\u5185\u8499\u53e4\u5317\u65b9\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26326,
"name": "\u5185\u8499\u53e4\u4e30\u5dde\u5b66\u9662"
},
{
"id": 26327,
"name": "\u5185\u8499\u53e4\u7ecf\u8d38\u5916\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26328,
"name": "\u5185\u8499\u53e4\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26329,
"name": "\u8d64\u5cf0\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26330,
"name": "\u5305\u5934\u94c1\u9053\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 26331,
"name": "\u5185\u8499\u53e4\u5e7f\u64ad\u7535\u89c6\u5927\u5b66\u76f4\u5c5e\u5b66\u9662"
},
{
"id": 26332,
"name": "\u96c6\u5b81\u5e08\u8303\u5b66\u9662"
},
{
"id": 26333,
"name": "\u5185\u8499\u53e4\u8d22\u7ecf\u5b66\u9662"
},
{
"id": 26334,
"name": "\u5305\u5934\u5e08\u8303\u5b66\u9662"
},
{
"id": 26335,
"name": "\u5185\u8499\u53e4\u79d1\u6280\u5927\u5b66\u5305\u5934\u5e08\u8303\u5b66\u9662"
},
{
"id": 26336,
"name": "\u5185\u8499\u53e4\u533b\u836f\u4e13\u4fee\u5b66\u9662"
},
{
"id": 26337,
"name": "\u9102\u5c14\u591a\u65af\u804c\u4e1a\u5b66\u9662"
},
{
"id": 26338,
"name": "\u4e4c\u5170\u5bdf\u5e03\u533b\u5b66\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
}],
"name": "\u5185\u8499\u53e4"
},
{
"id": 27,
"school": [{
"id": 27001,
"name": "\u5b81\u590f\u5927\u5b66"
},
{
"id": 27002,
"name": "\u5317\u65b9\u6c11\u5927"
},
{
"id": 27003,
"name": "\u5b81\u590f\u533b\u79d1\u5927\u5b66"
},
{
"id": 27051,
"name": "\u5b81\u590f\u7406\u5de5"
},
{
"id": 27201,
"name": "\u5434\u5fe0\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 27202,
"name": "\u5b81\u590f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 27203,
"name": "\u5b81\u590f\u8d22\u7ecf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 27204,
"name": "\u5b81\u590f\u53f8\u6cd5\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 27205,
"name": "\u5b81\u590f\u5e08\u8303\u5b66\u9662"
},
{
"id": 27206,
"name": "\u5b81\u590f\u5de5\u4e1a\u804c\u4e1a\u5b66\u9662"
},
{
"id": 27207,
"name": "\u5b81\u590f\u5de5\u5546\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 27208,
"name": "\u5b81\u590f\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 27209,
"name": "\u94f6\u5ddd\u79d1\u6280\u804c\u4e1a\u5b66\u9662\uff08\u94f6\u5ddd\u5927\u5b66\uff09"
},
{
"id": 27210,
"name": "\u5b81\u590f\u5927\u5b66\u65b0\u534e\u5b66\u9662"
},
{
"id": 27211,
"name": "\u4e2d\u56fd\u77ff\u4e1a\u5927\u5b66\u94f6\u5ddd\u5b66\u9662"
}],
"name": "\u5b81\u590f"
},
{
"id": 28,
"school": [{
"id": 28001,
"name": "\u9752\u6d77\u5927\u5b66"
},
{
"id": 28002,
"name": "\u9752\u6d77\u5e08\u5927"
},
{
"id": 28003,
"name": "\u9752\u6d77\u6c11\u5927"
},
{
"id": 28101,
"name": "\u9752\u6d77\u6c11\u65cf\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 28102,
"name": "\u9752\u6d77\u8d22\u7ecf\u804c\u4e1a\u5b66\u9662"
},
{
"id": 28103,
"name": "\u9752\u6d77\u755c\u7267\u517d\u533b\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 28104,
"name": "\u9752\u6d77\u5efa\u7b51\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 28105,
"name": "\u9752\u6d77\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 28106,
"name": "\u9752\u6d77\u8b66\u5b98\u804c\u4e1a\u5b66\u9662"
},
{
"id": 28107,
"name": "\u9752\u6d77\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 28108,
"name": "\u9752\u6d77\u536b\u751f\u804c\u4e1a\u6280\u672f\u5b66\u9662"
}],
"name": "\u9752\u6d77"
},
{
"id": 29,
"school": [{
"id": 29001,
"name": "\u65b0\u7586\u5927\u5b66"
},
{
"id": 29002,
"name": "\u65b0\u7586\u519c\u5927"
},
{
"id": 29003,
"name": "\u65b0\u7586\u533b\u79d1\u5927"
},
{
"id": 29004,
"name": "\u65b0\u7586\u5e08\u5927"
},
{
"id": 29005,
"name": "\u65b0\u7586\u8d22\u7ecf"
},
{
"id": 29006,
"name": "\u65b0\u7586\u827a\u672f\u5b66\u9662"
},
{
"id": 29007,
"name": "\u4f0a\u7281\u5e08\u8303\u594e\u5c6f\u6821\u533a"
},
{
"id": 29051,
"name": "\u77f3\u6cb3\u5b50\u5927\u5b66"
},
{
"id": 29101,
"name": "\u5854\u91cc\u6728\u5927\u5b66"
},
{
"id": 29151,
"name": "\u5580\u4ec0\u5e08\u9662"
},
{
"id": 29201,
"name": "\u4f0a\u7281\u5e08\u9662"
},
{
"id": 29251,
"name": "\u660c\u5409\u5b66\u9662"
},
{
"id": 29301,
"name": "\u963f\u514b\u82cf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29302,
"name": "\u5df4\u97f3\u90ed\u695e\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29303,
"name": "\u660c\u5409\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29304,
"name": "\u548c\u7530\u5e08\u8303\u4e13\u79d1\u5b66\u6821"
},
{
"id": 29305,
"name": "\u514b\u62c9\u739b\u4f9d\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29306,
"name": "\u4e4c\u9c81\u6728\u9f50\u804c\u4e1a\u5927\u5b66"
},
{
"id": 29307,
"name": "\u65b0\u7586\u5175\u56e2\u8b66\u5b98\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 29308,
"name": "\u65b0\u7586\u5de5\u4e1a\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 29309,
"name": "\u65b0\u7586\u673a\u7535\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29310,
"name": "\u65b0\u7586\u5efa\u8bbe\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29311,
"name": "\u65b0\u7586\u4ea4\u901a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29312,
"name": "\u65b0\u7586\u8b66\u5b98\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 29313,
"name": "\u65b0\u7586\u80fd\u6e90\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29314,
"name": "\u65b0\u7586\u519c\u4e1a\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29315,
"name": "\u65b0\u7586\u8f7b\u5de5\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29316,
"name": "\u65b0\u7586\u77f3\u6cb3\u5b50\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29317,
"name": "\u65b0\u7586\u5929\u5c71\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29318,
"name": "\u65b0\u7586\u7ef4\u543e\u5c14\u533b\u5b66\u4e13\u79d1\u5b66\u6821"
},
{
"id": 29319,
"name": "\u65b0\u7586\u73b0\u4ee3\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29320,
"name": "\u4f0a\u7281\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 29321,
"name": "\u65b0\u7586\u79d1\u4fe1\u5b66\u9662"
},
{
"id": 29322,
"name": "\u65b0\u7586\u804c\u4e1a\u5927\u5b66"
},
{
"id": 29323,
"name": "\u65b0\u7586\u77f3\u6cb9\u5b66\u9662"
},
{
"id": 29324,
"name": "\u65b0\u7586\u5927\u5b66\u79d1\u5b66\u6280\u672f\u5b66\u9662"
},
{
"id": 29325,
"name": "\u65b0\u7586\u519c\u4e1a\u5927\u5b66\u79d1\u5b66\u6280\u672f\u5b66\u9662"
},
{
"id": 29326,
"name": "\u65b0\u7586\u8d22\u7ecf\u5927\u5b66\u5546\u52a1\u5b66\u9662"
},
{
"id": 29327,
"name": "\u65b0\u7586\u533b\u79d1\u5927\u5b66\u539a\u535a\u5b66\u9662"
},
{
"id": 29328,
"name": "\u77f3\u6cb3\u5b50\u5927\u5b66\u79d1\u6280\u5b66\u9662"
},
{
"id": 29329,
"name": "\u65b0\u7586\u6559\u80b2\u5b66\u9662"
},
{
"id": 29331,
"name": "\u65b0\u7586\u653f\u6cd5\u5b66\u9662"
},
{
"id": 29332,
"name": "\u65b0\u7586\u5e7f\u64ad\u7535\u89c6\u5927\u5b66"
}],
"name": "\u65b0\u7586"
},
{
"id": 30,
"school": [{
"id": 30001,
"name": "\u6d77\u5357\u5927\u5b66"
},
{
"id": 30002,
"name": "\u6d77\u5357\u533b\u5b66\u9662"
},
{
"id": 30005,
"name": "\u6d77\u5357\u5e08\u8303\u5927\u5b66"
},
{
"id": 30051,
"name": "\u534e\u5357\u70ed\u5e26\u519c\u5927"
},
{
"id": 30101,
"name": "\u743c\u5dde\u5927\u5b66"
},
{
"id": 30201,
"name": "\u6d77\u53e3\u7ecf\u6d4e\u5b66\u9662"
},
{
"id": 30202,
"name": "\u6d77\u5357\u7ecf\u8d38\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 30203,
"name": "\u6d77\u5357\u8f6f\u4ef6\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 30204,
"name": "\u6d77\u5357\u5916\u56fd\u8bed\u804c\u4e1a\u5b66\u9662"
},
{
"id": 30205,
"name": "\u6d77\u5357\u5de5\u5546\u804c\u4e1a\u5b66\u9662"
},
{
"id": 30206,
"name": "\u6d77\u5357\u653f\u6cd5\u804c\u4e1a\u5b66\u9662"
},
{
"id": 30207,
"name": "\u6d77\u5357\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 30208,
"name": "\u743c\u53f0\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 30209,
"name": "\u4e09\u4e9a\u822a\u7a7a\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 30210,
"name": "\u4e09\u4e9a\u5353\u8fbe\u65c5\u6e38\u804c\u4e1a\u5b66\u9662"
},
{
"id": 30211,
"name": "\u6d77\u5357\u5927\u5b66\u4e09\u4e9a\u5b66\u9662"
},
{
"id": 30212,
"name": "\u4e09\u4e9a\u57ce\u5e02\u804c\u4e1a\u5b66\u9662"
},
{
"id": 30213,
"name": "\u6d77\u5357\u79d1\u6280\u804c\u4e1a\u5b66\u9662"
},
{
"id": 30214,
"name": "\u4e09\u4e9a\u7406\u5de5\u804c\u4e1a\u5b66\u9662"
}],
"name": "\u6d77\u5357"
},
{
"id": 31,
"school": [{
"id": 31001,
"name": "\u897f\u85cf\u5927\u5b66"
},
{
"id": 31002,
"name": "\u897f\u85cf\u85cf\u533b\u5b66\u9662"
},
{
"id": 31003,
"name": "\u897f\u85cf\u6c11\u9662"
},
{
"id": 31101,
"name": "\u62c9\u8428\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 31102,
"name": "\u897f\u85cf\u8b66\u5b98\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821"
},
{
"id": 31103,
"name": "\u897f\u85cf\u804c\u4e1a\u6280\u672f\u5b66\u9662"
},
{
"id": 31104,
"name": "\u897f\u85cf\u6c11\u65cf\u5b66\u9662"
}],
"name": "\u897f\u85cf"
},
{
"id": 32,
"school": [{
"id": 32001,
"name": "\u9999\u6e2f\u5927\u5b66"
},
{
"id": 32002,
"name": "\u9999\u6e2f\u4e2d\u6587\u5927\u5b66"
},
{
"id": 32003,
"name": "\u9999\u6e2f\u79d1\u6280\u5927\u5b66"
},
{
"id": 32004,
"name": "\u9999\u6e2f\u7406\u5de5\u5927\u5b66"
},
{
"id": 32005,
"name": "\u9999\u6e2f\u57ce\u5e02\u5927\u5b66"
},
{
"id": 32006,
"name": "\u9999\u6e2f\u6d78\u4f1a\u5927\u5b66"
},
{
"id": 32007,
"name": "\u9999\u6e2f\u5cad\u5357\u5927\u5b66"
},
{
"id": 32008,
"name": "\u9999\u6e2f\u56fd\u9645\u5de5\u5546\u7ba1\u7406\u5b66\u9662"
},
{
"id": 32009,
"name": "\u9999\u6e2f\u73e0\u6d77\u5b66\u9662"
},
{
"id": 32010,
"name": "\u9999\u6e2f\u6559\u80b2\u5b66\u9662"
},
{
"id": 32011,
"name": "\u9999\u6e2f\u6811\u4ec1\u5927\u5b66"
},
{
"id": 32012,
"name": "\u9999\u6e2f\u6f14\u827a\u5b66\u9662"
},
{
"id": 32013,
"name": "The Open University of HongKong"
}],
"name": "\u9999\u6e2f"
},
{
"id": 33,
"school": [{
"id": 33001,
"name": "\u6fb3\u95e8\u5927\u5b66"
},
{
"id": 33002,
"name": "\u6fb3\u95e8\u7406\u5de5\u5b66\u9662"
},
{
"id": 33003,
"name": "\u6fb3\u95e8\u79d1\u6280\u5927\u5b66"
},
{
"id": 33004,
"name": "\u6fb3\u95e8\u65c5\u6e38\u5b66\u9662"
},
{
"id": 33005,
"name": "\u6fb3\u95e8\u955c\u6e56\u62a4\u7406\u5b66\u9662"
},
{
"id": 33006,
"name": "\u6fb3\u95e8\u57ce\u5e02\u5927\u5b66"
},
{
"id": 33007,
"name": "\u5929\u4e3b\u6559\u8f85\u4ec1\u5927\u5b66"
},
{
"id": 33008,
"name": "\u957f\u5e9a\u5927\u5b66"
},
{
"id": 33009,
"name": "\u79c1\u7acb\u4e49\u5b88\u5927\u5b66"
},
{
"id": 33010,
"name": "\u4e1c\u6d77\u5927\u5b66"
}],
"name": "\u6fb3\u95e8"
},
{
"id": 34,
"school": [{
"id": 34001,
"name": "\u56fd\u7acb\u53f0\u6e7e\u5927\u5b66"
},
{
"id": 34002,
"name": "\u56fd\u7acb\u4e2d\u6b63\u5927\u5b66"
},
{
"id": 34003,
"name": "\u56fd\u7acb\u53f0\u6e7e\u827a\u672f\u5927\u5b66"
},
{
"id": 34004,
"name": "\u56fd\u7acb\u6e05\u534e\u5927\u5b66"
},
{
"id": 34005,
"name": "\u56fd\u7acb\u4e2d\u5c71\u5927\u5b66"
},
{
"id": 34006,
"name": "\u56fd\u7acb\u653f\u6cbb\u5927\u5b66"
},
{
"id": 34007,
"name": "\u56fd\u7acb\u6210\u529f\u5927\u5b66"
},
{
"id": 34008,
"name": "\u56fd\u7acb\u4e2d\u592e\u5927\u5b66"
},
{
"id": 34009,
"name": "\u56fd\u7acb\u9633\u660e\u5927\u5b66"
},
{
"id": 34010,
"name": "\u56fd\u7acb\u4e1c\u534e\u5927\u5b66"
},
{
"id": 34011,
"name": "\u56fd\u7acb\u4e2d\u5174\u5927\u5b66"
},
{
"id": 34012,
"name": "\u56fd\u7acb\u53f0\u6e7e\u5e08\u8303\u5927\u5b66"
},
{
"id": 34013,
"name": "\u56fd\u7acb\u53f0\u6e7e\u6d77\u6d0b\u5927\u5b66"
},
{
"id": 34014,
"name": "\u56fd\u7acb\u9ad8\u96c4\u5927\u5b66"
},
{
"id": 34015,
"name": "\u56fd\u7acb\u5609\u4e49\u5927\u5b66"
},
{
"id": 34016,
"name": "\u56fd\u7acb\u53f0\u6e7e\u79d1\u6280\u5927\u5b66"
},
{
"id": 34017,
"name": "\u56fd\u7acb\u7a7a\u4e2d\u5927\u5b66"
},
{
"id": 34018,
"name": "\u56fd\u7acb\u53f0\u5317\u5927\u5b66"
},
{
"id": 34019,
"name": "\u56fd\u7acb\u9ad8\u96c4\u5e08\u8303\u5927\u5b66"
},
{
"id": 34020,
"name": "\u56fd\u7acb\u8054\u5408\u5927\u5b66"
},
{
"id": 34021,
"name": "\u56fd\u7acb\u66a8\u5357\u56fd\u9645\u5927\u5b66"
},
{
"id": 34022,
"name": "\u56fd\u7acb\u5c4f\u4e1c\u79d1\u6280\u5927\u5b66"
},
{
"id": 34023,
"name": "\u56fd\u7acb\u5f70\u5316\u5e08\u8303\u5927\u5b66"
},
{
"id": 34024,
"name": "\u56fd\u7acb\u53f0\u5317\u79d1\u6280\u5927\u5b66"
},
{
"id": 34025,
"name": "\u56fd\u7acb\u53f0\u4e1c\u5927\u5b66"
},
{
"id": 34026,
"name": "\u56fd\u7acb\u5b9c\u84dd\u5927\u5b66"
},
{
"id": 34027,
"name": "\u56fd\u7acb\u53f0\u5317\u827a\u672f\u5927\u5b66"
},
{
"id": 34028,
"name": "\u56fd\u7acb\u4e91\u6797\u79d1\u6280\u5927\u5b66"
},
{
"id": 34029,
"name": "\u56fd\u7acb\u53f0\u5357\u5927\u5b66"
},
{
"id": 34030,
"name": "\u56fd\u7acb\u864e\u5c3e\u79d1\u6280\u5927\u5b66"
},
{
"id": 34031,
"name": "\u56fd\u7acb\u82b1\u83b2\u6559\u80b2\u5927\u5b66"
},
{
"id": 34032,
"name": "\u56fd\u7acb\u9ad8\u96c4\u7b2c\u4e00\u79d1\u6280\u5927\u5b66"
},
{
"id": 34033,
"name": "\u56fd\u7acb\u5c4f\u4e1c\u6559\u80b2\u5927\u5b66"
},
{
"id": 34034,
"name": "\u56fd\u7acb\u65b0\u7af9\u6559\u80b2\u5927\u5b66"
},
{
"id": 34035,
"name": "\u56fd\u7acb\u6f8e\u6e56\u79d1\u6280\u5927\u5b66"
},
{
"id": 34036,
"name": "\u5efa\u56fd\u79d1\u6280\u5927\u5b66"
},
{
"id": 34037,
"name": "\u56fd\u7acb\u53f0\u5357\u827a\u672f\u5927\u5b66"
},
{
"id": 34038,
"name": "\u56fd\u7acb\u9ad8\u96c4\u5e94\u7528\u79d1\u6280\u5927\u5b66"
},
{
"id": 34039,
"name": "\u56fd\u7acb\u9ad8\u96c4\u6d77\u6d0b\u79d1\u6280\u5927\u5b66"
},
{
"id": 34040,
"name": "\u56fd\u7acb\u52e4\u76ca\u79d1\u6280\u5927\u5b66"
},
{
"id": 34041,
"name": "\u4e1c\u5434\u5927\u5b66"
},
{
"id": 34042,
"name": "\u56fd\u7acb\u4ea4\u901a\u5927\u5b66"
},
{
"id": 34043,
"name": "\u9022\u7532\u5927\u5b66"
},
{
"id": 34044,
"name": "\u9ad8\u96c4\u91ab\u5b78\u5927\u5b78"
},
{
"id": 34045,
"name": "\u6de1\u6c5f\u5927\u5b78"
},
{
"id": 34046,
"name": "\u8f85\u4ec1\u5927\u5b66"
},
{
"id": 34047,
"name": "\u53f0\u6e7e\u9759\u5b9c\u5927\u5b66"
},
{
"id": 34048,
"name": "\u4e2d\u56fd\u6587\u5316\u5927\u5b66"
},
{
"id": 34049,
"name": "\u80b2\u9054\u79d1\u6280\u5927\u5b78"
},
{
"id": 34050,
"name": "\u4e16\u65b0\u5927\u5b66"
},
{
"id": 34051,
"name": "\u94ed\u4f20\u5927\u5b66"
},
{
"id": 34052,
"name": "\u56fd\u7acb\u53f0\u5317\u6559\u80b2\u5927\u5b66"
},
{
"id": 34053,
"name": "\u53f0\u6e7e\u4e9a\u6d32\u5927\u5b66"
},
{
"id": 34054,
"name": "\u4e2d\u539f\u5927\u5b66"
},
{
"id": 34055,
"name": "\u94ed\u4f20\u5927\u5b66\u00a0"
}],
"name": "\u53f0\u6e7e"
}] |
# --coding--:utf-8 --
import cv2
import mediapipe as mp
import time
class PoseDetector:
def __init__(self, mode = False, upBody = False, smooth=True, detectionCon = 0.5, trackCon = 0.5):
self.mode = mode
self.upBody = upBody
self.smooth = smooth
self.detectionCon = detectionCon
self.trackCon = trackCon
self.mpDraw = mp.solutions.drawing_utils
self.mpPose = mp.solutions.pose
self.pose = self.mpPose.Pose(self.mode, self.upBody, self.smooth, self.detectionCon, self.trackCon)
def findPose(self, img, draw=True):
imgRGB = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
self.results = self.pose.process(imgRGB)
if self.results.pose_landmarks:
if draw:
self.mpDraw.draw_landmarks(img, self.results.pose_landmarks, self.mpPose.POSE_CONNECTIONS)
return img, self.results.pose_landmarks, self.mpPose.POSE_CONNECTIONS
def getPosition(self, img, draw=True):
lmList= []
if self.results.pose_landmarks:
for id, lm in enumerate(self.results.pose_landmarks.landmark):
h, w, c = img.shape
cx, cy = int(lm.x * w), int(lm.y * h)
lmList.append([id, cx, cy])
if draw:
cv2.circle(img, (cx, cy), 5, (255, 0, 0), cv2.FILLED)
return lmList
pose = PoseDetector()
print(pose) |
// ======================批量执行Promise.all======================
// Promise.all([p1,p2,p3])用于将多个Promise实例,包装成一个新的Promise实例
// 参数是一个数组,数组里可以是Promise对象也可以是别的值,只有Promise会等待状态改变
// 当所有子Promise都完成后,该Promise完成,返回值是全部值的数组
// 有任意一个失败,该Promise失败,返回第一个失败的子Promise的结果
console.log('satrt');
Promise.all([1, 2, 3])
.then(all => {
console.log('1:', all);
return Promise.all([function () {
console.log('ooxx')
}, 'ooxx', false])
})
.then(all => {
console.log('2:', all);
let p1 = new Promise(resolve => {
setTimeout(() => {
resolve('I\'m p1');
}, 1500)
});
let p2 = new Promise(resolve => {
setTimeout(() => {
resolve('I\'m p2');
}, 1450)
});
return Promise.all([p1, p2]);
}).then(all => {
console.log('3:', all);
let p1 = new Promise(resolve => {
setTimeout(() => {
resolve('I\'m p1');
}, 1500)
});
let p2 = new Promise((resolve, reject) => {
setTimeout(() => {
reject('I\'m p2');
}, 1000)
});
let p3 = new Promise((resolve, reject) => {
setTimeout(() => {
reject('I\'m p3');
}, 3000)
});
return Promise.all([p1, p2, p3]);
}).then(all => {
console.log('all', all);
}).catch(err => {
console.log(err)
}) |
gpu=$1
W2V_PATH=../libri/wav2vec2_small.pt
GPT='gpt2'
SAVE_DIR=exp/finetune_w2v_cif2_gpt2V2_en
DATA_DIR=data/en/gpt2_style
label_type=word
TOKENIZERS_PARALLELISM=false CUDA_VISIBLE_DEVICES=$gpu fairseq-train $DATA_DIR \
--save-dir $SAVE_DIR --tensorboard-logdir $SAVE_DIR \
--train-subset train --valid-subset dev --no-epoch-checkpoints \
--labels $label_type --num-workers 4 --max-update 80000 \
--lambda-ctc 0.0 --lambda-qua 0.5 --lambda-am 1.0 --lambda-lm 0.0 \
--arch w2v_cif_gpt2_v2 --task audio_cif_gpt2 --criterion ctc_cif_gpt2 --best-checkpoint-metric uer \
--w2v-path $W2V_PATH --gpt2-name $GPT \
--apply-mask --mask-selection static --mask-other 0 --mask-length 2 --mask-prob 0.5 --layerdrop 0.1 \
--mask-channel-selection static --mask-channel-other 0 --mask-channel-length 64 --mask-channel-prob 0.5 \
--feature-grad-mult 0.0 --freeze-finetune-updates 500 --freeze-lm-finetune-updates 500 \
--validate-after-updates 6000 --validate-interval 2 --save-interval 2 \
--gold-rate-steps '(5000, 10000)' --gold-rate-range '(1.0, 0.5)' \
--optimizer adam --adam-betas '(0.9, 0.98)' --adam-eps 1e-08 --lr 4e-05 --lr-scheduler tri_stage \
--warmup-steps 5000 --hold-steps 10000 --decay-steps 30000 --final-lr-scale 0.05 \
--final-dropout 0.0 --dropout 0.0 --activation-dropout 0.1 \
--attention-dropout 0.0 --max-tokens 800000 --seed 2337 --ddp-backend no_c10d --update-freq 1 \
--log-interval 200 --log-format simple
|
import {PrefsAction, PrefsState} from "./types"
const init: PrefsState = {
jsonTypeConfig: "",
timeFormat: "",
suricataRunner: "",
suricataUpdater: "",
zeekRunner: "",
dataDir: ""
}
export default function reducer(
state: PrefsState = init,
action: PrefsAction
): PrefsState {
switch (action.type) {
case "$PREFS_JSON_TYPES_CONFIG_SET":
return {
...state,
jsonTypeConfig: action.path
}
case "$PREFS_TIME_FORMAT_SET":
return {
...state,
timeFormat: action.format
}
case "$PREFS_SURICATA_RUNNER_SET":
return {
...state,
suricataRunner: action.suricataRunner
}
case "$PREFS_SURICATA_UPDATER_SET":
return {
...state,
suricataUpdater: action.suricataUpdater
}
case "$PREFS_ZEEK_RUNNER_SET":
return {
...state,
zeekRunner: action.zeekRunner
}
case "$PREFS_DATA_DIR_SET":
return {
...state,
dataDir: action.dataDir
}
default:
return state
}
}
|
<gh_stars>0
const moment = require('moment');
const fs = require('fs');
const prettyBytes = require('pretty-bytes');
const { toString: prettyCron } = require('prettycron');
const { instance: cron } = require('./CronService');
const { compact, isEmpty } = require('../util/ArrayUtils');
const imageExtensions = require('image-extensions');
const videoExtensions = require('video-extensions');
const {
organize,
organizeByDate,
organizeByExtension,
organizeByAlphabetical,
} = require('fileclerk');
const asArray = maybeArr => (Array.isArray(maybeArr) ? maybeArr : [maybeArr]);
const buildOptions = (config) => {
const {
byDate,
byAlphabetical,
byType,
byExtension,
byCustom,
} = config;
// Check for more than one defined - can't do it
const check = compact([byDate, byAlphabetical, byType, byExtension, byCustom]);
if (check.length > 1) throw new Error('Cannot define more than one of byDate, byAlphabetical, byType, or byExtension, byCustom');
const options = (byCustom
|| byDate
|| byType
|| byAlphabetical
|| byExtension
|| {
dateFormat: ['YYYY-MM-DD'],
});
let fileClerkFn = organizeByDate;
if (byAlphabetical) fileClerkFn = organizeByAlphabetical;
if (byExtension) fileClerkFn = organizeByExtension;
if (byCustom) fileClerkFn = organizeByExtension;
if (byType) {
fileClerkFn = organize;
}
return { options, fileClerkFn };
};
const parseConfig = (config = []) => {
const configs = asArray(config);
return configs.map((c, i) => {
const {
name = `MediaClerk Job ${i + 1}`,
cronTime = '* * * * *',
sourcePath,
targetPath,
extensions: customExtensions = [],
fileType,
options: userOptions = {},
} = c;
if (!sourcePath) throw new Error(`MediaClerk Config Instance (${name}) must define a 'sourcePath' property`);
if (!targetPath) throw new Error(`MediaClerk Config Instance (${name}) must define a 'targetPath' property`);
const extensions =
(Array.isArray(fileType) ? fileType : [fileType]).reduce(
(accu, tStr = '') => {
if (tStr === 'image') return [...accu, ...imageExtensions];
if (tStr === 'video') return [...accu, ...videoExtensions];
return accu;
},
(Array.isArray(customExtensions) ? customExtensions : [customExtensions]),
);
const { options: jobOptions, fileClerkFn } = buildOptions(c);
return {
name,
cronTime,
sourcePath,
targetPath,
fileClerkFn,
options: {
extensions,
...userOptions,
...jobOptions,
},
};
});
};
const getTime = () => moment().format('YYYY-MM-DD HH:mm:ss');
const getDuration = millis => moment.duration(millis).asSeconds();
const cronsFromConfig = (config, opts = {}) => {
const configs = parseConfig(config);
const jobs = configs.map(({
name,
cronTime,
fileClerkFn,
sourcePath,
targetPath,
options,
}) => {
// eslint-disable-next-line
console.log(`[${getTime()}] Scheduled '${name}' [${sourcePath} -> ${targetPath}] - ${prettyCron(cronTime)}`);
return cron(cronTime, async () => {
const start = Date.now();
// eslint-disable-next-line
console.log(`[${getTime()}] Running '${name}' [${sourcePath} -> ${targetPath}]`);
const fn = fileClerkFn;
const result = await fn(sourcePath, targetPath, options);
const report = result.reduce((acc, { size, success, targetExists }) => Object.assign(acc, {
size: acc.size + size,
success: acc.success + (success ? 1 : 0),
error: acc.error + (success ? 0 : 1),
targetExists: acc.targetExists + targetExists,
}), {
size: 0,
success: 0,
error: 0,
targetExists: 0,
});
const message = `[${getTime()}] Finished '${name}' [${sourcePath} -> ${targetPath}]
duration ${getDuration(Date.now() - start)} seconds
processed ${result.length} files (${prettyBytes(report.size)})
${report.success} success / ${report.error} errors
${report.targetExists} target exists`;
// eslint-disable-next-line
console.log(message);
if (!isEmpty(process.env.LOG_PATH)) {
fs.writeFileSync(`${process.env.LOG_PATH}/${name}-${start}.json`, `${message}\n${JSON.stringify(result, null, 2)}`);
}
return result;
}, null, opts);
});
return jobs;
};
const loadConfigFromPath = (path) => {
try {
const config = require(path); // eslint-disable-line
return config;
} catch (err) {
try {
const config = require(`${path}/mediaclerk.json`); // eslint-disable-line
return config;
} catch (e) {
throw new Error(`No mediaclerk.json found @ ${path}: ${err}`);
}
}
};
module.exports = {
parseConfig,
cronsFromConfig,
loadConfigFromPath,
};
|
export default function($ionicNativeTransitionsProvider){
'ngInject';
$ionicNativeTransitionsProvider.setOptions({
"duration": 400, // in milliseconds (ms), default 400
"slowdownfactor": 4, // overlap views (higher number is more) or no overlap (1), default 4
"iosdelay": 60, // ms to wait for the iOS webview to update before animation kicks in, default 60
"androiddelay": 70, // same as above but for Android, default 70
"winphonedelay": 200, // same as above but for Windows Phone, default 200,
"fixedPixelsTop": 0, // the number of pixels of your fixed header, default 0 (iOS and Android)
"fixedPixelsBottom": 0 // the number of pixels of your fixed footer (f.i. a tab bar), default 0 (iOS and Android)
});
}
|
#!/bin/bash
#
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
# if version not passed in, default to latest released version
VERSION=2.4.1
# if ca version not passed in, default to latest released version
CA_VERSION=1.5.2
ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')")
MARCH=$(uname -m)
printHelp() {
echo "Usage: bootstrap.sh [version [ca_version]] [options]"
echo
echo "options:"
echo "-h : this help"
echo "-d : bypass docker image download"
echo "-s : bypass fabric-samples repo clone"
echo "-b : bypass download of platform-specific binaries"
echo
echo "e.g. bootstrap.sh 2.4.1 1.5.2 -s"
echo "will download docker images and binaries for Fabric v2.4.1 and Fabric CA v1.5.2"
}
# dockerPull() pulls docker images from fabric and chaincode repositories
# note, if a docker image doesn't exist for a requested release, it will simply
# be skipped, since this script doesn't terminate upon errors.
dockerPull() {
#three_digit_image_tag is passed in, e.g. "1.4.7"
three_digit_image_tag=$1
shift
#two_digit_image_tag is derived, e.g. "1.4", especially useful as a local tag for two digit references to most recent baseos, ccenv, javaenv, nodeenv patch releases
two_digit_image_tag=$(echo "$three_digit_image_tag" | cut -d'.' -f1,2)
while [[ $# -gt 0 ]]
do
image_name="$1"
echo "====> hyperledger/fabric-$image_name:$three_digit_image_tag"
docker pull "hyperledger/fabric-$image_name:$three_digit_image_tag"
docker tag "hyperledger/fabric-$image_name:$three_digit_image_tag" "hyperledger/fabric-$image_name"
docker tag "hyperledger/fabric-$image_name:$three_digit_image_tag" "hyperledger/fabric-$image_name:$two_digit_image_tag"
shift
done
}
cloneSamplesRepo() {
# clone (if needed) hyperledger/fabric-samples and checkout corresponding
# version to the binaries and docker images to be downloaded
if [ -d test-network ]; then
# if we are in the fabric-samples repo, checkout corresponding version
echo "==> Already in fabric-samples repo"
elif [ -d fabric-samples ]; then
# if fabric-samples repo already cloned and in current directory,
# cd fabric-samples
echo "===> Changing directory to fabric-samples"
cd fabric-samples
else
echo "===> Cloning hyperledger/fabric-samples repo"
git clone -b main https://github.com/hyperledger/fabric-samples.git && cd fabric-samples
fi
if GIT_DIR=.git git rev-parse v${VERSION} >/dev/null 2>&1; then
echo "===> Checking out v${VERSION} of hyperledger/fabric-samples"
git checkout -q v${VERSION}
else
echo "fabric-samples v${VERSION} does not exist, defaulting to main. fabric-samples main branch is intended to work with recent versions of fabric."
git checkout -q main
fi
}
# This will download the .tar.gz
download() {
local BINARY_FILE=$1
local URL=$2
echo "===> Downloading: " "${URL}"
curl -L --retry 5 --retry-delay 3 "${URL}" | tar xz || rc=$?
if [ -n "$rc" ]; then
echo "==> There was an error downloading the binary file."
return 22
else
echo "==> Done."
fi
}
pullBinaries() {
echo "===> Downloading version ${FABRIC_TAG} platform specific fabric binaries"
download "${BINARY_FILE}" "https://github.com/hyperledger/fabric/releases/download/v${VERSION}/${BINARY_FILE}"
if [ $? -eq 22 ]; then
echo
echo "------> ${FABRIC_TAG} platform specific fabric binary is not available to download <----"
echo
exit
fi
echo "===> Downloading version ${CA_TAG} platform specific fabric-ca-client binary"
download "${CA_BINARY_FILE}" "https://github.com/hyperledger/fabric-ca/releases/download/v${CA_VERSION}/${CA_BINARY_FILE}"
if [ $? -eq 22 ]; then
echo
echo "------> ${CA_TAG} fabric-ca-client binary is not available to download (Available from 1.1.0-rc1) <----"
echo
exit
fi
}
pullDockerImages() {
command -v docker >& /dev/null
NODOCKER=$?
if [ "${NODOCKER}" == 0 ]; then
FABRIC_IMAGES=(peer orderer ccenv tools)
case "$VERSION" in
2.*)
FABRIC_IMAGES+=(baseos)
shift
;;
esac
echo "FABRIC_IMAGES:" "${FABRIC_IMAGES[@]}"
echo "===> Pulling fabric Images"
dockerPull "${FABRIC_TAG}" "${FABRIC_IMAGES[@]}"
echo "===> Pulling fabric ca Image"
CA_IMAGE=(ca)
dockerPull "${CA_TAG}" "${CA_IMAGE[@]}"
echo "===> List out hyperledger docker images"
docker images | grep hyperledger
else
echo "========================================================="
echo "Docker not installed, bypassing download of Fabric images"
echo "========================================================="
fi
}
DOCKER=true
SAMPLES=true
BINARIES=true
# Parse commandline args pull out
# version and/or ca-version strings first
if [ -n "$1" ] && [ "${1:0:1}" != "-" ]; then
VERSION=$1;shift
if [ -n "$1" ] && [ "${1:0:1}" != "-" ]; then
CA_VERSION=$1;shift
if [ -n "$1" ] && [ "${1:0:1}" != "-" ]; then
THIRDPARTY_IMAGE_VERSION=$1;shift
fi
fi
fi
# prior to 1.2.0 architecture was determined by uname -m
if [[ $VERSION =~ ^1\.[0-1]\.* ]]; then
export FABRIC_TAG=${MARCH}-${VERSION}
export CA_TAG=${MARCH}-${CA_VERSION}
export THIRDPARTY_TAG=${MARCH}-${THIRDPARTY_IMAGE_VERSION}
else
# starting with 1.2.0, multi-arch images will be default
: "${CA_TAG:="$CA_VERSION"}"
: "${FABRIC_TAG:="$VERSION"}"
: "${THIRDPARTY_TAG:="$THIRDPARTY_IMAGE_VERSION"}"
fi
BINARY_FILE=hyperledger-fabric-${ARCH}-${VERSION}.tar.gz
CA_BINARY_FILE=hyperledger-fabric-ca-${ARCH}-${CA_VERSION}.tar.gz
# then parse opts
while getopts "h?dsb" opt; do
case "$opt" in
h|\?)
printHelp
exit 0
;;
d) DOCKER=false
;;
s) SAMPLES=false
;;
b) BINARIES=false
;;
esac
done
if [ "$SAMPLES" == "true" ]; then
echo
echo "Clone hyperledger/fabric-samples repo"
echo
cloneSamplesRepo
fi
if [ "$BINARIES" == "true" ]; then
echo
echo "Pull Hyperledger Fabric binaries"
echo
pullBinaries
fi
if [ "$DOCKER" == "true" ]; then
echo
echo "Pull Hyperledger Fabric docker images"
echo
pullDockerImages
fi |
(( $+commands[apt] )) && APT=apt || APT=apt-get
alias acs='apt-cache search'
alias afs='apt-file search --regexp'
# These are apt/apt-get only
alias ags="$APT source"
alias acp='apt-cache policy'
#List all installed packages
alias agli='apt list --installed'
# superuser operations ######################################################
# List available updates only
alias aglu='sudo apt-get -u upgrade --assume-no'
alias afu='sudo apt-file update'
alias ppap='sudo ppa-purge'
alias age="sudo $APT"
alias aga="sudo $APT autoclean"
alias agb="sudo $APT build-dep"
alias agc="sudo $APT clean"
alias agd="sudo $APT dselect-upgrade"
alias agi="sudo $APT install"
alias agp="sudo $APT purge"
alias agr="sudo $APT remove"
alias agu="sudo $APT update"
alias agud="sudo $APT update && sudo $APT dist-upgrade"
alias agug="sudo $APT upgrade"
alias aguu="sudo $APT update && sudo $APT upgrade"
alias agar="sudo $APT autoremove"
# Remove ALL kernel images and headers EXCEPT the one in use
alias kclean='sudo aptitude remove -P ?and(~i~nlinux-(ima|hea) ?not(~n`uname -r`))'
# Misc. #####################################################################
# print all installed packages
alias allpkgs='dpkg --get-selections | grep -v deinstall'
# Create a basic .deb package
alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc'
# apt-add-repository with automatic install/upgrade of the desired package
# Usage: aar ppa:xxxxxx/xxxxxx [packagename]
# If packagename is not given as 2nd argument the function will ask for it and guess the default by taking
# the part after the / from the ppa name which is sometimes the right name for the package you want to install
aar() {
if [ -n "$2" ]; then
PACKAGE=$2
else
read "PACKAGE?Type in the package name to install/upgrade with this ppa [${1##*/}]: "
fi
if [ -z "$PACKAGE" ]; then
PACKAGE=${1##*/}
fi
sudo apt-add-repository $1 && sudo $APT update
sudo $APT install $PACKAGE
}
# Prints apt history
# Usage:
# apt-history install
# apt-history upgrade
# apt-history remove
# apt-history rollback
# apt-history list
# Based On: https://linuxcommando.blogspot.com/2008/08/how-to-show-apt-log-history.html
apt-history () {
case "$1" in
install)
zgrep --no-filename 'install ' $(ls -rt /var/log/dpkg*)
;;
upgrade|remove)
zgrep --no-filename $1 $(ls -rt /var/log/dpkg*)
;;
rollback)
zgrep --no-filename upgrade $(ls -rt /var/log/dpkg*) | \
grep "$2" -A10000000 | \
grep "$3" -B10000000 | \
awk '{print $4"="$5}'
;;
list)
zgrep --no-filename '' $(ls -rt /var/log/dpkg*)
;;
*)
echo "Parameters:"
echo " install - Lists all packages that have been installed."
echo " upgrade - Lists all packages that have been upgraded."
echo " remove - Lists all packages that have been removed."
echo " rollback - Lists rollback information."
echo " list - Lists all contains of dpkg logs."
;;
esac
}
# Kernel-package building shortcut
kerndeb () {
# temporarily unset MAKEFLAGS ( '-j3' will fail )
MAKEFLAGS=$( print - $MAKEFLAGS | perl -pe 's/-j\s*[\d]+//g' )
print '$MAKEFLAGS set to '"'$MAKEFLAGS'"
appendage='-custom' # this shows up in $(uname -r)
revision=$(date +"%Y%m%d") # this shows up in the .deb file name
make-kpkg clean
time fakeroot make-kpkg --append-to-version "$appendage" --revision \
"$revision" kernel_image kernel_headers
}
# List packages by size
function apt-list-packages {
dpkg-query -W --showformat='${Installed-Size} ${Package} ${Status}\n' | \
grep -v deinstall | \
sort -n | \
awk '{print $1" "$2}'
}
|
package main;
/**
* @author <NAME>
*
*/
public class TestBMI
{
public static void main(String[] args)
{
BMI bmi1 = new BMI("<NAME>", 18, 145, 70);
System.out.println("The BMI for " + bmi1.getName() + " is " + bmi1.getBMI() + " " + bmi1.getStatus());
BMI bmi2 = new BMI("<NAME>", 215, 70);
System.out.println("The BMI for " + bmi2.getName() + " is " + bmi2.getBMI() + " " + bmi2.getStatus());
BMI bmi3 = new BMI("<NAME>", 29, 112, 5, 7);
System.out.println("The BMI for " + bmi3.getName() + " is " + bmi3.getBMI() + " " + bmi3.getStatus());
}
} |
function countCharacters(str) {
const counts = {};
for (char of str) {
counts[char] = counts[char] ? counts[char] + 1 : 1;
}
return counts;
} |
# -*- coding: utf-8 -*-
# @Author: Administrator
# @Date: 2019-05-23 22:59:59
# @Last Modified by: Administrator
# @Last Modified time: 2019-05-26 05:51:52
__all__ = [
"FollowEnemyBehindBrickDecision",
]
from ..abstract import SingleDecisionMaker
from ...global_ import np
from ...action import Action
from ...field import BrickField
from ...strategy.status import Status
#{ BEGIN }#
class FollowEnemyBehindBrickDecision(SingleDecisionMaker):
"""
跟随墙后敌人的逻辑
-----------------
如果上回合敌人和我方隔墙僵持,然后敌人向两侧移动,为了防止敌人从旁边的墙突破,
这里添加一个主动跟随的逻辑,假如对方这回合破墙,那么我方这回合就会出现在对方墙后,
这样对方就无法进攻,甚至可以为我方进攻创造机会 5ce57677d2337e01c7a7c1ff
"""
def _make_decision(self):
player = self._player
map_ = player._map
battler = player.battler
Tank2Player = type(player)
BattleTank = type(battler)
if (player.has_status_in_previous_turns(Status.HAS_ENEMY_BEHIND_BRICK, turns=1)
and not Action.is_move(player.get_previous_action(back=1))
): # 上回合墙后有人
with map_.rollback_to_previous():
action = battler.get_next_attacking_action()
if Action.is_stay(action):
return
oppTank = battler.get_enemy_behind_brick(action, interval=-1) # 找到墙后敌人
if oppTank is None: # 理论上不会存在?
return
oppBattler = BattleTank(oppTank)
oppPlayer = Tank2Player(oppBattler)
dodgeActions = oppBattler.try_dodge(battler)
previousAction = oppPlayer.get_previous_action(back=1)
if Action.is_stay(previousAction):
return
if previousAction in dodgeActions: # 敌人上回合从墙后闪开
realAction = player.try_make_decision(previousAction) # 尝试跟随敌人上回合的移动行为
if Action.is_move(realAction):
with map_.simulate_one_action(battler, realAction):
for field in battler.get_destroyed_fields_if_shoot(action):
if isinstance(field, BrickField):
# 确保跟随后还隔着墙 5ce90a90d2337e01c7abcd07
# 否则何必要跟随 ...
player.set_status(Status.READY_TO_FOLLOW_ENEMY)
return realAction
#
# 将动作连续化,如果对方连续移动,那么可以考虑跟随
#
if player.has_status_in_previous_turns(Status.READY_TO_FOLLOW_ENEMY):
oppTank = None
with map_.auto_undo_revert() as counter: # 有可能要多回合回滚
while map_.revert():
counter.increase()
action = battler.get_next_attacking_action()
if Action.is_stay(action):
continue
oppTank = battler.get_enemy_behind_brick(action, interval=-1)
if oppTank is not None:
oppBattler = BattleTank(oppTank)
oppPlayer = Tank2Player(oppBattler)
break
if oppTank is not None: # 理论上一定会找到敌人
previousAction = oppPlayer.get_previous_action(back=1)
lastAction = player.get_previous_action(back=1) # 上回合一定跟随移动
# 确保敌人在贴着墙移动,否则就不必继续跟随了
if np.abs(previousAction % 4 - lastAction % 4) in (0, 2): # 两次移动方向或相反
realAction = player.try_make_decision(previousAction) # 尝试跟随敌人上回合行为
if Action.is_move(realAction):
with map_.simulate_one_action(battler, realAction):
for field in battler.get_destroyed_fields_if_shoot(action):
if isinstance(field, BrickField):
player.set_status(Status.READY_TO_FOLLOW_ENEMY)
return realAction
#{ END }# |
import { BigInt } from '@graphprotocol/graph-ts'
import {
Basset,
FeePaidTransaction,
StakingRewardsContractClaimRewardTransaction,
StakingRewardsContractStakeTransaction,
StakingRewardsContractWithdrawTransaction,
SwapTransaction,
} from './../../generated/schema'
import {
RewardPaid,
Staked,
Withdrawn,
} from '../../generated/templates/StakingRewards/StakingRewards'
import { PaidFee, Swapped } from './../../generated/MUSD/Masset'
import { RATIO, toDecimal } from '../utils/number'
import { mapTransactionType, TransactionType } from '../enums'
export function getOrCreateSwapTransaction(event: Swapped): SwapTransaction {
let txHash = event.transaction.hash
let type = mapTransactionType(TransactionType.MASSET_SWAP)
let id = txHash.toHexString().concat(type)
let transaction = SwapTransaction.load(id)
if (transaction != null) {
return transaction as SwapTransaction
}
transaction = new SwapTransaction(id)
transaction.tx = txHash
transaction.type = type
transaction.mAsset = event.address.toHex()
let outputBasset = Basset.load(event.params.output.toHexString())
let ratioedOutputAmount = event.params.outputAmount
.times(outputBasset.ratio)
.div(RATIO)
transaction.mAssetUnits = toDecimal(ratioedOutputAmount, 18)
transaction.timestamp = event.block.timestamp.toI32()
transaction.sender = event.params.swapper
transaction.inputBasset = event.params.input.toHexString()
transaction.outputBasset = event.params.output.toHexString()
transaction.recipient = event.params.recipient
transaction.save()
return transaction as SwapTransaction
}
export function getOrCreateFeePaidTransaction(
event: PaidFee,
): FeePaidTransaction {
let txHash = event.transaction.hash
let type = mapTransactionType(TransactionType.MASSET_PAID_FEE)
let id = txHash.toHexString().concat(type)
let transaction = FeePaidTransaction.load(id)
if (transaction != null) {
return transaction as FeePaidTransaction
}
transaction = new FeePaidTransaction(id)
transaction.tx = txHash
transaction.type = type
transaction.mAsset = event.address.toHex()
let paidInBasset = Basset.load(event.params.asset.toHexString())
let ratioedOutputAmount = event.params.feeQuantity
.times(paidInBasset.ratio)
.div(RATIO)
transaction.mAssetUnits = toDecimal(ratioedOutputAmount, 18)
transaction.timestamp = event.block.timestamp.toI32()
transaction.sender = event.params.payer
transaction.asset = event.params.asset.toHexString()
transaction.save()
return transaction as FeePaidTransaction
}
export function getOrCreateStakingRewardsContractWithdrawTransaction(
event: Withdrawn,
): StakingRewardsContractWithdrawTransaction {
let txHash = event.transaction.hash
let type = mapTransactionType(
TransactionType.STAKING_REWARDS_CONTRACT_WITHDRAW,
)
let id = txHash.toHexString().concat(type)
{
let transaction = StakingRewardsContractWithdrawTransaction.load(id)
if (transaction != null) {
return transaction as StakingRewardsContractWithdrawTransaction
}
}
let transaction = new StakingRewardsContractWithdrawTransaction(id)
transaction.tx = txHash
transaction.sender = event.params.user
transaction.timestamp = event.block.timestamp.toI32()
transaction.type = type
transaction.amount = event.params.amount
transaction.stakingRewardsContract = event.address.toHexString()
transaction.save()
return transaction
}
export function getOrCreateStakingRewardsContractRewardPaidTransaction(
event: RewardPaid,
): StakingRewardsContractClaimRewardTransaction {
let txHash = event.transaction.hash
let type = mapTransactionType(
TransactionType.STAKING_REWARDS_CONTRACT_CLAIM_REWARD,
)
let id = txHash.toHexString().concat(type)
{
let transaction = StakingRewardsContractClaimRewardTransaction.load(id)
if (transaction != null) {
return transaction as StakingRewardsContractClaimRewardTransaction
}
}
let transaction = new StakingRewardsContractClaimRewardTransaction(id)
transaction.tx = txHash
transaction.sender = event.params.user
transaction.timestamp = event.block.timestamp.toI32()
transaction.type = type
transaction.amount = event.params.reward
transaction.stakingRewardsContract = event.address.toHexString()
transaction.save()
return transaction
}
export function getOrCreateStakingRewardsContractStakeTransaction(
event: Staked,
): StakingRewardsContractStakeTransaction {
let txHash = event.transaction.hash
let type = mapTransactionType(TransactionType.STAKING_REWARDS_CONTRACT_STAKE)
let id = txHash.toHexString().concat(type)
{
let transaction = StakingRewardsContractStakeTransaction.load(id)
if (transaction != null) {
return transaction as StakingRewardsContractStakeTransaction
}
}
let transaction = new StakingRewardsContractStakeTransaction(id)
transaction.tx = txHash
transaction.sender = event.params.user
transaction.timestamp = event.block.timestamp.toI32()
transaction.type = type
transaction.amount = event.params.amount
transaction.stakingRewardsContract = event.address.toHexString()
transaction.save()
return transaction
}
|
<gh_stars>1000+
from flask import Blueprint
from flask import render_template
from app import db
from app.models import Playlist
# Setup the Blueprint
playlists_bp = Blueprint(
"playlists_bp",
__name__,
template_folder="templates",
static_folder="static",
)
@playlists_bp.route("/playlists", methods=["GET"])
@playlists_bp.route("/playlists/<int:playlist_id>", methods=["GET"])
def playlists(playlist_id=None):
# Start the query for playlists
query = db.session.query(Playlist)
# Display the tracks for the playlist passed?
if playlist_id is not None:
query = query.filter(Playlist.playlist_id == playlist_id)
playlists = query.order_by(Playlist.name).all()
return render_template("playlists.html", playlists=playlists)
|
<reponame>helm100/2d-cdt
// Copyright 2020 <NAME> and <NAME>
#include <string>
#include <vector>
#include "hausdorff_dual.hpp"
void HausdorffDual::process() {
std::string tmp = "";
max_epsilon = Universe::nSlices;
for (int i = 1; i < max_epsilon; i++) {
auto t = randomTriangle();
std::vector<Triangle::Label> s1 = sphereDual(t, i);
tmp += std::to_string(s1.size());
tmp += " ";
}
tmp.pop_back();
output = tmp;
}
|
<gh_stars>1-10
/*
* Copyright 2018-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.filippov.data.validation.tool.datasource;
import com.filippov.data.validation.tool.model.DatasourceFactory;
import com.filippov.data.validation.tool.model.datasource.DatasourceConfigParamsDefinition;
import com.filippov.data.validation.tool.model.datasource.DatasourceDefinition;
import com.filippov.data.validation.tool.model.datasource.DatasourceType;
import java.util.Map;
//@Component
public class TestJsonDatasourceFactory implements DatasourceFactory<TestJsonDatasource, TestJsonDatasourceConfig> {
private static final String METADATA_FILE_PATH = "metadataFilePath";
private static final String DATA_FILE_PATH = "dataFilePath";
@Override
public DatasourceType getDatasourceType() {
return DatasourceType.JSON_DATASOURCE;
}
@Override
public TestJsonDatasource create(TestJsonDatasourceConfig datasourceConfig) {
return new TestJsonDatasource(datasourceConfig);
}
@Override
public TestJsonDatasource create(DatasourceDefinition datasourceDefinition) {
final Map<String, String> configParams = datasourceDefinition.getConfigParams();
if (configParams != null
&& configParams.containsKey(METADATA_FILE_PATH) && configParams.containsKey(DATA_FILE_PATH)
&& !configParams.get(METADATA_FILE_PATH).isBlank() && !configParams.get(DATA_FILE_PATH).isBlank()) {
return new TestJsonDatasource(
new TestJsonDatasourceConfig(
configParams.get(METADATA_FILE_PATH),
configParams.get(DATA_FILE_PATH)));
} else {
throw new IllegalArgumentException("Incorrect config params! " + METADATA_FILE_PATH + " and " + DATA_FILE_PATH + " properties have to be provided!");
}
}
@Override
public DatasourceConfigParamsDefinition getDatasourceConfigParamsDefinition() {
return DatasourceConfigParamsDefinition.builder()
.paramsDefinition(Map.of(
METADATA_FILE_PATH, "Metadata file path (data type: String)",
DATA_FILE_PATH, "Data file path (data type: String)"))
.build();
}
}
|
"""
Create a function that returns a list of all the primes from 1 to a given number
"""
def primes(max_prime):
primes = []
for number in range(2, max_prime + 1):
prime = True
for i in range(2,number):
if (number % i == 0):
prime = False
if prime:
primes.append(number)
return primes
if __name__ == '__main__':
max_prime = 15
print(primes(max_prime)) |
package com.github.mlworthing.rl.problems
import com.github.mlworthing.rl.environments.{FiniteEnvironment, StaticFiniteEnvironment}
/**
* Based on "Reinforcement Learning: An Introduction. Second edition"
* by <NAME> and <NAME>, Example 3.3
* The recycling robot example was inspired by the can-collecting robot
* built by <NAME> (1989).
*/
object RecyclingRobot {
sealed trait State
case object LowEnergy extends State
case object HighEnergy extends State
sealed trait Action
case object Search extends Action
case object Wait extends Action
case object Recharge extends Action
def apply(
alpha: Double,
beta: Double,
rewardSearch: Double,
rewardWait: Double): StaticFiniteEnvironment[State, Action] =
new StaticFiniteEnvironment[State, Action] {
override def description: String =
"The mobile robot having 2 states (low,high energy) and 3 possible actions (search, wait, recharge)."
override val initialStates: Set[State] = Set(HighEnergy)
override def isTerminalState(state: State): Boolean = false
override val transitionGraph: TransitionGraph = Map(
LowEnergy -> Map(
Search -> Seq((LowEnergy, beta, rewardSearch), (HighEnergy, 1 - beta, -3)),
Recharge -> Seq((HighEnergy, 1, 0)),
Wait -> Seq((LowEnergy, 1, rewardWait))
),
HighEnergy -> Map(
Search -> Seq((HighEnergy, alpha, rewardSearch), (LowEnergy, 1 - alpha, rewardSearch)),
Wait -> Seq((HighEnergy, 1, rewardWait))
)
)
}
}
|
#!/bin/bash
INIT="shiny gold"
if [ -z "$1" ]; then
rm results
touch results
else
INIT="$1"
fi
echo $INIT
LINES=$(grep "$INIT bags\?[\\.,]" input | cut -d' ' -f1-2 | tee -a results)
if [ -z "$LINES" ]; then
echo "exiting"
exit
fi
while IFS= read line; do
./bags.sh "$line"
done <<< "$LINES"
if [ -z "$1" ] ; then
sort -u results | wc -l
fi
|
<reponame>3beca/cep-ui
import * as React from 'react';
import { Router } from 'react-router-dom';
import { createMemoryHistory, History } from 'history';
import { render } from '@testing-library/react';
import { MainMenuProvider } from '../services/main-menu-provider';
import { APIProviderMock } from './api-provider-mock';
import { APIProvider } from '../services/api-provider';
import { APIContextState, APIUtilsContext } from '../services/api-provider/api-context';
export * from '@testing-library/react';
export * from './api';
type OptionsRenderRouter = {
route?: string;
history?: History;
apiState?: APIContextState;
apiUtils?: APIUtilsContext;
};
export function renderInsideApp(
ui: React.ReactElement,
{
route = '/',
history = createMemoryHistory({ initialEntries: [route] }),
apiState,
apiUtils,
...renderOptions
}: OptionsRenderRouter = {}
) {
const Wrapper: React.FC<{}> = function Wrapper(props) {
return (
<APIProviderMock state={apiState} utils={apiUtils}>
<Router history={history}>
<MainMenuProvider {...props} />
</Router>
</APIProviderMock>
);
};
return {
...render(ui, { wrapper: Wrapper, ...renderOptions }),
history
};
}
export function renderInsideRealApp(
ui: React.ReactElement,
{ route = '/', history = createMemoryHistory({ initialEntries: [route] }), ...renderOptions }: OptionsRenderRouter = {}
) {
const Wrapper: React.FC<{}> = function Wrapper(props) {
return (
<APIProvider>
<Router history={history}>
<MainMenuProvider {...props} />
</Router>
</APIProvider>
);
};
return {
...render(ui, { wrapper: Wrapper, ...renderOptions }),
history
};
}
export function renderWithAPI(ui: React.ReactElement, { apiState, apiUtils, ...renderOptions }: OptionsRenderRouter = {}) {
const Wrapper: React.FC<{}> = function Wrapper(props) {
return (
<APIProviderMock state={apiState} utils={apiUtils}>
<MainMenuProvider {...props} />
</APIProviderMock>
);
};
return render(ui, { wrapper: Wrapper, ...renderOptions });
}
|
/*
* Copyright The Stargate Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.stargate.graphql.schema.graphqlfirst.fetchers.deployed;
import graphql.schema.Coercing;
import graphql.schema.DataFetchingEnvironment;
import io.stargate.auth.UnauthorizedException;
import io.stargate.db.Parameters;
import io.stargate.db.datastore.ResultSet;
import io.stargate.db.query.builder.BuiltCondition;
import io.stargate.db.schema.Keyspace;
import io.stargate.graphql.schema.graphqlfirst.processor.MappingModel;
import io.stargate.graphql.schema.graphqlfirst.processor.OperationModel.ReturnType;
import io.stargate.graphql.schema.graphqlfirst.processor.QueryModel;
import io.stargate.graphql.schema.graphqlfirst.processor.ResponsePayloadModel;
import io.stargate.graphql.schema.graphqlfirst.processor.ResponsePayloadModel.TechnicalField;
import io.stargate.graphql.schema.scalars.CqlScalar;
import io.stargate.graphql.web.StargateGraphqlContext;
import java.nio.ByteBuffer;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import org.apache.cassandra.stargate.db.ConsistencyLevel;
public class QueryFetcher extends DeployedFetcher<Object> {
@SuppressWarnings("unchecked")
private static final Coercing<ByteBuffer, String> BLOB_COERCING =
CqlScalar.BLOB.getGraphqlType().getCoercing();
private final QueryModel model;
public QueryFetcher(QueryModel model, MappingModel mappingModel) {
super(mappingModel);
this.model = model;
}
protected Parameters buildParameters(DataFetchingEnvironment environment) {
Optional<ByteBuffer> pagingState =
model
.getPagingStateArgumentName()
.filter(environment::containsArgument)
.map(name -> BLOB_COERCING.parseValue(environment.<String>getArgument(name)));
int pageSize = model.getPageSize().orElse(DEFAULT_PAGE_SIZE);
ConsistencyLevel consistencyLevel = model.getConsistencyLevel().orElse(DEFAULT_CONSISTENCY);
if (!pagingState.isPresent()
&& pageSize == DEFAULT_PAGE_SIZE
&& consistencyLevel == DEFAULT_CONSISTENCY) {
return DEFAULT_PARAMETERS;
} else {
return DEFAULT_PARAMETERS
.toBuilder()
.pagingState(pagingState)
.pageSize(pageSize)
.consistencyLevel(consistencyLevel)
.build();
}
}
@Override
protected Object get(DataFetchingEnvironment environment, StargateGraphqlContext context)
throws UnauthorizedException {
Keyspace keyspace =
context.getDataStore().schema().keyspace(model.getEntity().getKeyspaceName());
ReturnType returnType = model.getReturnType();
List<BuiltCondition> whereConditions =
bindWhere(
model.getWhereConditions(),
environment::containsArgument,
environment::getArgument,
model.getEntity()::validateNoFiltering,
keyspace);
ResultSet resultSet =
query(
model.getEntity(),
whereConditions,
model.getLimit(),
buildParameters(environment),
environment.getContext());
Object entityData =
returnType.isList()
? toEntities(resultSet, model.getEntity())
: toSingleEntity(resultSet, model.getEntity());
if (returnType instanceof ResponsePayloadModel) {
ResponsePayloadModel payloadModel = (ResponsePayloadModel) returnType;
assert payloadModel.getEntityField().isPresent(); // already checked while building the model
String entityFieldName = payloadModel.getEntityField().get().getName();
Map<String, Object> response = new HashMap<>();
response.put(entityFieldName, entityData);
if (payloadModel.getTechnicalFields().contains(TechnicalField.PAGING_STATE)) {
ByteBuffer nextPagingState = resultSet.getPagingState();
if (nextPagingState != null) {
response.put(
TechnicalField.PAGING_STATE.getGraphqlName(),
BLOB_COERCING.serialize(nextPagingState));
}
}
return response;
} else {
return entityData;
}
}
}
|
from subprocess import run, CalledProcessError
from typing import List
def run_services(service_names: List[str]) -> None:
for service in service_names:
try:
run(['docker-compose', 'run', '--rm', service], check=True)
except CalledProcessError as e:
print(f"Error running service {service}: {e}")
else:
print(f"Service {service} executed successfully")
# Example usage
service_list = ['service1', 'service2', 'service3']
run_services(service_list) |
import numpy as np
import cv2
import os
def colorify(img):
print("[INFO] loading model... ")
net = cv2.dnn.readNetFromCaffe("model/colorization_deploy_v2.prototxt", "model/colorization_release_v2.caffemodel")
pts= np.load("model/pts_in_hull.npy")
print("done......")
class8 = net.getLayerId("class8_ab")
conv8 = net.getLayerId("conv8_313_rh")
pts = pts.transpose().reshape(2,313,1,1)
net.getLayer(class8).blobs = [pts.astype("float32")]
net.getLayer(conv8).blobs = [np.full([1,313],2.606,dtype= "float32")]
print(img)
image = cv2.imread("static/images/"+img)
scaled = image.astype("float32") / 255.0
lab = cv2.cvtColor(scaled, cv2.COLOR_BGR2LAB)
resized = cv2.resize(lab,(224,224))
L = cv2.split(resized)[0]
L-= 50
print("[INFO] colorizing image...")
net.setInput(cv2.dnn.blobFromImage(L))
ab= net.forward()[0, :, :, :].transpose((1,2,0))
ab = cv2.resize(ab,(image.shape[1], image.shape[0]) )
L = cv2.split(lab)[0]
colorized = np.concatenate( ( L [:, :, np.newaxis ],ab), axis=2 )
colorized = cv2.cvtColor( colorized, cv2.COLOR_LAB2BGR)
colorized = np.clip(colorized, 0, 1)
colorized = (255 * colorized ).astype("uint8")
# cv2.imshow("Original", image)
# cv2.imshow("Colorized", colorized)
# cv2.waitKey(0)
directory = r'static/images'
os.chdir(directory)
filename = 'result.jpg'
cv2.imwrite(filename, colorized)
path = 'images/'+ filename
return path
|
<reponame>Grasea/Grandroid2
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.grasea.grandroid.database;
import android.content.ContentValues;
import android.content.Context;
import android.util.Log;
/**
*
* @author Rovers
*/
public class FaceData extends RawFaceData implements DataOperator {
private final Object locks=new Object();
/**
*
* @param context
* @param dbName
*/
public FaceData(Context context, String dbName) {
super(context, dbName, false);
}
/**
*
* @param tableName
* @param fieldPart
* @return
*/
public boolean createTable(String tableName, String fieldPart) {
synchronized (locks) {
startEdit();
try {
return super.createTable(tableName, fieldPart);
} catch (Exception e) {
Log.e("grandroid", "fieldPare = " + fieldPart);
Log.e("grandroid", null, e);
return false;
} finally {
endEdit();
}
}
}
/**
*
* @param tableName
* @param col
* @param type
* @return
*/
public boolean addColumn(String tableName, String col, TypeMapping type) {
return addColumn(tableName, col, type, null);
}
/**
*
* @param tableName
* @param cv
* @return
* @throws Exception
*/
@Override
public long insert(String tableName, ContentValues cv) {
synchronized (locks) {
startEdit();
try {
return super.insert(tableName, cv);
} catch (Exception ex) {
Log.e("grandroid", null, ex);
return -1;
} finally {
endEdit();
}
}
}
/**
*
* @param tableName
* @param whereParamString
* @param whereValues
* @param updateValues
* @return
*/
@Override
public boolean update(String tableName, String whereParamString, String[] whereValues, ContentValues updateValues) {
synchronized (locks) {
startEdit();
try {
return super.update(tableName, whereParamString, whereValues, updateValues);
} catch (Exception e) {
Log.e("grandroid", null, e);
return false;
} finally {
endEdit();
}
}
}
/**
* 新增欄位可用"ALTER TABLE Photo ADD COLUMN dishKey TEXT;"
*
* @param sql
* @return
*/
@Override
public boolean exec(String sql) {
synchronized (locks) {
startEdit();
try {
return super.exec(sql);
} catch (Exception e) {
Log.e("grandroid", null, e);
return false;
} finally {
endEdit();
}
}
}
/**
*
* @param tableName
* @param index
* @return
*/
@Override
public boolean delete(String tableName, int index) {
synchronized (locks) {
startEdit();
try {
return super.delete(tableName, index);
} catch (Exception e) {
Log.e("grandroid", null, e);
return false;
} finally {
endEdit();
}
}
}
/**
*
* @param tableName
* @param where
* @return
*/
@Override
public boolean delete(String tableName, String where) {
synchronized (locks) {
startEdit();
try {
return super.delete(tableName, where);
} catch (Exception e) {
Log.e("grandroid", null, e);
return false;
} finally {
endEdit();
}
}
}
/**
*
* @param tableName
* @return
*/
@Override
public boolean truncate(String tableName) {
synchronized (locks) {
startEdit();
try {
return super.truncate(tableName);
} catch (Exception e) {
Log.e("grandroid", null, e);
return false;
} finally {
endEdit();
}
}
}
/**
*
* @param tableName
* @return
*/
@Override
public boolean drop(String tableName) {
synchronized (locks) {
startEdit();
try {
return super.drop(tableName);
} catch (Exception e) {
Log.e("grandroid", null, e);
return false;
} finally {
endEdit();
}
}
}
@Override
public boolean isEditing() {
return true;
}
}
|
echo "create the directory and set the required ownerships and permissions. \
The directory is used for configuring the ***-site.xml files under 'hadoopConfSitesSettings'"
su - akin
sudo mkdir -p /app/hadoop/tmp
cd /
sudo chown hduser:hadoop /app/hadoop/tmp
sudo chmod 750 /app/hadoop/tmp
echo "permissions: 0 = no operations allowed; 1 = execute; 2 = write; 4 = read;\
OWNER.HOME.PUBLIC; e.g. 7 = 4+2+1"
cd $HOME
|
#!/bin/bash
python3 -m pip install boto3
python3 /bin/processor.py
|
<reponame>jrfaller/maracas
package com.github.maracas.compchangestests;
import static com.github.maracas.brokenuse.APIUse.METHOD_INVOCATION;
import static com.github.maracas.brokenuse.APIUse.METHOD_OVERRIDE;
import static japicmp.model.JApiCompatibilityChange.METHOD_RETURN_TYPE_CHANGED;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
public class MethodReturnTypeChangedTests extends CompChangesTest {
@Test
void testNoMore() {
assertNumberBrokenUses(METHOD_RETURN_TYPE_CHANGED, 5);
// FIXME: After fixing the skipped test
}
@Test
void testInvokeWidenedMeth() {
assertBrokenUse("MethodReturnTypeChangedMI.java", 16, METHOD_RETURN_TYPE_CHANGED, METHOD_INVOCATION);
}
@Disabled("Not all casts generate a compilation error")
@Test
void testInvokeWidenedCast() {
assertNoBrokenUse("MethodReturnTypeChangedMI.java",26, METHOD_RETURN_TYPE_CHANGED, METHOD_INVOCATION);
}
@Test
void testInvokeWidenedMethSuper() {
assertBrokenUse("MethodReturnTypeChangedExt.java", 14, METHOD_RETURN_TYPE_CHANGED, METHOD_INVOCATION);
}
@Test
void testInvokeWidenedMethNoSuper() {
assertBrokenUse("MethodReturnTypeChangedExt.java", 22, METHOD_RETURN_TYPE_CHANGED, METHOD_INVOCATION);
}
@Test
void testOverrideNarrowedMeth() {
assertBrokenUse("MethodReturnTypeChangedImp.java", 15, METHOD_RETURN_TYPE_CHANGED, METHOD_OVERRIDE);
}
}
|
<gh_stars>1-10
import { h } from "../h";
import { createToken } from '@virtualstate/x';
import { Template } from '../template';
const Select = createToken(
Symbol("Select"),
{
defaultValue: "",
class: "select"
},
<option disabled>No options available</option>
);
interface PersonUpdateOptions {
firstName: string;
lastName: string;
}
const PersonUpdateSymbol = Symbol()
const PersonUpdate = createToken<typeof PersonUpdateSymbol, PersonUpdateOptions>(PersonUpdateSymbol);
interface PersonUpdateFormOptions {
onPersonUpdate(update: PersonUpdateOptions): void
}
const PersonUpdateFormSymbol = Symbol()
const PersonUpdateForm = createToken<typeof PersonUpdateFormSymbol, PersonUpdateFormOptions>(PersonUpdateFormSymbol);
export const Tokens = (
<Template id="tokens-template">
<section id="tokens">
<h2>Tokens</h2>
<p>
This pattern introduces a concept called <em>tokens</em>.
A token represents some functionality that has not yet been
implemented, allowing for an external consumer to replace the
implementation of the token.
A good example of this pattern would be a select input, where
we may have a default disabled option, or provide an option
</p>
<pre>
{`
const Select = createToken(
Symbol("Select"),
{
defaultValue: "",
class: "select"
},
// Default children
<option disabled>No options available</option>
);
// Would render
// <Select defaultValue="" class="select">{defaultChildren}</Select>
const DefaultSelect = <Select />;
// Would render
// <Select defaultValue="first" class="select">{givenChildren}</Select>
const MySelect = (
<Select defaultValue="first">
<option value="first">First</option>
<option value="second">Second</option>
</Select>
);
`.trim()}
</pre>
<div hidden>
<Select />
<Select defaultValue="first">
<option value="first">First</option>
<option value="second">Second</option>
</Select>
</div>
<p>
These examples are best seen with UI components, but tokens have more use
in generic processes where the tokens are used defined data points
</p>
<pre>
{`
interface PersonUpdateOptions {
firstName: string;
lastName: string;
}
const PersonUpdateSymbol = Symbol()
const PersonUpdate = createToken<typeof PersonUpdateSymbol, PersonUpdateOptions>(PersonUpdateSymbol);
interface PersonUpdateFormOptions {
onPersonUpdate(update: PersonUpdateOptions): void
}
const PersonUpdateFormSymbol = Symbol()
const PersonUpdateForm = createToken<typeof PersonUpdateFormSymbol, PersonUpdateFormOptions>(PersonUpdateFormSymbol);
async function *Component() {
const { resolve, promise } = defer<PersonUpdateOptions>();
yield <PersonUpdateForm onPersonUpdate={resolve} />
const { firstName, lastName } = await promise;
yield <PersonUpdate firstName={firstName} lastName={lastName} />
}
`.trim()}
</pre>
<div hidden>
<PersonUpdateForm onPersonUpdate={noop} />
<PersonUpdate firstName="<NAME>!" lastName="<NAME>!" />
</div>
</section>
</Template>
)
function noop() {
return undefined;
}
|
#!/bin/bash
# arrumar DNS
# ethernet_984fee0554ed_cable
ETHERNET="$(connmanctl services | sed 's/^.*Wired //')"
connmanctl config ${ETHERNET} --nameservers 8.8.8.8
# atualizar repositorios
opkg update
# instalar http file server
opkg install nodejs-npm
npm install http-server -g
# instalar pip
easy_install pip
# libs python
pip install pyserial
# arrumar o timezone
# rm /etc/localtime
# ln -s /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
pip install tzupdate
tzupdate
# copiar arquivos
mkdir /home/root/measure
mkdir /home/root/nilm
cp measure/mains_measure.py /home/root
cp nilm/run_nilm.py /home/root/nilm
cp nilm/kettle_model.npz /home/root/nilm
cp nilm/reset_nilm.sh /home/root/nilm
cp services/*.service /etc/systemd/system/
# iniciar serviços
systemd start mains_measure.service
systemd start node_http-server.service
systemd start mains_measure.service
|
def euclidean_distance(x1, y1, x2, y2):
dx = x2 - x1
dy = y2 - y1
return math.sqrt(dx*dx + dy*dy)
euclidean_distance(2, 3, 5, 7) |
from django.views.generic import DetailView
from django.urls import reverse
from django.shortcuts import redirect
from django import forms
from devilry.apps.core.models import Assignment
from devilry.devilry_gradingsystem.pluginregistry import gradingsystempluginregistry
from .base import AssignmentSingleObjectMixin
class AssignmentForm(forms.ModelForm):
class Meta:
model = Assignment
fields = ['grading_system_plugin_id']
def clean_grading_system_plugin_id(self):
grading_system_plugin_id = self.cleaned_data['grading_system_plugin_id']
if not grading_system_plugin_id in gradingsystempluginregistry:
raise forms.ValidationError('Invalid grading system plugin ID: {}'.format(
grading_system_plugin_id))
return grading_system_plugin_id
class SelectPluginView(AssignmentSingleObjectMixin, DetailView):
template_name = 'devilry_gradingsystem/admin/selectplugin.django.html'
def _get_next_page_url(self, grading_system_plugin_id):
assignment = self.object
PluginApiClass = gradingsystempluginregistry.get(grading_system_plugin_id)
pluginapi = PluginApiClass(assignment)
if pluginapi.requires_configuration:
return pluginapi.get_configuration_url()
else:
return reverse('devilry_gradingsystem_admin_setmaxpoints', kwargs={
'assignmentid': assignment.id,
})
def get(self, *args, **kwargs):
grading_system_plugin_id = self.request.GET.get('grading_system_plugin_id')
if grading_system_plugin_id:
self.object = self.get_object()
assignment = self.object
self.form = AssignmentForm(self.request.GET, instance=assignment)
if self.form.is_valid():
self.form.save()
return redirect(str(self._get_next_page_url(grading_system_plugin_id)))
return super(SelectPluginView, self).get(*args, **kwargs)
def get_context_data(self, **kwargs):
context = super(SelectPluginView, self).get_context_data(**kwargs)
# for plugin in gradingsystempluginregistry:
# print unicode(plugin.title)
context['pluginregistry'] = gradingsystempluginregistry.iter_with_assignment(self.object)
context['form'] = getattr(self, 'form', None)
return context
|
<reponame>AmyE29/Cookie-stand<gh_stars>0
'use strict';
var shopHours = ['6am', '7am', '8am', '9am', '10am', '11am', '12pm', '1pm', '2pm', '3pm', '4pm', '5pm', '6pm', '7pm', '8pm'];
CookieStores.locationHoursTotal = [];
function randomNumber(min, max) {
return Math.floor(Math.random() * (max - min)) + min;
}
var allLocations = [];
function CookieStores(location, minimumCustomers, maximumCustomers, avgCustCookies) {
this.location = location;
this.minimumCustomers = minimumCustomers;
this.maximumCustomers = maximumCustomers;
this.avgCustCookies = avgCustCookies;
this.customersEachHour = [];
this.cookiesEachHour = [];
this.totalCookies = 0;
allLocations.push(this);
}
new CookieStores('Seattle', 23, 65, 6.3);
new CookieStores('Tokyo', 3, 24, 1.2);
new CookieStores('Dubai', 11, 38, 3.7);
new CookieStores('Paris', 20, 38, 2.3);
new CookieStores('Lima', 2, 16, 4.6);
CookieStores.prototype.genHourlyCustVolume = function () {
for (var i = 0; i < shopHours.length; i++) {
var customers = randomNumber(this.minimumCustomers, this.maximumCustomers);
this.customersEachHour.push(customers);
}
};
CookieStores.prototype.genHourlyCookieVolume = function () {
for (var i = 0; i < shopHours.length; i++) {
var cookiesForOneHour = Math.ceil(this.customersEachHour[i] * this.avgCustCookies);
this.cookiesEachHour.push(cookiesForOneHour);
this.totalCookies+= cookiesForOneHour;
}
};
var tableDataEl = document.getElementById('tableData');
function headerRow() {
var trEl = document.createElement('tr');
var thEl = document.createElement('th');
thEl.textContent = 'Location';
trEl.appendChild(thEl);
tableDataEl.appendChild(trEl);
for (var i = 0; i < shopHours.length; i++) {
thEl = document.createElement('th');
thEl.textContent = shopHours[i];
trEl.appendChild(thEl);
tableDataEl.appendChild(trEl);
}
tableDataEl = document.getElementById('tableData');
thEl = document.createElement('th');
thEl.textContent = 'Total';
trEl.appendChild(thEl);
tableDataEl.appendChild(trEl);
}
headerRow();
CookieStores.prototype.render = function () {
var trEl = document.createElement('tr');
var tdEl = document.createElement('td');
tdEl.textContent = this.location;
trEl.appendChild(tdEl);
for (var i = 0; i < this.cookiesEachHour.length; i++) {
tdEl = document.createElement('td');
tdEl.textContent = this.cookiesEachHour[i];
trEl.appendChild(tdEl);
}
var tdTot = document.createElement('td');
tdTot.className='total';
tdTot.textContent = this.totalCookies;
trEl.appendChild(tdTot);
tableDataEl.appendChild(trEl);
};
var footer = function () {
var trEl = document.createElement('tr');
var tdEl = document.createElement('td');
tdEl.textContent = 'Total';
trEl.appendChild(tdEl);
for (var i = 0; i < (shopHours.length); i++) {
var allLocationsHourlyTotal = 0;
var tdTot = document.createElement('td');
tdTot.className='total';
for (var j = 0; j < (allLocations.length); j++) {
allLocationsHourlyTotal += allLocations[j].cookiesEachHour[i];
}
tdTot.textContent = allLocationsHourlyTotal;
trEl.appendChild(tdTot);
}
tableDataEl.appendChild(trEl);
};
for (var i = 0; i < allLocations.length; i++) {
allLocations[i].genHourlyCustVolume();
allLocations[i].genHourlyCookieVolume();
allLocations[i].render();
}
footer();
var userForm = document.getElementById('user-form');
userForm.addEventListener('submit', handlesubmit);
function handlesubmit(event) {
event.preventDefault();
tableDataEl.deleteRow(-1);
var location = event.target.InputElementLocation.value;
var minimumCustomers = Number(event.target.InputELementMinimumCustomers.value);
var maximumCustomers = Number(event.target.InputElementMaximumCustomers.value);
var avgCustCookies = Number(event.target.InputElementAvgCustCookies.value);
var newStore = new CookieStores(location, minimumCustomers, maximumCustomers, avgCustCookies);
newStore.genHourlyCustVolume();
newStore.genHourlyCookieVolume();
newStore.render();
footer();
}
|
#!/bin/bash
ffmpeg -f x11grab -r 15 -s 3840x2160 -i :0.0+0,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -vf scale="1280x720" -f v4l2 /dev/video1
|
package cn.zqgx.moniter.center.server.portal.trans.mapper;
import cn.zqgx.moniter.center.server.portal.trans.bean.DataAir;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;
@Repository
public interface DataAirMapper extends BaseMapper<DataAir> {
}
|
#!/bin/sh
set -e
set -u
set -o pipefail
function on_error {
echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
}
trap 'on_error $LINENO' ERR
if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
# If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
# frameworks to, so exit 0 (signalling the script phase was successful).
exit 0
fi
echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
# Used as a return value for each invocation of `strip_invalid_archs` function.
STRIP_BINARY_RETVAL=0
# This protects against multiple targets copying the same framework dependency at the same time. The solution
# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
# Copies and strips a vendored framework
install_framework()
{
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
local source="${BUILT_PRODUCTS_DIR}/$1"
elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
elif [ -r "$1" ]; then
local source="$1"
fi
local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
fi
# Use filter instead of exclude so missing patterns don't throw errors.
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
local basename
basename="$(basename -s .framework "$1")"
binary="${destination}/${basename}.framework/${basename}"
if ! [ -r "$binary" ]; then
binary="${destination}/${basename}"
elif [ -L "${binary}" ]; then
echo "Destination binary is symlinked..."
dirname="$(dirname "${binary}")"
binary="${dirname}/$(readlink "${binary}")"
fi
# Strip invalid architectures so "fat" simulator / device frameworks work on device
if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
strip_invalid_archs "$binary"
fi
# Resign the code if required by the build settings to avoid unstable apps
code_sign_if_enabled "${destination}/$(basename "$1")"
# Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
local swift_runtime_libs
swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u)
for lib in $swift_runtime_libs; do
echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
code_sign_if_enabled "${destination}/${lib}"
done
fi
}
# Copies and strips a vendored dSYM
install_dsym() {
local source="$1"
warn_missing_arch=${2:-true}
if [ -r "$source" ]; then
# Copy the dSYM into the targets temp dir.
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
local basename
basename="$(basename -s .dSYM "$source")"
binary_name="$(ls "$source/Contents/Resources/DWARF")"
binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}"
# Strip invalid architectures so "fat" simulator / device frameworks work on device
if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then
strip_invalid_archs "$binary" "$warn_missing_arch"
fi
if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
# Move the stripped file into its final destination.
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
else
# The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM"
fi
fi
}
# Copies the bcsymbolmap files of a vendored framework
install_bcsymbolmap() {
local bcsymbolmap_path="$1"
local destination="${BUILT_PRODUCTS_DIR}"
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}""
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"
}
# Signs a framework with the provided identity
code_sign_if_enabled() {
if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
# Use the current code_sign_identity
echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
code_sign_cmd="$code_sign_cmd &"
fi
echo "$code_sign_cmd"
eval "$code_sign_cmd"
fi
}
# Strip invalid architectures
strip_invalid_archs() {
binary="$1"
warn_missing_arch=${2:-true}
# Get architectures for current target binary
binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
# Intersect them with the architectures we are building for
intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
# If there are no archs supported by this binary then warn the user
if [[ -z "$intersected_archs" ]]; then
if [[ "$warn_missing_arch" == "true" ]]; then
echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
fi
STRIP_BINARY_RETVAL=0
return
fi
stripped=""
for arch in $binary_archs; do
if ! [[ "${ARCHS}" == *"$arch"* ]]; then
# Strip non-valid architectures in-place
lipo -remove "$arch" -output "$binary" "$binary"
stripped="$stripped $arch"
fi
done
if [[ "$stripped" ]]; then
echo "Stripped $binary of architectures:$stripped"
fi
STRIP_BINARY_RETVAL=1
}
install_artifact() {
artifact="$1"
base="$(basename "$artifact")"
case $base in
*.framework)
install_framework "$artifact"
;;
*.dSYM)
# Suppress arch warnings since XCFrameworks will include many dSYM files
install_dsym "$artifact" "false"
;;
*.bcsymbolmap)
install_bcsymbolmap "$artifact"
;;
*)
echo "error: Unrecognized artifact "$artifact""
;;
esac
}
copy_artifacts() {
file_list="$1"
while read artifact; do
install_artifact "$artifact"
done <$file_list
}
ARTIFACT_LIST_FILE="${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt"
if [ -r "${ARTIFACT_LIST_FILE}" ]; then
copy_artifacts "${ARTIFACT_LIST_FILE}"
fi
if [[ "$CONFIGURATION" == "Debug" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/PHDemo/PHDemo.framework"
fi
if [[ "$CONFIGURATION" == "Release" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/PHDemo/PHDemo.framework"
fi
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
wait
fi
|
<filename>common/forms.py
from django import forms
from django.conf import settings
from django.contrib.auth import get_user_model
from django.contrib.auth.forms import UserCreationForm
from django.core.exceptions import ObjectDoesNotExist
from django.utils.translation import gettext as _
from common.models import Semester, Settings
from ratings.models import RegistrationToken
class SemesterBasedForm(forms.Form):
def __init__(self, *args, **kwargs):
self.semester: Semester = kwargs.pop("semester")
super().__init__(*args, **kwargs)
class SemesterBasedModelForm(forms.ModelForm):
def __init__(self, *args, **kwargs):
self.semester: Semester = kwargs.pop("semester")
super().__init__(*args, **kwargs)
def save(self, commit=True):
instance = super().save(False)
instance.semester = self.semester
if commit:
instance.save()
return instance
class SettingsForm(SemesterBasedForm, forms.ModelForm):
class Meta:
model = Settings
exclude: list[str] = []
def save(self, commit=True):
setting: Settings = super().save(commit=False)
# if station_registration is active a RegistrationToken should exist. else not
if setting.station_registration_availible:
RegistrationToken.objects.get_or_create(semester=self.semester)
else:
try:
token = RegistrationToken.objects.get(semester=self.semester)
token.delete()
except ObjectDoesNotExist:
pass
if commit:
setting.save()
return setting
class NewUserForm(UserCreationForm):
email = forms.EmailField(
label=_("Email, you want to log in with"),
help_text=_(
"<ul>"
"<li>Please choose an (syntactically valid) email that you can remember. "
"150 characters or fewer.</li>"
"<li>The email does not have to belong to you. Use a fake-email.</li>"
"<li>We dont sent mails to this address.</li>"
"<li><b>No personally identifying information!</b></li>"
"</ul>",
),
max_length=150,
required=True,
)
class Meta:
model = get_user_model()
fields: list[str] = ["username", "email", "<PASSWORD>", "<PASSWORD>"]
labels = {"username": _("Username, you can tell to the organisers")}
help_texts = {
"username": _(
"<ul>"
"<li>Please choose an Username you can tell to the organisers. </li>"
"<li>150 characters or fewer. Letters, digits and @/./+/-/_ only.</li>"
"<li><b>No personally identifying information!</b></li>"
"</ul>",
),
}
def save(self, commit=True):
user = super().save(commit=False)
user.email = self.cleaned_data["email"]
if getattr(settings, "AUTHENTICATION_BACKENDS", None) and len(settings.AUTHENTICATION_BACKENDS) > 1:
user.backend = settings.AUTHENTICATION_BACKENDS[-1]
if commit:
user.save()
return user
|
package org.jooby.issues;
import java.util.Date;
import org.jooby.Parser;
import org.jooby.test.ServerFeature;
import org.junit.Test;
public class Issue408 extends ServerFeature {
public static class Bean408 {
public Integer id;
public String title;
public Date releaseDate;
@Override
public String toString() {
return id + ":" + title + ":" + releaseDate;
}
}
{
parser(Parser.bean(true));
get("/408", req -> req.params().to(Bean408.class).toString());
}
@Test
public void shouldIgnoreEmptyValues() throws Exception {
request()
.get("/408?id=1&title=Title&releaseDate=")
.expect("1:Title:null");
request()
.get("/408?id=&title=Title&releaseDate")
.expect("null:Title:null");
request()
.get("/408?id&title=&releaseDate=")
.expect("null::null");
request()
.get("/408")
.expect("null:null:null");
}
}
|
<reponame>minuk8932/Algorithm_BaekJoon<filename>src/math/Boj2896.java
package math;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
/**
*
* @author minchoba
* 백준 2896번: 무알콜 칵테일
*
* @see https://www.acmicpc.net/problem/2896/
*
*/
public class Boj2896 {
private static final double INF = 10_000_000;
private static final String SPACE = " ";
public static void main(String[] args) throws Exception{
// 버퍼를 통한 값 입력
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(br.readLine());
double A = Double.parseDouble(st.nextToken());
double B = Double.parseDouble(st.nextToken());
double C = Double.parseDouble(st.nextToken());
st = new StringTokenizer(br.readLine());
double i = Double.parseDouble(st.nextToken());
double j = Double.parseDouble(st.nextToken());
double k = Double.parseDouble(st.nextToken());
double divA = A / i; // 나눈 몫을 저장
double divB = B / j;
double divC = C / k;
double min = getMin(divA, divB, divC); // 몫의 값 중 최소값을 min에 저장
A -= (i * min); // min을 통해 나머지 남는 주스의 값을 구함
B -= (j * min);
C -= (k * min);
StringBuilder sb = new StringBuilder();
sb.append(A).append(SPACE).append(B).append(SPACE).append(C); // 구한 값들을 버퍼에 담은 후
System.out.println(sb.toString()); // 결과값 한번에 출력
}
/**
* 최솟값 생성 메소드
* @return 최솟값
*/
private static double getMin(double a, double b, double c) {
double min = INF;
min = Math.min(a, Math.min(b, c));
return min;
}
}
|
<gh_stars>0
import React, { ChangeEvent, FormEvent } from 'react';
import styled from 'styled-components';
import { Button, Title, Input } from 'woly';
import { createStore, createEvent } from 'effector-root';
import { reflect } from 'effector-reflect/ssr';
import Logo from 'logo.svg';
import { CenterCardTemplate } from '@auth/ui';
import { createStart, withStart } from 'lib/page-routing';
import { ofErrors } from 'lib/errors';
import { AccessRecoveryError } from './types';
export const pageStarted = createStart();
export const emailChanged = createEvent<ChangeEvent<HTMLInputElement>>();
export const formSubmitted = createEvent<FormEvent<HTMLFormElement>>();
export const $isPending = createStore(false);
export const $email = createStore('');
export const $error = createStore<AccessRecoveryError>(null);
const $errorText = $error.map(
ofErrors<AccessRecoveryError>({
invalid_email: 'Please enter a valid email address',
invalid_password: '<PASSWORD>',
unexpected: 'Something went wrong! Please, try again later',
}),
);
export const AccessRecoveryPage = withStart(pageStarted, () => (
<CenterCardTemplate>
<Container>
<Logotype />
<Form>
<Title level={2}>Access Recovery</Title>
<Email placeholder="email" />
<Failure />
<Group>
<Submit text="Send email" variant="primary" />
</Group>
</Form>
</Container>
</CenterCardTemplate>
));
const Form = reflect({
view: styled.form``,
bind: {
onSubmit: formSubmitted,
disabled: $isPending,
},
});
formSubmitted.watch((event) => event.preventDefault());
const Email = reflect({
view: Input,
bind: {
value: $email,
onChange: emailChanged,
},
});
const Failure = reflect({
view: ({ error }: { error: string | null }) =>
error ? <Text>{error}</Text> : null,
bind: {
error: $errorText,
},
});
const Submit = reflect({
view: Button,
bind: {
type: 'submit',
disabled: $isPending,
},
});
const Logotype = styled(Logo)`
margin-bottom: 3rem;
display: flex;
flex-shrink: 0;
`;
const Group = styled.div`
display: flex;
flex-direction: row;
margin-top: 3rem;
& *:not(:first-child) {
margin-left: 2rem;
}
&[data-direction='column'] {
flex-direction: column;
& *:not(:first-child) {
margin-left: initial;
margin-top: 1rem;
}
}
`;
const Container = styled.div`
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: content-box;
height: 100%;
`;
const Text = styled.div`
font-size: 1.8rem;
`;
|
<gh_stars>1-10
package rest_test
import (
"bytes"
"encoding/json"
"net/http/httptest"
"net/url"
"testing"
"github.com/GabrielCarpr/cqrs/bus"
"github.com/GabrielCarpr/cqrs/ports/rest"
"github.com/gin-gonic/gin"
"github.com/stretchr/testify/suite"
)
type TestCmd struct {
bus.CommandType
TestVal string
TestNum int
TestThang string `cqrs:"test_thang"`
TestList []string
}
func TestBind(t *testing.T) {
suite.Run(t, new(BindTest))
}
type BindTest struct {
suite.Suite
}
func (s BindTest) TestBindsCommandToJson() {
cmd := TestCmd{}
c, _ := gin.CreateTestContext(httptest.NewRecorder())
body, _ := json.Marshal(map[string]interface{}{
"TestVal": "test",
"testnum": 13,
"test_thang": "lol",
"testlist": []string{"hello", "there"},
})
c.Request = httptest.NewRequest("POST", "/v3/test", bytes.NewBuffer(body))
c.Request.Header.Set("Content-Type", "application/json")
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Equal("test", cmd.TestVal)
s.Equal(13, cmd.TestNum)
s.Equal("lol", cmd.TestThang)
s.Equal([]string{"hello", "there"}, cmd.TestList)
}
func (s BindTest) TestBindsCommandToQuery() {
cmd := TestCmd{}
c, _ := gin.CreateTestContext(httptest.NewRecorder())
c.Request = httptest.NewRequest(
"GET",
"/v3/test?testval=test&testnum=13&test_thang=lol&testlist=hello&testlist=there",
nil,
)
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Equal("test", cmd.TestVal)
s.Equal(13, cmd.TestNum)
s.Equal("lol", cmd.TestThang)
s.Equal([]string{"hello", "there"}, cmd.TestList)
}
func (s BindTest) TestBindsCommandToForm() {
cmd := TestCmd{}
form := url.Values{}
form.Add("testval", "test")
form.Add("testnum", "13")
form.Add("test_thang", "lol")
form.Add("testlist", "hello")
form.Add("testlist", "there")
c, _ := gin.CreateTestContext(httptest.NewRecorder())
c.Request = httptest.NewRequest(
"POST",
"/v3/test",
bytes.NewBuffer([]byte(form.Encode())),
)
c.Request.Header.Set("Content-Type", "application/x-www-form-urlencoded")
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Equal("test", cmd.TestVal)
s.Equal(13, cmd.TestNum)
s.Equal("lol", cmd.TestThang)
s.Len(cmd.TestList, 2)
s.Equal("hello", cmd.TestList[0])
}
func (s BindTest) TestBindsCommandToURI() {
cmd := TestCmd{}
run := false
resp := httptest.NewRecorder()
c, eng := gin.CreateTestContext(resp)
eng.POST("/v3/:testval/:testnum/:test_thang", func(c *gin.Context) {
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Equal("test", cmd.TestVal)
s.Equal(13, cmd.TestNum)
s.Equal("lol", cmd.TestThang)
run = true
})
c.Request = httptest.NewRequest(
"POST",
"/v3/test/13/lol",
nil,
)
eng.ServeHTTP(resp, c.Request)
s.True(run)
}
func (s BindTest) TestAllForRest() {
cmd := TestCmd{}
run := false
resp := httptest.NewRecorder()
c, eng := gin.CreateTestContext(resp)
eng.POST("/v3/:testval/:testnum/:test_thang", func(c *gin.Context) {
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Equal("test", cmd.TestVal)
s.Equal(13, cmd.TestNum)
s.Equal("hi", cmd.TestThang)
run = true
})
body := map[string]interface{}{
"testlist": []string{"Hello", "world"},
"test_thang": "lol",
}
b, _ := json.Marshal(body)
c.Request = httptest.NewRequest(
"POST",
"/v3/test/13/hi",
bytes.NewBuffer(b),
)
c.Request.Header.Add("Content-Type", "application/json")
eng.ServeHTTP(resp, c.Request)
s.True(run)
}
type testQuery struct {
bus.QueryType
ID *string
Email *string
}
func (s BindTest) TestBindOptional() {
q := testQuery{}
c, _ := gin.CreateTestContext(httptest.NewRecorder())
body, _ := json.Marshal(map[string]interface{}{
"ID": "abc",
})
c.Request = httptest.NewRequest("POST", "/v3/test", bytes.NewBuffer(body))
c.Request.Header.Set("Content-Type", "application/json")
err := rest.Bind(c, &q)
s.NoError(err)
s.NotNil(q.ID)
s.Equal("abc", *q.ID)
s.Nil(q.Email)
}
func (s BindTest) TestBindURIOptional() {
q := testQuery{}
run := false
resp := httptest.NewRecorder()
c, eng := gin.CreateTestContext(resp)
eng.POST("/v3/:ID", func(c *gin.Context) {
err := rest.Bind(c, &q)
s.NoError(err)
s.NotNil(q.ID)
s.Equal("abc", *q.ID)
s.Nil(q.Email)
run = true
})
c.Request = httptest.NewRequest(
"POST",
"/v3/abc",
nil,
)
eng.ServeHTTP(resp, c.Request)
s.True(run)
}
type ID struct {
UUID string
}
func (i *ID) Bind(data interface{}) error {
str := data.(string)
(*i).UUID = str
return nil
}
type testCmd2 struct {
ID *ID `cqrs:"ID"`
}
func (s BindTest) TestBindEmbedded() {
cmd := testCmd2{}
c, _ := gin.CreateTestContext(httptest.NewRecorder())
body, _ := json.Marshal(map[string]interface{}{
"ID": "abc",
})
c.Request = httptest.NewRequest("POST", "/v3/test", bytes.NewBuffer(body))
c.Request.Header.Set("Content-Type", "application/json")
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Require().NotNil(cmd.ID)
s.Equal("abc", cmd.ID.UUID)
}
type IDs struct {
UUID []string
}
func (i *IDs) Bind(data interface{}) error {
var arr []string
err := json.Unmarshal([]byte(data.(string)), &arr)
if err != nil {
return err
}
(*i).UUID = arr
return nil
}
type testCmd3 struct {
ID *IDs `cqrs:"ID"`
}
func (s BindTest) TestBindEmbeddedArray() {
cmd := testCmd3{}
c, _ := gin.CreateTestContext(httptest.NewRecorder())
body, _ := json.Marshal(map[string]interface{}{
"ID": "[\"abc\",\"xyz\"]",
})
c.Request = httptest.NewRequest("POST", "/v3/test", bytes.NewBuffer(body))
c.Request.Header.Set("Content-Type", "application/json")
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Require().NotNil(cmd.ID)
s.Equal([]string{"abc", "xyz"}, cmd.ID.UUID)
}
type testCmd4 struct {
ID ID `cqrs:"ID"`
}
func (s BindTest) TestBindEmbeddedRequired() {
cmd := testCmd4{}
c, _ := gin.CreateTestContext(httptest.NewRecorder())
body, _ := json.Marshal(map[string]interface{}{
"ID": "abc",
})
c.Request = httptest.NewRequest("POST", "/v3/test", bytes.NewBuffer(body))
c.Request.Header.Set("Content-Type", "application/json")
err := rest.Bind(c, &cmd)
s.NoError(err)
s.Equal("abc", cmd.ID.UUID)
}
|
#!/bin/bash
# input folders:
# version : contains a file called number with the current version
# source-code : contains the source code
# output folders:
# build: contains the built jar
set -e
export ROOT_FOLDER=$( pwd )
source ./pipeline/tasks/common.sh
#VERSION=$(build_version "./version" "number" "./source-code" $BRANCH)
#VERSION=`mvn -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec -q`
#echo "Version to build: ${VERSION}"
echo "Generating maven settings.xml"
./pipeline/tasks/generate-settings.sh
cd source-code
echo "Setting maven with version to build"
#mvn versions:set -DnewVersion=${VERSION}
echo "Building artifact ..."
cmd="mvn clean verify deploy ${MAVEN_ARGS}"
echo "Executing Build using cmd [$cmd]"
$cmd
|
<filename>service/preset_responses.go<gh_stars>1-10
package service
import (
"net/http"
"github.com/NYTimes/video-transcoding-api/swagger"
)
type newPresetResponse struct {
baseResponse
}
type deletePresetResponse struct {
baseResponse
}
// error returned when the given preset data is not valid.
//
// swagger:response invalidPreset
type invalidPresetResponse struct {
// in: body
Error *swagger.ErrorResponse
}
func newInvalidPresetResponse(err error) *invalidPresetResponse {
return &invalidPresetResponse{Error: swagger.NewErrorResponse(err).WithStatus(http.StatusBadRequest)}
}
func (r *invalidPresetResponse) Result() (int, interface{}, error) {
return r.Error.Result()
}
|
#!/bin/bash
# Copyright (c) 2020 Intel Corporation.
# All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
set -eE
#--------- Global variable -------------------
reboot_required=0
QEMU_REL="qemu-4.2.0"
CIV_WORK_DIR=$(pwd)
CIV_GOP_DIR=$CIV_WORK_DIR/GOP_PKG
#--------- Functions -------------------
function error() {
local line=$1
local cmd=$2
echo "$BASH_SOURCE Failed at line($line): $cmd"
}
function ubu_changes_require(){
echo "Please make sure your apt is working"
echo "If you run the installation first time, reboot is required"
read -p "QEMU version will be replaced (it could be recovered by 'apt purge ^qemu, apt install qemu'), do you want to continue? [Y/n]" res
if [ x$res = xn ]; then
return 1
fi
sudo apt install -y wget mtools ovmf dmidecode python3-usb python3-pyudev pulseaudio jq
}
function ubu_install_qemu_gvt(){
sudo apt purge -y "^qemu"
sudo apt autoremove -y
sudo apt install -y git libfdt-dev libpixman-1-dev libssl-dev vim socat libsdl2-dev libspice-server-dev autoconf libtool xtightvncviewer tightvncserver x11vnc uuid-runtime uuid uml-utilities bridge-utils python-dev liblzma-dev libc6-dev libegl1-mesa-dev libepoxy-dev libdrm-dev libgbm-dev libaio-dev libusb-1.0-0-dev libgtk-3-dev bison libcap-dev libattr1-dev flex libvirglrenderer-dev build-essential gettext libegl-mesa0 libegl-dev libglvnd-dev libgl1-mesa-dev libgl1-mesa-dev libgles2-mesa-dev libegl1 gcc g++ pkg-config libpulse-dev libgl1-mesa-dri
[ ! -f $CIV_WORK_DIR/$QEMU_REL.tar.xz ] && wget https://download.qemu.org/$QEMU_REL.tar.xz -P $CIV_WORK_DIR
[ -d $CIV_WORK_DIR/$QEMU_REL ] && rm -rf $CIV_WORK_DIR/$QEMU_REL
tar -xf $CIV_WORK_DIR/$QEMU_REL.tar.xz
cd $CIV_WORK_DIR/$QEMU_REL/
patch -p1 < $CIV_WORK_DIR/patches/qemu/Disable-EDID-auto-generation-in-QEMU.patch
patch -p1 < $CIV_WORK_DIR/patches/qemu/0001-Revert-Revert-vfio-pci-quirks.c-Disable-stolen-memor.patch
if [ -d $CIV_GOP_DIR ]; then
for i in $CIV_GOP_DIR/qemu/*.patch; do patch -p1 < $i; done
fi
./configure --prefix=/usr \
--enable-kvm \
--disable-xen \
--enable-libusb \
--enable-debug-info \
--enable-debug \
--enable-sdl \
--enable-vhost-net \
--enable-spice \
--disable-debug-tcg \
--enable-opengl \
--enable-gtk \
--enable-virtfs \
--target-list=x86_64-softmmu \
--audio-drv-list=pa
make -j24
sudo make install
cd -
}
function ubu_build_ovmf_gvt(){
sudo apt install -y uuid-dev nasm acpidump iasl
cd $CIV_WORK_DIR/$QEMU_REL/roms/edk2
patch -p4 < $CIV_WORK_DIR/patches/ovmf/OvmfPkg-add-IgdAssgingmentDxe-for-qemu-4_2_0.patch
if [ -d $CIV_GOP_DIR ]; then
for i in $CIV_GOP_DIR/ovmf/*.patch; do patch -p1 < $i; done
cp $CIV_GOP_DIR/ovmf/Vbt.bin OvmfPkg/Vbt/Vbt.bin
fi
source ./edksetup.sh
make -C BaseTools/
build -b DEBUG -t GCC5 -a X64 -p OvmfPkg/OvmfPkgX64.dsc -D NETWORK_IP4_ENABLE -D NETWORK_ENABLE -D SECURE_BOOT_ENABLE -DTPM2_ENABLE=TRUE
cp Build/OvmfX64/DEBUG_GCC5/FV/OVMF.fd ../../../OVMF.fd
if [ -d $CIV_GOP_DIR ]; then
local gpu_device_id=$(cat /sys/bus/pci/devices/0000:00:02.0/device)
./BaseTools/Source/C/bin/EfiRom -f 0x8086 -i $gpu_device_id -e $CIV_GOP_DIR/IntelGopDriver.efi -o $CIV_GOP_DIR/GOP.rom
fi
cd -
}
function ubu_enable_host_gvt(){
if [[ ! `cat /etc/default/grub` =~ "i915.enable_gvt=1 intel_iommu=on i915.force_probe=*" ]]; then
read -p "The grub entry in '/etc/default/grub' will be updated for enabling GVT-g and GVT-d, do you want to continue? [Y/n]" res
if [ x$res = xn ]; then
exit 0
fi
sed -i "s/GRUB_CMDLINE_LINUX=\"/GRUB_CMDLINE_LINUX=\"i915.enable_gvt=1 intel_iommu=on i915.force_probe=*/g" /etc/default/grub
update-grub
echo -e "\nkvmgt\nvfio-iommu-type1\nvfio-mdev\n" >> /etc/initramfs-tools/modules
update-initramfs -u -k all
reboot_required=1
fi
}
function check_os() {
local version=`cat /proc/version`
if [[ ! $version =~ "Ubuntu" ]]; then
echo "only Ubuntu is supported, exit!"
return -1
fi
}
function check_network(){
wget --timeout=3 --tries=1 https://download.qemu.org/ -q -O /dev/null
if [ $? -ne 0 ]; then
echo "access https://download.qemu.org failed!"
echo "please make sure network is working"
return -1
fi
}
function check_kernel_version() {
local cur_ver=$(uname -r | sed "s/\([0-9.]*\).*/\1/")
local req_ver="5.0.0"
if [ "$(printf '%s\n' "$cur_ver" "$req_ver" | sort -V | head -n1)" != "$req_ver" ]; then
echo "E: Detected Linux version: $cur_ver!"
echo "E: Please upgrade kernel version newer than $req_ver!"
return -1
fi
}
function ask_reboot(){
if [ $reboot_required -eq 1 ];then
read -p "Reboot is required, do you want to reboot it NOW? [y/N]" res
if [ x$res = xy ]; then
reboot
else
echo "Please reboot system later to take effect"
fi
fi
}
function prepare_required_scripts(){
chmod +x $CIV_WORK_DIR/scripts/*.sh
cp -R $CIV_WORK_DIR/scripts/sof_audio/ $CIV_WORK_DIR/
chmod +x $CIV_WORK_DIR/scripts/guest_pm_control
chmod +x $CIV_WORK_DIR/scripts/findall.py
chmod +x $CIV_WORK_DIR/scripts/thermsys
chmod +x $CIV_WORK_DIR/scripts/batsys
}
function install_auto_start_service(){
service_file=civ.service
touch $service_file
cat /dev/null > $service_file
echo "[Unit]" > $service_file
echo -e "Description=CiV Auto Start\n" >> $service_file
echo "[Service]" >> $service_file
echo -e "WorkingDirectory=$CIV_WORK_DIR\n" >> $service_file
echo -e "ExecStart=/bin/bash -E $CIV_WORK_DIR/scripts/start_android.sh\n" >> $service_file
echo "[Install]" >> $service_file
echo -e "WantedBy=multi-user.target\n" >> $service_file
sudo mv $service_file /etc/systemd/system/
}
function ubu_thermal_conf() {
#starting Intel Thermal Deamon, currently supporting CML/EHL only.
sudo systemctl stop thermald.service
sudo cp $CIV_WORK_DIR/scripts/intel-thermal-conf.xml /etc/thermald
sudo cp $CIV_WORK_DIR/scripts/thermald.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl start thermald.service
}
function set_host_ui() {
if [[ $1 == "headless" ]]; then
[[ $(systemctl get-default) == "multi-user.target" ]] && return 0
sudo systemctl set-default multi-user.target
reboot_required=1
elif [[ $1 == "GUI" ]]; then
[[ $(systemctl get-default) == "graphical.target" ]] && return 0
sudo systemctl set-default graphical.target
reboot_required=1
else
echo "$0: Unsupported mode: $1"
return -1
fi
}
function setup_sof() {
$CIV_WORK_DIR/sof_audio/configure_sof.sh "install" $CIV_WORK_DIR
$CIV_WORK_DIR/scripts/setup_audio_host.sh
}
function ubu_install_swtpm() {
TPMS_VER=v0.7.3
TPMS_LIB=libtpms-0.7.3
SWTPM_VER=v0.3.3
SWTPM=swtpm-0.3.3
#install libtpms
apt-get -y install automake autoconf gawk
[ ! -f $TPMS_VER.tar.gz ] && wget https://github.com/stefanberger/libtpms/archive/$TPMS_VER.tar.gz -P $CIV_WORK_DIR
[ -d $CIV_WORK_DIR/$TPMS_LIB ] && rm -rf $CIV_WORK_DIR/$TPMS_LIB
tar zxvf $CIV_WORK_DIR/$TPMS_VER.tar.gz
cd $CIV_WORK_DIR/$TPMS_LIB
./autogen.sh --with-tpm2 --with-openssl --prefix=/usr
make -j24
make -j24 check
make install
cd -
#install swtpm
apt-get -y install net-tools libseccomp-dev libtasn1-6-dev libgnutls28-dev expect
[ ! -f $SWTPM_VER.tar.gz ] && wget https://github.com/stefanberger/swtpm/archive/$SWTPM_VER.tar.gz -P $CIV_WORK_DIR
[ -d $CIV_WORK_DIR/$SWTPM ] && rm -rf $CIV_WORK_DIR/$SWTPM
tar zxvf $CIV_WORK_DIR/$SWTPM_VER.tar.gz
cd $CIV_WORK_DIR/$SWTPM
./autogen.sh --with-openssl --prefix=/usr
make -j24
make install
cd -
}
function show_help() {
printf "$(basename "$0") [-q] [-u] [--auto-start]\n"
printf "Options:\n"
printf "\t-h show this help message\n"
printf "\t-u specify Host OS's UI, support \"headless\" and \"GUI\" eg. \"-u headless\" or \"-u GUI\"\n"
printf "\t--auto-start auto start CiV guest when Host boot up.\n"
}
function parse_arg() {
while [[ $# -gt 0 ]]; do
case $1 in
-h|-\?|--help)
show_help
exit
;;
-u)
set_host_ui $2 || return -1
shift
;;
--auto-start)
install_auto_start_service || return -1
;;
-?*)
echo "Error: Invalid option $1"
show_help
return -1
;;
*)
echo "unknown option: $1"
return -1
;;
esac
shift
done
}
#------------- main processes -------------
trap 'error ${LINENO} "$BASH_COMMAND"' ERR
parse_arg "$@"
check_os
check_network
check_kernel_version
ubu_changes_require
ubu_install_qemu_gvt
ubu_build_ovmf_gvt
ubu_enable_host_gvt
prepare_required_scripts
ubu_thermal_conf
setup_sof
ubu_install_swtpm
ask_reboot
echo "Done: \"$(realpath $0) $@\""
|
TERMUX_PKG_HOMEPAGE=https://www.openssl.org/
TERMUX_PKG_DESCRIPTION="Library implementing the SSL and TLS protocols as well as general purpose cryptography functions"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_DEPENDS="ca-certificates"
TERMUX_PKG_VERSION=1.1.1c
TERMUX_PKG_REVISION=2
TERMUX_PKG_SHA256=f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90
TERMUX_PKG_SRCURL=https://www.openssl.org/source/openssl-${TERMUX_PKG_VERSION/\~/-}.tar.gz
TERMUX_PKG_CONFFILES="etc/tls/openssl.cnf"
TERMUX_PKG_RM_AFTER_INSTALL="bin/c_rehash etc/ssl/misc"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_CONFLICTS="libcurl (<< 7.61.0-1)"
TERMUX_PKG_BREAKS="openssl-tool (<< 1.1.1b-1), openssl-dev"
TERMUX_PKG_REPLACES="openssl-tool (<< 1.1.1b-1), openssl-dev"
termux_step_configure() {
# Certain packages are not safe to build on device because their
# build.sh script deletes specific files in $TERMUX_PREFIX.
if $TERMUX_ON_DEVICE_BUILD; then
termux_error_exit "Package '$TERMUX_PKG_NAME' is not safe for on-device builds."
fi
CFLAGS+=" -DNO_SYSLOG"
if [ $TERMUX_ARCH = arm ]; then
CFLAGS+=" -fno-integrated-as"
fi
perl -p -i -e "s@TERMUX_CFLAGS@$CFLAGS@g" Configure
rm -Rf $TERMUX_PREFIX/lib/libcrypto.* $TERMUX_PREFIX/lib/libssl.*
test $TERMUX_ARCH = "arm" && TERMUX_OPENSSL_PLATFORM="android-arm"
test $TERMUX_ARCH = "aarch64" && TERMUX_OPENSSL_PLATFORM="android-arm64"
test $TERMUX_ARCH = "i686" && TERMUX_OPENSSL_PLATFORM="android-x86"
test $TERMUX_ARCH = "x86_64" && TERMUX_OPENSSL_PLATFORM="android-x86_64"
# If enabling zlib-dynamic we need "zlib-dynamic" instead of "no-comp no-dso":
./Configure $TERMUX_OPENSSL_PLATFORM \
--prefix=$TERMUX_PREFIX \
--openssldir=$TERMUX_PREFIX/etc/tls \
shared \
no-ssl \
no-comp \
no-dso \
no-hw \
no-srp \
no-tests
}
termux_step_make() {
make depend
make -j $TERMUX_MAKE_PROCESSES all
}
termux_step_make_install() {
# "install_sw" instead of "install" to not install man pages:
make -j 1 install_sw MANDIR=$TERMUX_PREFIX/share/man MANSUFFIX=.ssl
mkdir -p $TERMUX_PREFIX/etc/tls/
cp apps/openssl.cnf $TERMUX_PREFIX/etc/tls/openssl.cnf
sed "s|@TERMUX_PREFIX@|$TERMUX_PREFIX|g" \
$TERMUX_PKG_BUILDER_DIR/add-trusted-certificate \
> $TERMUX_PREFIX/bin/add-trusted-certificate
chmod 700 $TERMUX_PREFIX/bin/add-trusted-certificate
}
|
"use strict";
function FixedCamera(options)
{
this.origin = options.origin || [0, 0, 0]
this.target = options.target || [0, 0, -1]
this.fov = options.fov || Math.PI * 0.5
this.shake = options.shake || 0
}
FixedCamera.prototype.render = function(time, renderParameters)
{
renderParameters.camera.origin = this.origin
renderParameters.camera.target = this.target
var beat = time % 4
var lastBeat = (beat > 3) ? beat - 3 : 0
var lastStep = Math.floor(lastBeat * 2) / 2
var rand = ((Math.floor(time) * 5987) % 40) / 40
renderParameters.camera.fov = this.fov + (1.0 - Math.exp(-lastStep)) * this.shake * 0.2
var up = renderParameters.camera.up
up[0] = this.shake * lastStep * (rand - 0.5) * 3.0
vec3.normalize(up, up)
renderParameters.camera.up = up
}
|
#!/usr/bin/env sh
# 确保脚本抛出遇到的错误
set -e
# 生成静态文件
npm run docs:build
# 进入生成的文件夹
cd docs/.vuepress/dist
# 如果是发布到自定义域名
# echo 'www.example.com' > CNAME
git init
git add -A
git commit -m 'deploy'
# 如果发布到 https://<USERNAME>.github.io
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
# 如果发布到 https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:ynzy/yufanBlog.git master:gh-pages
cd - |
<reponame>dwicao/naturia
const fetch = require("node-fetch");
const runner = () =>
fetch("https://api.adviceslip.com/advice").then(response => response.json());
module.exports = {
runner,
name: "advice",
description: "Generate a random advice",
async execute(message, args) {
const result = await runner();
return message.channel.send(`Advice: "${result.slip.advice}"`);
}
};
|
/*
* Copyright (c) Open Source Strategies, Inc.
*
* Opentaps is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Opentaps is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Opentaps. If not, see <http://www.gnu.org/licenses/>.
*/
package org.opentaps.domain.ledger;
import org.ofbiz.base.util.UtilMisc;
import org.opentaps.base.entities.*;
import org.opentaps.domain.ledger.LedgerException;
import org.opentaps.domain.ledger.LedgerRepositoryInterface;
import org.opentaps.foundation.repository.RepositoryException;
import java.math.BigDecimal;
import java.util.List;
/**
* General Ledger Account
*/
public class GeneralLedgerAccount extends org.opentaps.base.entities.GlAccount {
protected Boolean isDebitAccount = null;
protected List<GlAccountClass> accountClasses = null;
public GeneralLedgerAccount() {
super();
}
public LedgerRepositoryInterface getRepository() {
return (LedgerRepositoryInterface) repository;
}
/**
* Returns whether the account class is a member of the DEBIT
* class hierarchy. This calculation is done only once and cached for
* future reference.
*
* If the parent class is not a debit or credit account, throws
* a LedgerException announcing a misconfiguration.
*/
public boolean isDebitAccount() throws RepositoryException, LedgerException {
if (isDebitAccount == null) {
if (accountClasses == null) {
accountClasses = getRepository().getAccountClassTree(getGlAccountClassId());
}
for (GlAccountClass accountClass : accountClasses) {
if ("DEBIT".equals(accountClass.getGlAccountClassId())) {
isDebitAccount = Boolean.TRUE;
break;
}
if ("CREDIT".equals(accountClass.getGlAccountClassId())) {
isDebitAccount = Boolean.FALSE;
break;
}
}
if (isDebitAccount == null) {
throw new LedgerException("FinancialsError_GLAccountClassNotConfigured", UtilMisc.toMap("glAccountClassId", getGlAccountClassId()));
}
}
return isDebitAccount;
}
/**
* This is simply a call to isDebitAccount with the boolean reversed.
*/
public boolean isCreditAccount() throws RepositoryException, LedgerException {
return ! isDebitAccount();
}
/**
* Returns the entry amount normalized according to the following rules:
* Debit entries add to debit accounts and subtract from credit accounts.
* Credit entries add to credit accounts and subtract from debit accounts.
*/
public BigDecimal getNormalizedAmount(AcctgTransEntry entry) throws RepositoryException, LedgerException {
String debitCreditFlag = entry.getDebitCreditFlag();
if (! ("D".equals(debitCreditFlag) || "C".equals(debitCreditFlag))) {
throw new LedgerException("FinancialsError_BadDebitCreditFlag", entry.toMap());
}
if (isDebitAccount()) {
if ("D".equals(entry.getDebitCreditFlag())) {
return entry.getAmount();
} else {
return BigDecimal.ZERO.subtract(entry.getAmount());
}
} else { // credit account
if ("C".equals(entry.getDebitCreditFlag())) {
return entry.getAmount();
} else {
return BigDecimal.ZERO.subtract(entry.getAmount());
}
}
}
}
|
public class Search {
public static void main(String[] args) {
int x = 99;
int[] nums = {87, 54, 23, 99, 66};
// search for the element
int index = -1;
for (int i = 0; i < nums.length; i++) {
if (nums[i] == x) {
index = i;
break;
}
}
if (index != -1)
System.out.println("Element x found at index: " + index);
else
System.out.println("Element x not found!");
}
} |
# -*- coding: utf-8 -*-
# Librerias Django:
from __future__ import unicode_literals
from django.db import models
# Otros Modelos:
from activos.models import Equipo
# from activos.models import Odometro
class Programa(models.Model):
PERIODICIDAD = (
('DIA', 'DIA'),
('SEM', 'SEMANAL'),
('MEN', 'MES'),
('ANI', 'AÑO'),
)
equipo = models.ForeignKey(Equipo)
descripcion = models.CharField(max_length=144, null=True)
periodicidad = models.CharField(
max_length=4,
choices=PERIODICIDAD,
)
frecuencia = models.IntegerField()
fecha = models.DateField(null=True)
esta_activo = models.BooleanField(default=False)
observaciones = models.TextField(null=True, blank=True)
def __unicode__(self):
return "{0} : {1}".format(self.equipo, self.descripcion)
|
package io.github.tehstoneman.cashcraft.command;
public class CommandCashCraft// extends CommandBase
{
/*
* @Override
* public String getName()
* {
* // TODO Auto-generated method stub
* return "cash";
* }
*/
/*
* @Override
* public String getUsage( ICommandSender sender )
* {
* // TODO Auto-generated method stub
* return "/cash <cmd>";
* }
*/
/*
* @Override
* public void execute( MinecraftServer server, ICommandSender sender, String[] args ) throws CommandException
* {
* // TODO Auto-generated method stub
*
* }
*/
}
|
#! /bin/bash
# This script expects to be executed with the current working directory:
#
# kgtk/datasets/time-machine-20101201
source common.sh
# ==============================================================================
# Setup working directories:
mkdir --verbose ${DATADIR}
mkdir --verbose ${TEMPDIR}
mkdir --verbose ${LOGDIR}
mkdir --verbose ${COUNTDIR}
# ==============================================================================
# Import the Wikidata dump file, getting labels, aliases, and descriptions
# in English and in all languages.
echo -e "\nImporting ${WIKIDATA_ALL_JSON} with labels, etc. in English and all languages"
kgtk ${KGTK_FLAGS} \
import-wikidata \
-i ${WIKIDATA_ALL_JSON} \
--node-file ${TEMPDIR}/metadata.node.${UNSORTED_KGTK} \
--minimal-edge-file ${TEMPDIR}/claims.raw.${UNSORTED_KGTK} \
--minimal-qual-file ${TEMPDIR}/qualifiers.raw.${UNSORTED_KGTK} \
--node-file-id-only \
--explode-values False \
--all-languages \
--alias-edges True \
--split-alias-file ${TEMPDIR}/aliases.${UNSORTED_KGTK} \
--split-en-alias-file ${TEMPDIR}/aliases.en.${UNSORTED_KGTK} \
--description-edges True \
--split-description-file ${TEMPDIR}/descriptions.${UNSORTED_KGTK} \
--split-en-description-file ${TEMPDIR}/descriptions.en.${UNSORTED_KGTK} \
--label-edges True \
--split-label-file ${TEMPDIR}/labels.${UNSORTED_KGTK} \
--split-en-label-file ${TEMPDIR}/labels.en.${UNSORTED_KGTK} \
--datatype-edges True \
--split-datatype-file ${TEMPDIR}/metadata.property.datatypes.${UNSORTED_KGTK} \
--entry-type-edges True \
--split-type-file ${TEMPDIR}/metadata.types.${UNSORTED_KGTK} \
--sitelink-edges True \
--sitelink-verbose-edges True \
--split-sitelink-file ${TEMPDIR}/sitelinks.raw.${UNSORTED_KGTK} \
--split-en-sitelink-file ${TEMPDIR}/sitelinks.en.raw.${UNSORTED_KGTK} \
--value-hash-width 6 \
--claim-id-hash-width 8 \
--use-kgtkwriter True \
--use-mgzip-for-input True \
--use-mgzip-for-output True \
--use-shm True \
--procs 12 \
--mapper-batch-size 5 \
--max-size-per-mapper-queue 3 \
--single-mapper-queue True \
--collect-results True \
--collect-seperately True\
--collector-batch-size 10 \
--collector-queue-per-proc-size 3 \
--progress-interval 500000 \
|& tee ${LOGDIR}/import-split-wikidata.log
|
def multiplication_table(size):
# Print the header
print(" x |", end='')
for i in range(1, size + 1):
print("{:>3d}".format(i), end='')
print()
# Print separator
print("-----------------------------------------")
# Generate multiplication table
for i in range(1, size + 1):
# Print the number in first column
print("{:2d} |".format(i), end='')
for j in range(1, size + 1):
# Generate multiplication table
print("{:>3d}".format(i*j), end='')
print()
# Driver Code
size = 5
multiplication_table(size) |
# frozen_string_literal: true
module RunningStation
class ApplicationJob < ActiveJob::Base
end
end
|
#!/bin/bash
sudo apt-get update
sudo apt-get install docker.io
sudo systemctl enable docker
sudo systemctl status docker
sudo curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add
sudo apt-add-repository "deb http://apt.kubernetes.io/ kubernetes-xenial main"
sudo apt-get install kubeadm kubelet kubectl
sudo apt-mark hold kubeadm kubelet kubectl
kubeadm version
sudo swapoff -v /swapfile
sudo rm /swapfile
sudo hostnamectl set-hostname master-node
sudo kubeadm init
sudo mkdir -p /root/.kube
sudo cp -i /etc/kubernetes/admin.conf /root/.kube/config
sudo chown $(id -u):$(id -g) /root/.kube/config
sudo wget https://dl.google.com/go/go1.13.linux-amd64.tar.gz
sha256sum go1.13.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.13.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
source ~/.profile
go version
git clone https://github.com/kubeedge/kubeedge.git $GOPATH/src/github.com/kubeedge/kubeedge
cd $GOPATH/src/github.com/kubeedge/kubeedge
make all WHAT=keadm
$GOPATH/src/github.com/kubeedge/kubeedge/_output/local/bin/
sudo ./keadm init
|
using System;
namespace HelloWorld {
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello World!");
}
}
} |
package com.dubture.symfony.ui.preferences;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.Path;
import org.eclipse.dltk.internal.ui.wizards.dialogfields.SelectionButtonDialogField;
import org.eclipse.php.internal.ui.preferences.IStatusChangeListener;
import org.eclipse.php.internal.ui.util.StatusInfo;
import org.eclipse.php.internal.ui.wizards.fields.DialogField;
import org.eclipse.php.internal.ui.wizards.fields.IStringButtonAdapter;
import org.eclipse.php.internal.ui.wizards.fields.StringButtonDialogField;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.ModifyEvent;
import org.eclipse.swt.events.ModifyListener;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.FileDialog;
import org.eclipse.swt.widgets.Group;
import org.eclipse.ui.preferences.IWorkbenchPreferenceContainer;
import org.pdtextensions.core.ui.preferences.launcher.LauncherConfigurationBlock;
import org.pdtextensions.core.ui.preferences.launcher.LauncherKeyBag;
import com.dubture.symfony.core.SymfonyCorePlugin;
@SuppressWarnings("restriction")
public class SymfonyLauncherConfigurationBlock extends LauncherConfigurationBlock {
private SelectionButtonDialogField customConsole;
public SymfonyLauncherConfigurationBlock(IStatusChangeListener context, IProject project,
IWorkbenchPreferenceContainer container, LauncherKeyBag keyBag) {
super(context, project, container, keyBag);
}
@Override
protected String getPluginId() {
return SymfonyCorePlugin.ID;
}
@Override
protected void afterSave() {
// TODO Auto-generated method stub
}
@Override
protected void beforeSave() {
// TODO Auto-generated method stub
}
@Override
protected void createScriptGroup(Composite result) {
GridData gd = new GridData(GridData.FILL_HORIZONTAL);
gd.minimumHeight = 60;
gd.heightHint = 60;
scriptGroup = new Group(result, SWT.NONE);
scriptGroup.setLayout(new GridLayout(3, false));
scriptGroup.setLayoutData(gd);
scriptGroup.setText(getScriptLabel());
customConsole = new SelectionButtonDialogField(SWT.CHECK);
customConsole.setLabelText("Use custom console location");
customConsole.doFillIntoGrid(scriptGroup, 3);
customConsole.setDialogFieldListener(new org.eclipse.dltk.internal.ui.wizards.dialogfields.IDialogFieldListener() {
@Override
public void dialogFieldChanged(org.eclipse.dltk.internal.ui.wizards.dialogfields.DialogField field) {
scriptField.setEnabled(customConsole.isSelected());
}
});
scriptField = new StringButtonDialogField(new IStringButtonAdapter() {
@Override
public void changeControlPressed(DialogField field) {
FileDialog dialog = new FileDialog(getShell());
String path = dialog.open();
if (path != null) {
scriptField.setText(path);
}
}
});
scriptField.setButtonLabel("Browse");
boolean useProjectPhar = getBooleanValue(useScriptInsideProject);
if (useProjectPhar) {
customConsole.setSelection(true);
} else {
scriptField.setEnabled(false);
customConsole.setSelection(false);
}
scriptField.setDialogFieldListener(this);
scriptField.setLabelText(getScriptFieldLabel());
scriptField.doFillIntoGrid(scriptGroup, 3);
scriptField.getTextControl(null).addModifyListener(new ModifyListener() {
@Override
public void modifyText(ModifyEvent e) {
if (!validateScript(scriptField.getText())) {
StatusInfo info = new StatusInfo(StatusInfo.WARNING, "The selected file is no valid symfony console script.");
fContext.statusChanged(info);
}
}
});
}
protected boolean doUseScriptInsideProject() {
return customConsole.isSelected();
}
@Override
protected String getHeaderLabel() {
return "Select the PHP executable to be used for running the symfony console.";
}
@Override
protected String getProjectChoiceLabel() {
return "1";
}
@Override
protected String getGlobalChoiceLabel() {
return "2";
}
@Override
protected String getScriptLabel() {
return "Console script";
}
@Override
protected String getButtonGroupLabel() {
return "4";
}
@Override
protected String getScriptFieldLabel() {
return "";
}
@Override
protected boolean validateScript(String text) {
if (project == null) {
return false;
}
IFile file = project.getFile(new Path(text));
//TODO: validate for an actual console script ;)
return (file != null && file.exists());
}
}
|
<reponame>minuk8932/Algorithm_BaekJoon
package breadth_first_search;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
/**
*
* @author minchoba
* 백준 2146번 : 다리만들기
*
* @see https://www.acmicpc.net/problem/2146
*
*/
public class Boj2146 {
private static final int[][] DIRECTIONS = {{1, 0}, {0, 1}, {-1, 0}, {0, -1}};
private static final int ROW = 0;
private static final int COL = 1;
private static Queue<Point> q;
public static void main(String[] arsg) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int N = Integer.parseInt(br.readLine());
int[][] map = new int[N][N];
for(int i = 0; i < N; i++){
StringTokenizer st = new StringTokenizer(br.readLine());
for(int j = 0; j < N; j++){
map[i][j] = Integer.parseInt(st.nextToken());
}
}
br.close();
map = coverBFS(N, map); // 각 섬마다 다른 숫자를 놓는 메소드
System.out.println(bfs(N, map));
}
private static class Point{
int row;
int col;
public Point(int row, int col){
this.row = row;
this.col = col;
}
}
private static int[][] coverBFS(int n, int[][] arr){
int area = -1;
boolean[][] isVisited = new boolean[n][n];
for(int row = 0; row < n; row++){
for(int col = 0; col < n; col++){
if(arr[row][col] == 1 && !isVisited[row][col]){ // 바다 말고 방문안한 육지만,
isVisited[row][col] = true;
arr[row][col] = area;
q = new LinkedList<>();
q.offer(new Point(row, col));
while(!q.isEmpty()){
Point current = q.poll();
for(final int[] DIRECTION : DIRECTIONS){
int nextRow = current.row + DIRECTION[ROW];
int nextCol = current.col + DIRECTION[COL];
if(nextRow >= 0 && nextRow < n && nextCol >= 0 && nextCol < n){ // 육지 내에서 area 값을 퍼트림
if(arr[nextRow][nextCol] == 1 && !isVisited[nextRow][nextCol]){
isVisited[nextRow][nextCol] = true;
arr[nextRow][nextCol] = area;
q.offer(new Point(nextRow, nextCol));
}
}
}
}
area--;
}
}
}
return arr;
}
private static int bfs(int n, int[][] arr) {
int min = Integer.MAX_VALUE;
for(int row = 0; row < n ; row++){ // 실제 다리를 놓는 BFS
for(int col = 0; col < n; col++){
if(arr[row][col] != 0){
int[][] isVisited = new int[n][n];
int areaNum = arr[row][col];
isVisited[row][col] = 1;
q = new LinkedList<>();
q.offer(new Point(row, col));
while(!q.isEmpty()){
Point current = q.poll();
for(final int[] DIRECTION : DIRECTIONS){
int nextRow = current.row + DIRECTION[ROW];
int nextCol = current.col + DIRECTION[COL];
if(nextRow >= 0 && nextRow < n && nextCol >= 0 && nextCol < n){
if(isVisited[nextRow][nextCol] == 0){ // 방문하지 않았으며
if(arr[current.row][current.col] != 0){ // 현재 위치또한 육지인 경우 값을 1로 채워줌
isVisited[nextRow][nextCol] = 1;
}
else{
isVisited[nextRow][nextCol] = isVisited[current.row][current.col] + 1;
if(arr[nextRow][nextCol] < areaNum){ // 다리를 놓은 경우
areaNum = arr[nextRow][nextCol];
min = Math.min(isVisited[nextRow][nextCol], min); // 다리 길이 최솟값
}
}
q.offer(new Point(nextRow, nextCol));
}
}
}
}
}
}
}
return min - 1;
}
}
|
#!/bin/bash -e
# Shell script to initialize a pip-accel test environment.
#
# Author: Peter Odding <peter.odding@paylogic.com>
# Last Change: March 14, 2016
# URL: https://github.com/paylogic/pip-accel
#
# This shell script is used in tox.ini and .travis.yml to prepare
# virtual environments for running the pip-accel test suite.
main () {
# Install the dependencies of pip-accel.
msg "Installing dependencies .."
pip install --quiet --requirement=requirements.txt
# Install pip-accel in editable mode. The LC_ALL=C trick makes sure that the
# setup.py script works regardless of the user's locale (this is all about
# that little copyright symbol at the bottom of README.rst :-).
msg "Installing pip-accel (in editable mode) .."
LC_ALL=C pip install --quiet --editable .
# Install the test suite's dependencies. We ignore py.test wheels because of
# an obscure issue that took me hours to debug and I really don't want to get
# into it here :-(.
msg "Installing test dependencies .."
pip install --no-binary=pytest --quiet --requirement=$PWD/requirements-testing.txt
# Make it possible to install local working copies of selected dependencies.
install_working_copies
# Install requests==2.6.0 so the test suite can downgrade to requests==2.2.1
# (to verify that downgrading of packages works).
install_requests
# Remove iPython so the test suite can install iPython in a clean environment.
remove_ipython
}
install_working_copies () {
# Once in a while I find myself working on multiple Python projects at the same
# time, context switching between the projects and running each project's tests
# in turn. Out of the box `tox' will not be able to locate and install my
# unreleased working copies, but using this ugly hack it works fine :-).
if hostname | grep -q peter; then
for PROJECT in coloredlogs executor humanfriendly; do
DIRECTORY="$HOME/projects/python/$PROJECT"
if [ -e "$DIRECTORY" ]; then
if flock -x "$DIRECTORY"; then
msg "Installing working copy of $PROJECT .."
# The following code to install a Python package from a git checkout is
# a bit convoluted because I want to bypass pip's frustrating "let's
# copy the whole project tree including a 100 MB `.tox' directory
# before installing 10 KB of source code" approach. The use of a
# source distribution works fine :-).
cd "$DIRECTORY"
rm -Rf dist
python setup.py sdist &>/dev/null
# Side step caching of binary wheels because we'll be building a new
# one on each run anyway.
pip install --no-binary=:all: --quiet dist/*
fi
fi
done
fi
}
install_requests () {
# FWIW: Ideally the test suite should just be able to install requests==2.6.0
# and then downgrade to requests==2.2.1 but unfortunately this doesn't work
# reliably in the same Python process due to (what looks like) caching in the
# pkg_resources module bundled with pip (which in turn causes a variety of
# confusing internal errors in pip and pip-accel).
msg "Installing requests (so the test suite can downgrade it) .."
pip install --quiet requests==2.6.0
}
remove_ipython () {
# Remove iPython so the test suite can install iPython in a clean
# environment, allowing the test suite to compare the files installed and
# removed by pip and pip-accel.
msg "Removing iPython (so the test suite can install and remove it) .."
pip uninstall --yes ipython &>/dev/null || true
}
msg () {
echo "[prepare-test-environment]" "$@" >&2
}
main "$@"
|
#!/bin/bash
#SBATCH --partition=batch --time=00:30:00 --mem-per-cpu=1000 --cpus-per-task=4
module load git
module load miniconda
# For conda environment
LOCAL_DIR="/dev/shm/$SLURM_JOB_ID"
LOCAL_CONDA_DIR="$LOCAL_DIR/miniconda/"
mkdir -p "$LOCAL_CONDA_DIR" || exit 1
# Set up trap to remove my results on exit from the local disk
trap "rm -rf $LOCAL_DIR; exit" TERM EXIT
# Clone the SSVM library from the master branch
GIT_REPO_URL=git@github.com:aalto-ics-kepaco/msms_rt_ssvm.git
SSVM_LIB_DIR="$LOCAL_DIR/msms_rt_ssvm"
git clone "$GIT_REPO_URL" "$SSVM_LIB_DIR"
# Create the conda environment based on the SSVM library's requirements
eval "$(conda shell.bash hook)"
cd "$LOCAL_CONDA_DIR" || exit 1
conda create --clone msms_rt_ssvm__base --prefix msms_rt_ssvm__local
conda activate "$LOCAL_CONDA_DIR/msms_rt_ssvm__local"
cd - || exit 1
# Install SSVM library
pip install --no-deps "$SSVM_LIB_DIR"
# Run the kernel performance evaluation
srun python "$SSVM_LIB_DIR/ssvm/kernel_utils.py" $1 --na=1000 --nb=1000 --d=1000 --nrep=10
|
<reponame>sillyhong/whongjiagou-learn
require('./utils/utility1.js');
require('./utils/utility2.js');
require('lodash'); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.