Pastoid

Search Results

April 28, 2010 at 9:33 am - View

<?php class AccountManager extends Plugin { /** * Filter function called by the plugin hook `rewrite_rules`

April 28, 2010 at 9:33 am - View

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>Account Manager</name> <version>1.0</version> <url>http://habariproject.org/</url>

April 26, 2010 at 10:01 pm - View

<?php /** * Hashtags Plugin * * This plugin allows you to add text (for example, hashtags) to the twitter message generated by the Habari Twitter plugin. It requires that plugin to function.

April 26, 2010 at 9:56 pm - View

<?php class Test extends Plugin { /**

April 26, 2010 at 9:56 pm - View

<?php class Test extends Plugin { /**

April 26, 2010 at 9:56 pm - View

<?php class Test extends Plugin { /**

hashtags - View

<?php /** * Hashtags Plugin * * This plugin allows you to add text (for example, hashtags) to the twitter message generated by the Habari Twitter plugin. It requires that plugin to function.

April 26, 2010 at 1:37 pm - View

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

April 26, 2010 at 1:36 pm - View

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

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

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

<Hide