Home
last modified time | relevance | path

Searched refs:context (Results 426 – 450 of 1053) sorted by relevance

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

/plugin/combo/ComboStrap/
H A DTemplateEngine.php190 function ($template, $context, $args, $source) {
200 function ($template, $context, $args, $source) {
208 function ($template, Context $context, $args, $source) {
220 function ($template, Context $context, $args, $source) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php175 $context = $stream->getStreamContext()
190 ->isEqualTo($context)
219 $context = $stream->getStreamContext(),
303 $context = LUT\Context::getInstance($contextName),
309 ->isIdenticalTo($context);
771 protected function &_open($streamName, LUT\Context $context = null) argument
773 if (null === $context) {
776 $out = fopen($streamName, 'rb', false, $context->getContext());
/plugin/codemirror/dist/modes/
H A Dhaxe.min.js1context){A.marked="def";if(D(a,b.localVars))return;b.localVars={name:a,next:b.localVars}}else if(b… class in A.state
H A Dsoy.min.js.map1context","scope","variables","previousContext","ref","loose","Context","this","kind","expression",…
H A Dgroovy.min.js.map1context","popContext","startState","basecolumn","indentUnit","startOfLine","token","ctx","sol","in…
H A Dvhdl.min.js.map1context","popContext","t","startState","basecolumn","startOfLine","token","ctx","sol","indentation…
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php100 $context = array(
111 $this->getLogger()->warning('Crazy context data', $context);
/plugin/confmanager/
H A Djquery.form.js168 var context = options.context || this ; // jQuery 1.4+ supports scope context
170 callbacks[i].apply(context, [data, status, xhr || $form, $form]);
313 s.context = s.context || s;
352 s.error.call(s.context, xhr, e, status);
356 s.complete.call(s.context, xhr, e);
369 if (s.beforeSend && s.beforeSend.call(s.context, xhr, s) === false) {
629 s.success.call(s.context, data, 'success', xhr);
638 s.error.call(s.context, xhr, status, errMsg);
652 s.complete.call(s.context, xhr, status);
730 var o = { s: this.selector, c: this.context };
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/mdpage/
H A Dsyntax.php112 $context = [
117 $result = Markdown::parseWithRenderer($renderer, $match, $data, $context);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php108 $context = array(
120 $this->getLogger()->warning('Crazy context data', $context);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}'),
58 LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
59 LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
60 LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
61 LogLevel::WARNING => array(LogLevel::WARNING, 'message of level warning with context: {user}'),
62 LogLevel::NOTICE => array(LogLevel::NOTICE, 'message of level notice with context: {user}'),
63 LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'),
64 LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context
[all...]
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}'),
58 LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
59 LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
60 LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
61 LogLevel::WARNING => array(LogLevel::WARNING, 'message of level warning with context: {user}'),
62 LogLevel::NOTICE => array(LogLevel::NOTICE, 'message of level notice with context: {user}'),
63 LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'),
64 LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php25 * parser context when making predictions. This is the fastest prediction
47 * context to be used for resolving SLL conflicts that occur during
168 * rule (local context) or end of start rule (full context). If all
204 * rule (local context) or end of start rule (full context).
225 * rule (local context) or end of start rule (full context).
258 * identical {@see ATNConfig::state()} and {@see ATNConfig::context()} values
293 * no configuration contains a semantic context durin
[all...]
/plugin/combo/syntax/
H A Dlink.php512 $context = $data[PluginUtility::CONTEXT];
513 switch ($context) {
731 $context = "";
734 $context = $parent->getTagName();
735 if ($context === ButtonTag::MARKUP_LONG) {
748 $context
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php108 $context = stream_context_create($options);
112 $context);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php47 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
54 $this->handler->serializeDateTime($visitor, $datetime, $type, $context);
/plugin/dtable/
H A Dstyle.css1 /* Generic context menu styles */
45 You can add icons to the context menu by adding
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php97 $context = $siginfo ?? [];
98 $this->logger->log($level, sprintf('Program received signal %s', $signal), $context);
H A DErrorHandler.php211 * @param mixed[] $context
213 …ndleError(int $code, string $message, string $file = '', int $line = 0, ?array $context = []): bool argument
232 return (bool) ($this->previousErrorHandler)($code, $message, $file, $line, $context);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Devents.js102 var context = {};
107 assert.strictEqual(this, context, 'defaults `context` to `callback` param');
109 }, context).trigger('a');
113 assert.strictEqual(this, context, 'will not override explicit `context` param');
115 }, this, context).trigger('a');
605 var context = {};
610 assert.strictEqual(this, context, 'defaults `context` to `callback` param');
612 }, context).trigger('a');
617 var context = {};
619 obj.once('event', function(){ assert.ok(false); }, context);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php375 * @param array $context An array of parameters to pass to the template
383 public function render($name, array $context = []) argument
385 return $this->load($name)->render($context);
392 * @param array $context An array of parameters to pass to the template
398 public function display($name, array $context = []) argument
400 $this->load($name)->display($context);
1437 * @param array $context An array representing the context
1441 public function mergeGlobals(array $context) argument
1446 if (!\array_key_exists($key, $context)) {
1447 $context[$key] = $value;
[all …]
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php74 $context = ExecutionContext::getActualOrCreateFromEnv();
77 $executionCachedStores = &$context->getRuntimeObject(MetadataDokuWikiStore::class);
80 $context->setRuntimeObject(MetadataDokuWikiStore::class, $executionCachedStores);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md112 public function __construct($context) {}
128 $context = new \phpDocumentor\Reflection\Types\Context(
134 Or by using the `\phpDocumentor\Reflection\Types\ContextFactory` to instantiate a new context based…
140 $context = $contextFactory->createFromReflector(new ReflectionMethod('\My\Example\Classy', '__const…
147 $context = $contextFactory->createForNamespace('\My\Example', file_get_contents('My/Example/Classy.…
159 $type = $typeResolver->resolve('Types\Context', $context);
177 $type = $fqsenResolver->resolve('Classy::otherFunction()', $context);
/plugin/scrape/HTMLPurifier/
H A DPrinter.php

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