代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/295117/3912204
c parse.c
/* vi: set sw=4 ts=4: */
/*
* parse.c --- UUID parsing
*
* Copyright (C) 1996, 1997 Theodore Ts'o.
*
* %Begin-Header%
* Redistribution and use in source and binary forms, with or without
* modi
www.eeworm.com/read/288222/4008944
bash parse.bash
#!/bin/bash
# A small example program for using the new getopt(1) program.
# This program will only work with bash(1)
# An similar program using the tcsh(1) script language can be found
# as parse.tc
www.eeworm.com/read/288222/4008947
tcsh parse.tcsh
#!/bin/tcsh
# A small example program for using the new getopt(1) program.
# This program will only work with tcsh(1)
# An similar program using the bash(1) script language can be found
# as parse.ba
www.eeworm.com/read/288089/4011970
c parse.c
/* $XConsortium: parse.c,v 1.30 94/04/17 20:10:38 gildea Exp $ */
/*
Copyright (c) 1993, 1994 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this softw
www.eeworm.com/read/284361/4065960
cpp parse.cpp
MyDxfFilter f;
DL_Dxf dxf;
if (!dxf.in("drawing.dxf", &f)) {
std::cerr
www.eeworm.com/read/281827/4112408
c parse.c
#include
#include
#include "csa_types.h"
#include "csa_defs.h"
#define ERRBASE 1000 /* Base number for user-defined errors*/
#define BADINPUT1 1001 /* Bad input file format */
#
www.eeworm.com/read/281827/4112418
c parse.c
#include
#include
#include "csa_types.h"
#include "csa_defs.h"
#define ERRBASE 1000 /* Base number for user-defined errors*/
#define BADINPUT1 1001 /* Bad input file format */
#
www.eeworm.com/read/279884/4132388
java parse.java
package org.apache.velocity.runtime.directive;
/*
* Copyright 2000-2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may n
www.eeworm.com/read/279884/4132550
cmp parse.cmp
Test the #parse pluggable directive
Now calling parse1.vm :
---
This is content from parse1.vm
Hello first element.
Hello second element.
Now using a reference to get the next one :
--
Th
www.eeworm.com/read/279884/4132587
vm parse.vm
#*
@test parse.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail i