代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/14545/390344
cpp media_source.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/14735/406683
h media_source.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/14735/406717
cpp media_source.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/14764/407492
h media_source.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/14764/407503
cpp text_source.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/14764/407537
h text_source.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/14764/407569
cpp media_source.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/16294/668567
mdl switching_source.mdl
Model {
Name "switching_source"
Version 6.3
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
Compute
www.eeworm.com/read/16793/691075
sub source2.sub
echo in source.sub2, calling return
return 5
echo oops -- return in source.sub2 failed
www.eeworm.com/read/16793/691097
sub source6.sub
# tests sourcing non-regular files, fixed post-3.2
: ${TMPDIR:=/tmp}
TMPFN=$TMPDIR/foo-$$
rm -f $TMPFN
echo "echo one - OK" > $TMPFN
. $TMPFN
echo $?
rm -f $TMPFN
# non-regular readable file
. /de