代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/170661/5402983

po~ default.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/170661/5402984

po default.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/170661/5402985

po~ default.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/170661/5402986

po default.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/169190/5426525

perltest8

#! /usr/bin/perl # Program for testing regular expressions with perl to check that PCRE handles # them the same. This is the version that supports /8 for UTF-8 testing. It # requires at least Perl 5.
www.eeworm.com/read/167825/5452242

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/165801/5477314

dtd xhtml1-strict.dtd

www.eeworm.com/read/165135/5485471

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/162614/5516906

c asm-1.c

/* Asm operands that are given as hard registers must keep the same hard register all the way through compilation. Example derived from glibc source. */ /* { dg-do compile { target alpha*-*-*
www.eeworm.com/read/162614/5519783

c lookup21.c

// { dg-do run } // Check that we don't complain about ambiguity between the same static // member function in different subobjects. struct A { static void f() {} }; struct B: public A { }; struc