Pastoid

Search Results

February 6, 2009 at 1:30 pm

function ferpa_waiver_search_form_submit($form, $form_values) { // Redirect to results page with submitted form values in the GET query portion of the URL. $query = ''; if (!empty($form_values['lastname']) && !empty($form_values['firstname'])) { // Trim any spaces off either side just in case the user is stilly.

View February 6, 2009 at 1:30 pm

February 6, 2009 at 11:40 am

function ferpa_waiver_detail($people_id) { $people_id = arg(2); print_r($people_id); // We don't have to explicitly pass $people_id to this function, since Drupal // does that for us when it sees an extra path segment after what you

View February 6, 2009 at 11:40 am

Testing the 'Show my pastes' thing

Blah blah blah.

View Testing the 'Show my pastes' thing

Another Paste

This is still a test.

View Another Paste

February 5, 2009 at 11:58 pm

Wow, this works!

View February 5, 2009 at 11:58 pm

February 5, 2009 at 11:58 pm

Wow, this works! It really does!

View February 5, 2009 at 11:58 pm

Habari http:Bl Plugin

<?php class httpblPlugin extends Plugin { /**

View Habari http:Bl Plugin

Habari http:Bl Plugin

<?php class httpblPlugin extends Plugin { /**

View Habari http:Bl Plugin

Habari http:Bl Plugin

<?php class httpblPlugin extends Plugin { /**

View Habari http:Bl Plugin

February 5, 2009 at 9:36 pm

View February 5, 2009 at 9:36 pm

February 5, 2009 at 7:15 pm

<?php // $Id$ /** * @file

View February 5, 2009 at 7:15 pm

February 5, 2009 at 6:34 pm

View February 5, 2009 at 6:34 pm

February 5, 2009 at 6:22 pm

View February 5, 2009 at 6:22 pm

Habari BlogML Export Plugin

<?php class BlogML extends Plugin { /**

View Habari BlogML Export Plugin

February 5, 2009 at 2:27 pm

Fatal error: Uncaught exception 'Exception' with message 'Lost our file.' in /var/www/identi.ca/lib/imagefile.php:112 Stack trace: #0 /var/www/identi.ca/classes/Profile.php(97): ImageFile->resize(96) #1 /var/www/identi.ca/actions/userauthorization.php(333): Profile->setOriginal('/tmp/listenee_a...') #2

View February 5, 2009 at 2:27 pm

February 5, 2009 at 2:03 pm

View February 5, 2009 at 2:03 pm

requirements.php

<?php // Required extensions, this list will augment with time // Even if they are enabled by default, it seems some install turn them off // We use the URL in the Installer template to link to the installation page $required_extensions = array(

View requirements.php

Guy Eats Beating Snake Heart

View Guy Eats Beating Snake Heart

requirements.php

<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="en"/> <meta name="robots" content="no index,no follow" /> <title><?php _e('Habari Requirements Check'); ?></title>

View requirements.php

February 5, 2009 at 8:56 am

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 ) ); $archives[] = '<ul class="archives">';

View February 5, 2009 at 8:56 am

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