Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 158) sorted by relevance

1234567

/template/starterbootstrap/
Dgenerate_index.php5 function indexmenu_search_index(&$data, $base, $file, $type, $lvl, $opts) {
91 function _html_buildlist(&$data, $level) {
113 $data = array(); variable
121 $data = array2tree($data,''); variable
123 $data = "<ul class=\"generated-index\">" . _html_buildlist($data, 1) . "</ul>"; variable
/template/bootie/
Dmain.php77 $data = "";// Mandatory variable
134 $data = "";// Mandatory variable
185 $data = "";// Mandatory variable
Ddetail.php57 $data="";// Mandatory for the below function variable
/template/strap/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php32 public function testBasicTags($src, $data, $result)
77 public function testSimpleHelpers($src, $data, $result)
224 public function testDataVariables($src, $data, $result, $enableDataVariables)
/template/strap/ComboStrap/
H A DXmlTagProcessing.php41 …ExitXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array $data, DokuWiki_Synta…
178 …nterXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array $data, DokuWiki_Synta…
497 …public static function renderStatic(string $format, Doku_Renderer $renderer, array $data, DokuWiki…
808 …function renderStaticEmptyTag(string $format, Doku_Renderer $renderer, array $data, DokuWiki_Synta…
899 …tadata(TagAttributes $tagAttributes, Doku_Renderer_metadata $renderer, array $data, DokuWiki_Synta…
H A DMetadataSingleArrayStore.php25 protected array $data = []; variable in ComboStrap\\MetadataSingleArrayStore
32 public function __construct(ResourceCombo $page, $data = null)
146 public function setData($data)
H A DSqliteRequest.php28 private $data; variable in ComboStrap\\SqliteRequest
61 public function setTableRow(string $tableName, array $data): SqliteRequest
227 private function getParametrizeReplaceQuery(string $table, array $data): string
H A DCacheTag.php64 public static function renderXhtml(array $data): string
75 public static function metadata($data)
H A DPageExplorerTag.php95 … public static function treeProcessLeaf(string &$html, MarkupPath $page, array $data, string $type)
279 public static function renderEnterTag(TagAttributes $pageExplorerTagAttributes, array $data)
657 function treeProcessTree(string &$html, PathTreeNode $pathTreeNode, array $data)
H A DButtonTag.php157 …renderEnterXhtml(TagAttributes $tagAttributes, DokuWiki_Syntax_Plugin $plugin, array $data): string
181 public static function renderExitXhtml($data): string
H A DCardTag.php194 …ion renderEnterXhtml(TagAttributes $attributes, Doku_Renderer_xhtml $renderer, array $data): string
214 public static function handleExitXhtml(array $data, Doku_Renderer_xhtml $renderer)
H A DBlockquoteTag.php247 public static function renderEnterXhtml(TagAttributes $tagAttributes, $data, $renderer): string
320 … function renderExitXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array $data)
H A DPanelTag.php183 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string
228 public static function renderExitXhtml(array $data): string
H A DTabsTag.php370 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string
395 public static function renderExitXhtml(TagAttributes $tagAttributes, array $data): string
/template/breeze/bower_components/gumby/js/libs/
Dgumby.js155 Gumby.prototype.console = function(type, data) { argument
157 …console[console[type] ? type : 'log'](data.length > 1 ? Array.prototype.slice.call(data) : data[0]… argument
235 Gumby.prototype.UIModule = function(data) { argument
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
DBlackfireDumper.php43 private function dumpChildren(string $parent, Profile $profile, &$data)
56 private function dumpProfile(string $edge, Profile $profile, &$data)
/template/amanuensis/inc/
Dindex.php111 function stripNSdescriptors($data){
246 function search_index_title(&$data,$base,$file,$type,$lvl,$opts){
291 function html_buildlist_mod($data,$class,$func,$lifunc='html_li_default',$menuid='menu-h',$menuclas…
/template/flat/assets/js/
Dhtml5shiv.js127 function createElement(nodeName, ownerDocument, data){ argument
163 function createDocumentFragment(ownerDocument, data){ argument
187 function shivMethods(ownerDocument, data) { argument
/template/strap/resources/webcode/
H A Dwebcode-console.js165 data: input property
171 data: input property
/template/strap/ComboStrap/Tag/
H A DBackgroundTag.php137 public static function renderExitSpecialHtml($data): string
214 public static function renderMeta(array $data, Doku_Renderer_metadata $renderer)
H A DBarTag.php123 public static function renderEnterXhtml(TagAttributes $attributes, array $data): string
140 public static function renderExitXhtml(array $data): string
/template/twigstarter/vendor/twig/twig/src/Profiler/
DProfile.php171 public function unserialize($data): void
187 public function __unserialize(array $data): void
/template/sprintdoc/tpl/
H A Dnav-page-tools.php18 $data = dokuwiki\template\sprintdoc\tpl::assemblePageTools(); variable
/template/ramtop/
Ddetail.php82 $data = array( variable
/template/ghw/
Dtpl_footer.php5 $data = array( variable

1234567