/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | ClonedDependencyTest.php | 4 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 D | jquery.syntax.brush.html.js | 5 …dependency('html','xml');Syntax.brushes.dependency('html','javascript');Syntax.brushes.dependency(…
|
/plugin/combo/ComboStrap/ |
H A D | MarkupCacheDependencies.php | 20 * * 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 D | README.md | 7 …dependency to your project, simply add a dependency on `phpunit/php-text-template` to your project…
|
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/ |
H A D | README.md | 7 …dependency to your project, simply add a dependency on `sebastian/resource-operations` to your pro…
|
/plugin/projects/plugins/target/ |
H A D | pdflatex.php | 23 protected function dependency($project, $file) { function in projects_plugin_pdflatex 25 $deps = $file->dependency(); 42 foreach ($texfile->dependency() as $dep)
|
H A D | link.php | 15 $deps = $file->dependency(); 29 $deps = $file->dependency();
|
H A D | gcc.php | 27 protected function dependency($project, $file) { function in projects_plugin_gcc 28 $deps = $file->dependency();
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/ |
H A D | README.md | 9 …dependency to your project, simply add a dependency on `sebastian/global-state` to your project's …
|
/plugin/projects/plugins/file/ |
H A D | latex_dependency.php | 22 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 D | build.php | 50 foreach($dependencies as $dependency) { 51 if (isset($newTaskList[$dependency])) { 55 $oldTaskList[$dependency] = true;
|
/plugin/projects/syntax/ |
H A D | use.php | 130 if (is_array($error) && isset($error['dependency']) 131 && $error['dependency'] == $use) {
|
/plugin/projects/lib/ |
H A D | plugins.php | 11 protected function dependency($project, $file) { return $file->dependency(); } function in MakeRule 17 $deps = $this->dependency($project, $file);
|
H A D | project_file.php | 15 $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 D | cache.js | 82 let dependency = result["dependency"]; 83 if (typeof dependency !== 'undefined') { 84 dependencies = dependency.join(", ");
|
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/ |
H A D | README.md | 7 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 D | README.md | 5 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 D | TestCase.php | 2041 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 D | README.md | 7 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 D | README.md | 7 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 D | README.md | 7 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 D | README.md | 9 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 D | README.md | 9 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 D | fckscriptloader.js | 77 FCKScriptLoader.AddScript = function( scriptName, scriptBasePath, dependency, compatibility ) argument 82 Dependency : dependency || [],
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ |
H A D | README.md | 15 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:
|