Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 106) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClonedDependencyTest.php4 private static $dependency; variable in ClonedDependencyTest
8 self::$dependency = new StdClass;
13 return self::$dependency;
19 public function testTwo($dependency) argument
21 $this->assertSame(self::$dependency, $dependency);
27 public function testThree($dependency) argument
29 $this->assertSame(self::$dependency, $dependency);
35 public function testFour($dependency) argument
37 $this->assertNotSame(self::$dependency, $dependency);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.html.js5dependency('html','xml');Syntax.brushes.dependency('html','javascript');Syntax.brushes.dependency(…
/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php20 * * to add cache validity dependency such as requested page,
29 * The dependency value is the requested page path
88 const CANONICAL = "cache:dependency";
100 * In a general pattern, a dependency is a series of function that would output runtime data
145 * Rerender for now only the secondary slot if it has cache dependency
148 * @param string $dependency - a {@link MarkupCacheDependencies} ie
151 public static function reRenderSideSlotIfNeeded($pathAddedOrDeleted, string $dependency, string $event) argument
179 if ($cacheDependencies->hasDependency($dependency)) {
181 $message = "$link ($dependency) was met with the primary slot ($pathAddedOrDeleted).";
233 throw new ExceptionRuntimeInternal("The requested dependency valu
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7dependency to your project, simply add a dependency on `phpunit/php-text-template` to your project…
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7dependency to your project, simply add a dependency on `sebastian/resource-operations` to your pro…
/plugin/projects/plugins/target/
H A Dpdflatex.php23 protected function dependency($project, $file) { function in projects_plugin_pdflatex
25 $deps = $file->dependency();
42 foreach ($texfile->dependency() as $dep)
H A Dlink.php15 $deps = $file->dependency();
29 $deps = $file->dependency();
H A Dgcc.php27 protected function dependency($project, $file) { function in projects_plugin_gcc
28 $deps = $file->dependency();
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A DREADME.md9dependency to your project, simply add a dependency on `sebastian/global-state` to your project's …
/plugin/projects/plugins/file/
H A Dlatex_dependency.php22 private function dependency($content) { function in projects_plugin_latex_dependency
32 $deps = $source_file->dependency();
33 $uses = array_diff($this->dependency($source_file->content()),
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php50 foreach($dependencies as $dependency) {
51 if (isset($newTaskList[$dependency])) {
55 $oldTaskList[$dependency] = true;
/plugin/projects/syntax/
H A Duse.php130 if (is_array($error) && isset($error['dependency'])
131 && $error['dependency'] == $use) {
/plugin/projects/lib/
H A Dplugins.php11 protected function dependency($project, $file) { return $file->dependency(); } function in MakeRule
17 $deps = $this->dependency($project, $file);
H A Dproject_file.php15 $this->deps = $file->dependency();
19 public function dependency() { return $this->deps; } function in ProjectFile
35 $this->deps = $file->dependency();
42 && $this->deps == $file->dependency();
/plugin/combo/resources/snippet/js/
H A Dcache.js82 let dependency = result["dependency"];
83 if (typeof dependency !== 'undefined') {
84 dependencies = dependency.join(", ");
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md5 You can add this library as a local, per-project dependency to your project using [Composer](https:…
9 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2041 foreach ($this->dependencies as $dependency) {
2044 if (strpos($dependency, 'clone ') === 0) {
2046 $dependency = substr($dependency, strlen('clone '));
2049 $dependency = substr($dependency, strlen('!clone '));
2052 if (strpos($dependency, '::') === false) {
2053 $dependency = $className . '::' . $dependency;
2056 if (!isset($passedKeys[$dependency])) {
2063 $dependency
2073 if (isset($passed[$dependency])) {
2092 … $this->dependencyInput[$dependency] = $deepCopy->copy($passed[$dependency]['result']);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md9 You can add this library as a local, per-project dependency to your project using [Composer](https:…
13 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md9 You can add this library as a local, per-project dependency to your project using [Composer](https:…
13 …instance to run your project's test suite, then you should add it as a development-time dependency:
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js77 FCKScriptLoader.AddScript = function( scriptName, scriptBasePath, dependency, compatibility ) argument
82 Dependency : dependency || [],
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md15 You can add this library as a local, per-project dependency to your project using [Composer](https:…
19 …instance to run your project's test suite, then you should add it as a development-time dependency:

12345