text
stringlengths
0
834k
/home/zw/share/ultra96/mipitest/linux-xlnx/include/sound/soc-dai.h \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/sound/initval.h \
$(wildcard include/config/pnp.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/trace/events/asoc.h \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/linux/tracepoint.h \
$(wildcard include/config/have/syscall/tracepoints.h) \
$(wildcard include/config/tracepoint.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/trace/define_trace.h \
sound/soc/soc-dapm.o: $(deps_sound/soc/soc-dapm.o)
$(deps_sound/soc/soc-dapm.o):
",65.3454345435,2895,0.7456859543
220067,f345755a91e609b01f327a6895bfe0f0bca1ea1f,227,bat,Batchfile,App/run5002.bat,caseymarquis/csick,8cfd193c9c73377cd17dbcc4e2d48d1bdea3227c,['Unlicense'],1.0,2020-03-05T07:47:01.000Z,2020-03-05T07:47:01.000Z,App/run5002.bat,caseymarquis/csick,8cfd193c9c73377cd17dbcc4e2d48d1bdea3227c,['Unlicense'],6.0,2021-03-10T18:27:57.000Z,2021-11-25T04:34:13.000Z,App/run5002.bat,caseymarquis/csick,8cfd193c9c73377cd17dbcc4e2d48d1bdea3227c,['Unlicense'],1.0,2020-03-05T07:58:52.000Z,2020-03-05T07:58:52.000Z,"REM Remember to compile the website first by running './wwwdev/compile.bat'. If you're testing multiple servers, the dev server will only point at the first one.
SET NOHSTS=1
SET ASPNETCORE_URLS=http://0.0.0.0:5002/
dotnet run
",45.4,161,0.7753303965
220068,f3457b8aa224c630f1d73cfacd751fd527c5a587,567,bat,Batchfile,Scripts/Tools/ToolAdaptors/bat/start3264.bat,andry81/contools,54d644f42c051f63c592e08515d5965430614664,['MIT'],6.0,2017-12-13T06:10:40.000Z,2021-12-29T02:36:51.000Z,Scripts/Tools/ToolAdaptors/bat/start3264.bat,andry81/contools,54d644f42c051f63c592e08515d5965430614664,['MIT'],,,,Scripts/Tools/ToolAdaptors/bat/start3264.bat,andry81/contools,54d644f42c051f63c592e08515d5965430614664,['MIT'],,,,"@echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script tryes to start a command line under x32 cmd interpreter otherwise
rem it calls a cmd interpreter for x64 process mode
rem If current process mode is not the x32 process mode, then the cmd.exe
rem calls with the /C flag.
rem Waits started process.
if ""%~1"" == """" exit /b -1
if ""%PROCESSOR_ARCHITECTURE%"" == ""x86"" goto X86
if exist ""%SystemRoot%\Syswow64\"" (
""%SystemRoot%\Syswow64\cmd.exe"" /C %*
exit /b
)
:X86
start """" /B /WAIT %*
",22.68,79,0.6631393298
220069,f3458642777d66b9757bf6d3c4d1322b5d96d40b,32,bat,Batchfile,publish.bat,li-yanqing/cloudterm,a272c79ff695b0425ac4f3f0242d38826fcef838,['MIT'],59.0,2017-09-02T13:48:46.000Z,2022-03-01T08:19:31.000Z,publish.bat,li-yanqing/cloudterm,a272c79ff695b0425ac4f3f0242d38826fcef838,['MIT'],7.0,2018-04-03T03:29:13.000Z,2020-06-29T02:35:22.000Z,publish.bat,li-yanqing/cloudterm,a272c79ff695b0425ac4f3f0242d38826fcef838,['MIT'],38.0,2017-09-25T11:16:37.000Z,2022-02-28T06:54:58.000Z,docker push rahmanusta/cloudterm,32.0,32,0.90625
220070,f3459c4bfaab31ba35c8dec456fb763ce8b6c771,209,bat,Batchfile,src/main/bin/rexConnectConsole.bat,inthefabric/RexConnect,de667ddd2d6d7672c780c87e91ae43b44bcf77a9,['Apache-2.0'],5.0,2015-01-16T23:32:14.000Z,2017-05-18T21:32:16.000Z,src/main/bin/rexConnectConsole.bat,inthefabric/RexConnect,de667ddd2d6d7672c780c87e91ae43b44bcf77a9,['Apache-2.0'],,,,src/main/bin/rexConnectConsole.bat,inthefabric/RexConnect,de667ddd2d6d7672c780c87e91ae43b44bcf77a9,['Apache-2.0'],,,,"@echo off
set work=%CD%
if [%work:~-3%]==[bin] cd ..
set JAVA_OPTIONS=-Xms32m -Xmx512m
:: Launch the application
java %JAVA_OPTIONS% %JAVA_ARGS% -cp .\lib\*; com.fabric.rexconnect.main.RexConnectConsole %*",20.9,92,0.6985645933
220071,f345b4f8d1c98c73dc6ea991960ae1f935255afe,776,bat,Batchfile,docs/make.bat,barleyj-opengov/jenkins_triage,3ba92c4bdffac4fcb0418bdf21c700795c632960,['MIT'],,,,docs/make.bat,barleyj-opengov/jenkins_triage,3ba92c4bdffac4fcb0418bdf21c700795c632960,['MIT'],,,,docs/make.bat,barleyj-opengov/jenkins_triage,3ba92c4bdffac4fcb0418bdf21c700795c632960,['MIT'],1.0,2020-05-06T17:40:10.000Z,2020-05-06T17:40:10.000Z,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=jenkins_triage
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
echo.then set the SPHINXBUILD environment variable to point to the full
echo.path of the 'sphinx-build' executable. Alternatively you may add the
echo.Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
",20.972972973,75,0.7384020619