Pastoid

Search Results

about_option.plugin.php - View

<?php class AboutOption extends Plugin { public function info()

June 9, 2010 at 3:51 am - View

June 7, 2010 at 10:35 pm - View

June 4, 2010 at 12:48 pm - View

<responses> <context id="bacon"> <match> <regex>#(?P&lt;type&gt;tofu|turkey)#</regex> <response>${type} bacon is an affront to God.</response>

May 26, 2010 at 9:11 pm - View

select imprint_year, count(*) as ct from ( SELECT pi_year.value as imprint_year, pi_season.value as imprint_season from habari__posts p INNER join habari__posttype pt on p.content_type = pt.id and pt.name = 'page' INNER join habari__postinfo pi_year on p.id = pi_year.`post_id` and pi_year.name = 'year'

May 26, 2010 at 9:11 pm - View

select imprint_year, count(*) as ct from ( SELECT pi_year.value as imprint_year, pi_season.value as imprint_season from habari__posts p INNER join habari__posttype pt on p.content_type = pt.id and pt.name = 'page' INNER join habari__postinfo pi_year on p.id = pi_year.`post_id` and pi_year.name = 'year'

May 26, 2010 at 9:11 pm - View

select imprint_year, count(*) as ct from ( SELECT pi_year.value as imprint_year, pi_season.value as imprint_season from habari__posts p INNER join habari__posttype pt on p.content_type = pt.id and pt.name = 'page' INNER join habari__postinfo pi_year on p.id = pi_year.`post_id` and pi_year.name = 'year'

May 26, 2010 at 4:23 am - View

May 21, 2010 at 8:24 am - View

public function post_status( $tweet, $name, $pw ) { $request = new RemoteRequest( 'http://twitter.com/statuses/update.xml', 'POST' ); $request->add_header( array( 'Authorization' => 'Basic ' . base64_encode( "{$name}:{$pw}" ) ) ); $request->set_body( 'source=habari&status=' . urlencode( $tweet ) );

May 20, 2010 at 10:15 pm - View

Be One of Us: The WordPress Community ------------------------------------- Are you part of the Community? -- WordPress is more than the software, it is the glue that binds its contributors and users together, intertwining their online lives. Apply a working knowledge of the community to your advantage!

May 18, 2010 at 3:44 pm - View

public function sub_cards($slug) { $subvocab= Vocabulary::get( 'conversations' ); $subcards= $subvocab->get_term($slug)->descendants(); $slugs= array(); foreach($subcards as $subcard) {

May 17, 2010 at 1:12 pm - View

May 16, 2010 at 10:41 am - View

May 10, 2010 at 5:42 am - View

May 2, 2010 at 5:41 pm - View

May 2, 2010 at 5:27 pm - View

<html> <body> <h1>Testing CML Touch</h1> <?php $table = <<<EOD

May 2, 2010 at 5:27 pm - View

<html> <body> <h1>Testing CML Touch</h1> <?php $table = <<<EOD

May 2, 2010 at 5:19 pm - View

<html><head>

April 28, 2010 at 10:12 am - View

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

April 28, 2010 at 9:33 am - View

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

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