Home
last modified time | relevance | path

Searched defs:context (Results 326 – 350 of 424) sorted by path

1...<<11121314151617

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php234 public function render($template, $context = array())
823 private function log($level, $message, array $context = array())
H A DLambdaHelper.php22 private $context; variable in Mustache_LambdaHelper
32 … public function __construct(Mustache_Engine $mustache, Mustache_Context $context, $delims = null)
H A DLogger.php49 public function emergency($message, array $context = array());
60 public function alert($message, array $context = array());
70 public function critical($message, array $context = array());
79 public function error($message, array $context = array());
90 public function warning($message, array $context = array());
98 public function notice($message, array $context = array());
108 public function info($message, array $context = array());
116 public function debug($message, array $context = array());
125 public function log($level, $message, array $context = array());
H A DTemplate.php52 public function __invoke($context = array())
64 public function render($context = array())
83 abstract public function renderInternal(Mustache_Context $context, $indent = '');
144 protected function prepareContextStack($context = null)
170 protected function resolveValue($value, Mustache_Context $context)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DAbstractLogger.php29 public function emergency($message, array $context = array())
43 public function alert($message, array $context = array())
56 public function critical($message, array $context = array())
68 public function error($message, array $context = array())
82 public function warning($message, array $context = array())
93 public function notice($message, array $context = array())
106 public function info($message, array $context = array())
117 public function debug($message, array $context = array())
H A DStreamLogger.php100 public function log($level, $message, array $context = array())
121 protected function writeLog($level, $message, array $context = array())
162 protected static function formatLine($level, $message, array $context = array())
179 protected static function interpolateMessage($message, array $context = array())
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1209 context = { class in newContext
1672 var context, config, variable
1788 req.load = function (context, moduleName, url) { argument
/plugin/jquery/
H A Djquery-1.4.2.js19 var jQuery = function( selector, context ) { argument
2647 var Sizzle = function(selector, context, results, seed) { argument
2790 Sizzle.find = function(expr, context, isXML){ argument
3453 Expr.find.ID = function(match, context, isXML){ argument
3480 Expr.find.TAG = function(match, context){ argument
3564 Expr.find.CLASS = function(match, context, isXML) { argument
3655 var posProcess = function(selector, context){ argument
3771 closest: function( selectors, context ) { argument
3831 add: function( selector, context ) { argument
4414 clean: function( elems, context, fragment, scripts ) { argument
/plugin/loglog/helper/
H A Dmain.php82 public function getNotificationString($context, $key)
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdown.php14 $context
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php14 public function __construct($renderer, $data, $context) {
H A DMarkdownExtra.php14 public function __construct($renderer, $data, $context) {
H A DTraditional.php14 public function __construct($renderer, $data, $context) {
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php27 protected $context = []; variable in cebe\\markdown\\Parser
/plugin/mermaid/
H A Dmermaid.min.js1574 `),xt=0;xt<At.length;xt++){var Mt=At[xt],Dt=tt.measureText(Mt),Bt=Math.ceil(Dt.width),Zt=z;ut=Math.max(Bt,ut),dt+=Zt}return ut+=O,dt+=O,A[T]={width:ut,height:dt}},kp.calculateLabel global() property in AnonymousFunction3478d9c71d1000.g
[all...]
/plugin/metaeditor/
H A Djstree.js5472 $.vakata.context = { class in $.vakata
/plugin/oauth/
H A DException.php13 protected $context = []; variable in dokuwiki\\plugin\\oauth\\Exception
21 public function __construct($message = "", $context = [], $code = 0, \Throwable $previous = null) argument
42 public function setContext(array $context) argument
[all...]
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59 …aseLayer:true,initialize:function(name,url,params,options){var newArguments=[];params=OpenLayers.U…
/plugin/pagestat/
H A Dscript.js1705 function pg_show_wordlist(context){ argument
1999 function syntax_BK_init(context) { argument
2051 function init_ui(context){ argument
/plugin/processing/
H A Dscript.js1023 context: undef, property in p.externals
/plugin/projects/
H A Dcodemirror-compressed.js1 …(Ct,e)}function an(e,t){Wt=!0;var n=t-e.height;for(var r=e;r;r=r.parent)r.height+=n}function fn(e)… function
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php319 public static function context(int $tagNumber, AbstractType $type) global() function in FreeDSx\\Asn1\\Asn1
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php43 handleRequest(ClientProtocolContext $context) global() argument
H A DClientExtendedOperationHandler.php38 handleRequest(ClientProtocolContext $context) global() argument
H A DClientSaslBindHandler.php54 handleRequest(ClientProtocolContext $context) global() argument
92 selectSaslMech(SaslBindRequest $request, ClientProtocolContext $context) global() argument
153 isChallengeComplete(SaslContext $context, BindResponse $response) global() argument
166 checkDowngradeAttempt(ClientProtocolContext $context) global() argument
[all...]

1...<<11121314151617