Pastoid

Search Results

tag weight function - View

function tag_weight( $count ) { if ( $count == 0 ) { return 0; }

Hi Engine Notes - View

November 24, 2008 at 9:58 am - View

this is from rawphpengine.php. Is there a reason line 10 (the one containing extract()) is here? public function display( $template ) { /**

November 23, 2008 at 11:43 pm - View

public function action_admin_header( $theme ) { $vars = Controller::get_handler_vars(); if( 'plugins' == $theme->page && isset( $vars['configure'] ) && $this->plugin_id == $vars['configure'] ) { Stack::add( 'admin_stylesheet', array( $this->get_url() . '/podcast.css', 'screen' ), 'podcast' );

November 23, 2008 at 11:33 pm - View

Index: system/admin/groups.php =================================================================== --- system/admin/groups.php (revision 2861) +++ system/admin/groups.php (working copy) @@ -44,6 +44,10 @@

November 23, 2008 at 9:19 pm - View

// Only show posts to which the current user has permission if(!isset($paramset['ignore_permissions'])) { $permission_token_ids = isset($paramset['override_permissions']) ? $paramset['override_permissions'] : ACL::user_tokens(User::identify(), 'read'); $joins['post_tokens__posts']= ' JOIN {post_tokens} ON {posts}.id= {post_tokens}.post_id AND {post_tokens}.token_id IN ('.implode(',', $permission_token_ids).')'; }

November 23, 2008 at 11:20 am - View

public static function autop($value) { $target = str_replace( "\r\n", "\n", $value ); $block_tags = array(

November 21, 2008 at 3:36 am - View

M themes/aligned/trunk/entry.multiple.php M themes/aligned/trunk/search.php M themes/aligned/trunk/tag.php M themes/aligned/trunk/entry.single.php M themes/aligned/trunk/home.php

November 20, 2008 at 6:45 pm - View

--------- BEFORE // Set the locale from database or default locale if ( Options::get('locale') ) { Locale::set( Options::get('locale') );

November 20, 2008 at 4:14 pm - View

<?php class HConsol - View

<?php class HConsole extends Plugin { private $code = array();

<?php class HConsol - View

<?php class HConsole extends Plugin { public function info()

November 19, 2008 at 4:09 am - View

fdsafaPastoidPastoidPastoidPastoidPastoidPastoidPastoid PastoidPastoidPastoidPastoidPastoid

November 18, 2008 at 6:54 pm - View

November 18, 2008 at 6:30 pm - View

<ul> <li ><a href="http://jumpman.local/b/women_go_nuts/feed/news/asodmasdas">Asodmasdas</a> by <a title="Every Women" rel="/ajax/module/settings/get_perspective_link/14" class="perspective_user_link">Every Women</a> @ 10:00am</li> <li ><a href="http://jumpman.local/b/women_go_nuts/feed/news/even_more_news">Even more news...</a> by <a title="Every Women" rel="/ajax/module/settings/get_perspective_link/14" class="perspective_user_link">Every Women</a> @ 10:00am</li> <li ><a href="http://jumpman.local/b/women_go_nuts/feed/news/another_news_item">Another news item</a> by <a title="Every Women" rel="/ajax/module/settings/get_perspective_link/14" class="perspective_user_link">Every Women</a> @ 10:00am</li> <li class="hidden"><a href="http://jumpman.local/b/women_go_nuts/feed/news/my_news">My news</a> by <a title="Every Women" rel="/ajax/module/settings/get_perspective_link/14" class="perspective_user_link">Every Women</a> @ 9:01am</li>

November 18, 2008 at 6:28 pm - View

$('.read_more').click(function() { $(this).siblings('ul').children('.hidden').slideDown().removeClass('hidden'); $(this).slideUp(); });

November 17, 2008 at 11:22 pm - View

<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^$ RewriteRule ^?$ "http\:\/\/www\.unforgettablespeakers\.com\/public\-speaking\-blog/" [R=301,L]

November 17, 2008 at 11:17 pm - View

AddType application/x-httpd-php .php .htm .html Options Indexes FollowSymLinks Includes RewriteEngine On RewriteCond %{HTTP_HOST} ^$

November 17, 2008 at 11:15 pm - View

<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^$ RewriteRule ^blog/?$ "http\:\/\/www\.unforgettablespeakers\.com\/public\-speaking\-blog/" [R=301,L]

November 17, 2008 at 7:45 pm - View

$where[] = "status IN (" . Utils::placeholder_string( count( $paramset['status'] ) ) . ")";

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