代码搜索:Opera
找到约 937 项符合「Opera」的源代码
代码结果 937
www.eeworm.com/read/300337/3847563
java gde3_main.java
/**
* GDE3_main.java
*
* @author Antonio J. Nebro
* @version 1.0
*/
package jmetal.metaheuristics.gde3;
import jmetal.base.*;
import jmetal.base.operator.crossover.* ;
import jmetal.base.opera
www.eeworm.com/read/294383/3916958
js wysiwyg.js
//WYSIWYD JS CODE
var agt = navigator.userAgent.toLowerCase();
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var is_gecko= (navigator.product == "Gecko");
var cookie_name
www.eeworm.com/read/274098/4189742
asl basetbl.asl
DefinitionBlock("BASETBL.AML","SSDT",0x1,"OEM0","BASETBL",0x1) {
Scope(\_SB) {
Device(ASIM) {
Name(_HID, "_ASIM0000")
Name(_GPE, 0)
Name(_UID, 0)
Opera
www.eeworm.com/read/273525/4208136
hlp y_41_opsys.hlp
{smcl}
{p 0 4}
{help contents:Top}
> {help y_basics:Basics}
> {help y_utilcmd:Utility commands & commands that everyone should know}
> {help y_41:Commands everyone should know}
{bind:> {bf:Opera
www.eeworm.com/read/411743/2184874
js pagingmemoryproxy.js
/*
* Ext JS Library 1.1 RC 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
/* Fix for Opera, which does not seem to include the map f
www.eeworm.com/read/366702/2869546
c new7.c
// { dg-do run }
// Origin: philip_martin@ntlworld.com
#include
extern "C" void abort();
bool new_flag = false;
bool delete_flag = false;
struct X {
X()
{
throw 1;
}
void* opera
www.eeworm.com/read/154890/5632151
h kstring.h
#ifndef __kstring_h__
#define __kstring_h__
#include
QString& operator
www.eeworm.com/read/394686/8212912
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
www.eeworm.com/read/267281/11187550
js common.js
/*
* Created on 2006-2-22
* Last modified on 2006-03-16
* Powered by www.YeQiangWei.com
*/
var agt = navigator.userAgent.toLowerCase();
var is_op = (agt.indexOf("opera") != -1);
var is_ie =