Pastoid

Search Results

February 17, 2009 at 7:35 pm - View

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

<?php class Piwik ex - View

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

Twitter Linkify stuff - View

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 */

February 17, 2009 at 1:29 pm - View

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

Twitter Plugin: r705 - View

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

February 16, 2009 at 11:48 pm - View

February 16, 2009 at 10:50 pm - View

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

February 16, 2009 at 10:41 pm - View

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

February 16, 2009 at 10:39 pm - View

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

February 16, 2009 at 10:35 pm - View

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

February 16, 2009 at 7:26 pm - View

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

February 16, 2009 at 7:15 pm - View

February 16, 2009 at 5:34 pm - View

February 16, 2009 at 4:16 am - View

February 14, 2009 at 11:38 pm - View

/* * 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 )

February 14, 2009 at 12:43 pm - View

<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>

February 14, 2009 at 10:08 am - View

<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>

February 14, 2009 at 9:13 am - View

<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><pre class="error">

February 13, 2009 at 7:18 pm - View

<div id="widgetIframe"><iframe width="100%" height="350" src="http://piwik.org/demo/index.php?module=Widgetize&action=iframe&moduleToWidgetize=VisitsSummary&actionToWidgetize=getLastVisitsGraph&idSite=1&period=day&date=2009-02-13&disableLink=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>

February 13, 2009 at 6:35 pm - View

<?php class PiwikDashPlugin 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