Home
last modified time | relevance | path

Searched refs:Context (Results 151 – 175 of 185) sorted by path

12345678

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContext.php29 final class Context class
H A DContextFactory.php22 * @see Context for more information.
37 * @see Context for more information on Contexts.
39 * @return Context
54 return new Context($namespace, []);
63 * @see Context for more information on Contexts.
65 * @return Context
110 return new Context($namespace, $useStatements);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php6 use SebastianBergmann\RecursionContext\Context; alias
153 $processed = new Context;
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php13 use SebastianBergmann\RecursionContext\Context; alias
52 * @param Context $context
55 public function shortenedRecursiveExport(&$data, Context $context = null)
61 $context = new Context;
246 $processed = new Context;
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php13 use SebastianBergmann\RecursionContext\Context; alias
36 if (!func_get_args()[1] instanceof Context) {
42 $processed = new Context;
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DLICENSE1 Recursion Context
H A DREADME.md1 # Recursion Context
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php17 final class Context class
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php27 $this->context = new Context();
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst200 Context-aware Filters
H A Drecipes.rst229 Accessing the parent Context in Nested Loops
/plugin/flowplayer/player/
H A DREADME.txt246 - A separator in the Context Menu made the callbacks in the following menu items out of order. Rela…
451 - Context menu now correctly handles menu items that are configured by their string labels only (no…
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md198 * Added: Context properties.
/plugin/indexmenu/
H A DCREDITS49 Context menu search function and great help in testing patches.
58 Context menu patch and other suggestions
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example2 * Right Context Menu local configuration -- RENAME THIS FILE TO contextmenu.local.js --
12 * Right Context Menu configuration for all users:
29 * Right Context Menu configuration for admin users:
39 * Right Context Menu configuration for authenticated users:
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js12258 var context = new Context(tryLocsList || []);
12559 function Context(tryLocsList) {
12637 Context.prototype = {
12638 constructor: Context,
H A Dpdf.js.map1Context","reset","stop","rootEntry","rootRecord","dispatchException","handle","hasCatch","hasFinal…
H A Dpdf.worker.js788 var context = new Context(tryLocsList || []);
1089 function Context(tryLocsList) {
1167 Context.prototype = {
1168 constructor: Context,
H A Dpdf.worker.js.map1Context","constructor","reset","name","stop","rootEntry","rootRecord","dispatchException","handle"…
/plugin/pdfjs/pdfjs/web/locale/csb/
H A Dviewer.properties108 # Context menu
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js2728 var context = new Context(tryLocsList || []);
3029 function Context(tryLocsList) {
3107 Context.prototype = {
3108 constructor: Context,
H A Dviewer.js.map1Context","constructor","reset","name","stop","rootEntry","rootRecord","dispatchException","handle"…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js6276 Firebug.browser = new Context(Env.browser);
8596 FBL.Context = function(win) class in FBL
8621 FBL.Context.prototype =
9400 var browserContext = new Context(browserWin);
9779 append(this, new Context(chrome.window)); // inherit from Context class
11269 Firebug.browser = Firebug.context = new Context(Env.browser);

12345678