| /template/strap/ComboStrap/PageSqlParser/ |
| H A D | PageSqlListener.php | 19 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 D | PageSqlBaseListener.php | 25 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 D | Helpers.php | 223 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 D | Template.php | 116 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/ |
| D | Template.php | 90 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 …]
|
| D | TemplateWrapper.php | 41 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 = [])
|
| D | Environment.php | 316 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.scss | 3 @function em($size-in-px, $context: 16) { parameter 8 $context: strip-units($context); variable
|
| /template/bootstrap3/compat/inc/Menu/ |
| D | AbstractMenu.php | 20 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 D | ParserTraceListener.php | 21 public function enterEveryRule(ParserRuleContext $context) : void 42 public function exitEveryRule(ParserRuleContext $context) : void
|
| H A D | LL1Analyzer.php | 103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet 177 ?PredictionContext $context,
|
| H A D | TokenStream.php | 94 public function getTextByContext(RuleContext $context) : string;
|
| /template/strap/ComboStrap/ |
| H A D | MasonryTag.php | 47 public static function endColIfBootstrap5AnCardColumns(Doku_Renderer $renderer, $context) 80 public static function addColIfBootstrap5AndCardColumns(&$renderer, $context)
|
| H A D | HeadingTag.php | 239 …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 D | CardTag.php | 245 public static function createCardBodyEnterCall($context = null): Call
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNConfig.php | 51 public $context; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig 83 ?PredictionContext $context = null,
|
| H A D | ATN.php | 106 public function nextTokensInContext(ATNState $state, ?RuleContext $context) : IntervalSet 188 public function getExpectedTokens(int $stateNumber, ?RuleContext $context) : IntervalSet
|
| H A D | ATNSimulator.php | 96 public function getCachedContext(PredictionContext $context) : PredictionContext
|
| H A D | LexerATNConfig.php | 24 ?PredictionContext $context = null,
|
| /template/starterbootstrap/js/ |
| D | sorttable.js | 451 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 D | firebug-lite-1.4.js | 789 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/ |
| D | DebugExtension.php | 43 function twig_var_dump(Environment $env, $context, ...$vars)
|
| /template/starterbootstrap/ |
| D | sidebar.php | 10 function tpl_processStartPage($ns,$context) {
|
| /template/parallax/lib/js/ |
| D | retina-1.1.0.js | 31 Retina.init = function(context) { argument
|
| /template/bootstrap3/compat/inc/Menu/Item/ |
| D | AbstractItem.php | 50 protected $context = self::CTX_ALL; variable in dokuwiki\\Menu\\Item\\AbstractItem
|