Home
last modified time | relevance | path

Searched refs:context (Results 26 – 50 of 1053) sorted by relevance

12345678910>>...43

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php216 * @param \Handlebars\Context $context context object
223 public function helperIf($template, $context, $args, $source) argument
227 $tmp = $context->get($args);
238 $buffer = $template->render($context);
249 $args = $this->parseArgs($context, substr($name, 7));
261 $buffer = $template->render($context);
268 return $this->renderElse($template, $context);
272 return $this->renderElse($template, $context);
289 * @param \Handlebars\Context $context contex
296 helperEach($template, $context, $args, $source) global() argument
367 renderElse($template, $context) global() argument
391 helperUnless($template, $context, $args, $source) global() argument
418 helperWith($template, $context, $args, $source) global() argument
441 helperBindAttr($template, $context, $args, $source) global() argument
459 helperUpper($template, $context, $args, $source) global() argument
477 helperLower($template, $context, $args, $source) global() argument
495 helperCapitalize($template, $context, $args, $source) global() argument
513 helperCapitalizeWords($template, $context, $args, $source) global() argument
531 helperReverse($template, $context, $args, $source) global() argument
549 helperFormatDate($template, $context, $args, $source) global() argument
581 helperInflect($template, $context, $args, $source) global() argument
605 helperDefault($template, $context, $args, $source) global() argument
627 helperTruncate($template, $context, $args, $source) global() argument
653 helperRaw($template, $context, $args, $source) global() argument
674 helperRepeat($template, $context, $args, $source) global() argument
703 helperDefine($template, $context, $args, $source) global() argument
730 helperInvoke($template, $context, $args, $source) global() argument
784 parseArgs($context, $args) global() argument
[all...]
H A DTemplate.php4 * contain some utility method to get context and helpers
111 * @param mixed $context current context
116 public function render($context) argument
118 if (!$context instanceof Context) {
119 $context = new Context($context, [
142 $buffer .= $this->section($context, $current);
149 $buffer .= $this->inverted($context, $current);
157 $buffer .= $this->partial($context,
226 section(Context $context, $current) global() argument
297 inverted(Context $context, $current) global() argument
317 partial(Context $context, $current) global() argument
337 variables(Context $context, $current, $escaped) global() argument
[all...]
/plugin/codemirror/dist/modes/
H A Dsparql.min.js1context={prev:a.context,indent:a.indent,col:c,type:b}}function k(a){a.indent=a.context.indent;a.co… class in a
H A Dcypher.min.js1context={prev:a.context,indent:a.indent,col:c,type:b}};var f=function(a){a.indent=a.context.indent… class in a
H A Dturtle.min.js1context={prev:a.context,indent:a.indent,col:c,type:b}}function k(a){a.indent=a.context.indent;a.co… class in a
H A Dq.min.js1context={prev:a.context,indent:a.indent,col:c,type:b}}function m(a){a.indent=a.context.indent;a.co… class in a
H A Djsx.min.js1context.mode==f)return j(a,b,b.context);else return k(a,b,b.context)}function j(c,e,j){if(j.depth=…
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php41 protected $context; variable in FreeDSx\\Sasl\\Challenge\\DigestMD5Challenge
62 $this->context = new SaslContext();
63 $this->context->setIsServerMode($isServerMode);
73 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
74 if ($this->context->isServerMode()) {
79 $this->context->setResponse($response);
81 return $this->context;
96 if ($message->has('rspauth') && $this->context->get('verification') === null) {
99 if ($message->has('rspauth') && $message->get('rspauth') === $this->context->get('verification')) {
100 $this->context
[all...]
H A DCramMD5Challenge.php33 protected $context; variable in FreeDSx\\Sasl\\Challenge\\CramMD5Challenge
43 $this->context = new SaslContext();
44 $this->context->setIsServerMode($isServerMode);
52 $received = ($received === null) ? null : $this->encoder->decode($received, $this->context);
55 !$this->context->isServerMode() ? $this->context : $this->generateServerChallenge($options);
57 return $this->context;
60 if ($this->context->isServerMode()) {
66 return $this->context;
73 $this->context
[all...]
H A DAnonymousChallenge.php28 protected $context; variable in FreeDSx\\Sasl\\Challenge\\AnonymousChallenge
38 $this->context = new SaslContext();
39 $this->context->setIsServerMode($isServerMode);
47 if ($this->context->isServerMode()) {
53 return $this->context;
61 $received = $this->encoder->decode($received, $this->context);
63 $this->context->setIsComplete(true);
64 $this->context->setIsAuthenticated(true);
67 $this->context->set('trace', $received->get('trace'));
79 $this->context
[all...]
H A DPlainChallenge.php34 protected $context; variable in FreeDSx\\Sasl\\Challenge\\PlainChallenge
39 $this->context = new SaslContext();
40 $this->context->setIsServerMode($isServerMode);
48 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
50 if ($this->context->isServerMode()) {
60 return $this->context;
69 $this->context->setIsComplete(true);
70 $this->context->setIsAuthenticated((bool) $options['validate']($authzId, $authcId, $password));
72 return $this->context;
88 $this->context
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php52 public function __invoke($context = array()) argument
54 return $this->render($context);
64 public function render($context = array()) argument
67 $this->prepareContextStack($context)
78 * @param Mustache_Context $context
144 protected function prepareContextStack($context = null) argument
153 if (!empty($context)) {
154 $stack->push($context);
166 * @param Mustache_Context $context
170 protected function resolveValue($value, Mustache_Context $context) argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.php82 function reflow(&$parent, &$context) { argument
133 function reflow_absolute(&$context) { argument
143 $this->reflow_content($context);
148 $this->fitFloats($context);
163 function reflow_fixed(&$context) { argument
202 $this->reflow_content($context);
207 $this->fitFloats($context);
305 $parent->close_line($context);
329 $this->reflow_content($context);
332 $this->fitFloats($context);
[all …]
/plugin/sqlite/
H A DFunctions.php40 * @param null|array &$context (reference) argument where processed data can be stored
45 public static function groupConcatStep(&$context, $rownumber, $string, $separator = ',')
47 if (is_null($context)) {
48 $context = [
54 $context['data'][] = $string;
55 return $context;
63 * @param null|array &$context (reference) data as collected in step callback
67 public static function groupConcatFinalize(&$context, $rownumber)
69 if (!is_array($context)) {
72 $context['dat
46 GroupConcatStep(& $context, $rownumber, $string, $separator = ',') global() argument
68 GroupConcatFinalize(& $context, $rownumber) global() argument
151 resolvePage($page, $context) global() argument
[all...]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css89 .dmn-decision-table-container .context-menu .context-menu-container {
93 .dmn-decision-table-container .context-menu .context-menu-flex {
98 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry {
112 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry.disabled {
117 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-…
124 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-…
138 .dmn-decision-table-container .context-menu .context-menu-container.input-edit,
139 .dmn-decision-table-container .context-menu .context-menu-container.output-edit {
179 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-…
183 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-…
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dfunctionextensions.js9 var context, oldprop, s = [], i=1, aL = arguments.length; variable
10 if (arguments.length == 0) context = window;
11 else context = arguments[0];
12 oldprop = context.______________tmp______________;
13 context.______________tmp______________ = this;
16 context.______________tmp______________ = oldprop;
28 if (arguments.length == 0) context = window;
29 else context = arguments[0];
30 oldprop = context.______________tmp______________;
31 context.______________tmp______________ = this;
[all …]
/plugin/indexmenu2/cms/extensions/
H A Dfunctionextensions.js7context,oldprop,s=[],i=1,aL=arguments.length;if(arguments.length==0)context=window;else context=ar… variable
/plugin/oauth/
H A DException.php13 protected $context = []; variable in dokuwiki\\plugin\\oauth\\Exception
17 * @param array $context
21 public function __construct($message = "", $context = [], $code = 0, \Throwable $previous = null) argument
24 $this->context = $context;
28 * Get the translation context
34 return $this->context;
38 * Set the translation context
40 * @param array $context
42 public function setContext(array $context) argument
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php73 public function wrap(string $data, SaslContext $context): string argument
75 $qop = $context->get('qop');
78 $wrapped = $this->encrypt($data, $context);
80 $wrapped = $this->sign($data, $context);
84 $this->validateBufferLength($wrapped, $context);
85 $context->set('seqnumsnt', $context->get('seqnumsnt') + 1);
93 public function unwrap(string $data, SaslContext $context): string argument
95 $qop = $context->get('qop');
96 $this->validateBufferLength($data, $context);
113 decrypt(string $data, SaslContext $context) global() argument
172 encrypt(string $data, SaslContext $context) global() argument
237 sign(string $message, SaslContext $context) global() argument
252 verify(string $data, SaslContext $context) global() argument
389 validateBufferLength(string $data, SaslContext $context) global() argument
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php287 * @param mixed[] $context The log context
307 'context' => $context,
489 * @param mixed[] $context The log context
510 * @param mixed[] $context The log context
523 * @param mixed[] $context The log context
536 * @param mixed[] $context The log context
549 * @param mixed[] $context The log context
562 * @param mixed[] $context The log context
575 * @param mixed[] $context The log context
588 * @param mixed[] $context The log context
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php18 $context = SerializationContext::create();
27 ->with($metadata, $context)
48 ->with($metadata, $context)
53 ->with($metadata, $context)
71 ->with($metadata, $context)
76 ->with($metadata, $context)
94 ->with($metadata, $context)
115 ->with($metadata, $context)
120 ->with($metadata, $context)
138 ->with($metadata, $context)
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php47 $context = $recognizer->getContext();
49 while ($context !== null) {
50 if (!$context instanceof ParserRuleContext) {
51 throw new \RuntimeException('Unexpected context type.');
54 $context->exception = $e;
55 $context = $context->getParent();
71 for ($context = $recognizer->getContext(); $context; $context
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php92 * @param string $context
96 public static function semanticalErrorConstants($identifier, $context = null) argument
101 $context ? ', ' . $context : ''
112 * @param string $context
124 $context,
137 * @param string $context
142 public static function requiredError($attributeName, $annotationName, $context, $expected) argument
148 $context,
160 * @param string $context
166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv… argument
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php60 * @param ClientProtocolContext $context
72 public function handleRequest(ClientProtocolContext $context): ?LdapMessageResponse
75 $request = $context->getRequest();
76 $this->controls = $context->getControls();
80 $mech = $this->selectSaslMech($request, $context);
82 $queue = $context->getQueue();
83 $message = $context->messageToSend();
105 $this->checkDowngradeAttempt($context);
113 * @param ClientProtocolContext $context
125 protected function selectSaslMech(SaslBindRequest $request, ClientProtocolContext $context)
54 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...]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php81 * @param Context $context
89 public function resolve($type, Context $context = null) argument
102 if ($context === null) {
103 $context = new Context('');
114 return $this->resolveTypedArray($type, $context);
231 * @param Context $context
235 private function resolveTypedArray($type, Context $context) argument
258 * @param Context|null $context
271 * @param Context $context
280 $types[] = $this->resolve($part, $context);
[all …]

12345678910>>...43