Pastoid

Search Results

January 8, 2010 at 1:18 am - View

if ( isset( $paramset['any:info'] ) ) { if ( is_array( $paramset['any:info'] ) ) { $pi_count = 0; $pi_where = array(); foreach ( $paramset['any:info'] as $info_key => $info_value ) {

January 8, 2010 at 1:18 am - View

if ( isset( $paramset['any:info'] ) ) { if ( is_array( $paramset['any:info'] ) ) { $pi_count = 0; $pi_where = array(); foreach ( $paramset['any:info'] as $info_key => $info_value ) {

January 7, 2010 at 5:27 pm - View

<?php $content = $block->content; if(preg_match('%(<a[^>]+>)(.+?)</a>%i', $content, $matches) && trim($matches[2]) == trim(strip_tags($content))) { $begin = $matches[1]; $content = $matches[2];

January 7, 2010 at 12:12 pm - View

sfdisk: ERROR: sector 0 does not have an msdos signature /dev/sdb: unrecognized partition table type No partitions found

January 7, 2010 at 12:12 pm - View

[93348.347317] scsi 7:0:0:0: Direct-Access SITRONIX MULTIMEDIA 0.09 PQ: 0 ANSI: 0 CCS [93348.348640] sd 7:0:0:0: Attached scsi generic sg2 type 0 [93348.360327] sd 7:0:0:0: [sdb] 4096 512-byte logical blocks: (2.09 MB/2.00 MiB) [93348.366075] sd 7:0:0:0: [sdb] Write Protect is off [93348.366092] sd 7:0:0:0: [sdb] Mode Sense: 0b 00 00 08

January 6, 2010 at 9:35 am - View

class SimpleCategoriesFormat extends Format { /** * function category_and_list * Formatting function (should be in Format class?)

December 30, 2009 at 2:50 pm - View

function unsalted_init() { global $CONFIG; // Register a function that provides some default override actions

December 30, 2009 at 2:50 pm - View

<?php function unsalted_init() { global $CONFIG;

December 30, 2009 at 2:50 pm - View

<?php function unsalted_init() { global $CONFIG;

December 30, 2009 at 2:50 pm - View

deleteme

December 23, 2009 at 12:13 pm - View

<div id="block-search-0" class="clear-block block block-search"> <h2>Search</h2> <div class="content"><form action="/topic/2000/01/exploring-unpredictable-future" accept-charset="UTF-8" method="post" id="search-block-form"> <div><div class="container-inline"><div class="form-item" id="edit-search-block-form-keys-wrapper">nt"><form action="/topic/2000/01/exploring-unpredictable-futu <input type="text" maxlength="128" name="search_block_form_keys" id="edit-search-block-form-keys" size="15" value="" title="Enter the terms you wish to search for." class="form-text" /> method="post" id="search-block-form">

unfinished simplecategories - View

<?php class SimpleCategories extends Plugin { private static $vocabulary = 'simplecategories';

December 22, 2009 at 7:29 pm - View

/** * Save a block when added to an area * * @param AjaxHandler $handler The AjaxHandler instance */

Habari RSS plugin - View

December 15, 2009 at 7:12 pm - View

sqlite> select post_id, value from habari__postinfo where name='views' order by value desc; 1|4 2|14 3|1

December 15, 2009 at 6:50 pm - View

sqlite> SELECT DISTINCT habari__posts.id AS id, habari__posts.slug AS slug, habari__posts.title AS title, habari__posts.guid AS guid, habari__posts.content AS content, habari__posts.cached_content AS cached_content, habari__posts.user_id AS user_id, habari__posts.status AS status, habari__posts.pubdate AS pubdate, habari__posts.updated AS updated, habari__posts.modified AS modified, habari__posts.content_type AS content_type, hipi1.value AS info_views_value FROM habari__posts LEFT JOIN habari__postinfo hipi1 ON habari__posts.id = hipi1.post_id AND hipi1.name = 'views' WHERE ( (habari__posts.content_type = 1 AND (hipi1.name <> '')) ) &nbsp;AND ( ((1=1)) )

popular posts output - View

REQUEST: object SuperGlobal Object ( [content_type] => entry [has:info] => views

December 14, 2009 at 7:30 pm - View

/** &nbsp;* contructs a ul of the popular posts (technically, entries with higher views) &nbsp;*/ &nbsp;public function popular_posts() {

December 14, 2009 at 7:30 pm - View

/** * contructs a ul of the popular posts (technically, entries with higher views) */ &nbsp;public function popular_posts() {

December 14, 2009 at 7:30 pm - View

/** * contructs a ul of the popular posts (technically, entries with higher views) */ &nbsp;public function popular_posts() {

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