Pastoid

Search Results

February 17, 2009 at 9:46 pm

/** * Create fields on user page * **/ public function action_form_user($form, $user)

View February 17, 2009 at 9:46 pm

February 17, 2009 at 9:46 pm

public function filter_adminhandler_post_user_fields ( $fields ) { $fields['ircnick'] = 'ircnick'; return $fields; }

View February 17, 2009 at 9:46 pm

February 17, 2009 at 7:35 pm

<?php class QuickPost extends Plugin { /** * function info

View February 17, 2009 at 7:35 pm

<?php class Piwik ex

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

View <?php class Piwik ex

Twitter Linkify stuff

if ( Options::get( 'twitter__linkify_urls' ) != FALSE ) { /* link to all http: */ // $theme->tweet_text = preg_replace( "/(http:\/\/\S*)/", "<a href=\"$1\">$1</a>", $theme->tweet_text ); $theme->tweet_text = preg_replace( '%https?://\S+?(?=(?:[.:?"!$&\'()*+,=]|)(?:\s|$))%i', "<a href=\"$0\">$0</a>", $theme->tweet_text ); /* link to usernames */

View Twitter Linkify stuff

February 17, 2009 at 1:29 pm

public static function pastoid($paste) { $url = null; $post = http_build_query(array( 'paste[1][content]' => $paste,

View February 17, 2009 at 1:29 pm

Twitter Plugin: r705

<?php /** * Twitter Plugin * * Lets you show your current Twitter status in your theme, as well

View Twitter Plugin: r705

February 16, 2009 at 11:48 pm

View February 16, 2009 at 11:48 pm

February 16, 2009 at 10:50 pm

svn export http://svn.habariproject.org/habari/trunk/htdocs habari svn export http://svn.habariproject.org/habari-extras/locales/$1/trunk/LC_MESSAGES habari/system/locale/$1/LC_MESSAGES tar zcvf habari-trunk-$1.tar.gz habari rm -rf habari

View February 16, 2009 at 10:50 pm

February 16, 2009 at 10:41 pm

// ==UserScript== // @name De_blankify Twitter // @version 0.1 // @namespace http://twofishcreative.com/greasemonkey // @description Remove target="_blank" from Twitter links

View February 16, 2009 at 10:41 pm

February 16, 2009 at 10:39 pm

svn export http://svn.habariproject.org/habari/trunk/htdocs habari svn export http://svn.habariproject.org/habari-extras/locales/$1/trunk/LC_MESSAGES /tmp/habari/system/locale/$1/LC_MESSAGES tar zxvf habari habari-trunk-$1.tar.gz rm -rf habari

View February 16, 2009 at 10:39 pm

February 16, 2009 at 10:35 pm

svn export http://svn.habariproject.org/habari/trunk/htdocs /tmp/habari svn export http://svn.habariproject.org/habari-extras/locales/$1/trunk/LC_MESSAGES /tmp/habari/system/locale/$1/LC_MESSAGES cd /tmp tar zxvf habari habari-trunk-$1.tar.gz

View February 16, 2009 at 10:35 pm

February 16, 2009 at 7:26 pm

ddns-update-style interim; ignore client-updates; include "/etc/bind/rndc.key";

View February 16, 2009 at 7:26 pm

February 16, 2009 at 7:15 pm

View February 16, 2009 at 7:15 pm

February 16, 2009 at 5:34 pm

View February 16, 2009 at 5:34 pm

February 16, 2009 at 4:16 am

View February 16, 2009 at 4:16 am

February 15, 2009 at 9:20 pm

he definitions of the terms “liberal” and “conservative” have been the subjects of much debate in contemporary American politics. But it has become increasingly clear that the term "progressive" is equally ambiguous, and is associated with at least two relatively distinct philosophical traditions. Although these two "progressivisms" share

View February 15, 2009 at 9:20 pm

February 14, 2009 at 11:38 pm

/* * static count_total * return a count for the total number of posts * @param mixed a status value to filter posts by; if FALSE, then no filtering will be performed * @return int the number of posts of specified type ( published or draft )

View February 14, 2009 at 11:38 pm

February 14, 2009 at 12:43 pm

<form action="<?php URL::out( 'submit_feedback', array( 'id' => $post->id ) ); ?>" method="post" id="commentform"> <div id="comment-personaldetails"> <p> <input type="text" name="name" id="name" value="<?php echo $commenter_name; ?>" size="22" tabindex="1"> <label for="name"><small><strong><?php _e('Name'); ?></strong></small><span class="required"><?php if (Options::get('comments_require_id') == 1) : ?> *<?php _e('Required'); ?><?php endif; ?></span></label>

View February 14, 2009 at 12:43 pm

February 14, 2009 at 10:08 am

<pre class="error"> <b>Notice:</b> Object of class QueryRecord could not be converted to int in system\classes\acl.php line 554 </pre><pre class="error"> <b>Notice:</b> Object of class QueryRecord could not be converted to int in system\classes\utils.php line 991 </pre>

View February 14, 2009 at 10:08 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