remove one code example
This commit is contained in:
@@ -26,56 +26,3 @@ body, .usertext {
|
|||||||
content: attr(href)
|
content: attr(href)
|
||||||
}
|
}
|
||||||
}`
|
}`
|
||||||
|
|
||||||
export const php = `require_once 'Zend/Uri/Http.php';
|
|
||||||
|
|
||||||
namespace Location\Web;
|
|
||||||
|
|
||||||
interface Factory
|
|
||||||
{
|
|
||||||
static function _factory();
|
|
||||||
}
|
|
||||||
|
|
||||||
abstract class URI extends BaseURI implements Factory
|
|
||||||
{
|
|
||||||
abstract function test();
|
|
||||||
|
|
||||||
public static $st1 = 1;
|
|
||||||
const ME = "Yo";
|
|
||||||
var $list = NULL;
|
|
||||||
private $var;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns a URI
|
|
||||||
*
|
|
||||||
* @return URI
|
|
||||||
*/
|
|
||||||
static public function _factory($stats = array(), $uri = 'http')
|
|
||||||
{
|
|
||||||
echo __METHOD__;
|
|
||||||
$uri = explode(':', $uri, 0b10);
|
|
||||||
$schemeSpecific = isset($uri[1]) ? $uri[1] : '';
|
|
||||||
$desc = 'Multi
|
|
||||||
line description';
|
|
||||||
|
|
||||||
// Security check
|
|
||||||
if (!ctype_alnum($scheme)) {
|
|
||||||
throw new Zend_Uri_Exception('Illegal scheme');
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->var = 0 - self::$st;
|
|
||||||
$this->list = list(Array("1"=> 2, 2=>self::ME, 3 => \Location\Web\URI::class));
|
|
||||||
|
|
||||||
return [
|
|
||||||
'uri' => $uri,
|
|
||||||
'value' => null,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
echo URI::ME . URI::$st1;
|
|
||||||
|
|
||||||
__halt_compiler () ; datahere
|
|
||||||
datahere
|
|
||||||
datahere */
|
|
||||||
datahere`
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
</p>
|
</p>
|
||||||
<pre><code v-html="javascript"></code></pre>
|
<pre><code v-html="javascript"></code></pre>
|
||||||
<pre><code v-html="css"></code></pre>
|
<pre><code v-html="css"></code></pre>
|
||||||
<pre><code v-html="php"></code></pre>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</editor>
|
</editor>
|
||||||
@@ -38,7 +37,7 @@ import {
|
|||||||
HistoryExtension,
|
HistoryExtension,
|
||||||
} from 'tiptap-extensions'
|
} from 'tiptap-extensions'
|
||||||
|
|
||||||
import { javascript, css, php } from './examples'
|
import { javascript, css } from './examples'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -65,7 +64,6 @@ export default {
|
|||||||
],
|
],
|
||||||
javascript,
|
javascript,
|
||||||
css,
|
css,
|
||||||
php,
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user