Home
last modified time | relevance | path

Searched refs:deps (Results 26 – 29 of 29) sorted by path

12

/plugin/projects/plugins/target/
H A Dpdflatex.php25 $deps = $file->dependency();
26 if (!is_array($deps)) $deps = array();
27 if (!in_array($tex, $deps))
28 $deps[] = $tex;
29 return $deps;
H A Dplot.php41 $deps = $file->dependency();
42 if (!in_array($source->name(), $deps)) $deps[] = $source->name();
43 $this->deps = $deps;
/plugin/rrdgraph/
H A Daction.php37 $deps = array();
39 … if (!function_exists("imagecreatetruecolor")) array_push($deps, $this->getLang('gd_missing'));
40 if (!function_exists("rrd_graph")) array_push($deps, $this->getLang('rrd_missing'));
42 return $deps;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs24400 newsheetref = get_unique_msgid({ deps: [1], location: deps[sheetref].location, type: 2 }, deps);
24406 if (deps[1].location == deps[newsheetref].location)
24423 …tiaref = get_unique_msgid({ deps: [newsheetref], location: deps[drawables[0]].location, type: deps
24476 …tmaref = get_unique_msgid({ deps: [tiaref], location: deps[oldtmaref].location, type: deps[oldtmar…
24482 if (deps[tiaref].location == deps[tmaref].location)
24561 …var newref = get_unique_msgid({ deps: [tmaref], location: deps[oldref].location, type: deps[oldref…
24567 if (deps[oldref].location == deps[tmaref].location)
24571 if (deps[newref].location == deps[oldref].location)
24624 …var newref = get_unique_msgid({ deps: [tmaref], location: deps[oldref].location, type: deps[oldref…
25227 var deps = {}; variable
[all …]

12