Pastoid

Search Results

March 11, 2009 at 3:22 pm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title><?php Options::out( 'title' ); ?></title> <meta http-equiv="Content-Type" content="text/html">

View March 11, 2009 at 3:22 pm

Top 10 Board or Box Games Christmas Gift Guide - Asymptomatic

View Top 10 Board or Box Games Christmas Gift Guide - Asymptomatic

March 10, 2009 at 3:37 pm

function action_plugin_activation( $plugin_file ) { if( Plugins::id_from_file(__FILE__) == Plugins::id_from_file($plugin_file) ) { Post::add_new_type( 'issue' ); }

View March 10, 2009 at 3:37 pm

March 10, 2009 at 2:43 pm

public function types($post) { if($post[0]->content_type== 1) { $style= ' class="current"'; } else { $style='';

View March 10, 2009 at 2:43 pm

March 10, 2009 at 1:26 pm

View March 10, 2009 at 1:26 pm

March 10, 2009 at 12:00 pm

// On entry.multiple.php <div id="more_entries"> <h2><?php $theme->next_page_link('&laquo; Entrades anteriors'); ?>&nbsp;<?php $theme->prev_page_link('Next Entries &raquo;'); ?></h2> </div>

View March 10, 2009 at 12:00 pm

March 10, 2009 at 11:55 am

<?php if(class_exists('HabariDateTime')) { ?> <h2>Archives</h2> <ul> <?php echo $theme->monthly_archives_links_list(); ?> </ul>

View March 10, 2009 at 11:55 am

What I want from a wiki

View What I want from a wiki

Undalya

View Undalya

Path: habari URL: ht

Path: habari URL: http://svn.habariproject.org/habari Repository Root: http://svn.habariproject.org/habari Repository UUID: 653ae4dd-d31e-0410-96ef-6bf7bf53c507 Revision: 3299

View Path: habari URL: ht

March 9, 2009 at 10:55 am

// called in theme template like so: <?php $theme->monthly_archives_links_list(); ?> public function theme_monthly_archives_links_list( $theme, $full_names = TRUE, $show_counts = TRUE, $type = 'entry', $status = 'published' ) { $results = Posts::get( array( 'content_type' => $type, 'status' => $status, 'month_cts' => 1 ) );

View March 9, 2009 at 10:55 am

March 9, 2009 at 5:43 am

em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4> ether 00:1b:21:0f:91:3f inet6 fe80::21b:21ff:fe0f:913f%em0 prefixlen 64 scopeid 0x1 inet6 2001:470:f085:1::1 prefixlen 64

View March 9, 2009 at 5:43 am

BOINCstats | Rosetta@Home - Team stats - Detailed statistics for Habari

View BOINCstats | Rosetta@Home - Team stats - Detailed statistics for Habari

March 8, 2009 at 4:04 am

View March 8, 2009 at 4:04 am

Array ( [0] => /

Array ( [0] => /home/.kuuipo/mattread/mattread.ca/user/plugins/tabasamu/tabasamu.plugin.php [1] => /home/.kuuipo/mattread/mattread.ca/user/plugins/commentfilter.plugin.php [2] => /home/.kuuipo/mattread/mattread.ca/user/plugins/spamchecker.plugin.php

View Array ( [0] => /

Array ( [0] => Q

Array ( [0] => QueryRecord Object ( [fields:protected] => Array

View Array ( [0] => Q

object(Posts)#107 (5

object(Posts)#107 (5) { [0]=> object(Post)#74 (10) { ["tags:private"]=> NULL

View object(Posts)#107 (5

singly-linked list

<?php class sllist { var $_vars;

View singly-linked list

March 7, 2009 at 8:15 pm

<?php $theme->display('header'); ?> <!-- plugin.single.php --> <?php $versions_array = array(); $allversions = "";

View March 7, 2009 at 8:15 pm

March 7, 2009 at 7:47 pm

public function out_date( $format = NULL ) { if( NULL == $format ) { $format = self::get_default_date_format(); }

View March 7, 2009 at 7:47 pm

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

<Hide