Home
last modified time | relevance | path

Searched refs:context (Results 76 – 100 of 1053) sorted by relevance

12345678910>>...43

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRollbarHandler.php84 $context = $record['context'];
85 $context = array_merge($context, $record['extra'], [
92 if (isset($context['exception']) && $context['exception'] instanceof Throwable) {
93 $exception = $context['exception'];
94 unset($context['exception']);
101 $this->rollbarLogger->log($context['level'], $toLog, $context);
H A DPHPConsoleHandler.php186 …} elseif (isset($record['context']['exception']) && $record['context']['exception'] instanceof \Th…
200 if ($record['context']) {
201 …ils::jsonEncode($this->connector->getDumper()->dump(array_filter($record['context'])), null, true);
211 $this->connector->getErrorsDispatcher()->dispatchException($record['context']['exception']);
219 $context = $record['context'];
237 if (!empty($record['context'])) {
238 $context = & $record['context'];
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.control.php9 function get_min_width(&$context, $limit = 10E6) { argument
10 return $this->get_max_width($context, $limit);
13 function get_max_width(&$context, $limit = 10E6) { argument
15 GenericContainerBox::get_max_width($context, $limit) -
23 function reflow_static(&$parent, &$context) { argument
24 GenericFormattedBox::reflow($parent, $context);
27 $this->_calc_percentage_width($parent, $context);
28 $this->put_full_width($this->get_min_width($context, $parent->get_width()));
32 $this->maybe_line_break($parent, $context);
40 $this->reflow_content($context);
H A Dbox.table.php647 function get_min_width(&$context) { argument
683 function get_max_width(&$context) { argument
963 function reflow(&$parent, &$context) { argument
973 function reflow_absolute(&$context) { argument
996 $this->reflow_content($context);
1039 $parent->close_line($context);
1063 $this->reflow_content($context);
1068 $context->pop_collapsed_margin();
1069 $context->pop_collapsed_margin();
1079 $parent->close_line($context);
[all …]
H A Dbox.container.php605 function get_min_width(&$context) { argument
854 function fitFloats(&$context) { argument
866 function reflow_content(&$context) { argument
869 $this->close_line($context);
889 $child->reflow($this, $context);
956 $context->push_floats();
961 $this->reflow_content($context);
963 $context->pop_collapsed_margin();
967 $this->fitFloats($context);
970 $context->pop_floats();
[all …]
H A Dbox.frame.php11 function reflow(&$parent, &$context) { argument
24 $context->push_collapsed_margin(0);
25 $context->push_container_uid($this->uid);
27 $this->reflow_content($context);
29 $context->pop_collapsed_margin();
30 $context->pop_container_uid();
42 function reflow_absolute(&$context) { argument
80 $this->reflow_content($context);
85 $this->fitFloats($context);
290 $frame->reflow($this, $context);
[all …]
/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);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php108 public function create($tagLine, TypeContext $context = null) argument
110 if (! $context) {
111 $context = new TypeContext('');
122 return $this->createTag($tagBody, $tagName, $context);
189 * @param TypeContext $context
193 private function createTag($body, $name, TypeContext $context) argument
195 $handlerClassName = $this->findHandlerClassName($name, $context);
198 $this->getServiceLocatorWithDynamicParameters($context, $name, $body)
208 * @param TypeContext $context
212 private function findHandlerClassName($tagName, TypeContext $context) argument
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php186 * @param array $context
188 public function fatal($error, array $context = array()) argument
203 $this->logMessage('critical', $error, $context);
211 * @param array $context
213 public function success($string, array $context = array()) argument
215 $this->logMessage('success', $string, $context);
221 * @param array $context
223 protected function logMessage($level, $message, array $context = array()) argument
234 $message = $this->interpolate($message, $context);
239 * Interpolates context value
245 interpolate($message, array $context = array()) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php19 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool argument
21 return $this->isTooDeep($context);
27 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool argument
29 return $this->isTooDeep($context);
32 private function isTooDeep(Context $context): bool argument
34 $depth = $context->getDepth();
35 $metadataStack = $context->getMetadataStack();
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DGraphNavigator.php29 protected $context; variable in JMS\\Serializer\\GraphNavigator
39 public function initialize(VisitorInterface $visitor, Context $context): void argument
42 $this->context = $context;
45 $this->format = $context->getFormat();
46 $this->exclusionStrategy = $context->getExclusionStrategy();
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DParagraph.php
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php46 protected $context; variable in JMS\\Serializer\\GraphNavigator\\DeserializationGraphNavigator
142 $this->context->increaseDepth();
156 $rs = \call_user_func($handler, $this->visitor, $data, $type, $this->context);
157 $this->context->decreaseDepth();
174 $this->context->decreaseDepth();
179 $this->context->pushClassMetadata($metadata);
197 $this->context->pushPropertyMetadata($propertyMetadata);
200 $this->accessor->setValue($object, $v, $propertyMetadata, $this->context);
203 $this->context->popPropertyMetadata();
234 $this->context->decreaseDepth();
[all …]
/plugin/combo/ComboStrap/
H A DCardTag.php29 /** A card without context */
37 $context = null;
39 $context = $parent->getTagName();
40 if ($context === FragmentTag::FRAGMENT_TAG) {
43 $context = $parent->getTagName();
49 PluginUtility::CONTEXT => $context
203 $context = $data[PluginUtility::CONTEXT];
204 if ($context === MasonryTag::MASONRY_TAG) {
205 MasonryTag::addColIfBootstrap5AndCardColumns($renderer, $context);
225 $context
245 createCardBodyEnterCall($context = null) global() argument
[all...]
H A DButtonTag.php123 * The context give set if this is a button
125 * The context is checked in the `exit` state
126 * Default context: This is not a link button
128 $context = ButtonTag::MARKUP_LONG;
132 PluginUtility::CONTEXT => $context
143 $context = ButtonTag::MARKUP_LONG;
147 $context = syntax_plugin_combo_link::TAG;
150 $openingTag->setContext($context);
153 PluginUtility::CONTEXT => $context
168 * The context i
[all...]
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js157 var context = $('.social_share_privacy_area', this);
162 uri = uri(context);
175 var $container_fb = $('li.facebook', context);
208 var $container_tw = $('li.twitter', context);
236 var $container_gplus = $('li.gplus', context);
257 $('.help_info:not(.info_off)', context).live('mouseenter', function () {
262 $('.help_info', context).live('mouseleave', function () {
296 var $container_settings_info = $('li.settings_info', context);
365 $('li.facebook span.switch', context).click();
368 $('li.twitter span.switch', context).click();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEvent.php25 private $context; variable in JMS\\Serializer\\EventDispatcher\\Event
27 public function __construct(Context $context, array $type) argument
29 $this->context = $context;
35 return $this->context->getVisitor();
40 return $this->context;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js9612 this.context = context;
9688 this.context = context;
9732 context = this.context,
9972 this.context = context;
29319 context: context
31083 context: context, property in AnonymousFunctionf8d14cd12e500._active
31995 context: context
33032 if (context && context.element && context.point) {
38731 context: context
42579 var context = e.context,
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelConversionPing.php25 public $context; variable in Google\\Service\\YouTube\\ChannelConversionPing
34 public function setContext($context) argument
36 $this->context = $context;
43 return $this->context;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php46 $context = new SerializationContext();
47 $context->setSerializeNull(true);
52 ->will($this->returnValue($context));
66 $context = new DeserializationContext();
71 ->will($this->returnValue($context));
85 $context = new SerializationContext();
86 $context->setSerializeNull(true);
91 ->will($this->returnValue($context));
105 $context = new DeserializationContext();
110 ->will($this->returnValue($context));
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1context","prev","indent","popContext","startState","token","sol","align","indentation","eatSpace",…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php37 public function add(RequestContext $context, AddRequest $add): void;
44 public function compare(RequestContext $context, CompareRequest $compare): bool;
51 public function delete(RequestContext $context, DeleteRequest $delete): void;
58 public function extended(RequestContext $context, ExtendedRequest $extended): void;
65 public function modify(RequestContext $context, ModifyRequest $modify): void;
72 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void;
79 public function search(RequestContext $context, SearchRequest $search): Entries;
36 add(RequestContext $context, AddRequest $add) global() argument
43 compare(RequestContext $context, CompareRequest $compare) global() argument
50 delete(RequestContext $context, DeleteRequest $delete) global() argument
57 extended(RequestContext $context, ExtendedRequest $extended) global() argument
64 modify(RequestContext $context, ModifyRequest $modify) global() argument
71 modifyDn(RequestContext $context, ModifyDnRequest $modifyDn) global() argument
78 search(RequestContext $context, SearchRequest $search) global() argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php189 $this->context()->addErrorNode($this->createErrorNode($this->context(), $t));
228 $this->context()->addErrorNode($this->createErrorNode($this->context(), $t));
242 * upwards. When a rule exits, it returns the context but that gets garbage
344 $listener->enterEveryRule($this->context());
345 $this->context()->enterRule($listener);
359 $this->context()->exitRule($listener);
360 $listener->exitEveryRule($this->context());
526 $node = $this->context()
733 private function context() : ParserRuleContext global() function in Antlr\\Antlr4\\Runtime\\Parser
757 inContext(string $context) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriber.php36 $context = $event->getContext();
38 if ($context->getDepth() > 0) {
43 …$groups = $context->hasAttribute('validation_groups') ? $context->getAttribute('validation_groups'…
49 …$constraints = $context->hasAttribute('validation_constraints') ? $context->getAttribute('validati…

12345678910>>...43