This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<p>Test</p> | |
<hr /> | |
<p>After hr</p> | |
</data> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<p>Test</p> | |
<hr /> | |
<p>After hr</p> | |
</data> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<navigation> | |
<page handle="startseite" id="88"> | |
<name>Startseite</name> | |
<types> | |
<type>hidden</type> | |
<type>index</type> | |
</types> | |
</page> | |
<page handle="referenzen" id="78"> | |
<name>Referenzen</name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Not displaying $root --> | |
<xsl:template match="page" mode="url"> | |
<xsl:apply-templates select="parent::page" mode="url"/> | |
<xsl:value-of select="concat(@handle,'/')"/> | |
</xsl:template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
between = !sh -c 'echo $1 $(git log --pretty=oneline ${2}..$1 | wc -l) ahead && echo ${2:-$(git name-rev --name-only HEAD)} $(git log --pretty=oneline $1..$2 | wc -l) ahead' - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<html> | |
<head> | |
<link rel="stylesheet" href="workspace/assets/style.css"/> | |
</head> | |
<body> | |
<div id="head"> | |
<h1>Title</h1> | |
</div> | |
<div id="package"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[color] | |
ui = auto | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold | |
frag = magenta bold | |
old = red bold |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by xbmc configure 11.9.2, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Engine Initialisation 0.0003 s | |
Page creation process started 0.2407 s | |
XML Built 4.8478 s | |
XML Generation 0.3584 s | |
Page Built 5.4932 s | |
XSLT Transformation 0.5006 s | |
Page creation complete 6.2352 s | |
bahn_ds 0.0531 s from 1 query |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Class extension_ownlogin extends Extension{ | |
public function getSubscribedDelegates() { | |
return array( | |
array( | |
'page' => '/backend/', | |
'delegate' => 'AdminPagePreGenerate', | |
'callback' => 'changeLoginForm' |