Home
last modified time | relevance | path

Searched refs:testset_tbl (Results 1 – 12 of 12) sorted by relevance

/dports/devel/rth/rth/api/
H A Dbuild_api.php24 $testset_tbl = TS_TBL;
25 $testset_build_id = $testset_tbl .".". BUILD_ID;
34 FROM $build_tbl,$testset_tbl,$release_tbl
H A Drelease_api.php19 $testset_tbl = TS_TBL;
20 $testset_build_id = $testset_tbl .".". BUILD_ID;
29 FROM $build_tbl, $testset_tbl, $release_tbl
H A Dadmin_api.php188 $testset_tbl = TS_TBL;
387 $testset_tbl = TS_TBL;
398 $testset_tbl
420 $testset_tbl = TS_TBL;
427 $testset_tbl
958 $testset_tbl = TS_TBL;
986 $testset_tbl = TS_TBL;
987 $f_testset_id = $testset_tbl .".". TS_ID; #TestSet.TestSetID
1048 $q = "DELETE FROM $testset_tbl WHERE $f_testset_id = '$testset_id'";
1093 $testset_tbl = TS_TBL;
[all …]
H A Dtestset_api.php180 $testset_tbl = TS_TBL;
181 $f_testset_name = $testset_tbl.".".TS_NAME;
182 $f_build_id = $testset_tbl.".".TS_BUILD_ID;
186 FROM $testset_tbl
725 $testset_tbl = TS_TBL;
754 FROM $testset_tbl
1231 $testset_tbl = TS_TBL;
1234 $q = "select $testset_lock from $testset_tbl " .
H A Dhtml_api.php274 $testset_tbl = TS_TBL;
392 …$q_testset_name = "SELECT $f_testset_name FROM $testset_tbl WHERE $f_testset_id = '$table_display_…
456 $testset_tbl = TS_TBL;
595 FROM $testset_tbl
607 $testset_tbl = TS_TBL;
614 FROM $testset_tbl
682 $testset_tbl = TS_TBL;
830 FROM $testset_tbl
842 $testset_tbl = TS_TBL;
849 FROM $testset_tbl
H A Dproject_api.php2499 $testset_tbl = TS_TBL;
2555 $q = " UPDATE $testset_tbl
2561 $q = " UPDATE $testset_tbl
H A Dtags3599 testset_tbl .\admin_api.php 103;" variable language:PHP
3600 testset_tbl .\admin_api.php 356;" variable language:PHP
3601 testset_tbl .\admin_api.php 384;" variable language:PHP
3602 testset_tbl .\admin_api.php 452;" variable language:PHP
3603 testset_tbl .\html_api.php 243;" variable language:PHP
3604 testset_tbl .\html_api.php 402;" variable language:PHP
3605 testset_tbl .\html_api.php 553;" variable language:PHP
3606 testset_tbl .\html_api.php 628;" variable language:PHP
3607 testset_tbl .\html_api.php 786;" variable language:PHP
3608 testset_tbl .\project_api.php 1491;" variable language:PHP
[all …]
/dports/devel/truc/truc_0.12.0/api/
H A Dadmin_api.php187 $testset_tbl = TS_TBL;
386 $testset_tbl = TS_TBL;
397 $testset_tbl
419 $testset_tbl = TS_TBL;
426 $testset_tbl
957 $testset_tbl = TS_TBL;
985 $testset_tbl = TS_TBL;
986 $f_testset_id = $testset_tbl .".". TS_ID; #TestSet.TestSetID
1047 $q = "DELETE FROM $testset_tbl WHERE $f_testset_id = '$testset_id'";
1092 $testset_tbl = TS_TBL;
[all …]
H A Dhtml_api.php330 $testset_tbl = TS_TBL;
448 …$q_testset_name = "SELECT $f_testset_name FROM $testset_tbl WHERE $f_testset_id = '$table_display_…
512 $testset_tbl = TS_TBL;
651 FROM $testset_tbl
663 $testset_tbl = TS_TBL;
670 FROM $testset_tbl
738 $testset_tbl = TS_TBL;
886 FROM $testset_tbl
898 $testset_tbl = TS_TBL;
905 FROM $testset_tbl
H A Dtestset_api.php80 $testset_tbl = TS_TBL;
81 $f_testset_name = $testset_tbl.".".TS_NAME;
82 $f_build_id = $testset_tbl.".".TS_BUILD_ID;
86 FROM $testset_tbl
588 $testset_tbl = TS_TBL;
617 FROM $testset_tbl
H A Dproject_api.php2425 $testset_tbl = TS_TBL;
2481 $q = " UPDATE $testset_tbl
2487 $q = " UPDATE $testset_tbl
/dports/devel/rth/rth/
H A Dresults_page.php372 $testset_tbl = TS_TBL; variable
388 …testset_lock_by, $db_testset_lock_date, $db_testset_lock_comment FROM $testset_tbl WHERE $db_tests…
394 …$q_orderby = "SELECT MAX($db_testset_orderby) FROM $testset_tbl WHERE $db_testset_build_id = '$s_p…