Pastoid

Search Results

June 4, 2008 at 4:51 pm - View

[ayu@dahlia ~]% ab -n 200 http://ayu.commun.jp/ This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0 Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright 2006 The Apache Software Foundation, http://www.apache.org/

June 4, 2008 at 4:48 pm - View

Benchmarking mattread.com (be patient) Finished 512 requests Server Software: lighttpd/1.4.13

June 4, 2008 at 4:45 pm - View

Benchmarking h0bbel.p0ggel.org (be patient) Finished 85 requests Server Software: Apache

June 4, 2008 at 4:43 pm - View

Benchmarking www.awhitebox.com (be patient) Finished 70 requests Server Software: Apache

a white box - View

Benchmarking awhitebox.com (be patient) Finished 937 requests Server Software: Apache

June 4, 2008 at 11:50 am - View

FormUI Object ( [success_callback:private] => [success_callback_params:private] => Array (

June 4, 2008 at 11:48 am - View

FormControlTextArea Object ( [caption:protected] => Items to blacklist (words, IP addresses, URLs, etc): [default:protected] => [validators:protected] => Array

June 4, 2008 at 11:32 am - View

array ( 'forvalidation' => false, 'control' => FormControlTextArea::__set_state(array( 'caption' => 'Items to blacklist (words, IP addresses, URLs, etc):',

June 4, 2008 at 11:17 am - View

public function action_plugin_ui( $plugin_id, $action ) { if ( $plugin_id == $this->plugin_id() ) { switch ( $action ) { case _('Configure') :

June 4, 2008 at 11:14 am - View

#!/bin/sh REPOS="$1" REV="$2"

June 4, 2008 at 11:14 am - View

#!/usr/bin/php <?php define( 'DS', DIRECTORY_SEPARATOR );

June 4, 2008 at 11:01 am - View

Error: Indirect modification of overloaded property FormControlSelect::$properties has no effect /home/www/skippy.net/system/classes/formui.php : Line 1007 array ( 'forvalidation' => false, 'control' =>

June 4, 2008 at 10:23 am - View

<?php /** * Twitter Plugin * * Lets you show your current Twitter status in your theme, as well

June 4, 2008 at 10:23 am - View

<?php /** &nbsp;*&nbsp;Twitter&nbsp;Plugin &nbsp;*

June 4, 2008 at 8:46 am - View

#!/bin/sh WC="/home/www/habariproject/workingcopy/trunk/htdocs" EXPORT="/home/www/habariproject/extras-export" TARGET="/home/www/habariproject/htdocs/www/dist/plugins/"

RawPHPEngine Addition - View

/** * Starts a buffer queue to prevent variables from leaking out of a sub-template into the parent */ public function start_buffer() {

June 3, 2008 at 3:52 pm - View

$ui= new FormUI( strtolower( get_class( $this ) ) ); $ui->append( 'select', 'flickr_size','option:flickrsilo:flickr_size', _t( 'Default size for images in Posts:' ) ); $ui->flickr_size->options= array( '_s' => 'Square (75x75)', '_t' => 'Thumbnail (100px)', '_m' => 'Small (240px)', '' => 'Medium (500px)', '_b' => 'Large (1024px)', '_o' => 'Original Size' ); $ui->append('submit', 'save', _t( 'Save' ) ); $ui->out();

Habari profiling - View

<?php $profiles = DB::get_profiles(); $total_queries_time = array_sum( array_map( create_function('$a', 'return $a->total_time;'), $profiles ) ); $total_queries = count( $profiles ); global $profile_start;

June 3, 2008 at 10:20 am - View

#!/bin/sh WC="/var/www/sites/habariproject/workingcopy/trunk/htdocs" EXPORT="/var/www/sites/habariproject/extras-export" TARGET="/var/www/sites/habariproject/htdocs/www/dist/plugins/"

Set option on activation - View

function action_plugin_activation( $file ) { if(Plugins::id_from_file($file) == Plugins::id_from_file(__FILE__)) { Options::set( 'twitter:hide_replies', 0); }

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