代码搜索:Opera

找到约 937 项符合「Opera」的源代码

代码结果 937
www.eeworm.com/read/255856/4372407

js prototype_mini.js

var Prototype = { Version: '1.5.1', Browser: { IE: !!(window.attachEvent && !window.opera) }, emptyFunction: function() {}, K: function(x) { return x; } }; var Class = { cr
www.eeworm.com/read/391590/8395987

cs destine.cs

using System; namespace HouseBE { /// /// Destine 的摘要说明。 /// public class Destine { private int _DestineID; private string _DestineDate; private int _Opera
www.eeworm.com/read/410203/7002881

c qsfile.c

/*++ Copyright (c) 1991, 1992, 1993 - 1997 Microsoft Corporation Module Name: qsfile.c Abstract: This module contains the code that is very specific to query/set file opera
www.eeworm.com/read/138868/5813379

c qsfile.c

/*++ Copyright (c) 1991, 1992, 1993 - 1997 Microsoft Corporation Module Name: qsfile.c Abstract: This module contains the code that is very specific to query/set file opera
www.eeworm.com/read/129924/5966158

h __stdlib.h

/* * Copyright (C) 1984-1995 The Santa Cruz Operation, Inc. * All Rights Reserved. * * The information in this file is provided for the exclusive use of * the licensees of The Santa Cruz Opera
www.eeworm.com/read/129924/5966189

h __stdlib.h

/* * Copyright (C) 1984-1995 The Santa Cruz Operation, Inc. * All Rights Reserved. * * The information in this file is provided for the exclusive use of * the licensees of The Santa Cruz Opera
www.eeworm.com/read/250058/12437495

js dropdownmenu.js

var branch; function dropdownMenu(navid) { var isie = typeof document.all != 'undefined' && typeof window.opera == 'undefined' && navigator.vendor != 'KDE'; if (typeof document
www.eeworm.com/read/250058/12438103

js reader-detector.js

function readerDetector() { var isreader = (typeof window.opera == 'undefined' && navigator.vendor != 'Apple Computer, Inc.'); var test = document.getElementById('testlink'); func
www.eeworm.com/read/493646/1164489

js createcss.js

function createCSS(selector, declaration) { // test for IE var ua = navigator.userAgent.toLowerCase(); var isIE = (/msie/.test(ua)) && !(/opera/.test(ua)) && (/win/.test(ua));
www.eeworm.com/read/476331/1373377

cs iroomservice.cs

using System; using System.ServiceModel; using Wrox.ProCSharp.WCF.Entities; namespace Wrox.ProCSharp.WCF.Services { [ServiceContract] public interface IRoomService { [Opera