Home
last modified time | relevance | path

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

12345678910>>...26

/plugin/smtp/classes/
H A DLogger.php35 public function emergency($message, array $context = array())
51 public function alert($message, array $context = array())
66 public function critical($message, array $context = array())
80 public function error($message, array $context = array())
96 public function warning($message, array $context = array())
109 public function notice($message, array $context = array())
124 public function info($message, array $context = array())
137 public function debug($message, array $context = array())
151 public function log($level, $message, array $context = array())
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DLogger.php49 public function emergency($message, array $context = array());
60 public function alert($message, array $context = array());
70 public function critical($message, array $context = array());
79 public function error($message, array $context = array());
90 public function warning($message, array $context = array());
98 public function notice($message, array $context = array());
108 public function info($message, array $context = array());
116 public function debug($message, array $context = array());
125 public function log($level, $message, array $context = array());
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/html2pdf/html2pdf/html2ps/
Dbox.page.margin.class.php184 function _position($media, $boxes, $context) {
197 function _position($media, $boxes, $context) {
210 function _position($media, $boxes, $context) {
228 function _position($media, $boxes, $context) {
246 function _position($media, $boxes, $context) {
264 function _position($media, $boxes, $context) {
277 function _position($media, $boxes, $context) {
290 function _position($media, $boxes, $context) {
308 function _position($media, $boxes, $context) {
326 function _position($media, $boxes, $context) {
[all …]
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) {
757 function _table_apply_colspans($widths, &$context, $width_fun, $minwc, $maxwc) {
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) {
[all …]
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) {
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) {
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 …]
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) {
Dbox.null.php5 function get_min_width(&$context) { return 0; }
6 function get_max_width(&$context) { return 0; }
27 function reflow_static(&$parent, &$context) {
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) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php223 public function helperIf($template, $context, $args, $source)
296 public function helperEach($template, $context, $args, $source)
367 private function renderElse($template, $context)
391 public function helperUnless($template, $context, $args, $source)
418 public function helperWith($template, $context, $args, $source)
441 public function helperBindAttr($template, $context, $args, $source)
459 public function helperUpper($template, $context, $args, $source)
477 public function helperLower($template, $context, $args, $source)
495 public function helperCapitalize($template, $context, $args, $source)
513 public function helperCapitalizeWords($template, $context, $args, $source)
[all …]
H A DTemplate.php116 public function render($context)
226 private function section(Context $context, $current)
297 private function inverted(Context $context, $current)
317 private function partial(Context $context, $current)
337 private function variables(Context $context, $current, $escaped)
/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js37 function disallowsSpace(context, token, valueIndex) { argument
45 function rules(context, tokens) { argument
57 function body(context, tokens) { argument
77 function property(context, tokens, position, lastPropertyAt) { argument
126 function value(context, token) { argument
145 function allowsBreak(context, where) { argument
149 function allowsSpace(context, where) { argument
153 function openBrace(context, where, needsPrefixSpace) { argument
166 function closeBrace(context, where, beforeBlockEnd, isLast) { argument
179 function colon(context) { argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
DTemplate.php120 public function getParent(array $context)
150 protected function doGetParent(array $context)
170 public function displayParentBlock($name, array $context, array $blocks = [])
194 public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true)
251 public function renderParentBlock($name, array $context, array $blocks = [])
272 public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true)
292 public function hasBlock($name, array $context = null, array $blocks = [])
326 public function getBlockNames(array $context = null, array $blocks = [])
396 public function display(array $context, array $blocks = [])
401 public function render(array $context)
[all …]
DTemplateWrapper.php43 public function render($context = [])
55 public function display($context = [])
70 public function hasBlock($name, $context = [])
82 public function getBlockNames($context = [])
95 public function renderBlock($name, $context = [])
125 public function displayBlock($name, $context = [])
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php36 public function add(RequestContext $context, AddRequest $add): void
52 public function compare(RequestContext $context, CompareRequest $compare): bool
60 public function delete(RequestContext $context, DeleteRequest $delete): void
68 public function extended(RequestContext $context, ExtendedRequest $extended): void
76 public function modify(RequestContext $context, ModifyRequest $modify): void
84 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void
92 public function search(RequestContext $context, SearchRequest $search): Entries
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;
H A DProxyRequestHandler.php62 public function modify(RequestContext $context, ModifyRequest $modify): void
70 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void
78 public function delete(RequestContext $context, DeleteRequest $delete): void
86 public function add(RequestContext $context, AddRequest $add): void
94 public function search(RequestContext $context, SearchRequest $search): Entries
102 public function compare(RequestContext $context, CompareRequest $compare): bool
115 public function extended(RequestContext $context, ExtendedRequest $extended): void
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLoggerTrait.php32 array $context = []
45 array $context = []
56 array $context = []
75 array $context = []
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
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
93 public function unwrap(string $data, SaslContext $context): string
113 protected function decrypt(string $data, SaslContext $context): string
172 protected function encrypt(string $data, SaslContext $context): string
237 protected function sign(string $message, SaslContext $context): string
252 protected function verify(string $data, SaslContext $context): string
389 protected function validateBufferLength(string $data, SaslContext $context): void
/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)
42 public function setContext(array $context)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/
DNmtokens.php15 public function validate($string, $config, $context)
39 protected function split($string, $config, $context)
64 protected function filter($tokens, $config, $context)

12345678910>>...26