Home
last modified time | relevance | path

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

12345678

/plugin/slacknotifier/
H A Daction.php16 use dokuwiki\plugin\slacknotifier\helper\Context;
118 $formatted = $formatter->format($event, new Context());
14 use dokuwiki\plugin\slacknotifier\helper\Context; global() alias
/plugin/slacknotifier/helper/
H A DContext.php8 * Context of the edit.
14 class Context class
H A DFormatter.php17 public function format(PageSaveEvent $event, Context $context): array
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … Regex scope to apply: 'default' or 'class'.\n * @param {Object} context Context object to use for…
/plugin/tindexmenu/
H A DCREDITS49 Context menu search function and great help in testing patches.
58 Context menu patch and other suggestions
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1499 }Firebug.browser=new Context(Env.browser);
2061 FBL.Context=function(win){this.window=win.window; class in FBL
2068 FBL.Context.prototype={browser:null,loaded:true,setTimeout:function(fn,delay){var win=this.window;
2270 var browserContext=new Context(browserWin);
2377 append(this,new Context(chrome.window));
2776 Firebug.browser=Firebug.context=new Context(Env.browser);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md204 * Added: Context properties.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js74564 …var context = new Context(tryLocsList || []); // The ._invoke method unifies the implementations o…
74950 function Context(tryLocsList) {
75037 Context.prototype = {
75038 constructor: Context,
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1Context","_trace","CapturedTrace","peekContext","lastIndex","_promiseCreated","_pushContext","_pop…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js670 function Context() { class in module.exports
673 Context.prototype._pushContext = function () { class
680 Context.prototype._popContext = function () {
701 Context.CapturedTrace = null;
702 Context.create = createContext;
727 return Context;
732 module.exports = function(Promise, Context) {
872 Context.activateLongStackTraces();
1470 Context.CapturedTrace = CapturedTrace;
2750 var Context = _dereq_("./context")(Promise);
[all …]

12345678