Pastoid

Search Results

Scope RPN

<?php function check_scope_criteria($criteria) { $stack = array();

View Scope RPN

Scope RPN

<?php function check_scope_criteria($criteria) { $stack = array();

View Scope RPN

Scope RPN

<?php function check_scope_criteria($criteria) { $stack = array();

View Scope RPN

Scope RPN

<?php $scope_criteria = array( array('request', 'display_post'), 'and', array('token', 'subscriber'),

View Scope RPN

Scope RPN

<?php function check_scope_criteria($criteria) { $stack = array();

View Scope RPN

Scope RPN

<?php // Display different area contents for users who can // edit entries and are looking at an entry $scope_criteria = array( array('request', 'display_post'),

View Scope RPN

Scope RPN

<?php function check_scope_criteria($criteria) { $stack = array();

View Scope RPN

April 27, 2009 at 12:11 am

public function get_blocks($area, $scope, $theme) { switch($area) { case 'sidebar': // simulate area blocks

View April 27, 2009 at 12:11 am

April 26, 2009 at 3:58 pm

Classes tree: Value |- Undefined |- Null |- Boolean

View April 26, 2009 at 3:58 pm

April 26, 2009 at 4:34 am

mysql> show table status from twiple like 'statuses'\G *************************** 1. row *************************** Name: statuses Engine: MyISAM Version: 10

View April 26, 2009 at 4:34 am

Habari add vocabulary test

public function test_add_vocabulary() { $vocab_count = count(Vocabulary::list()); $v = new Vocabulary($this->vocab_name, $this->vocab_desc, Vocabulary::feature_mask(true, false, false, false); $v->insert();

View Habari add vocabulary test

Habari Vocabulary stuff

<?php class system_classes_VocabularyTest extends PHPUnit_Framework_TestCase {

View Habari Vocabulary stuff

Habari Vocabulary stuff

<?php /** * Vocabulary Class *

View Habari Vocabulary stuff

Excerpts from my "Resurrection" theme

<?php $theme->display('head'); ?> <div id="bd"> <div id="yui-main" class="hfeed"> <div class="yui-b">

View Excerpts from my "Resurrection" theme

Excerpts from my "Resurrection" theme

<div id="post-<?php echo $content->id; ?>" class="entry <?php echo $content->statusname; ?>"> <div class="entry-head"> <h2 class="entry-title"><a href="<?php echo $content->permalink; ?>" title="<?php echo $content->title; ?>"><?php echo $content->title_out; ?></a></h2> <div class="entry-meta"> <span class="chronodata published"><?php echo $content->pubdate_out; ?></span> &middot;

View Excerpts from my "Resurrection" theme

Excerpts from my "Resurrection" theme

<?php $theme->display('head'); ?> <div id="bd"> <div id="yui-main" class="hfeed"> <div class="yui-b">

View Excerpts from my "Resurrection" theme

Excerpts from my "Resurrection" theme

<div id="post-<?php echo $content->id; ?>" class="entry <?php echo $content->statusname; ?>"> <div class="entry-head"> <h2 class="entry-title"><a href="<?php echo $content->permalink; ?>" title="<?php echo $content->title; ?>"><?php echo $content->title_out; ?></a></h2> <div class="entry-meta"> <span class="chronodata published"><?php echo $content->pubdate_out; ?></span> ·

View Excerpts from my "Resurrection" theme

Excerpts from my "Resurrection" theme

<div class="comment-meta"> <div class="comment-avatar"><img src="http://www.gravatar.com/avatar.php?gravatar_id=<?php echo md5($content->email); ?>&size=50&default=<?php Site::out_url('theme', '/images/gravatar.png'); ?>"></div> <div class="comment-author"><?php echo $content->name; ?></div> <div class="comment-date"><a href="<?php echo $content->post->permalink; ?>#comment-<?php echo $content->id; ?>" title="<?php _e('Link to this comment'); ?>"><?php $content->date->out('M j, Y h:ia'); ?></a></div> <?php if ( $content->status != Comment::STATUS_APPROVED ) : ?>

View Excerpts from my "Resurrection" theme

April 23, 2009 at 9:37 pm

$fh = tmpfile(); if (! $fh ) { $tmp = tempnam( HABARI_PATH . '/user/cache', 'RR' ); if ( ! $tmp ) { return Error::raise( _t( ' %s: CURL Error. Unable to create temporary file name.', array( __CLASS__ ) ), E_USER_WARNING );

View April 23, 2009 at 9:37 pm

April 23, 2009 at 9:32 pm

// old code $fh = tmpfile(); // new code $tmp = tempnam( HABARI_PATH . '/user/cache', 'RR' );

View April 23, 2009 at 9:32 pm

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

<Hide