Home
last modified time | relevance | path

Searched refs:context (Results 151 – 175 of 1053) sorted by relevance

12345678910>>...43

/plugin/webdav/core/
H A DUtils.php208 * @param array $context
212 public static function interpolate($message, array $context = []) argument
216 foreach ($context as $key => $val) {
234 * @param array $context
236 public static function log($level, $message, $context = []) argument
245 'message' => self::interpolate($message, $context),
248 if (isset($context['exception'])) {
249 self::log('error', $context['exception']->getMessage());
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DSetExtHeadingParser.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php131 protected $context; variable in phpseclib3\\Crypt\\EC
330 … return $this->curve instanceof Ed25519 && self::$engines['libsodium'] && !isset($this->context) ?
413 * @param string $context optional
415 public function withContext($context = null) argument
422 if (!isset($context)) {
423 $new->context = null;
426 if (!is_string($context)) {
429 if (strlen($context) > 255) {
432 $new->context = $context;
443 return $this->context;
/plugin/combo/ComboStrap/
H A DTabsTag.php15 * The code is using the context to manage this cases
31 * A tabs with this context will render the `ul` HTML tags
34 public const NAVIGATION_CONTEXT = "navigation-context";
268 $context = null;
271 * Add the context to the opening and ending tag
273 $context = $firstChild->getTagName();
274 $openingTag->setContext($context);
278 if ($context == PanelTag::PANEL_LOGICAL_MARKUP) {
365 PluginUtility::CONTEXT => $context,
372 $context
[all...]
/plugin/codemirror/dist/modes/
H A Dxml.min.js1context;this.tagName=b;this.indent=a.indented;this.startOfLine=c;if(g.doNotIndent.hasOwnProperty(b… property in AnonymousFunctiona693641a0200.b
H A Druby.min.js1context.type==="read-quoted-paused"){f.context=f.context.prev;e.eat("}")}while((h=e.next())!=null)… class in f
H A Dgroovy.min.js1context=new n(a.indented,b,c,null,a.context)}function p(a){var b=a.context.type;if(b==")"||b=="]"|…
H A Dsql.min.js1context={prev:b.context,indent:a.indentation(),col:a.column(),type:c}}function v(a){a.indent=a.con… class in b
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php28 function get_min_width(&$context) { argument
52 $min_width = $this->get_min_nowrap_width($context);
70 $this->content[$start_index]->get_min_width($context);
263 function reflow(&$parent, &$context) { argument
264 GenericFormattedBox::reflow($parent, $context);
300 $context->push();
301 $context->push_container_uid($this->uid);
304 $this->reflow_content($context);
310 $float_bottom = $context->float_bottom();
317 $context->pop_container_uid();
[all …]
H A Dbox.whitespace.php45 function get_min_width(&$context) { argument
49 function get_max_width(&$context) { argument
62 function reflow(&$parent, &$context) { argument
76 } elseif ($this->maybe_line_break($parent, $context)) {
81 parent::reflow($parent, $context);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CryptoDeterministicConfig.php32 public function setContext(GooglePrivacyDlpV2FieldId $context) argument
34 $this->context = $context;
41 return $this->context;
H A DGooglePrivacyDlpV2DateShiftConfig.php38 public function setContext(GooglePrivacyDlpV2FieldId $context) argument
40 $this->context = $context;
47 return $this->context;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py43 def __init__(self, context=None): argument
49 self.context = context
50 self.request = FCKeditorRequest(context)
54 self.zopeRootContext = self.context.getPhysicalRoot()
68 self.context.REQUEST.RESPONSE.setHeader(key, value)
159 def __init__(self, context=None): argument
160 r = context.REQUEST
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearch.php26 public $context; variable in Google\\Service\\CustomSearchAPI\\Search
47 public function setContext($context) argument
49 $this->context = $context;
56 return $this->context;
/plugin/autotweet2/
H A Daction.php147 $context = array(
158 $context['http']['content'] = http_build_query( $params_a ) ;
165 curl_setopt( $this->curl, CURLOPT_CUSTOMREQUEST, $context['http']['method'] ) ; // Method
168 curl_setopt( $this->curl, CURLOPT_HTTPHEADER, $context['http']['header'] ) ; // Header
169 if( isset( $context['http']['content'] ) && !empty( $context['http']['content'] ) ) {
170 … curl_setopt( $this->curl, CURLOPT_POSTFIELDS, $context['http']['content'] ) ; // Request body
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DErrorEvent.php38 public function setContext(ErrorContext $context) argument
40 $this->context = $context;
47 return $this->context;
H A DReportedErrorEvent.php38 public function setContext(ErrorContext $context) argument
40 $this->context = $context;
47 return $this->context;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DSource.php65 public function setContext(SourceContext $context) argument
67 $this->context = $context;
74 return $this->context;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DSource.php65 public function setContext(SourceContext $context) argument
67 $this->context = $context;
74 return $this->context;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DIteratorHandler.php66 SerializationContext $context argument
70 $context->stopVisiting($iterator);
72 $context->startVisiting($iterator);
84 DeserializationContext $context argument
99 DeserializationContext $context argument
H A DStdClassHandler.php40 …lizationVisitorInterface $visitor, \stdClass $stdClass, array $type, SerializationContext $context) argument
42 $classMetadata = $context->getMetadataFactory()->getMetadataForClass('stdClass');
43 $visitor->startVisitingObject($classMetadata, $stdClass, ['name' => 'stdClass'], $context);
50 … return $visitor->endVisitingObject($classMetadata, $stdClass, ['name' => 'stdClass'], $context);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php280 $context = $this->getDefaultContext($request);
299 $context = array_replace_recursive(
300 $context,
316 $context = $this->createResource(
317 function () use ($context, $params) {
318 return stream_context_create($context, $params);
383 $context = [
396 $context['http']['content'] = $body;
399 $context['http']['header'] .= "Content-Type:\r\n";
403 $context['http']['header'] = rtrim($context['http']['header']);
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php136 * @param string $context Context ID (please, see the
144 $context = null, argument
181 parent::__construct($streamName, $context, $wait);
195 protected function &_open($streamName, Stream\Context $context = null) argument
206 if (null === $context) {
222 $context->getContext()
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.radio.png.php19 $tree = $pipeline->_layout_item('', $media, 0, $context, $postponed_filter);
23 $pipeline->_show_item($tree, 0, $context, $media, $postponed_filter);
41 $tree = $pipeline->_layout_item('', $media, 0, $context, $postponed_filter);
45 $pipeline->_show_item($tree, 0, $context, $media, $postponed_filter);

12345678910>>...43