代码搜索:Blog
找到约 10,000 项符合「Blog」的源代码
代码结果 10,000
www.eeworm.com/read/490495/6457014
gif blog.gif
www.eeworm.com/read/479410/6694690
js blog.js
function EditorSaving(editname)
{
var maxwidth = 400;
var editor = document.getElementById(editname).contentWindow;
for(var i=0;i
www.eeworm.com/read/479025/6697247
gif blog.gif
www.eeworm.com/read/265073/11284057
c blog.c
#include "blog.h"
#include "myerr.h"
static int blogIsInitialized=0;
static unsigned char m_IP[4];
static unsigned char m_NetMask[4];
static unsigned char m_NetGate[4];
static unsigned
www.eeworm.com/read/265073/11284074
h blog.h
/* The Blog algorithm is mainly de-assembled out by SnowWings. */
/* We should thank him very much, because the algorithm is crucial. */
#include
void InitializeBlog(const unsi
www.eeworm.com/read/404805/11478228
js blog.js
function getCookieVal(offset)
{
var iEndStr=document.cookie.indexOf(";",offset);
if(iEndStr==-1)
iEndStr=document.cookie.length;
return unescape(document.cookie.substring(offset,iEndStr));
}
www.eeworm.com/read/404805/11478269
js blog.js
//蜡人先锋网WxTop.Com简繁转换功能插件!
//--2005-11-7 , Design:画中笑 Web :http://www.wxtop.com , QQ:28979310
var Default_isFT = 0 //默认是否繁体,0-简体,1-繁体
var StranIt_Delay = 50 //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来)
//---
www.eeworm.com/read/404801/11478554
js blog.js
function getCookieVal(offset)
{
var iEndStr=document.cookie.indexOf(";",offset);
if(iEndStr==-1)
iEndStr=document.cookie.length;
return unescape(document.cookie.substring(offset,iEndStr));
}