Home
last modified time | relevance | path

Searched defs:context (Results 26 – 50 of 424) sorted by relevance

12345678910>>...17

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php35 add(RequestContext $context, AddRequest $add) global() argument
51 compare(RequestContext $context, CompareRequest $compare) global() argument
59 delete(RequestContext $context, DeleteRequest $delete) global() argument
67 extended(RequestContext $context, ExtendedRequest $extended) global() argument
75 modify(RequestContext $context, ModifyRequest $modify) global() argument
83 modifyDn(RequestContext $context, ModifyDnRequest $modifyDn) global() argument
91 search(RequestContext $context, SearchRequest $search) global() argument
H A DRequestHandlerInterface.php36 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
H A DProxyRequestHandler.php61 modify(RequestContext $context, ModifyRequest $modify) global() argument
69 modifyDn(RequestContext $context, ModifyDnRequest $modifyDn) global() argument
77 delete(RequestContext $context, DeleteRequest $delete) global() argument
85 add(RequestContext $context, AddRequest $add) global() argument
93 search(RequestContext $context, SearchRequest $search) global() argument
101 compare(RequestContext $context, CompareRequest $compare) global() argument
114 extended(RequestContext $context, ExtendedRequest $extended) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.utils.text-align.inc.php4 function ta_left(&$box, &$context, $lastline) {
8 function ta_center(&$box, &$context, $lastline) {
22 function ta_right(&$box, &$context, $lastline) {
36 function ta_justify(&$box, &$context, $lastline) {
H A Dbox.block.php82 function reflow(&$parent, &$context) {
133 function reflow_absolute(&$context) {
163 function reflow_fixed(&$context) {
221 function reflow_static(&$parent, &$context) {
238 function reflow_static_normal(&$parent, &$context) {
H A Dbox.table.php647 function get_min_width(&$context) {
679 function get_min_width_natural(&$context) {
683 function get_max_width(&$context) {
713 function get_max_width_natural(&$context) {
738 function table_column_widths(&$context) {
823 function get_table_columns_max_widths(&$context) {
859 function get_table_columns_min_widths(&$context) {
963 function reflow(&$parent, &$context) {
973 function reflow_absolute(&$context) {
1003 function reflow_static_normal(&$parent, &$context) {
[all …]
H A Dbox.container.php528 function _line_length_delta(&$context) {
547 function get_min_width_natural(&$context) {
605 function get_min_width(&$context) {
610 function get_min_nowrap_width(&$context) {
618 function get_max_width_natural(&$context, $limit=10E6) {
623 function get_max_width(&$context, $limit=10E6) {
628 function close_line(&$context, $lastline = false) {
854 function fitFloats(&$context) {
866 function reflow_content(&$context) {
915 function reflow_static_float(&$parent, &$context) {
[all …]
H A Dbox.radiobutton.php61 function get_min_width(&$context) {
65 function get_max_width(&$context) {
69 function get_max_width_natural(&$context) {
73 function reflow(&$parent, &$context) {
H A Dbox.null.php5 function get_min_width(&$context) { return 0; }
6 function get_max_width(&$context) { return 0; }
27 function reflow_static(&$parent, &$context) {
H A Dbox.br.php29 function apply_clear($y, &$context) {
72 function get_min_width(&$context) {
83 function get_max_width(&$context) {
98 function reflow(&$parent, &$context) {
H A Dstrategy.table.layout.auto.php7 function apply($table, &$context) {
12 function use_colspans(&$table, $widths, &$context, $width_fun, $minwc, $maxwc) {
68 function table_columns_fit(&$table, $width, &$context) {
H A Dbox.inline.control.php9 function get_min_width(&$context, $limit = 10E6) {
13 function get_max_width(&$context, $limit = 10E6) {
23 function reflow_static(&$parent, &$context) {
H A Dbox.generic.formatted.php108 function collapse_margin_bottom(&$parent, &$context) {
167 function collapse_margin(&$parent, &$context) {
342 function apply_clear($y, &$context) {
356 function _calc_percentage_width(&$parent, &$context) {
464 function get_min_width(&$context) {
468 function get_preferred_width(&$context) {
472 function get_preferred_minimum_width(&$context) {
477 function get_max_width(&$context) {
481 function get_max_width_natural(&$context) {
939 function reflow_footnote(&$parent, &$context) {
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php292 public function addRecord(int $level, string $message, array $context = []): bool
493 public function log($level, $message, array $context = []): void
512 public function debug($message, array $context = []): void
525 public function info($message, array $context = []): void
538 public function notice($message, array $context = []): void
551 public function warning($message, array $context = []): void
564 public function error($message, array $context = []): void
577 public function critical($message, array $context = []): void
590 public function alert($message, array $context = []): void
603 public function emergency($message, array $context = []): void
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php73 public function wrap(string $data, SaslContext $context): string argument
93 public function unwrap(string $data, SaslContext $context): string argument
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/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php116 public function render($context) argument
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/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php19 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool
27 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool
32 private function isTooDeep(Context $context): bool
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
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/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php96 public static function semanticalErrorConstants($identifier, $context = null)
118 …public static function attributeTypeError($attributeName, $annotationName, $context, $expected, $a…
142 public static function requiredError($attributeName, $annotationName, $context, $expected)
166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv…
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DParagraph.php
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php89 public function resolve($type, Context $context = null)
235 private function resolveTypedArray($type, Context $context)
262 private function resolveTypedObject($type, Context $context = null)
275 private function resolveCompoundType($type, Context $context)
294 private function resolveNullableType($type, Context $context)
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php188 public function fatal($error, array $context = array()) argument
213 public function success($string, array $context = array()) argument
223 protected function logMessage($level, $message, array $context = array()) argument
245 interpolate($message, array $context = array()) global() argument
[all...]

12345678910>>...17