Pastoid

Search Results

PostFormat - View

<?php class PostFormat extends Plugin { public function filter_post_content_out($out, $post)

PostFormat - View

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>PostFormat</name> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>

March 30, 2011 at 2:41 pm - View

SYSTEM INFORMATION PHP Version: 5.2.0-8+etch10 Server Software: Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-8+etch10 mod_ssl/2.2.3 OpenSSL/0.9.8c Database: mysql - 5.0.32-Debian_7etch5-log PHP Extensions: zip, xmlwriter, libxml, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, session, SimpleXML, sockets, soap, SPL, shmop, standard, Reflection, posix, mime_magic, mbstring, json, iconv, hash, gettext, ftp, filter, exif, dom, dba, date, ctype, calendar, bz2, bcmath, zlib, pcre, openssl, xmlreader, apache2handler, imagick, memcache, apc, curl, gd, imap, mcrypt, mhash, ming, mysql, mysqli, PDO, pdo_mysql, pdo_sqlite, ps, pspell, recode, snmp, SQLite, tidy, xmlrpc, xsl

March 30, 2011 at 2:33 pm - View

SYSTEM INFORMATION PHP Version: 5.3.3-1ubuntu9.3 Server Software: Apache/2.2.16 (Ubuntu) Database: mysql - 5.1.49-1ubuntu8.1 PHP Extensions: Core, date, ereg, libxml, openssl, pcre, zlib, bcmath, bz2, calendar, ctype, dba, dom, hash, fileinfo, filter, ftp, gettext, session, iconv, json, mbstring, apc, posix, Reflection, standard, shmop, SPL, soap, sockets, SimpleXML, exif, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, zip, cgi-fcgi, Phar, curl, gd, imap, ldap, mcrypt, memcache, mysql, mysqli, PDO, pdo_mysql, pdo_sqlite, pspell, SQLite, sqlite3, tidy, mhash

March 23, 2011 at 5:28 pm - View

source authors { type = mysql sql_host = localhost

March 23, 2011 at 4:56 pm - View

$cl = new SphinxClient(); $cl->SetServer( "localhost", 9312 ); $cl->SetFieldWeights( array('title' => 70, 'subtitle' => 30) ); $cl->SetMatchMode( SPH_MATCH_EXTENDED2 ); $cl->SetLimits( 0, 20, 1000 );

March 17, 2011 at 3:45 pm - View

March 16, 2011 at 1:44 pm - View

public function filter_get_scopes($scopes) { $rules = RewriteRules::get_active(); $scopeid = 40000; foreach($rules as $rule) {

March 10, 2011 at 8:01 pm - View

def dupefinder(lister): '''Function to find first duplicate in a list; Variable to pass to this function should be of type "list" ''' listerdupe = sorted(lister) counter = 0

my blacklist - View

.gd/ .pl/ .ru/ .sk/ .tv/

March 9, 2011 at 10:37 am - View

/** * __construct function. * * @access public * @param string $user_id. (default: '')

March 3, 2011 at 11:55 pm - View

*** LOCAL GEMS *** bson (1.2.4) bson_ext (1.2.4) builder (3.0.0)

March 3, 2011 at 11:55 pm - View

bson (1.2.4) bson_ext (1.2.4) builder (3.0.0) cucumber (0.10.0) diff-lcs (1.1.2)

gemenv - View

RubyGems Environment: - RUBYGEMS VERSION: 1.3.5 - RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] - INSTALLATION DIRECTORY: /var/lib/gems/1.8 - RUBY EXECUTABLE: /usr/bin/ruby1.8

php-i.txt - View

phpinfo() PHP Version => 5.3.2-1ubuntu4.7 System => Linux lamp 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 Build Date => Jan 12 2011 18:34:05

test_utils.php - View

<?php include 'bootstrap.php'; class UtilsTest extends UnitTestCase

solvemedia.plugin.php - View

<?php /** * http://portal.solvemedia.com/portal/help/pub/php/ **/

adminhandler.diff - View

Index: system/classes/adminhandler.php =================================================================== --- system/classes/adminhandler.php (revision 4890) +++ system/classes/adminhandler.php (working copy) @@ -3563,8 +3563,16 @@

theme.php - View

<?php if ( !defined( 'HABARI_PATH' ) ) { die( 'No direct access' ); } ?> <?php class Charcoal extends Theme {

test.plugin.php - View

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

<Hide