Pastoid

Search Results

function h - View

function httpPost( $host, $path, $content = '', $port = 80 ) { // generate headers in array. $t = array(); $t[] = 'POST ' . $path . ' HTTP/1.1';

#!/usr/bin/env php <?php function httpPost( $host, $path, $content = '', $port = 81 ) { // generate headers in array. $t = array(); $t[] = 'POST ' . $path . ' HTTP/1.1'; $t[] = 'Content-Type: application/x-www-form-urlencoded'; $t[] = 'Host: ' - View

#!/usr/bin/env php <?php function httpPost( $host, $path, $content = '', $port = 80 ) {

function%22httpPost%28%22%24host%2C%22%24path%2C%22%24content%22%3D%22%27%27%2C%22%24port%22%3D%2282%22%29%2A%7B%2A%29%2F%2F%22generate%22headers%22in%22array.%2A%29%24t%22%22%22%3D%22array%28%29%3B%2A%29%24t%5B%5D%22%3D%22%27POST%22%27%22.%22%24path%22.% - View

function httpPost( $host, $path, $content = '', $port = 80 ) { // generate headers in array. $t = array(); $t[] = 'POST ' . $path . ' HTTP/1.1';

function%21httpPost%28%21%24host%2C%21%24path%2C%21%24content%21%3D%21%27%27%2C%21%24port%21%3D%2181%21%29%1A - View

function httpPost( $host, $path, $content = '', $port = 80 )

September 21, 2008 at 1:20 am - View

// text of entry.multiple.php {hi:display:header} <div id="content"> <!--begin loop-->

September 20, 2008 at 8:03 pm - View

September 20, 2008 at 8:02 pm - View

September 20, 2008 at 5:12 pm - View

oberth:bin chris$ php -i | grep include_path include_path => .:/opt/local/lib/php => .:/opt/local/lib/php oberth:bin chris$ ls -l /opt/local/lib/php | grep Zend lrwxr-xr-x 1 root admin 27 Sep 20 00:15 Zend -> /Users/chris/Sites/lib/Zend

September 20, 2008 at 2:55 pm - View

<?php class FunWithMyBlogPostDescriptions extends Plugin {

September 20, 2008 at 2:54 pm - View

<?php class FunWithMyBlogPostDescriptions extends Plugin {

September 20, 2008 at 2:53 pm - View

<?php class FunWithMyBlogPostDescriptions extends Plugin {

September 20, 2008 at 3:18 am - View

Index: /shares/natasha/habari/trunk/system/classes/error.php =================================================================== --- /shares/natasha/habari/trunk/system/classes/error.php (revision 2599) +++ /shares/natasha/habari/trunk/system/classes/error.php (working copy) @@ -5,54 +5,48 @@ (root)

September 19, 2008 at 12:52 am - View

#!/bin/bash for d in `svn ls http://svn.habariproject.org/habari-extras/plugins`; do if [ $1 = "ci" ]

September 18, 2008 at 11:12 pm - View

elisa /shares/natasha/habari/trunk: egrep -Rne "(\s+)=" system/ system/admin/js/media.js:29: var output = '<li class="media_dirlevel"><ul>'; system/admin/js/admin.js:1134: var grip = $('<div class="grip"></div>').mousedown(function(ev){ system/admin/js/admin.js:1138: var resizer = $('<div class="resizer"></div>').css('margin-bottom',$(this).css('margin-bottom')); system/admin/js/admin.js.orig:1065: var grip = $('<div class="grip"></div>').mousedown(function(ev){

September 18, 2008 at 4:11 pm - View

Hello << name - View

#include <iostream> using std::cin; using std::cout; #include <string> using namespace std;

September 18, 2008 at 2:07 pm - View

September 17, 2008 at 2:23 pm - View

//this is in your plugin file public function theme_header( $theme ) {

September 17, 2008 at 8:14 am - View

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title><?php if($request->display_entry && isset($post)) { echo "{$post->title} - "; } ?><?php Options::out( 'title' ) ?></title> <meta http-equiv="Content-Type" content="text/html">

September 17, 2008 at 8:11 am - View

<?php get_header(); ?> <?php query_posts('post_type=page&order=asc'); ?> <div id="page"> <div id="slider">

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