代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/466954/7024658
dcu search_self.dcu
www.eeworm.com/read/466954/7024670
~pas search_self.~pas
unit search_self;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, Grids, DBGrids, Buttons;
type
Tsearchself =
www.eeworm.com/read/466954/7024672
dfm search_self.dfm
object searchself: Tsearchself
Left = 429
Top = 201
Width = 497
Height = 470
Caption = #29992#25143#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = cl
www.eeworm.com/read/458682/7291350
sh self-document.sh
#!/bin/bash
# self-document.sh: self-documenting script
# Modification of "colm.sh".
DOC_REQUEST=70
if [ "$1" = "-h" -o "$1" = "--help" ] # Request help.
then
echo; echo "Usage: $0 [directory
www.eeworm.com/read/458682/7291355
sh self-destruct.sh
#!/bin/bash
# self-destruct.sh
kill $$ # Script kills its own process here.
# Recall that "$$" is the script's PID.
echo "This line will not echo."
# Instead, the shell sends a "Terminated
www.eeworm.com/read/458682/7291409
sh self-copy.sh
#!/bin/bash
# self-copy.sh
# This script copies itself.
file_subscript=copy
dd if=$0 of=$0.$file_subscript 2>/dev/null
# Suppress messages from dd: ^^^^^^^^^^^
exit $?
# A program whose only o
www.eeworm.com/read/458682/7291663
sh self-mailer.sh
#!/bin/sh
# self-mailer.sh: Self-mailing script
adr=${1:-`whoami`} # Default to current user, if not specified.
# Typing 'self-mailer.sh wiseguy@superdupergenius.com'
#+ sends this script to tha
www.eeworm.com/read/458682/7291765
sh self-source.sh
#!/bin/bash
# self-source.sh: a script sourcing itself "recursively."
# From "Stupid Script Tricks," Volume II.
MAXPASSCNT=100 # Maximum number of execution passes.
echo -n "$pass_count "
# At
www.eeworm.com/read/458682/7291776
sh self-exec.sh
#!/bin/bash
# self-exec.sh
echo
echo "This line appears ONCE in the script, yet it keeps echoing."
echo "The PID of this instance of the script is still $$."
# Demonstrates that a subshell is no
www.eeworm.com/read/455017/7379634
vwf exm_self.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to