代码搜索:search
找到约 10,000 项符合「search」的源代码
代码结果 10,000
www.eeworm.com/read/100419/6269828
search
## OpenCA - CA/RAServer Command
## (c) 1998-2001 by Massimiliano Pala and OpenCA Group
##
## File Name: search
## Brief: Search Items
## Description: Search Items ad list results found
## Par
www.eeworm.com/read/100419/6269890
search
## OpenCA - CA Command
## (c) 1998-2001 by Massimiliano Pala and OpenCA Group
##
## File Name: search
## Brief: Search Items
## Description: Search Items ad list results found
## Parameters:
www.eeworm.com/read/493005/6403684
search
NAME
search - search for an element satisfying a specified condition
SYNOPSIS
search(a, b [, [c] [, [d] ] ])
TYPES
a matrix, list, association or file
b string if a is a file, othe
www.eeworm.com/read/490010/6465671
search
#/bin/sh
python c2cpp/search.py $1 $2 $3 $4 $5 $6 $7 $8 $9
www.eeworm.com/read/208315/4993710
search .search
bbslists: groups/GROUP_0/bbslists
newcomers: groups/GROUP_0/newcomers
notepad: groups/GROUP_7/notepad
junk: sysops/groups/junk
sysop: groups/GROUP_0/sysop
syssecurity: sysop/groups/syssecurity
vote: g
www.eeworm.com/read/345992/3194117
search
The Search function will look for a given object contained in
the "Search Area". Pressing 's' will initiate a search. This will
require you to enter a value into the "Search For" field
www.eeworm.com/read/345992/3194270
search
#define Search_width 63
#define Search_height 62
static unsigned char Search_bits[] = {
0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x6a, 0x55, 0x55, 0x55, 0x55,
0x55, 0x55, 0x55, 0x75, 0xaa, 0xaa
www.eeworm.com/read/345992/3194303
search
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Pod - Search
Clicking on the search button will bring up
a search 'query' window in which the details
of a search can be entered.
^^^^^^^^^^^^^^^^^
www.eeworm.com/read/100263/15879606
search
#!/bin/sh
# Script written by Sverre Normann (sverreno@stud.ntnu.no)
for t in *.c *.h; do
RESULT=`grep -n -i "$*" $t`
if test "$RESULT" != ""
then
echo "\n--- File: $t\n$RESULT"
fi
do