Pastoid

Search Results

June 2, 2008 at 5:23 pm - View

FormUI - View

<?php /** * FormUI Library - Create interfaces for plugins * * FormUI This is the main class, it generates the form itself;

FormUI Publish - View

$form = new FormUI('publishform'); $form->class[] = 'create'; // Create the Title field $form->append('text', 'title', 'null:null', _t('Title'));

May 31, 2008 at 8:58 am - View

May 30, 2008 at 2:41 pm - View

May 29, 2008 at 11:45 pm - View

ab benchmark - View

Benchmarking mattread.ca (be patient) Completed 100 requests Finished 200 requests

ab benchmark - View

Benchmarking mattread.com (be patient) Completed 100 requests Finished 200 requests

Lighty fastcgi.server - View

fastcgi.server = ( ".php" => (( "bin-path" => "/usr/bin/php5-cgi", "socket" => "/tmp/php.socket", "max-procs" => 1, "bin-environment" => (

May 29, 2008 at 8:07 pm - View

mysql> SHOW STATUS LIKE 'Qcache%'; +-------------------------+----------+ | Variable_name | Value | +-------------------------+----------+ | Qcache_free_blocks | 4 |

May 29, 2008 at 8:06 pm - View

mysql> SHOW VARIABLES LIKE '%query%'; +------------------------------+----------+ | Variable_name | Value | +------------------------------+----------+ | ft_query_expansion_limit | 20 |

May 29, 2008 at 4:31 pm - View

Welcome to Pastoid - Submit a URL to make a shorter version, or paste text to create a link you can use on forums or IRC.

May 28, 2008 at 1:35 pm - View

FormUI - View

<?php /** * FormUI Library - Create interfaces for plugins * * FormUI This is the main class, it generates the form itself;

May 28, 2008 at 9:42 am - View

<?php $theme->display( 'header'); ?> <div id="entries"> <?php foreach ($posts as $post) : ?> <h3><?php echo $post->tags_out; ?></h3><h2><a href="<?php echo $post->permalink; ?>"><?php echo $post->title; ?></a></h2>

May 28, 2008 at 9:11 am - View

<?php $theme->display ( 'header'); ?> <div id="entries"> <?php foreach ( $posts as $post ) { ?> <h3><?php echo $post->tags_out; ?></h3>

May 27, 2008 at 11:05 pm - View

<?php $theme->display( 'header'); ?> <div id="entries"> <h3><?php echo $post->tags_out; ?></h3><h2><a href="<?php echo $post->permalink; ?>"><?php echo $post->title; ?></a></h2>

May 27, 2008 at 11:04 pm - View

<?php /** * MyTheme is a custom Theme class for the K2 theme. *

May 27, 2008 at 9:10 pm - View

array_walk( $paramset['content_type'], create_function( '$a,$b,&$c', 'if ($a != "any" && ACL::user_can( "view_" . Post::type_name($a) ) ) { $c[$b]= Post::type($a); } else { unset($c[$b]); }' ), $paramset['content_type'] ); // Same as: foreach($paramset['content_type'] as $key => $value) {

May 27, 2008 at 7:38 pm - View

skippy@skippy-laptop:~/code/acl$ svn merge --dry-run -r 1793:HEAD https://svn.habariproject.org/habari/trunk/htdocs . U system/plugins/flickrsilo/flickrsilo.plugin.php U system/themes/charcoal/theme.xml C system/admin/logs.php A system/admin/logs_items.php

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