代码搜索:needed
找到约 10,000 项符合「needed」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5940523
awk needed2.awk
# !Automatically generated from ./functions.def - DO NOT EDIT!
/sys_nerr/ { printf "#ifndef NEED_sys_nerr\n#define NEED_sys_nerr\n#endif\n" }
/sys_errlist/ { printf "#ifndef NEED_sys_errlist\n#define
www.eeworm.com/read/481567/6643349
html collation_needed.html
Collation Needed Callbacks
body {
margin: auto;
f
www.eeworm.com/read/433114/8545661
m run_presets_if_needed.m
function run_presets_if_needed
% Function runs set-up function "presets" in case global variable "S4M" is empty.
% This avoids an abort that would otherwise happen because subsequent code
% accesses a
www.eeworm.com/read/245849/12778044
m run_presets_if_needed.m
function run_presets_if_needed
% Function runs set-up function "presets" in case it has not yet been run.
% This avoids an abort that would otherwise happen because subsequent code
% accesses a field
www.eeworm.com/read/259565/11782720
m run_presets_if_needed.m
function run_presets_if_needed
% Function runs set-up function "presets" in case it has not yet been run.
% This avoids an abort that would otherwise happen because subsequent code
% accesses a field
www.eeworm.com/read/295270/8172800
bkoff_needed enter execs
/** In this state we determine whether a back-off is necessary for the **/
/** frame we are trying to transmit. It is needed when station **/
/** preparing to transmit frame discovers that the med
www.eeworm.com/read/119864/6082097
sh get-needed-libgcc-objects.sh
#!/bin/sh
#
# Manuel Novoa III Jan 2001
#
# The purpose of this script is to extract the object files from libgcc.a
# that are needed by the shared uClibc so that they won't be linked with
# eac
www.eeworm.com/read/275831/10794556
rb 05 - automatically loading files as needed.rb
# functions.rb
module Decidable
# ... Many, many methods go here.
end
module Semidecidable
# ... Many, many methods go here.
end
#---
# functions.rb
autoload :Decidable, "decidable.rb"
autoload :
www.eeworm.com/read/229570/14329042
txt _changes in synapse needed to work with simail.txt
replace
# for n := 0 to FHeaders.Count -1 do
# begin
# ...
# ...
# Flines.Add(t);
# until s = '';
# end;
with
# FLines.Assign(FHeaders);
unit: mimepart.pas
class: TMIMEPart