代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/235643/4647596
js global.v1.3.5.js
String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"");};
String.prototype.nl2br=function(){return this.split("\n").join("\n");};
//Cookie Start
function _setCookie(name, val
www.eeworm.com/read/209211/4983330
c archive.c
#include "mk.h"
#include
static void atimes(char *);
static char *split(char*, char**);
long
atimeof(int force, char *name)
{
Symtab *sym;
long t;
char *archive, *member, buf[512];
archi
www.eeworm.com/read/205898/5014212
pm fat.pm
package URI::file::FAT;
require URI::file::Win32;
@ISA=qw(URI::file::Win32);
sub fix_path
{
shift; # class
for (@_) {
# turn it into 8.3 names
my @p = map uc, split(/\./, $_, -1);
return
www.eeworm.com/read/195013/5118667
h ipc.h
#ifndef _ASM_IPC_H
#define _ASM_IPC_H
/*
* These are used to wrap system calls on MIPS32.
*
* See arch/mips/kernel/sysmips.c for ugly details..
* FIXME: split up into ordinary syscalls ...
*/
s
www.eeworm.com/read/195013/5118831
h ipc.h
#ifndef __ASM_MIPS_IPC_H
#define __ASM_MIPS_IPC_H
/*
* These are used to wrap system calls on MIPS.
*
* See arch/mips/kernel/sysmips.c for ugly details..
* FIXME: split up into ordinary syscalls
www.eeworm.com/read/191759/5162556
js yahoo.js
var YAHOO = window.YAHOO || {};YAHOO.namespace = function (ns) {if (!ns || !ns.length) {return null;}var levels = ns.split(".");var nsobj = YAHOO;for (var i = (levels[0] == "YAHOO") ? 1 : 0; i < level
www.eeworm.com/read/183315/5256651
py resizegridsizer.py
import wx
from blockwindow import BlockWindow
labels = "one two three four five six seven eight nine".split()
flags = {"one": wx.ALIGN_BOTTOM, "two": wx.ALIGN_CENTER,
"four": wx.ALIGN_RIGHT