代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/170577/5403124
tcl pluginslog.tcl
namespace eval ::pluginslog {
#counter: keeps the count
variable idx -1
#log: this is what keeps track of the log
variable log
#filter: this is the filters
variable filters [li
www.eeworm.com/read/170577/5403125
tcl bugs.tcl
proc bgerror { args } {
::bugs::bgerror $args
}
namespace eval ::bugs {
variable dont_give_bug_reports 0
variable details 0
variable w ".bug_dialog"
variable message
variable
www.eeworm.com/read/170577/5403286
tcl xml-8.1.tcl
# xml.tcl --
#
# This file provides generic XML services for all implementations.
# This file supports Tcl 8.1 regular expressions.
#
# See tclparser.tcl for the Tcl implementation of a XML parser.
#
www.eeworm.com/read/170577/5403335
tcl uri.tcl
# uri.tcl --
#
# URI parsing and fetch
#
# Copyright (c) 2000 Zveno Pty Ltd
# Steve Ball, http://www.zveno.com/
# Derived from urls.tcl by Andreas Kupries
#
# TODO:
# Handle www-url-encoding details
#
www.eeworm.com/read/170577/5403336
tcl urn-scheme.tcl
# urn-scheme.tcl - Copyright (C) 2001 Pat Thoyts
#
# extend the uri package to deal with URN (RFC 2141)
# see http://www.normos.org/ietf/rfc/rfc2141.txt
#
# Released under the
www.eeworm.com/read/170577/5403343
tcl pagesmgr.tcl
# ------------------------------------------------------------------------------
# pagesmgr.tcl
# This file is part of Unifix BWidget Toolkit
# $Id: pagesmgr.tcl 3417 2004-12-03 00:31:24Z tjikkun $
www.eeworm.com/read/170577/5403355
tcl font.tcl
# ----------------------------------------------------------------------------
# font.tcl
# This file is part of Unifix BWidget Toolkit
# ------------------------------------------------------------
www.eeworm.com/read/170577/5403364
tcl notebook.tcl
# ---------------------------------------------------------------------------
# notebook.tcl
# This file is part of Unifix BWidget Toolkit
# $Id: notebook.tcl 4194 2005-03-02 22:21:22Z gadget_boy $
www.eeworm.com/read/170577/5403370
tcl progressbar.tcl
# ----------------------------------------------------------------------------
# progressbar.tcl
# This file is part of Unifix BWidget Toolkit
# -----------------------------------------------------
www.eeworm.com/read/170577/5403375
tcl color.tcl
namespace eval SelectColor {
Widget::define SelectColor color Dialog
Widget::declare SelectColor {
{-title String "Select a color" 0}
{-parent String ""