代码搜索:separated

找到约 1,423 项符合「separated」的源代码

代码结果 1,423
www.eeworm.com/read/247473/4481889

awk dbname.awk

# $Id: dbname.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $ # # Take a comma-separated list of database names and spit out all the # log records that affect those databases. NR == 1 { nfiles = 0
www.eeworm.com/read/196142/5104018

js editor_plugin_src.js

/* Import plugin specific language pack */ tinyMCE.importPluginLanguagePack('template', 'en,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,pl'); //
www.eeworm.com/read/187332/5224751

deny permissions.deny

# SIP Express Router permissions module config file # # Syntax: # from_list [EXCEPT from_list] : req_uri_list [EXCEPT req_uri_list] # # from_list and req_uri_list are comma separated expressions #
www.eeworm.com/read/187332/5224753

allow permissions.allow

# SIP Express Router permissions module config file # # Syntax: # from_list [EXCEPT from_list] : req_uri_list [EXCEPT req_uri_list] # # from_list and req_uri_list are comma separated expressions #
www.eeworm.com/read/184888/5244460

deny permissions.deny

# SIP Express Router permissions module config file # # Syntax: # from_list [EXCEPT from_list] : req_uri_list [EXCEPT req_uri_list] # # from_list and req_uri_list are comma separated expressions #
www.eeworm.com/read/184888/5244462

allow permissions.allow

# SIP Express Router permissions module config file # # Syntax: # from_list [EXCEPT from_list] : req_uri_list [EXCEPT req_uri_list] # # from_list and req_uri_list are comma separated expressions #
www.eeworm.com/read/180137/5290454

c strtok.c

/* * Get next token from string s (NULL on 2nd, 3rd, etc. calls), * where tokens are nonempty strings separated by runs of * chars from delim. Writes NULs into s to end tokens. delim need not *
www.eeworm.com/read/167185/5463571

c strtok.c

/* * Get next token from string s (NULL on 2nd, 3rd, etc. calls), * where tokens are nonempty strings separated by runs of * chars from delim. Writes NULs into s to end tokens. delim need not *
www.eeworm.com/read/296064/3908452

c osdep.c

#include #include "osdep.h" /* * Windows parameters are one long whitespace separated strings. * This function splits them to normal NULL-terminated strings. */ co_rc_t co_os
www.eeworm.com/read/371704/2779302

m s_seismic4jason.m

function s_seismic4jason(seismic,varargin) % Function writes seismic data to ASCII file in Jason, comma-separated format. % Written by: E. R.: February 14, 2004 % Last updated: October 11, 2005: bu