Home
last modified time | relevance | path

Searched refs:context (Results 426 – 450 of 1053) sorted by last modified time

1...<<11121314151617181920>>...43

/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php26 * @param mixed[] $context
39 * @param mixed[] $context
43 public function alert($message, array $context = array()); argument
51 * @param mixed[] $context
62 * @param mixed[] $context
66 public function error($message, array $context = array()); argument
75 * @param mixed[] $context
85 * @param mixed[] $context
97 * @param mixed[] $context
107 * @param mixed[] $context
[all …]
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php14 public function __construct($renderer, $data, $context) { argument
17 $this->rendererContext = $context;
H A DMarkdownExtra.php14 public function __construct($renderer, $data, $context) { argument
17 $this->rendererContext = $context;
H A DTraditional.php14 public function __construct($renderer, $data, $context) { argument
17 $this->rendererContext = $context;
/plugin/mdpage/
H A Dsyntax.php112 $context = [
117 $result = Markdown::parseWithRenderer($renderer, $match, $data, $context);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdown.php14 $context argument
16 switch ($context['flavor']) {
18 $parser = new Markdown\GitHubFlavored($renderer, $data, $context);
21 $parser = new Markdown\MarkdownExtra($renderer, $data, $context);
24 $parser = new Markdown\Traditional($renderer, $data, $context);
/plugin/structsection/
H A Dyarn.lock241 "@webassemblyjs/helper-module-context" "1.9.1"
272 "@webassemblyjs/helper-module-context@1.9.1":
274 …d "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.1…
2825 "@webassemblyjs/helper-module-context" "1.9.1"
/plugin/groupmail/
H A DLICENSE129 "Major Component", in this context, means a major essential component
/plugin/showinitpage/
H A Dgpl-3.0.md135 "Major Component", in this context, means a major essential component
/plugin/loglog/helper/
H A Dmain.php78 * @param string $context
82 public function getNotificationString($context, $key) argument
95 return isset($stringRepo[$context][$key]) ? $stringRepo[$context][$key] : '';
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js1675 context: this.version.flash,
1758 context:status.src,
2057 context: "{supplied:'" + this.options.supplied + "'}",
2360 context: ancestor,
2409 context: this.css.cs[fn],
2417 context: fn,
2425 context: cssSel,
2533 context: key,
3354 _urlNotSetError: function(context) { argument
3357 context: context,
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js2context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pu…
4context:!0}},ajaxSetup:function(a,b){return b?Nc(Nc(a,m.ajaxSettings),b):Nc(m.ajaxSettings,a)},aja…
H A Dpopcorn.js394 Popcorn.forEach = function( obj, fn, context ) { argument
400 context = context || this;
406 return obj.forEach( fn, context );
411 fn.call( context, obj[ key ], key, obj );
418 fn.call( context, obj[ key ], key, obj );
2339 find: function( selector, context ) { argument
2343 context = context || document;
2362 node = context.querySelector( selector );
H A Dpopcorn.subtitle.js6 createDefaultContainer = function( context, id ) { argument
8 var ctxContainer = context.container = document.createElement( "div" ),
10 media = context.media;
13 var position = context.position();
32 context.media.parentNode.appendChild( ctxContainer );
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DAbstractCache.php52 * @param array $context The log context
54 protected function log($level, $message, array $context = array()) argument
57 $this->logger->log($level, $message, $context);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLambdaHelper.php22 private $context; variable in Mustache_LambdaHelper
29 * @param Mustache_Context $context Rendering context
32 … public function __construct(Mustache_Engine $mustache, Mustache_Context $context, $delims = null) argument
35 $this->context = $context;
50 ->renderInternal($this->context);
74 return new self($this->mustache, $this->context, $delims);
H A DLogger.php47 * @param array $context
58 * @param array $context
60 public function alert($message, array $context = array()); argument
68 * @param array $context
77 * @param array $context
88 * @param array $context
96 * @param array $context
106 * @param array $context
108 public function info($message, array $context = array()); argument
114 * @param array $context
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php98 * @param array $context
100 public function log($level, $message, array $context = array()) argument
107 $this->writeLog($level, $message, $context);
119 * @param array $context The log context
121 protected function writeLog($level, $message, array $context = array()) argument
136 fwrite($this->stream, self::formatLine($level, $message, $context));
158 * @param array $context The log context
162 protected static function formatLine($level, $message, array $context = array()) argument
167 self::interpolateMessage($message, $context)
175 * @param array $context
[all …]
H A DAbstractLogger.php27 * @param array $context
41 * @param array $context
43 public function alert($message, array $context = array()) argument
54 * @param array $context
66 * @param array $context
68 public function error($message, array $context = array()) argument
80 * @param array $context
91 * @param array $context
104 * @param array $context
106 public function info($message, array $context = array()) argument
[all …]
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js1675 context: this.version.flash,
1758 context:status.src,
2057 context: "{supplied:'" + this.options.supplied + "'}",
2360 context: ancestor,
2409 context: this.css.cs[fn],
2417 context: fn,
2425 context: cssSel,
2533 context: key,
3354 _urlNotSetError: function(context) { argument
3357 context: context,
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.gpl-30.txt129 "Major Component", in this context, means a major essential component
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js377 context.require([id]);
1209 context = { class in newContext
1651 context.require = context.makeRequire();
1652 return context;
1672 var context, config, variable
1689 if (config && config.context) {
1694 if (!context) {
1699 context.configure(config);
1789 var config = (context && context.config) || {},
1941 var node, context;
[all …]
/plugin/jplayer/components/
H A Drequire-built.js1209 context = { class in newContext
1651 context.require = context.makeRequire();
1652 return context;
1694 if (!context) {
1789 var config = (context && context.config) || {},
1941 var node, context;
4405 context: ancestor,
4462 context: fn,
4470 context: cssSel,
4578 context: key,
[all …]
H A Drequire.js377 context.require([id]);
1209 context = { class in newContext
1651 context.require = context.makeRequire();
1652 return context;
1672 var context, config, variable
1689 if (config && config.context) {
1694 if (!context) {
1699 context.configure(config);
1789 var config = (context && context.config) || {},
1941 var node, context;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3240 this.context = sharedContext != null ? sharedContext : sharedContext = new AudioContext;
3241 this.deviceSampleRate = this.context.sampleRate;
3247 this.node = this.context[createProcessor](4096, this.channels, this.channels);
3249 this.node.connect(this.context.destination);
3277 return this.context.currentTime * this.sampleRate;
3290 function Filter(context, key) { argument
3291 if (context && key) {
3294 return context[key];

1...<<11121314151617181920>>...43