代码搜索:split

找到约 9,328 项符合「split」的源代码

代码结果 9,328
www.eeworm.com/read/209559/4974621

c xfrm_input.c

/* * xfrm_input.c * * Changes: * YOSHIFUJI Hideaki @USAGI * Split up af-specific portion * */ #include #include #include static kmem_cache_t *secpa
www.eeworm.com/read/209559/4974770

c xfrm4_state.c

/* * xfrm4_state.c * * Changes: * YOSHIFUJI Hideaki @USAGI * Split up af-specific portion * */ #include #include #include static struct xfrm_
www.eeworm.com/read/202805/5045159

changelog

2005-09-07 Thomas Vander Stichele * libspeex/cb_search.c: (split_cb_search_shape_sign_N1): add declaration for n, seems like an obvious build fix, slap me d
www.eeworm.com/read/193974/5138492

test_re

test_re re (test_re.py) basic functions search match sub symbolic references subn split match.groups match.group escape flags symbolic groups in regex's perl5-compatible regex's
www.eeworm.com/read/183315/5256650

py bordergridsizer.py

import wx from blockwindow import BlockWindow labels = "one two three four five six seven eight nine".split() flags = {"one": wx.BOTTOM, "two": wx.ALL, "three": wx.TOP, "four": wx.LEFT, "fi
www.eeworm.com/read/180227/5288046

makefile

# (c) Victor Yodaiken 1998, Released under GPL all: rtl_time.o rtl_timer.o rtl_sched.o clean: rm -f *.o include ../rtl.mk # either this conditional is needed, or arch/Makefile needs to be split
www.eeworm.com/read/345992/3193926

dmi2edb

#!/bin/sh nawk ' BEGIN { FS = "=" } /^!*i(attr|nherit)/ { i = index($0, "=") n = split(substr($0, i + 1), vals, "~") printf "%s=%s", $1, vals[1] for (j = 2; j
www.eeworm.com/read/339586/3297907

awk logstat.awk

# $Id: logstat.awk,v 1.1 2002/05/10 15:19:13 bostic Exp $ # # Output accumulated log record count/size statistics. BEGIN { l_file = 0; l_offset = 0; } /^\[/{ gsub("[][: ]", " ", $1) split($1, a)
www.eeworm.com/read/339401/3309355

js dialog.js

// ???URL?????? (??? ?Param1=Value1&Param2=Value2) var URLParams = new Object() ; var aParams = document.location.search.substr(1).split('&') ; for (i=0 ; i < aParams.length ; i++) { var aParam =
www.eeworm.com/read/337546/3337287

h mach_timer.h

/* * include/asm-i386/mach-default/mach_timer.h * * Machine specific calibrate_tsc() for generic. * Split out from timer_tsc.c by Osamu Tomita */ /* ------ Calibrate the T