代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/303099/3816358

js cn_utf8.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Encoding: any // Translator : Niko // Distributed under the same terms as the calendar it
www.eeworm.com/read/301804/3836209

js calendar-lt.js

// ** I18N // Calendar LT language // Author: Martynas Majeris, // Encoding: Windows-1257 // Distributed under the same terms as the calendar itself. // For translators: pleas
www.eeworm.com/read/301804/3836217

js cn_utf8.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Encoding: any // Translator : Niko // Distributed under the same terms as the calendar it
www.eeworm.com/read/301519/3838167

dtd xhtml1-strict.dtd

www.eeworm.com/read/298327/3867084

h smath.h

/* Copied from math.h in same directory */ /* This file is stub automatically generated by import.pl */ // Include bridge, just in case math_private is not included #include "../streflop_libm_b
www.eeworm.com/read/297318/3887872

po django.po

# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid ""
www.eeworm.com/read/297318/3887878

po django.po

# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid ""
www.eeworm.com/read/294038/3921791

s sacos.s

| | sacos.sa 3.3 12/19/90 | | Description: The entry point sAcos computes the inverse cosine of | an input argument; sAcosd does the same except for denormalized | input. | | Input: Double-extended
www.eeworm.com/read/294038/3921799

s satanh.s

| | satanh.sa 3.3 12/19/90 | | The entry point satanh computes the inverse | hyperbolic tangent of | an input argument; satanhd does the same except for denormalized | input. | | Input: Double-extende
www.eeworm.com/read/294038/3921890

s copy_user.s

/* * arch/alpha/lib/copy_user.S * * Copy to/from user space, handling exceptions as we go.. This * isn't exactly pretty. * * This is essentially the same as "memcpy()", but with a few twists.