Pastoid

Search Results

March 7, 2009 at 4:54 pm

View March 7, 2009 at 4:54 pm

March 7, 2009 at 3:04 pm

View March 7, 2009 at 3:04 pm

March 7, 2009 at 11:11 am

View March 7, 2009 at 11:11 am

March 7, 2009 at 10:15 am

View March 7, 2009 at 10:15 am

March 7, 2009 at 1:38 am

public function theme_title($theme) { $title = ''; if(count($this->handler_vars) === 0)

View March 7, 2009 at 1:38 am

March 7, 2009 at 1:37 am

public function theme_multiple_heading($theme,$criteria) { $heading = ''; if(count($this->handler_vars) === 0)

View March 7, 2009 at 1:37 am

March 6, 2009 at 10:43 pm

View March 6, 2009 at 10:43 pm

March 6, 2009 at 7:55 pm

View March 6, 2009 at 7:55 pm

Registration plugin for Habari

View Registration plugin for Habari

March 6, 2009 at 1:29 pm

View March 6, 2009 at 1:29 pm

March 6, 2009 at 8:14 am

// Textareas don't always need to be massive. This works for both tabcontrol_textarea and admincontrol_textarea templates. $instructions = $myform->append('textarea','plugin_version_instructions', 'null:null', Instructions'); $instructions->value = $plugin_versions->info->instructions;

View March 6, 2009 at 8:14 am

March 6, 2009 at 8:14 am

// Textareas don't always need to be massive. This works for both tabcontrol_textarea and admincontrol_textarea templates. $instructions = $myform->append('textarea','plugin_version_instructions', 'null:null', _t('Instructions') ); $instructions->value = $plugin_versions->info->instructions;

View March 6, 2009 at 8:14 am

March 5, 2009 at 3:45 pm

View March 5, 2009 at 3:45 pm

<?php include 'heade

<?php include 'header.php'; ?> <h2 class="archive-header"><?php echo $year ?> Archives</h2> <ul class="archive-list"> <?php foreach ( $collection_years as $collection_year ) { ?>

View <?php include 'heade

public function act

public function act_display_archives() { if ( ! empty( Controller::get_handler()->handler_vars['year'] ) ) { $year= intval( Controller::get_handler()->handler_vars['year'] ); $this->assign( 'year', $year );

View public function act

March 5, 2009 at 11:19 am

View March 5, 2009 at 11:19 am

Array ( [0] => m

Array ( [0] => md4 [1] => md5 [2] => sha1

View Array ( [0] => m

March 4, 2009 at 11:51 pm

class ExecHandler extends ActionHandler { private static $trusted_nicks = array( 'BigJibby', 'ringmaster', 'skippy', 'michaeltwofish', 'Caius', 'moeffju', 'mikelietz', 'dmondark', 'arthus', 'h0bbel', 'miklb', 'blakej', 'MellerTime', 'scoates', 'gsnedders', 'RandyWalker', 'Morydd', 'rellem', 'rick_c' ); const PRIVATE_KEY = 'ooooohhhhhkkkkkllll';

View March 4, 2009 at 11:51 pm

March 4, 2009 at 11:48 pm

class ExecHandler extends ActionHandler { private static $trusted_nicks = array( 'BigJibby', 'ringmaster', 'skippy', 'michaeltwofish', 'Caius', 'moeffju', 'mikelietz', 'dmondark', 'arthus', 'h0b$ const PRIVATE_KEY = 'ooohhhh';

View March 4, 2009 at 11:48 pm

March 4, 2009 at 11:44 pm

<?php // process form function hmac($data){ return md5(md5($data) . 'foo boo salt' . md5('this is a very secret key')); }

View March 4, 2009 at 11:44 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