Pastoid

Search Results

September 17, 2008 at 8:10 am - View

<code> <?php get_header(); ?> <?php query_posts('post_type=page&order=asc'); ?>

September 16, 2008 at 4:58 pm - View

<?php $content = 'Lorem ipsum'; $font_file = 'D:/htdocs/msjh.ttf'; $font_size = 28; $font_color = '#000000FF';

September 16, 2008 at 4:45 pm - View

<?php /** * RenderType Plugin Class *

September 16, 2008 at 4:43 pm - View

<?php /** * RenderType Plugin Class *

September 16, 2008 at 3:22 pm - View

G:\workspace\habari-selenium>phpunit HabariSeleniumTestSuite TestSuite.php PHPUnit 3.3.0 by Sebastian Bergmann. EEEEEEEEEEEEEEFEE

September 16, 2008 at 2:33 pm - View

<?php function httpDelete($ip=null,$port=80,$uri=null,$content=null) { if (empty($ip)) { return false; } if (!is_numeric($port)) { return false; } if (empty($uri)) { return false; }

JibbyBot ,heval - View

Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'matt ' for key 2 in system/classes/databaseconnection.php line 268 matt foo

September 16, 2008 at 11:23 am - View

//if not previously published if ( ( $post->status != Post::status( 'published' ) ) { // the user wants to assign the published status if ( $form->status->value == Post::status( 'published' ) ) { // and the date and time is less than or equal to the current date and time

September 16, 2008 at 10:38 am - View

September 16, 2008 at 12:21 am - View

Thomas Jefferson in 1802 in a letter to then Secretary of the Treasury, Albert Gallatin: "If the American people ever allow private banks to control the issue of their money, first by inflation and then by deflation, the banks and corporations that will grow up around them, will deprive the people of their property until their children will wake up homeless on the

September 15, 2008 at 11:26 pm - View

/** * Applies context filters to the string and returns it * * @param string $property The property of the string to return * @return String A new modified String representation of the filtered string

September 15, 2008 at 9:50 pm - View

September 15, 2008 at 8:35 pm - View

<?php function permute($set, $width) { $set = str_split($set);

September 15, 2008 at 8:35 pm - View

<?php function permute2($set, $width) { $in = $set = str_split($set);

September 15, 2008 at 8:21 pm - View

<?php function permute($set, $width) { $set = str_split($set);

September 15, 2008 at 7:05 pm - View

class TypophileFormat extends Format { public function typophile( $content, $font_array = array()) // I hate PHP { return '<h1>' . $font_array['color'] . '</h1>';

Pastoid Feature Sample - View

Pastoid Feature Sample - View

<?php echo 'this is the first code chunk'; ?>

Pastoid Feature Sample - View

<?php echo 'This is the second code chunk'; ?>

ADODB Example - Corrected - View

if ( !class_exists( 'ADONewConnection' ) ) { require_once( APPPATH . 'libraries/adodb5/adodb.inc.php' ); } $db = ADONewConnection( 'mysql' );

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