Pastoid

Search Results

April 26, 2010 at 1:36 pm - View

<?php class DB extends PDO { public function __construct($connect_string, $user, $pass)

April 24, 2010 at 5:50 pm - View

<?php /** * **/

April 24, 2010 at 5:50 pm - View

<?php /** * **/

April 24, 2010 at 5:50 pm - View

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>Hashtags</name> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license> <url>http://habariproject.org/</url>

April 24, 2010 at 2:37 pm - View

root@ophelia:~# mysqld start 100424 13:36:26 [Note] Plugin 'FEDERATED' is disabled. mysqld: Table 'mysql.plugin' doesn't exist 100424 13:36:26 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 100424 13:36:27 InnoDB: Started; log sequence number 0 43665

April 22, 2010 at 11:25 am - View

<?php Plugins::act( 'theme_sidebar_top' ); ?> <ul> <?php if( !($request->display_search && !isset( $post ) ) ) { ?> <li id="search">

April 22, 2010 at 11:25 am - View

<?php /** * Oilywood is a custom Theme class for this theme. *

April 20, 2010 at 11:49 pm - View

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all

April 19, 2010 at 11:00 am - View

<?php if (isset($post) && $post->slug == $tab->slug) : ?> <li class="current_page_item"><?php echo $tab->title; ?></li> <?php else : ?> <li><a href="<?php echo $tab->permalink; ?>"><?php echo $tab->title; ?></a></li> <?php endif; ?>

April 19, 2010 at 1:26 am - View

public function action_theme_ui() { $form = new FormUI( 'elegantbox_theme' ); $form->append( 'fieldset', 'twitter_fs', _t( 'Twitter', 'elegantbox' ) );

April 18, 2010 at 2:50 pm - View

April 16, 2010 at 10:42 am - View

<IfModule mod_userdir.c> UserDir public_html UserDir disabled root <Directory /home/*/public_html>

April 16, 2010 at 10:42 am - View

<IfModule mod_php5.c> <FilesMatch "\.ph(p3?|tml)$"> SetHandler application/x-httpd-php </FilesMatch> <FilesMatch "\.phps$">

April 16, 2010 at 10:33 am - View

<VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www <Directory />

April 15, 2010 at 3:47 pm - View

$rule['name'] = 'display_events'; $rule['parse_regex'] = '%^events(?:/page/(?P<page>\d+))?/?$%'; $rule['build_str'] = 'events(/page/{$page})'; $rule['handler'] = 'UserThemeHandler'; $rule['action'] = 'display_events';

April 15, 2010 at 3:47 pm - View

public function filter_default_rewrite_rules( $rules ) { // put together our rule $rule['name'] = 'display_event'; $rule['parse_regex'] = '%^events/(?P<slug>.+)/?$%';

April 15, 2010 at 12:57 am - View

public function action_admin_header($theme) { if ($theme->page == 'publish' && isset($theme->form->silos)) { $silos = $theme->form->silos->silos; $target = NULL;

April 15, 2010 at 12:45 am - View

public function action_admin_header($theme) { if ($theme->page == 'publish' && isset($theme->form->silos)) { $silos = $theme->form->silos->silos; foreach ($silos as $silo) {

April 11, 2010 at 5:01 am - View

April 8, 2010 at 9:40 pm - View

Host: slashee.com User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161 · 162 · 163

<Hide