Pastoid

Search Results

August 19, 2008 at 2:49 pm - View

August 19, 2008 at 2:08 pm - View

/** * function action_theme_loginform_controls * inserts a "remember me" checkbox into the login form */

August 18, 2008 at 12:27 am - View

August 18, 2008 at 12:24 am - View

public function theme_get_comment_form() { $ui = new FormUI( 'comments_form' ); $name = $ui->append( 'text', 'ename', 'null:null', _t( 'Name (<em>Required</em>)' ) );

RSYNC Backup Script - View

#!/bin/bash # this environment variable is used to tell rsync HOW to transfer the files to the remote host # -c: use the "arcfour" encryption - the fastest, but weakest, ssh supports # -o: Options

August 16, 2008 at 3:02 am - View

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

August 15, 2008 at 12:25 pm - View

August 14, 2008 at 9:17 am - View

August 14, 2008 at 12:03 am - View

August 13, 2008 at 10:58 pm - View

public function filter_rewrite_rules( $rules ) { if ( Options::get( 'staticfront__page' ) != 'none' ) { $base= trim( Options::get( 'staticfront__blog_index' ) , '/' ); foreach( $rules as $rule ) {

August 13, 2008 at 10:50 pm - View

public function filter_rewrite_rules( $rules ) { if ( Options::get( 'staticfront__page' ) != 'none' ) { $base= trim( Options::get( 'staticfront__blog_index' ) , '/' ); foreach( $rules as $rule ) {

August 13, 2008 at 7:38 pm - View

Index: system/admin/header.php =================================================================== --- system/admin/header.php (revision 2286) +++ system/admin/header.php (working copy) @@ -71,3 +71,7 @@

August 13, 2008 at 7:36 pm - View

public function filter_rewrite_rules( $rules ) { if ( Options::get( 'staticfront__page' ) != 'none' ) { $base= trim( Options::get( 'staticfront__blog_index' ) , '/' ); foreach( $rules as $rule ) {

August 13, 2008 at 7:22 pm - View

August 13, 2008 at 4:58 am - View

August 12, 2008 at 9:12 pm - View

August 11, 2008 at 8:26 pm - View

August 11, 2008 at 8:26 pm - View

html,body { background-color: #7EBC4D; font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10pt; text-align:center;

August 11, 2008 at 6:18 pm - View

August 10, 2008 at 9:24 pm - View

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