代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/449137/1681071

svn-base sk.po.svn-base

# 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. # msg
www.eeworm.com/read/449137/1681073

po sk.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. # msg
www.eeworm.com/read/449137/1681077

svn-base sk.po.svn-base

# 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. # msg
www.eeworm.com/read/449137/1681079

po sk.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. # msg
www.eeworm.com/read/448850/1684024

js calendar-cn.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Encoding: any // Distributed under the same terms as the calendar itself. // For translators: please use UTF
www.eeworm.com/read/448293/1690710

js calendar-en.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Encoding: any // Distributed under the same terms as the calendar itself. // For translators: please use UTF
www.eeworm.com/read/447738/1697203

l elf-reloc-2.l

.*: Assembler messages: .*:4: Error: too many ldah insns for !gpdisp!3 .*:5: Error: too many lda insns for !gpdisp!3 .*:8: Error: both insns for !gpdisp!4 must be in the same section
www.eeworm.com/read/443386/1743030

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/443386/1743038

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/443386/1743298

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.