代码搜索:blog
找到约 10,000 项符合「blog」的源代码
代码结果 10,000
www.eeworm.com/read/103072/15747095
blog
#!/bin/sh
echo -n "Default laguage is Polish. Type 'e' to change to English: "
read x
test "$x" = "e" && export BLOGENG=1
echo -n "Default version is lite. Type 'f' to change to full: "
read x
test
www.eeworm.com/read/292092/8377878
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/388197/8628578
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/388197/8628611
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
www.eeworm.com/read/288313/8643438
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/284232/8952789
js blog.js
function EditorSaving(editname)
{
var maxwidth = 400;
var editor = document.getElementById(editname).contentWindow;
for(var i=0;i
www.eeworm.com/read/283318/9030054
js blog.js
/**
ajax code
*/
var xml_http_building_link = '请等待,正在建立连接...';
var xml_http_sending = '请等待,正在发送数据...';
var xml_http_loading = '请等待,正在接受数据...';
var xml_http_load_failed = '通信失败,请刷新重新尝试';
var xm