代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/460691/1558351
pod perltrap.pod
=head1 NAME
perltrap - Perl traps for the unwary
=head1 DESCRIPTION
The biggest trap of all is forgetting to use the B switch; see
L. The second biggest trap is not making your
www.eeworm.com/read/460242/1561818
cs defaultparser.cs
using System;
using System.Drawing;
using System.Collections;
using Fireball.Syntax;
//no parsing , just splitting and making whitespace possible
//1 sec to finnish ca 10000 rows
namespace F
www.eeworm.com/read/250243/4436341
makefile
# This is far from simple, but I couldn't think of a good name. This is
# for making the 'zImage' or 'zImage.initrd' on a number of targets.
#
# Author: Tom Rini
#
# Notes:
# (1) F
www.eeworm.com/read/234134/4661424
h debug.h
/* debug.h - included in each C module via interp.h */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file DEBUG.INC */
#undef DEBUG_H
www.eeworm.com/read/234134/4661442
inc debug.inc
; File: DEBUG.INC
; NOTE: When making changes to this file, be sure to consider equivalent
; changes to DEBUG.H
DEBUG_INC = ON
DbTimer MACRO
ENDM
DbMessTimer MACRO seg,mess
LOCAL szMess
www.eeworm.com/read/230695/4719958
txt change-diary-resourcebugfix.txt
Diary of making test runner DLL resource safe.
Repeat everything, that was done for version 1.8.0. This is point 1) to 9).
0) With the unit-tests for the test runner DLL all four tests fail with the
www.eeworm.com/read/209559/4963333
makefile
# This is far from simple, but I couldn't think of a good name. This is
# for making the 'zImage' or 'zImage.initrd' on a number of targets.
#
# Author: Tom Rini
#
# Notes:
# (1) F
www.eeworm.com/read/204040/5035757
h debug.h
/* debug.h - included in each C module via interp.h */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file DEBUG.INC */
#undef DEBUG_H
www.eeworm.com/read/204040/5035775
inc debug.inc
; File: DEBUG.INC
; NOTE: When making changes to this file, be sure to consider equivalent
; changes to DEBUG.H
DEBUG_INC = ON
DbTimer MACRO
ENDM
DbMessTimer MACRO seg,mess
LOCAL szMess
www.eeworm.com/read/190661/5183024
java deroctetstring.java
package org.bouncycastle.asn1;
import java.io.IOException;
public class DEROctetString
extends ASN1OctetString
{
/**
* @param string the octets making up the octet string.
*/
p