Home
last modified time | relevance | path

Searched refs:isTemplate (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php37 $this->assertTrue($profile->isTemplate());
40 $this->assertFalse($profile->isTemplate());
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php40 if ($profile->isTemplate()) {
H A DBlackfireDumper.php48 if ($p->isTemplate()) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php73 * @param bool $isTemplate
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php61 public function isTemplate() function in Twig\\Profiler\\Profile
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js10419 function toggleButtons(isTemplate) argument
10421 …createBtn.innerHTML = mxUtils.htmlEntities(mxResources.get(inTempScreen || isTemplate? 'create' : …
10423 var opemDisplay = isTemplate? 'none' : '';
10438 function fillDiagramsList(diagrams, isTemplate, asList, searchImportCats, internalCall) argument
10442 toggleButtons(isTemplate);
10480 diagrams[i].isExternal = !isTemplate;
10482 var title = mxUtils.htmlEntities(isTemplate?
10656 fillDiagramsList(catList, isTemplate, asList, null, true);