代码搜索:Opera
找到约 937 项符合「Opera」的源代码
代码结果 937
www.eeworm.com/read/474571/1393408
js selectuser.js
var userAgent = navigator.userAgent.toLowerCase();
var is_opera = userAgent.indexOf('opera') != -1 && opera.version();
var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.index
www.eeworm.com/read/412045/2176802
js module.js
var userAgent = navigator.userAgent.toLowerCase();
var is_opera = userAgent.indexOf('opera') != -1 && opera.version();
var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.index
www.eeworm.com/read/230579/4722568
sql insert_shopdata.sql
INSERT INTO OPERA_SHOP_INFO VALUES('operaShop0','a','Opera Shop 0','http://www.sun.com');
INSERT INTO OPERA_CONTENT_METADATA VALUES('M001','Java Mobile 1','Highlighst the Mobile Features of Java Seri
www.eeworm.com/read/144120/12812682
ref param.ref
******************************************************************************
* No Explode, No EMH
******************************************************************************
Warning: Binary opera
www.eeworm.com/read/144120/12812747
ref ansiports.ref
******************************************************************************
* No Explode, No EMH
******************************************************************************
Warning: Binary opera
www.eeworm.com/read/419845/10834321
c main.c
#include "includes.h"
int main(void)
{
INT8U i;
PHY_Init();
KEY_INIT();
while(1)
{
//初始化发射包
CC1100_Data_Ex_Buf.PKT_Channel=Channel[pChannel];
CC1100_Data_Ex_Buf.PKT_Length=60;
www.eeworm.com/read/376727/9309672
js resizable-tables.js
//
// Resizable Table Columns.
// version: 1.0
//
// (c) 2006, bz
//
// 25.12.2006: first working prototype
// 26.12.2006: now works in IE as well but not in Opera (Opera is @#$%!)
// 27.12
www.eeworm.com/read/459953/7260667
js view.js
//此JS适用于eWebEditor编辑器,鼠标拖动图片功能
var userAgent = navigator.userAgent.toLowerCase();
var is_opera = userAgent.indexOf('opera') != -1 && opera.version();
var is_moz = (navigator.product == 'Gecko') &
www.eeworm.com/read/309504/13669988
js xmlhttprequest.js
/*
Cross-Browser XMLHttpRequest v1.1
=================================
Emulate Gecko 'XMLHttpRequest()' functionality in IE and Opera. Opera requires
the Sun Java Runtime Environment
www.eeworm.com/read/407180/11425643
js ajax.js
var navigatorname;
if (navigator.userAgent.indexOf("Opera")>=0)
{
navigatorname="Opera"
}
if (navigator.userAgent.indexOf("MSIE")>=0)
{
navigatorname="IE"
}
if (navigator.userAgent.indexOf