/template/twigstarter/vendor/twig/twig/src/ |
H A D | TemplateWrapper.php | 39 * @param array $context An array of parameters to pass to the template 41 public function render(array $context = []): string argument 53 public function display(array $context = []) argument 57 $this->template->display($context, \func_get_args()[1] ?? []); 66 public function hasBlock(string $name, array $context = []): bool argument 68 return $this->template->hasBlock($name, $context); 78 public function getBlockNames(array $context = []): array argument 80 return $this->template->getBlockNames($context); 93 $context = $this->env->mergeGlobals($context); 101 $this->template->displayBlock($name, $context); [all …]
|
H A D | Template.php | 90 public function getParent(array $context) argument 97 $parent = $this->doGetParent($context); 120 protected function doGetParent(array $context) argument 137 * @param array $context The context 158 * @param array $context The context 217 * @param array $context The context 241 * @param array $context The context 266 * @param array $context The context 294 * @param array $context The context 381 public function render(array $context) argument [all …]
|
H A D | Environment.php | 308 * @param array $context An array of parameters to pass to the template 316 public function render($name, array $context = []) argument 318 return $this->load($name)->render($context); 325 * @param array $context An array of parameters to pass to the template 331 public function display($name, array $context = []) argument 333 $this->load($name)->display($context); 939 * @param array $context An array representing the context 943 public function mergeGlobals(array $context) argument 948 if (!\array_key_exists($key, $context)) { 949 $context[$key] = $value; [all …]
|
/template/parallax/lib/js/ |
H A D | jquery.placeholder.js | 18 context = $(this), 27 if (context.val() === '') { 28 if (context.attr('type') === 'password') { 30 context.attr('type', 'text'); 35 context.val(placeholderText); 36 context.addClass('ui-placeholder'); 41 context.removeClass('ui-placeholder'); 42 if (context.val() === placeholderText) { 43 context.val(''); 56 if (context.val() === placeholderText) { [all …]
|
H A D | retina-1.1.0.js | 31 Retina.init = function(context) { argument 32 if (context == null) context = root; 34 var existing_onload = context.onload || new Function; 36 context.onload = function() {
|
/template/bootstrap3/compat/inc/Menu/ |
H A D | AbstractMenu.php | 19 /** @var int the context this menu is used in */ 20 protected $context = AbstractItem::CTX_DESKTOP; variable in dokuwiki\\Menu\\AbstractMenu 28 * @param int $context the context this menu is used in 30 public function __construct($context = AbstractItem::CTX_DESKTOP) { argument 31 $this->context = $context; 61 if(!$item->visibleInContext($this->context)) continue;
|
/template/breeze/bower_components/gumby/sass/functions/ |
H A D | _em.scss | 3 @function em($size-in-px, $context: 16) { parameter 7 @if not unitless($context) { 8 $context: strip-units($context); variable 10 @return ($size-in-px / $context) * 1em;
|
/template/ospyramid/js/libs/ |
H A D | jquery-1.6.1.js | 133 context = context instanceof jQuery ? context[0] : context; 134 doc = (context ? context.ownerDocument || context : document); 197 this.context = selector.context; 249 ret.context = this.context; 859 context = jQuerySub( context ); 3727 context = context || document; 4822 context = context || document; 4886 context = context.parentNode; 5090 root = context.nodeType ? [context] : context; 6031 context = context || document; [all …]
|
/template/starterpjax/ |
H A D | jquery.pjax.js | 31 var context = this 35 opts.container = $(this).attr('data-pjax') || context 169 var context = options.context = findContainerFor(options.container) 176 options.data._pjax = context.selector 180 context.trigger(event, args) 194 xhr.setRequestHeader('X-PJAX-Container', context.selector) 257 container: context.selector, 267 context.html(container.contents) 305 container: context.selector, 325 cachePush(pjax.state.id, context.clone().contents()) [all …]
|
/template/starterbootstrap/js/ |
H A D | sorttable.js | 451 Array.forEach = function(array, block, context) { argument 453 block.call(context, array[i], i, array); 459 Function.prototype.forEach = function(object, block, context) { 462 block.call(context, object[key], key, object); 468 String.forEach = function(string, block, context) { argument 470 block.call(context, chr, index, string); 475 var forEach = function(object, block, context) { argument 483 object.forEach(block, context); 492 resolve.forEach(object, block, context);
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | DebugExtension.php | 43 function twig_var_dump(Environment $env, $context, ...$vars) argument 53 foreach ($context as $key => $value) {
|
/template/starterbootstrap/ |
H A D | sidebar.php | 10 function tpl_processStartPage($ns,$context) { argument 40 …geLinkCreate($startPageID, '<i class="icon-home"></i>'.$linkName, "tpl_processStartPage:$context");
|
/template/bootstrap3/compat/inc/Menu/Item/ |
H A D | AbstractItem.php | 14 * desktop. The item's $context property can be used to hide the item depending on the current 15 * context. 49 /** @var int the context this titme is shown in */ 50 protected $context = self::CTX_ALL; variable in dokuwiki\\Menu\\Item\\AbstractItem 190 * Should this item be shown in the given context 192 * @param int $ctx the current context 196 return (bool) ($ctx & $this->context);
|
H A D | Top.php | 9 * Not shown in mobile context 21 $this->context = self::CTX_DESKTOP;
|
/template/twigstarter/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 193 …$prevHandler = set_error_handler(function ($type, $msg, $file, $line, $context = []) use (&$deprec… 200 return $prevHandler ? $prevHandler($type, $msg, $file, $line, $context) : false;
|
/template/pinkberrynight/css/ |
H A D | _pluginstyles.css | 27 /*context menu*/
|
H A D | _dwstyles.css | 49 dokuwiki table.diff td.diff-context,
|
/template/pinkberrynight/css/css/ |
H A D | _pluginstyles.css | 27 /*context menu*/
|
H A D | _dwstyles.css | 49 dokuwiki table.diff td.diff-context,
|
/template/ad-hominem/css/ |
H A D | _diff.css | 67 .mode_diff table.diff td.diff-context { 153 body.mode_diff.darkmode table.diff td.diff-context {
|
/template/bootstrap3/css/ |
H A D | diff.less | 78 &.diff-context {
|
/template/greensteel/css/ |
H A D | _diff.css | 56 .dokuwiki table.diff td.diff-context {
|
/template/taratasy/css/ |
H A D | _diff.css | 56 .dokuwiki table.diff td.diff-context {
|
/template/writers/css/ |
H A D | _diff.css | 56 .dokuwiki table.diff td.diff-context {
|
/template/vector/static/3rd/dokuwiki/ |
H A D | _diff.css | 56 .dokuwiki table.diff td.diff-context {
|