Pastoid

Search Results

July 24, 2011 at 4:34 pm - View

July 13, 2011 at 6:02 am - View

July 11, 2011 at 7:44 pm - View

Submodule 'system' (https://github.com/habari/system.git) registered for path 'system' Initialized empty Git repository in /home/skippy/h/habari/system/.git/ fatal: https://github.com/habari/system.git/info/refs download error - error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none

July 6, 2011 at 6:10 pm - View

namecheap_domains id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, batch VARCHAR(10) NOT NULL, domain VARCHAR(255) NOT NULL, user VARCHAR(32) NOT NULL,

July 6, 2011 at 4:38 pm - View

array Array ( [0] => SELECT DISTINCT {posts}.id AS id, {posts}.slug AS slug, {posts}.title AS title, {posts}.guid AS guid, {posts}.content AS content, {posts}.cached_content AS cached_content, {posts}.user_id AS user_id, {posts}.status AS status, {posts}.pubdate AS pubdate, {posts}.updated AS updated, {posts}.modified AS modified, {posts}.content_type AS content_type, hipi1.value AS info_views_value FROM {posts}

July 6, 2011 at 4:31 pm - View

public function filter_theme_act_display_popular($handler, $theme) { $paramarray = array(); $paramarray['fallback'] = array( 'popular', 'home',

July 2, 2011 at 9:40 pm - View

June 29, 2011 at 4:51 pm - View

$form = new FormUI( 'test' ); $form->append( new FormControlText('Soup Name', 'soup__name', 'test', 'admincontrol_text')); $form->append( new FormControlSelect('Soup Type', 'soup__type', 'select one', array('stock', 'cream'))); $form->append( new FormControlSubmit('save', _t( 'Save' )));

June 29, 2011 at 4:51 pm - View

$form = new FormUI( 'test' ); $form->append( new FormControlText('name', 'soup__name', 'Soup Name', 'admincontrol_text')); $form->append( new FormControlSelect('type', 'soup__type', 'Soup Type', array('stock', 'cream'))); $form->append( new FormControlSubmit('save', _t( 'Save' )));

June 29, 2011 at 4:51 pm - View

$form = new FormUI( 'test' ); $form->append( new FormControlText('name', 'soup__name', 'Soup Name')); $form->append( new FormControlSelect('type', 'soup__type', 'Soup Type', array('stock', 'cream'))); $form->append( new FormControlSubmit('save', _t( 'Save' )));

June 29, 2011 at 2:43 pm - View

<fieldset class="sml"> <legend>Built Form</legend> <ol class="ui-sortable"> <li style="display: list-item; "> <label for="element_4e0b3028e4b39"><a href="#" rel="dropdown" class="properties tooltip">No Label</a></label>

habari-test - View

<VirtualHost localhost:80> ServerName habari-test ServerAdmin yourname@yourdomain.com DocumentRoot /var/www/habari/ </VirtualHost>

June 28, 2011 at 4:19 pm - View

<script type="text/javascript"> $(document).ready(function(){ $("#checksubmit").click(function(){ $('#loading").show(); var domain = $("#checkdomain").val();

June 28, 2011 at 4:10 pm - View

<script type="text/javascript"> $(document).ready(function(){ $("#checksubmit").click(function(){ $('#loading").show(); var domain = $("#checkdomain").val();

index.php - View

<!DOCTYPE html> <html> <head> <script type="text/javascript" src="jquery-1.6.1.min.js"></script> <script type="text/javascript">

June 27, 2011 at 8:11 pm - View

<?php $ch = curl_init( 'http://localhost/dns/a.php' ); curl_setopt( $ch, CURLOPT_CONNECTTIMEOUT, 3 ); curl_setopt( $ch, CURLOPT_TIMEOUT, 3); $result = curl_exec( $ch );

June 27, 2011 at 8:11 pm - View

<?php header("Connection: close"); header("Content-Encoding: none\r\n"); ignore_user_abort(true); flush();

June 27, 2011 at 8:11 pm - View

$ cat /tmp/a.txt 1 2 3

June 23, 2011 at 7:57 pm - View

function student($student_id) { $student_name = *looks up id in ldap database* return $student_name; }

June 23, 2011 at 7:57 pm - View

function student($student_id) { $student_name = *looks up id in ldap database* return $student_name; }

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