Pastoid

Search Results

October 24, 2008 at 2:59 pm - View

// Set multiple entry $rule = RewriteRules::by_name('display_entries'); $rule = $rule[0]; $rule->parse_regex= '%blog/(?:page/(?P<page>[2-9]|[1-9][0-9]+))/?$%i';

October 24, 2008 at 2:53 pm - View

$haystack = $result->post_content; $location = strpos($needle, $haystack); $start = max($location - $offset, 0); $end = $start + 2 * $offset + strlen($needle); $end = min(strlen($haystack), $end);

October 24, 2008 at 6:58 am - View

### HABARI START RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

October 24, 2008 at 6:58 am - View

### HABARI START RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

October 23, 2008 at 10:32 pm - View

<?php /** * ArcticIce is a custom Theme class for the Arctic Ice theme. *

October 23, 2008 at 9:25 pm - View

Additional function for photoblog plugin - View

public function action_admin_header( $theme ) { if( $theme->page == 'publish' ) { echo <<< PHOTO_JS

October 22, 2008 at 11:44 am - View

public function search_all( $term, $limit=100, $offset=0 ) { global $wpdb; if( $term != '' ) { $json = new Services_JSON(); $all_results= array();

October 22, 2008 at 1:31 am - View

$themes= array_keys(Themes::get_all_data()); $themes= array_combine($themes, $themes); $ui= new FormUI( 'themeswitcher' ); $ts_s= $ui->append('select', 'selected_themes', 'option:selected_themes', 'Select themes to offer:'); $ts_s->multiple= true;

October 21, 2008 at 9:58 pm - View

/* * Modify a post before it is updated * * Called whenever a post is about to be updated or published . *

October 21, 2008 at 9:48 pm - View

October 21, 2008 at 7:03 pm - View

October 21, 2008 at 5:27 pm - View

<?php class !ERROR! extends Plugin { function info()

URLApprove Plugin - View

<?php class URLApprove extends Plugin { const DIRECT = 1;

October 21, 2008 at 12:59 pm - View

October 21, 2008 at 12:57 pm - View

#!/usr/bin/env php < - View

#!/usr/bin/env php <?php function fork_bot() {

October 20, 2008 at 9:25 pm - View

$post->content - Description Text $post->info->photo - Photo Object (exif, size, url) $post->info->thumbnail - Thumbnail Object (size, url) $post->tags - Tags

October 20, 2008 at 3:57 pm - View

RewriteRule ^/viewzi/search/([^/]+)/([^/]+)/(.*?)(\.html)?$ /view.php?a=$1&v=$2&q=$3&qp=%1 [NC,QSA,L]

October 20, 2008 at 3:43 pm - View

$matched_rule = URL::get_matched_rule(); if ( is_object( $matched_rule ) ) { $rule = $matched_rule->name; switch( $rule) {

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