代码搜索:Undocumented
找到约 466 项符合「Undocumented」的源代码
代码结果 466
www.eeworm.com/read/273525/4207592
ado mnl0_.ado
*! version 6.1.0 23jun2003
// deprecated, to be permanently removed
program define mnl0_
di as err ///
"nl0 was an undocumented method of ml and is now deprecated"
exit 999
end
www.eeworm.com/read/273525/4207736
ado alpha.ado
*! version 4.7.3 01oct2004
program define alpha, rclass byable(recall)
version 8, missing
* undocumented: coo == casewise
syntax varlist(min=2 numeric) [if] [in] [, Asis Casewise Coo Detail
www.eeworm.com/read/273525/4207893
hlp brrstat.hlp
{smcl}
{* 18mar2005}{...}
{cmd:help brrstat}{...}
{right:also see: {help undocumented}}
{hline}
{title:Title}
{pstd}
{hi:brrstat} {hline 2}
Reporting results from balanced repeated replic
www.eeworm.com/read/273525/4209011
hlp _diparm.hlp
{smcl}
{* 10mar2005}{...}
{cmd:help _diparm}{...}
{right:also see: {help undocumented}}
{hline}
{title:Title}
{pstd}
{hi:_diparm} {hline 2}
Programmer's utility for displaying ancillary p
www.eeworm.com/read/273525/4209377
hlp _assert_mreldif.hlp
{smcl}
{* 09mar2005}{...}
{cmd:help _assert_mreldif} {right:also see: {help undocumented}}
{hline}
{title:Title}
{hi:Assert that two matrices are the same}
{title:Syntax}
{tab}{c
www.eeworm.com/read/355803/10243685
asm checkpat.asm
;
; --- Version 3.3 92-08-23 12:09 ---
;
; CHECKPAT.ASM - Utility function to check a given file/path,
; and to resolve an incomplete path.
; (Does not use any undocumented DOS functions.)
;
www.eeworm.com/read/136959/13351864
c truname.c
/*
** tname.c -- wrapper for the undocumented DOS function TRUENAME
**
** TRUENAME: interrupt 0x21 function 0x60
**
** Call with: ah = 60h
** es:di -> destination buffer
**
www.eeworm.com/read/145991/5741076
c currdir.c
/* CURRDIR.C -- uses undocumented DOS to return pointer to
current directory structure for a given drive */
#include
#include
#include "currdir.h"
typedef enum { UNKNO
www.eeworm.com/read/131460/14145657
asm checkpat.asm
;
; --- Version 3.3 92-08-23 12:09 ---
;
; CHECKPAT.ASM - Utility function to check a given file/path,
; and to resolve an incomplete path.
; (Does not use any undocumented DOS functions.)
;
www.eeworm.com/read/120207/14809845
c currdir.c
/* CURRDIR.C -- uses undocumented DOS to return pointer to
current directory structure for a given drive */
#include
#include
#include "currdir.h"
typedef enum { UNKNO