Searched refs:has_extension (Results 1 – 9 of 9) sorted by relevance
/plugin/projects/plugins/target/ |
H A D | link.php | 18 if (has_extension($dep, ".o")) continue; 19 if (has_extension($dep, ".a")) continue; 32 if (has_extension($name, ".a"))
|
H A D | pdflatex.php | 15 if (!has_extension($file->name(), ".pdf")) return false; 43 if (has_extension($dep, ".bib")) {
|
H A D | gcc.php | 16 if (!has_extension($name, ".o")) return false;
|
H A D | plot.php | 19 if (!has_extension($file->name(), '.png')) return false;
|
/plugin/projects/plugins/file/ |
H A D | latex_dependency.php | 16 return has_extension($file->name(), ".tex"); 54 if (has_extension($match, $file_extension))
|
H A D | plot_dependency.php | 16 return has_extension($file->name(), ".plot");
|
/plugin/projects/lib/ |
H A D | plugins.php | 49 if (!has_extension($file, '.php')) continue;
|
H A D | tools.php | 44 function has_extension($name, $ext) { function
|
H A D | project.php | 324 !has_extension($file, '.txt')) continue;
|