代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/243359/4527895

js calendar-lv.js

// ** I18N // Calendar LV language // Author: Juris Valdovskis, // Encoding: cp1257 // Distributed under the same terms as the calendar itself. // For translators: please use UT
www.eeworm.com/read/242082/4556281

inc dlg.inc

;WARNING: This file contains some of the same constants as DLG.H ;WARNING: When making a change to one, make it to both! isNothing EQU 0ffffh tmcMake EQU (tmcUserMin+0) tmcMakeExit EQU (tmcUs
www.eeworm.com/read/241780/4558077

h mztools.h

/* Additional tools for Minizip Code: Xavier Roche '2004 License: Same as ZLIB (www.gzip.org) */ #ifndef _zip_tools_H #define _zip_tools_H #ifdef __cplusplus extern "C" { #endif
www.eeworm.com/read/240204/4577783

sa circular_queue.sa

class CIRCULAR_QUEUE{T} is private attr buffer: AREF{T}; private attr offset : INT; readonly attr num_entries : INT; create( min_size : INT ) : SAME is size_mi
www.eeworm.com/read/240204/4577784

sa char_set.sa

class CHAR_SET is include ARRAY{BOOL}; create ( ba : ARRAY{BOOL} ) : SAME pre ~void(ba) is res ::= new( ba.size ); -- copy: expensive loop res.set!( ba.elt
www.eeworm.com/read/240162/4580638

c overload7.c

// { dg-do run } // 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
www.eeworm.com/read/240162/4581271

c instantiate5.c

// { dg-do link } // { dg-additional-sources " instantiate5.cc instantiate5-main.cc" } // `global constructors' are given the same name, based on foo(), on // both translation units, which is wrong,
www.eeworm.com/read/240162/4582397

c p12306a.c

// { dg-do run } // prms-id: 12306 // a net report of the same problem as 12306 class a { public: int i; }; class g : virtual public a { }; class b : virtual public a { int j; }; class c
www.eeworm.com/read/239567/4597651

java tokenmgrerror.java

/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 0.7pre2 */ // Hacked by baw 12-Mar-1999 because JavaCC does not seem to be generating // the same class structure as it wa
www.eeworm.com/read/239566/4598891

svn-base lexyaml.cxx.svn-base

// Scintilla source code edit control /** @file LexYAML.cxx ** Lexer for YAML. **/ // Copyright 2003- by Sean O'Dell // Release under the same license as Scintilla/SciTE.