代码搜索:Opera
找到约 937 项符合「Opera」的源代码
代码结果 937
www.eeworm.com/read/401015/2343689
js global.js
var cookie_name = 0;
var agt = navigator.userAgent.toLowerCase();
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var is_gecko= (navigator.product == "Gecko");
getObj
www.eeworm.com/read/395620/2434477
js global.js
var cookie_name = 0;
var agt = navigator.userAgent.toLowerCase();
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var is_gecko= (navigator.product == "Gecko");
getObj
www.eeworm.com/read/366702/2869392
c crash36.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 7 Nov 2000
// Bug 573. We ICE'd verifying operator new and opera
www.eeworm.com/read/267129/11192485
js global.js
var cookie_name = 0;
var agt = navigator.userAgent.toLowerCase();
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var is_gecko= (navigator.product == "Gecko");
getObj
www.eeworm.com/read/104928/15681167
vbs calc.vbs
'calc.vbs
Dim objArgs
Set objArgs = Wscript.Arguments
If objArgs.Count=1 Then
Wscript.StdOut.WriteLine Eval(objArgs(0))
Else
Wscript.StdErr.WriteLine "calc.vbs. Performs mathematical opera
www.eeworm.com/read/375808/9349134
js global.js
var cookie_name = 0;
var agt = navigator.userAgent.toLowerCase();
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var is_gecko= (navigator.product == "Gecko");
var cnt =
www.eeworm.com/read/162314/10315101
cpp main.cpp
//main.cpp
#include "Component.h"
#include "Composite.h"
#include "Leaf.h"
#include
using namespace std;
int main(int argc,char* argv[])
{
Leaf* l = new Leaf();
l->Opera
www.eeworm.com/read/454431/7390923
cpp pandlg1.cpp
// PanDlg1.cpp : implementation file
//
#include "stdafx.h"
#include "LaneSoft.h"
#include "PanDlg1.h"
#include "IniData.h"
#include "LaneSoftDoc.h"
#include "LaneSoftView.h"
#include "Opera
www.eeworm.com/read/197407/7998326
cpp bestfit2.cpp
// best fit bin packing
#include
#include
#include "dbst2.h"
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& opera
www.eeworm.com/read/398091/8005763
js sniffer.js
// One of these boolean variables will be
// set to true based on the browser name
var its_ie = false
var its_ns = false
var its_opera = false
var its_webtv = false
var its_compatible = false