代码搜索:Complete
找到约 10,000 项符合「Complete」的源代码
代码结果 10,000
www.eeworm.com/read/460691/1558406
pm complete.pm
package Term::Complete;
require 5.000;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(Complete);
# @(#)complete.pl,v1.1 (me@anywhere.EBay.Sun.COM) 09/23/91
=head1 NAME
www.eeworm.com/read/242732/4540648
c complete.c
/* Input line filename/username/hostname/variable/command completion.
(Let mc type for you...)
Copyright (C) 1995 The Free Software Foundation
Written by: 1995 Jakub Jelinek
This
www.eeworm.com/read/242732/4540715
h complete.h
#ifndef __COMPLETE_H
#define __COMPLETE_H
#define INPUT_COMPLETE_FILENAMES 1
#define INPUT_COMPLETE_HOSTNAMES 2
#define INPUT_COMPLETE_COMMANDS 4
#define INPUT_COMPLETE_VARIABLES 8
#defin
www.eeworm.com/read/231546/4714769
pl complete.pl
;#
#
# This library is no longer being maintained, and is included for backward
# compatibility with Perl 4 programs which may require it.
#
# In particular, this should not be used as an example of m
www.eeworm.com/read/231546/4714836
pm complete.pm
package Term::Complete;
require 5.000;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(Complete);
# @(#)complete.pl,v1.2 (me@anywhere.EBay.Sun.COM) 09/23/91
=head1 NAME
Term::C
www.eeworm.com/read/216602/4889889
java complete.java
package com.bumf;
import oa.sys.*;
import oa.sys.Time;
import java.io.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Complete extends HttpServlet{
www.eeworm.com/read/216450/4894074
c complete.c
/* $Revision: 1.1.1.1 $
**
** History and file completion functions for editline library.
*/
#include "editline.h"
#if defined(NEED_STRDUP)
/*
** Return an allocated copy of a string.
*/
char *
s
www.eeworm.com/read/209211/4986837
c complete.c
#include
#include
#include "complete.h"
static int
longestprefixlength(char *a, char *b, int n)
{
int i, w;
Rune ra, rb;
for(i=0; i