代码搜索:Opera
找到约 937 项符合「Opera」的源代码
代码结果 937
www.eeworm.com/read/420803/2061510
cpp distance.cpp
/*
writer : Opera Wang
E-Mail : wangvisual AT sohu DOT com
License: GPL
*/
/* filename: distance.cc */
/*
http://www.merriampark.com/ld.htm
What is Levenshtein Distance?
Leven
www.eeworm.com/read/413980/2155818
js dialoghead.js
var OxOffb2=["isWinIE","isGecko","isSafari","isOpera","userAgent","ua","opera","safari","gecko","msie","Mac","isMac","compatMode","document","CSS1Compat","XMLHttpRequest","","caller","(","\x0A","attac
www.eeworm.com/read/413980/2155854
js loader.js
var OxOf3da=["isWinIE","isGecko","isSafari","isOpera","userAgent","ua","opera","safari","gecko","msie","compatMode","document","CSS1Compat","undefined","Microsoft.XMLHTTP","Not support XMLHttpRequest.
www.eeworm.com/read/395667/2433905
js editor.js
window._isIE = (navigator.appName == "Microsoft Internet Explorer");
if(window._isIE) {
if(navigator.userAgent.indexOf("Opera")>-1) window._isIE = null;
if(navigator.userAgent.indexOf("Windows NT
www.eeworm.com/read/377738/2697233
cpp pex6_3.cpp
#include
#pragma hdrstop
#include "wex6_7.h"
void main (void)
{
ModClass a[] = {ModClass(4), ModClass(10), ModClass(50)};
ModClass x;
// test the integer conversion opera
www.eeworm.com/read/355290/3054731
txt faq.txt
Frequently Asked Questions about BitTorrent
Q: I use Mozilla/Opera, how can I use BT?
A: You need to edit the mimetype associations so that the "application/x-bittorrent"
mime type is launched
www.eeworm.com/read/255856/4372409
js ecside.js
(function(){
window.undefined = window.undefined;
window.isIE=!!(window.attachEvent && !window.opera);
if (window.isIE) {
window.attachEvent('onunload', $_IEGC);
/* window.attachEvent('onload
www.eeworm.com/read/414175/11125578
htm init.htm
agt = navigator.userAgent.toLowerCase();
is_ie = (agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1);
is_gecko= navigator.product == "Gecko";
function ietruebody(){
return (document.
www.eeworm.com/read/104052/15711773
sh configure.sh
#!/bin/bash
#
# Configure.sh Generates interactively a config.h from config.in
#
# net-tools A collection of programs that form the base set of the
# NET-3 Networking Distribution for the LINUX opera
www.eeworm.com/read/102854/15755910
aspx comparevalidator2.aspx
public void Page_Load(Object src,EventArgs e)
{
cv.Operator = (ValidationCompareOperator)opera.SelectedIndex;
}
public void Selected(Object sender,EventArgs