代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/380767/9128801
js bdeditor-mined.js
var _BdBrowser={},_Instance={},_BdElement={},_System={};_System.path="/ui/scripts/CommentEditor/";_System.imagePath="http://img.baidu.com/hi/";function _Bd$(A){if(typeof A=="string"){return document.g
www.eeworm.com/read/378952/9211906
txt mmmd_agent.txt
NAME
mmmd_agent - MMM-cluster Agent
SYNOPSIS
mmmd_agent
DESCRIPTION
MMM (MySQL Master-Master Replication Manager) is set of flexible scripts
to perform monitoring and management of MySQL Mas
www.eeworm.com/read/176730/9486011
tk files.tk
#!/usr/bin/wish
# tk_getOpenFile demo
# tk_getSaveFile demo
label .o -text "File to open:"
entry .oe -textvariable open
set types {
{{Text Files} {.txt} }
{{TCL Scripts} {.tcl}
www.eeworm.com/read/372449/9510152
tk files.tk
#!/usr/bin/wish
# tk_getOpenFile demo
# tk_getSaveFile demo
label .o -text "File to open:"
entry .oe -textvariable open
set types {
{{Text Files} {.txt} }
{{TCL Scripts} {.tcl}
www.eeworm.com/read/365783/9847506
tk files.tk
#!/usr/bin/wish
# tk_getOpenFile demo
# tk_getSaveFile demo
label .o -text "File to open:"
entry .oe -textvariable open
set types {
{{Text Files} {.txt} }
{{TCL Scripts} {.tcl}
www.eeworm.com/read/168118/9937324
m contents.m
% CREWES raytracing tools
% Raytracing for v(z) and v(x,z)
%
%Demos and scripts
% RAYTRACE_DEMO ... interactive demonstration of v(z) raytracing capabilities
% RAYVXZ_DEMO ... demo the v(x,z) ray
www.eeworm.com/read/167987/9942637
calling_script
#!/bin/ksh
# Script name: calling_script
# Example 10.124
function sayit { print "How are ya $1?" ; }
typeset -fx sayit # Export sayit to other scripts
sayit Tommy
print "Going to other scrip