Pastoid

Search Results

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

June 23, 2011 at 4:53 pm - View

<html> <head> <title></title> </head> <body>

June 22, 2011 at 11:04 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 FROM {posts}

June 22, 2011 at 10:53 pm - View

Utils::debug(Posts::get( array('content_type' => Post::type('section'), 'nolimit' => TRUE, 'status' => Post::status('published'), 'orderby' => 'title ASC', 'fetch_fn' => 'get_query') )); exit(); array Array ( [0] =>

June 22, 2011 at 10:44 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 FROM {posts}

June 22, 2011 at 10:41 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 FROM {posts}

June 22, 2011 at 10:26 pm - View

$user = User::identify(); if( $user->can('administrate') ) { return Posts::get( array('content_type' => Post::type('section'), 'nolimit' => TRUE, 'status' => Post::status('published'), 'orderby' => 'title ASC') ); } else { return Posts::get( array('group' => array($user->groups), 'content_type' => Post::type('section'), 'nolimit' => TRUE, 'status' => Post::status('published'), 'orderby' => 'title ASC') );

June 22, 2011 at 4:28 pm - View

$rules[] = array( 'name' => 'display_column', 'parse_regex' => '%^column/(?P<slug>[^/]*)(?:/page/(?P<page>\d+))?/?$%i', 'build_str' => 'column/{$slug}(/page/{$page})', 'handler' => 'UserThemeHandler',

June 22, 2011 at 3:32 pm - View

$rules[] = array( 'name' => 'display_article', 'parse_regex' => '%^/?(?P<column>.+)/?(?P<slug>.+)/?$%i', 'build_str' => '{$column}/{$slug}', 'handler' => 'UserThemeHandler',

June 21, 2011 at 3:51 pm - View

SimpleXMLElement Object ( [@attributes] => Array ( [Status] => OK

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