代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/347220/3174135
pot madplay.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Robert Leslie
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr
www.eeworm.com/read/344727/3205273
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/344727/3205282
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/344440/3209296
txt 9epl-3.txt
;;Fortune Teller NPC
[@main]
#IF
#ACT
goto @horo
[@horo]
#IF
#SAY
Not knowing one's own destiny is same as sailing ocean without a compass \
Do you want to know your own destiny? \
Who a
www.eeworm.com/read/341125/3256334
java catbot.java
package com.heaton.bot.catbot;
import java.util.*;
import com.heaton.bot.*;
/**
* A CatBot is a bot that is designed to be able
* to get information from a variety of sites in
* the same category.
www.eeworm.com/read/340665/3267286
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/340665/3273896
c overload7.c
// Check that object call works when there are multiple conversion ops
// returning the same type.
typedef int (*pfn)();
int zero () { return 0; }
int one () { return 1; }
int two () { return 2; }
www.eeworm.com/read/340665/3280532
c asm-5.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*-*-*