Pastoid

Search Results

December 31, 1969 at 7:00 pm - View

<?php function rebuild_tree($parent, $left) { &nbsp; &nbsp;// the right value of this node is the left value + 1 &nbsp; &nbsp;$right = $left+1; &nbsp; &nbsp;// get all children of this node

December 31, 1969 at 7:00 pm - View

<?php /** * RunRequests * A model object representing run requests

December 31, 1969 at 7:00 pm - View

public function add_template_vars() { $page = $page=Controller::get_var( 'page' ) ? 1 : $page; $pagination = Options::get('pagination'); $this->more_posts = Posts::get(

December 31, 1969 at 7:00 pm - View

public function add_template_vars() { $page = $page=Controller::get_var( 'page' ) ? 1 : $page; $pagination = Options::get('pagination'); $this->more_posts = Posts::get(

December 31, 1969 at 7:00 pm - View

public function add_template_vars() { $page = ( $page = Controller::get_var( 'page' ) ) ? $page : 1; $pagination = Options::get('pagination'); $this->more_posts = Posts::get(

December 31, 1969 at 7:00 pm - View

public function add_template_vars() { if( !$this->template_engine->assigned( 'pages' ) ) { $this->assign('pages', Posts::get( array( 'content_type' => 'page', 'status' => Post::status('published') ) ) ); }

December 31, 1969 at 7:00 pm - View

<pre><code> a = %w( r i n g m a s t e r ) b = %w( s i ) c = &quot;a&quot; d = &quot;suineg&quot;

December 31, 1969 at 7:00 pm - View

<pre><code> a = %w( r i n g m a s t e r ) b = %w( s i ) c = "a" d = "suineg"

December 31, 1969 at 7:00 pm - View

### HABARI START RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

December 31, 1969 at 7:00 pm - View

Traceback (most recent call last): File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/var/lib/python-support/python2.4/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler)

December 31, 1969 at 7:00 pm - View

-- Published posts stats for each year -- SELECT year(pubdate) as year, AVG(LENGTH(content)) as average_post_length, count(*) as posts_per_year, sum(LENGTH(content)) as posts_per_year

December 31, 1969 at 7:00 pm - View

### HABARI START RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [PT]

December 31, 1969 at 7:00 pm - View

Julius:blog caius$ merb -i Started merb_init.rb ... Connecting to database... Connecting to database... Fri, 04 Jan 2008 00:44:46 GMT: <e> Could not find 'merb_datamapper' as either a library or gem, loaded from config/dependencies.rb:13.

December 31, 1969 at 7:00 pm - View

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

December 31, 1969 at 7:00 pm - View

foo bar baz quux

December 31, 1969 at 7:00 pm - View

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

December 31, 1969 at 7:00 pm - View

<?php query_posts("cat=3"); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>

December 31, 1969 at 7:00 pm - View

<?php class RewriteExposure extends Plugin { const VERSION= '1.0';

December 31, 1969 at 7:00 pm - View



December 31, 1969 at 7:00 pm - View

<?php class PingerUpdate extends Plugin {

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