代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/180227/5288098
h rtl_tracewrap.h
/*
* CLI tracer wrappers
* Written by Michael Barabanov (baraban@fsmlabs.com)
* Copyright (C) FSMLabs, 2000
* Released under the terms of the GNU GPL.
*/
#ifndef __RTL_TRACEWRAP_H__
#define __RT
www.eeworm.com/read/173549/5370410
java client.java
package Client;
import java.net.*;
import java.io.*;
import one_piece.*;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2001
* Company:
* @author
* @version 1.0
*/
public class Cli
www.eeworm.com/read/170239/5406069
c ledit_vt.c
/* ledit_vt.c:
* This is an alternative to lineedit.c. For those unfamiliar with the
* KSH VI-like editing, this is certainly a more intuitive mechanism
* for CLI edit. It uses the VT100 termi
www.eeworm.com/read/169937/5409058
c devfont.c
/*
* Copyright (c) 2000, 2002, 2003 Greg Haerr
* Portions Copyright (c) 2002 by Koninklijke Philips Electronics N.V.
*/
/**
* These routines do the necessary range checking, cli
www.eeworm.com/read/327360/3460780
readme
Unit Test for the cimconfig CLI
1. Start the cimserver on the local host, using the default port, 5988.
2. Run the script ./runtest in the cimconfig/tests directory.
3. If there are no errors, the
www.eeworm.com/read/313796/3641424
java mouse.java
package org.uispec4j;
import java.awt.*;
import java.awt.event.MouseEvent;
/**
* Utility for simulating mouse inputs.
*/
public class Mouse {
private Mouse() {
}
/**
* Cli
www.eeworm.com/read/307512/3722211
dfm unit2.dfm
object Fr_Main: TFr_Main
Left = 197
Top = 108
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #36196#23792#32593#32852#31185#25216
ClientHeight = 525
Cli
www.eeworm.com/read/305285/3776476
java helloclient.java
package cli;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URL;
public class HelloClient {
public static void main(String[] args) {
try {
callServlet(
www.eeworm.com/read/301397/3840881
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Cli_SoftAndHard.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "
www.eeworm.com/read/432906/1887975
s wakeup.s
.code16
#define wakesym(sym) (sym - wakeup_start)
.align 16
ENTRY(wakeup_start)
cli
cld
# setup data segment
movw %cs, %ax
movw %ax, %d