代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/409361/2233453
js calendar-zh-tw.js
// ** I18N
// Calendar EN language
// Author: Mihai Bazon,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if p
www.eeworm.com/read/409361/2233454
js b5.js
// ** I18N
// Calendar EN language
// Author: Mihai Bazon,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if p
www.eeworm.com/read/403140/2315345
js calendar-de.js
// ** I18N
// Calendar DE language
// Author: Jack (tR),
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if pos
www.eeworm.com/read/398634/2375386
test rpl_server_id2.test
# This test checks that a slave DOES execute queries originating
# from itself, if running with --replicate-same-server-id.
source include/master-slave.inc;
connection slave;
create table t1 (n int);
www.eeworm.com/read/377685/2697814
js calendar-de.js
// ** I18N
// Calendar DE language
// Author: Jack (tR),
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if pos
www.eeworm.com/read/377318/2702427
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-8 if p
www.eeworm.com/read/366702/2871677
c 891230_01.c
// { dg-do run }
// g++ 1.36.1 bug 891230_01
// g++ gives typedefs which are nested within class declarations a scope
// which is local to the class declaration itself. This causes examples
// like
www.eeworm.com/read/366702/2873081
m protocol-isequal-1.m
/* Contributed by Nicola Pero - Fri Jun 4 03:16:17 BST 2004 */
/* Test that a protocol is equal to itself. */
#include
@protocol Foo
- (void)foo;
@end
int main (void)
{
Protoco
www.eeworm.com/read/366702/2880073
c 20020605-1.c
/* This testcase caused on IA-32 -O2 endless loop in
merge_blocks when trying to merge a basic block
with itself. */
void f (void)
{
char *c;
do
{
if (c)
break;
}
while (1
www.eeworm.com/read/366702/2881259
c sibcall-1.c
/* Simple check that sibling calls are performed from a
void non-leaf-function taking one int argument calling itself.
Copyright (C) 2002 Free Software Foundation Inc.
Contributed by Hans-Pe