代码搜索结果
找到约 127,078 项符合
request 的代码
request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int clifd, uid_t uid)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg,
"request from uid %d not null terminated
request.java
package com.test;
import java.io.Serializable;
public class Request implements java.io.Serializable
{
};
request.c
/*! \file request.c
Based on webfs Copyright (C) 1999-2001 Gerd Knorr
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Lice
request.c
/*
Copyright(c) 1998,1999 SIC/Hitachi,Ltd.
Module Name:
request.c
Revision History:
26th May 1999 Released
*/
#include "nsc.h"
#include "settings.h"
#include "firre
request.js
/**
* XMLHttpRequest请求包装内,默认为同步方式。
* 若希望使用异步方式,请设置请求选项{asynchronous:true}
* 请覆盖[onStart,onReceiving,onSuccess,onFailure,onFinish]等事件回调函数,以添加自定义行为
* eg:
*
* new Request(url,{asynch
request.js
function Request(url, options) {this.transport = new XMLHttpRequest();this.url = url;this.options = this.createOptions(options);var _this = this;this.onreadystatechange = function () {switch (_this.tr
request.js
$JSI.addCacheScript('js/io/request.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);function Request(url, options) {this.transport = new XMLHttpRequest();this.url = url;this.
request.java
package org.jconfig.server;
import java.io.IOException;
import java.io.InputStream;
import java.net.Socket;
public class Request {
private InputStream input;
private String uri
request.c
/*
HTTP request handling tests
Copyright (C) 2001-2003, Joe Orton
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU