Home
last modified time | relevance | path

Searched refs:texFile (Results 1 – 25 of 55) sorted by relevance

123

/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/
H A Dmk4ht.pl27 my $texFile = '';
30 $texFile = @array[0];
114 …"jh", "jhlatex", "latex", "html,javahelp,xml,3.2,unicode", " -cmozhtf -u10", " -d$texFile-doc/ -…
115 …"jh", "jhtex", "tex", "html,javahelp,xml,3.2,unicode", " -cmozhtf -u10", " -d$texFile-doc/ -…
120 … "latex", "html,javahelp,xml,3.2,unicode,jh1.0", " -cmozhtf -u10", " -d$texFile-doc/ -cjavahelp",
121 … "tex", "html,javahelp,xml,3.2,unicode,jh1.0", " -cmozhtf -u10", " -d$texFile-doc/ -cjavahelp",
122 … "texi", "html,javahelp,xml,3.2,unicode,jh1.0", " -cmozhtf -u10", " -d$texFile-doc/ -cjavahelp",
123 …,"context", "html,javahelp,xml,3.2,unicode,jh1.0", " -cmozhtf -u10", " -d$texFile-doc/ -cjavahelp",
124 …"xelatex", "html,javahelp,xml,3.2,unicode,jh1.0", " -cmozhtf -u10", " -d$texFile-doc/ -cjavahelp",
125 …"xetex", "html,javahelp,xml,3.2,unicode,jh1.0", " -cmozhtf -u10", " -d$texFile-doc/ -cjavahelp",
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/filters/latex/
H A Dlatex-filter.cpp93 QTemporaryFile texFile(QStringLiteral("ktplatex-XXXXXX.tex")); in handleLatex() local
94 if (!texFile.open()) { in handleLatex()
98 texFile.write(latexText.toLatin1()); in handleLatex()
99 texFile.close(); in handleLatex()
113 latexArgs << texFile.fileName(); in handleLatex()
138 … const QString dviFile = texFile.fileName().replace(QLatin1String(".tex"), QLatin1String(".dvi")); in handleLatex()
139 …const QString imageFile = texFile.fileName().replace(QLatin1String(".tex"), QLatin1String(".png")); in handleLatex()
163 QFile::remove(texFile.fileName().replace(QLatin1String(".tex"), QLatin1String(".aux"))); in handleLatex()
164 QFile::remove(texFile.fileName().replace(QLatin1String(".tex"), QLatin1String(".log"))); in handleLatex()
/dports/math/cantor/cantor-21.12.3/src/lib/
H A Dlatexrenderer.cpp35 QTemporaryFile* texFile; member in Cantor::LatexRendererPrivate
65 d->texFile=nullptr; in LatexRenderer()
189 if (d->texFile) in renderWithLatex()
190 delete d->texFile; in renderWithLatex()
192 d->texFile=new QTemporaryFile(dir + QDir::separator() + QLatin1String("cantor_tex-XXXXXX.tex")); in renderWithLatex()
193 d->texFile->open(); in renderWithLatex()
219 d->texFile->write(expressionTex.toUtf8()); in renderWithLatex()
220 d->texFile->flush(); in renderWithLatex()
222 QString fileName = d->texFile->fileName(); in renderWithLatex()
286 delete d->texFile; in convertingDone()
[all …]
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Graphics/
H A DJGLMesh.cpp275 char texFile[256]; in LoadASEMaterials() local
279 f.ReadWord(texFile); in LoadASEMaterials()
282 u32 len = (u32)strlen(texFile); in LoadASEMaterials()
283 memmove(&texFile[0], &texFile[1], len - 1); in LoadASEMaterials()
284 texFile[len - 2] = 0; in LoadASEMaterials()
310 char texFile[256]; in LoadASEMaterials() local
315 f.ReadWord(texFile); in LoadASEMaterials()
317 memmove(&texFile[0], &texFile[1], len - 1); in LoadASEMaterials()
318 texFile[len - 2] = 0; in LoadASEMaterials()
322 memmove(&texFile[0], &texFile[1], leng - 1); in LoadASEMaterials()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/Corona/
H A DImageCodec.cpp58 corona::File* texFile = corona::CreateMemoryFile(data.getDataPtr(), (int)data.getSize()); in load() local
59 if (texFile == 0) in load()
64 corona::Image* texImg = corona::OpenImage(texFile); in load()
65 delete texFile; in load()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Null/
H A DTexture.cpp73 RawDataContainer texFile; in loadFromFile() local
74 sys->getResourceProvider()->loadRawDataContainer(filename, texFile, in loadFromFile()
77 Texture* res = sys->getImageCodec().load(texFile, this); in loadFromFile()
80 sys->getResourceProvider()->unloadRawDataContainer(texFile); in loadFromFile()
/dports/misc/parley/parley-21.12.3/src/practice/
H A Dlatexrenderer.cpp59 …QTemporaryFile *texFile = new QTemporaryFile(dir + QLatin1Char('/') + QLatin1String("XXXXXX") + ".… in renderLatex() local
60 if (!texFile->open()) { in renderLatex()
68 texFile->write(expressionTex.toUtf8()); in renderLatex()
69 texFile->flush(); in renderLatex()
71 QString fileName = texFile->fileName(); in renderLatex()
/dports/math/cantor/cantor-21.12.3/src/
H A Dmathrendertask.cpp67 QTemporaryFile texFile(tempDir + QDir::separator() + QLatin1String("cantor_tex-XXXXXX.tex")); in run() local
68 texFile.open(); in run()
122 texFile.write(expressionTex.toUtf8()); in run()
123 texFile.flush(); in run()
135 …{QStringLiteral("-jobname=cantor_") + uuid, QStringLiteral("-halt-on-error"), texFile.fileName()}); in run()
152 texFile.setAutoRemove(false); //Useful for debug in run()
/dports/math/blahtexml/blahtexml-92f2c5f/Source/
H A DmainPng.cpp127 ofstream texFile( in MakePngFile() local
131 if (!texFile) in MakePngFile()
135 texFile << purifiedTexUtf8; in MakePngFile()
136 if (!texFile) in MakePngFile()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/pdfjam/
H A Dpdfjam1123 texFile="$fileName".tex
1143 ) > $texFile
1145 cp $texFile $tempFile
1147 sed '/\\hypersetup.*/d' > "${texFile}"
1152 cp $texFile $tempFile
1153 cat $tempFile | sed '/\\usepackage.*{geometry}/d' > $texFile
1157 cp $texFile $tempFile
1158 cat $tempFile | sed '/\\usepackage.*{color}/d' > $texFile
1177 $pdflatex $texFile > $msgFile || {
/dports/devel/upp/upp/bazaar/plugin/assimp/code/NFF/
H A DNFFLoader.h118 std::string texFile; member
140 texFile == other.texFile &&
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DNFFLoader.h116 std::string texFile; member
138 texFile == other.texFile &&
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DNFFLoader.h116 std::string texFile; member
138 texFile == other.texFile &&
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DNFFLoader.h117 std::string texFile; member
139 texFile == other.texFile &&
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DNFFLoader.h115 std::string texFile; member
137 texFile == other.texFile &&
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/NFF/
H A DNFFLoader.h110 std::string texFile; member
128 texFile == other.texFile &&
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/DirectFB/
H A DTexture.cpp76 RawDataContainer texFile; in loadFromFile() local
77 sys->getResourceProvider()->loadRawDataContainer(filename, texFile, in loadFromFile()
80 Texture* res = sys->getImageCodec().load(texFile, this); in loadFromFile()
83 sys->getResourceProvider()->unloadRawDataContainer(texFile); in loadFromFile()
/dports/games/scorched3d/scorched/src/client/sprites/
H A DExplosionTextures.cpp197 std::string texFile = in createTextures() local
202 texFile, in createTextures()
203 texFile, in createTextures()
210 texFile.c_str())); in createTextures()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/tex/
H A DTexMagicComment.cpp31 Error parseMagicComments(const FilePath& texFile, in parseMagicComments() argument
35 Error error = core::readStringVectorFromFile(texFile, &lines); in parseMagicComments()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DTools.cpp188 bool e = l.texFile.empty();
189 if (!e && !rg.resourceExistsInAnyGroup(l.texFile))
190 LogO("Ter: " + trk + " Not Found !!! " + l.texFile);
195 const PTer* p = data->pre->GetTer(l.texFile.substr(0, l.texFile.length()-4));
197 LogO("Ter: " + trk + " Not Found in presets !!! " + l.texFile);
201 LogO("Ter: " + trk + " Default surface !!! " + l.texFile);
212 …LogO("Ter: " + trk + " Different surface ! " + l.texFile + " " + l.surfName + " pre: " + p->surfN…
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGLES/
H A DTexture.cpp132 RawDataContainer texFile; in loadFromFile() local
134 loadRawDataContainer(filename, texFile, resourceGroup); in loadFromFile()
143 Texture* res = sys->getImageCodec().load(texFile, this); in loadFromFile()
147 unloadRawDataContainer(texFile); in loadFromFile()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Irrlicht/
H A DTexture.cpp99 RawDataContainer texFile; in loadFromFile() local
100 sys->getResourceProvider()->loadRawDataContainer(filename, texFile, in loadFromFile()
103 Texture* res = sys->getImageCodec().load(texFile, this); in loadFromFile()
106 sys->getResourceProvider()->unloadRawDataContainer(texFile); in loadFromFile()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Ogre/
H A DTexture.cpp172 RawDataContainer texFile; in loadFromFile() local
173 sys->getResourceProvider()->loadRawDataContainer(filename, texFile, in loadFromFile()
188 Texture* res = sys->getImageCodec().load(texFile, this); in loadFromFile()
191 sys->getResourceProvider()->unloadRawDataContainer(texFile); in loadFromFile()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A Dtrpage_warchive.cpp1391 texFile = NULL; in Init()
1399 if (texFile) in ~trpgwImageHelper()
1400 delete texFile; in ~trpgwImageHelper()
1506 trpgwAppFile *thefile = texFile; in IncrementTextureFile()
1530 texFile = thefile; in IncrementTextureFile()
1538 if (texFile) in Flush()
1539 texFile->Flush(); in Flush()
1552 if (texFile) delete texFile; in DesignateTextureFile()
1553 texFile = NULL; in DesignateTextureFile()
1559 if (!texFile->isValid()) in DesignateTextureFile()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/
H A Dtrpage_warchive.cpp1384 texFile = NULL; in Init()
1392 if (texFile) in ~trpgwImageHelper()
1393 delete texFile; in ~trpgwImageHelper()
1499 trpgwAppFile *thefile = texFile; in IncrementTextureFile()
1523 texFile = thefile; in IncrementTextureFile()
1531 if (texFile) in Flush()
1532 texFile->Flush(); in Flush()
1545 if (texFile) delete texFile; in DesignateTextureFile()
1546 texFile = NULL; in DesignateTextureFile()
1552 if (!texFile->isValid()) in DesignateTextureFile()
[all …]

123