Added test size settings for vertices and edges.

This commit is contained in:
Oleg Sh
2024-07-15 22:11:38 +02:00
parent b7b14e16e8
commit dac4f9bcb8
31 changed files with 703 additions and 584 deletions

View File

@@ -6,10 +6,9 @@
// Only latic.
function isValidName($name)
{
return preg_match("(^[a-zA-Z]+$)", $name);
return preg_match("(^[a-zA-Z]+[_test]*$)", $name);
}
function getXMLFileName($graphName, $fromRoot=false)
{
global $g_config;