Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 44) sorted by relevance

12

/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlListener.php19 public function enterFunctionNames(Context\FunctionNamesContext $context) : void;
24 public function exitFunctionNames(Context\FunctionNamesContext $context) : void;
29 public function enterConstantNames(Context\ConstantNamesContext $context) : void;
34 public function exitConstantNames(Context\ConstantNamesContext $context) : void;
39 public function enterTableNames(Context\TableNamesContext $context) : void;
44 public function exitTableNames(Context\TableNamesContext $context) : void;
49 public function enterSqlNames(Context\SqlNamesContext $context) : void;
54 public function exitSqlNames(Context\SqlNamesContext $context) : void;
59 public function enterColumn(Context\ColumnContext $context) : void;
64 public function exitColumn(Context\ColumnContext $context) : void;
[all …]
H A DPageSqlBaseListener.php25 public function enterFunctionNames(Context\FunctionNamesContext $context) : void {}
32 public function exitFunctionNames(Context\FunctionNamesContext $context) : void {}
38 public function enterConstantNames(Context\ConstantNamesContext $context) : void {}
45 public function exitConstantNames(Context\ConstantNamesContext $context) : void {}
51 public function enterTableNames(Context\TableNamesContext $context) : void {}
58 public function exitTableNames(Context\TableNamesContext $context) : void {}
64 public function enterSqlNames(Context\SqlNamesContext $context) : void {}
71 public function exitSqlNames(Context\SqlNamesContext $context) : void {}
77 public function enterColumn(Context\ColumnContext $context) : void {}
84 public function exitColumn(Context\ColumnContext $context) : void {}
[all …]
/template/strap/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)
/template/twigstarter/vendor/twig/twig/src/
DTemplate.php90 public function getParent(array $context)
120 protected function doGetParent(array $context)
140 public function displayParentBlock($name, array $context, array $blocks = [])
162 …public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $t…
222 public function renderParentBlock($name, array $context, array $blocks = [])
247 public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true)
271 public function hasBlock($name, array $context, array $blocks = [])
299 public function getBlockNames(array $context, array $blocks = [])
376 public function display(array $context, array $blocks = [])
381 public function render(array $context)
[all …]
DTemplateWrapper.php41 public function render(array $context = []): string
53 public function display(array $context = [])
66 public function hasBlock(string $name, array $context = []): bool
78 public function getBlockNames(array $context = []): array
91 public function renderBlock(string $name, array $context = []): string
119 public function displayBlock(string $name, array $context = [])
DEnvironment.php316 public function render($name, array $context = [])
331 public function display($name, array $context = [])
943 public function mergeGlobals(array $context)
/template/breeze/bower_components/gumby/sass/functions/
D_em.scss3 @function em($size-in-px, $context: 16) { parameter
8 $context: strip-units($context); variable
/template/bootstrap3/compat/inc/Menu/
DAbstractMenu.php20 protected $context = AbstractItem::CTX_DESKTOP; variable in dokuwiki\\Menu\\AbstractMenu
30 public function __construct($context = AbstractItem::CTX_DESKTOP) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php21 public function enterEveryRule(ParserRuleContext $context) : void
42 public function exitEveryRule(ParserRuleContext $context) : void
H A DLL1Analyzer.php103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet
177 ?PredictionContext $context,
H A DTokenStream.php94 public function getTextByContext(RuleContext $context) : string;
/template/strap/ComboStrap/
H A DMasonryTag.php47 public static function endColIfBootstrap5AnCardColumns(Doku_Renderer $renderer, $context)
80 public static function addColIfBootstrap5AndCardColumns(&$renderer, $context)
H A DHeadingTag.php239 …public static function processRenderEnterXhtml(string $context, TagAttributes $tagAttributes, Doku…
423 static function renderClosingTag(TagAttributes $tagAttributes, string $context): string
572 private static function getTagFromContext(string $context, int $level): string
H A DCardTag.php245 public static function createCardBodyEnterCall($context = null): Call
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php51 public $context; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
83 ?PredictionContext $context = null,
H A DATN.php106 public function nextTokensInContext(ATNState $state, ?RuleContext $context) : IntervalSet
188 public function getExpectedTokens(int $stateNumber, ?RuleContext $context) : IntervalSet
H A DATNSimulator.php96 public function getCachedContext(PredictionContext $context) : PredictionContext
H A DLexerATNConfig.php24 ?PredictionContext $context = null,
/template/starterbootstrap/js/
Dsorttable.js451 Array.forEach = function(array, block, context) { argument
459 Function.prototype.forEach = function(object, block, context) { argument
468 String.forEach = function(string, block, context) { argument
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js789 this.setClassTimed=function(elt,name,context,timeout){if(!timeout){timeout=1300 argument
796 this.cancelClassTimed=function(elt,name,context){if(elt.__setClassTimeout){FBL.removeClass(elt,name… argument
1611 …er(),{initialize:function(){},shutdown:function(){},initContext:function(context){},reattachContex… argument
1612 …false,editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSide… argument
1776 },inspectObject:function(object,context){Firebug.chrome.select(object) argument
1777 },browseObject:function(object,context){},persistObject:function(object,context){},getRealObject:fu… argument
1785 },getContextMenuItems:function(object,target,context){return[] argument
1793 ….Controller={controllers:null,controllerContext:null,initialize:function(context){this.controllers… argument
2112 },evaluate:function(expr,context,api,errorHandler){context=context||"window"; argument
3144 var Sizzle=function(selector,context,results,seed){results=results||[]; argument
[all …]
/template/twigstarter/vendor/twig/twig/src/Extension/
DDebugExtension.php43 function twig_var_dump(Environment $env, $context, ...$vars)
/template/starterbootstrap/
Dsidebar.php10 function tpl_processStartPage($ns,$context) {
/template/parallax/lib/js/
Dretina-1.1.0.js31 Retina.init = function(context) { argument
/template/bootstrap3/compat/inc/Menu/Item/
DAbstractItem.php50 protected $context = self::CTX_ALL; variable in dokuwiki\\Menu\\Item\\AbstractItem

12