Pastoid

Search Results

March 1, 2010 at 12:39 pm

/** * Moves a term within the vocabulary. Returns a Term object. null parameters append the term to the end of any hierarchies. * @return Term The Term object added **/ public function move_term( $term, $target_term = null, $before = FALSE )

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

/* this worked, run one line at a time */ $x = Vocabulary::get( 'categories' ); $x->move_term( $x->get_term( 'B' ), $x->get_term( 'F' ), true ); $x->displace_term( 'B', -8 ); $params = array( 6, $x->id, 2 );

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

//create the vocabulary in hconsole $x = Vocabulary::get( 'categories' ); $x->add_term( 'A' ); $x->add_term( 'G' ); $x->add_term( 'H' );

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

/** * Moves a term within the vocabulary. Returns a Term object. null parameters append the term to the end of any hierarchies. * @return Term The Term object added **/ public function move_term( $term, $target_term = null, $before = FALSE )

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

/* this worked, run one line at a time */ $x = Vocabulary::get( 'categories' ); $x->move_term( $x->get_term( 'B' ), $x->get_term( 'F' ), true ); $x->displace_term( 'B', -8 ); $params = array( 6, $x->id, 2 );

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

//create the vocabulary in hconsole $x = Vocabulary::get( 'categories' ); $x->add_term( 'A' ); $x->add_term( 'G' ); $x->add_term( 'H' );

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

/** * Moves a term within the vocabulary. Returns a Term object. null parameters append the term to the end of any hierarchies. * @return Term The Term object added **/ public function move_term( $term, $target_term = null, $before = FALSE )

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

/* this worked, run one line at a time */ $x = Vocabulary::get( 'categories' ); $x->move_term( $x->get_term( 'B' ), $x->get_term( 'F' ), true ); $x->displace_term( 'B', -8 ); $params = array( 6, $x->id, 2 );

View March 1, 2010 at 12:39 pm

March 1, 2010 at 12:39 pm

//create the vocabulary in hconsole $x = Vocabulary::get( 'categories' ); $x->add_term( 'A' ); $x->add_term( 'G' ); $x->add_term( 'H' );

View March 1, 2010 at 12:39 pm

February 27, 2010 at 10:07 pm

Is it possible to use a smaller console font size? I'm using a console-mode linux image (from turnkeylinux.org) and while it works fine, I don't need it to appear as large as it does. Here's a screenshot: http://yfrog.com/5dturnkeylapprunningvirtup I'm not looking to change the rows/columns, I'd just like it to take up less screen real estate.

View February 27, 2010 at 10:07 pm

February 27, 2010 at 12:25 am

CREATE TABLE {rateit_log} ( id INT NOT NULL AUTOINCREMENT PRIMARY KEY, post_id INT NOT NULL, rating TINYINT NOT NULL, timestamp DATETIME NOT NULL,

View February 27, 2010 at 12:25 am

February 27, 2010 at 12:25 am

CREATE TABLE {rateit_log} ( id INT NOT NULL AUTOINCREMENT PRIMARY KEY, post_id INT NOT NULL, rating TINYINT NOT NULL, timestamp DATETIME NOT NULL,

View February 27, 2010 at 12:25 am

February 27, 2010 at 12:25 am

CREATE TABLE {rateit_log} ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, post_id INT NOT NULL, rating TINYINT NOT NULL, timestamp DATETIME NOT NULL,

View February 27, 2010 at 12:25 am

February 27, 2010 at 12:25 am

CREATE TABLE {rateit_log} ( id INT NOT NULL AUTOINCREMENT PRIMARY KEY, post_id INT NOT NULL, rating TINYINT NOT NULL, timestamp DATETIME NOT NULL,

View February 27, 2010 at 12:25 am

February 27, 2010 at 12:25 am

CREATE TABLE {rateit_log} ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, post_id INT NOT NULL, rating TINYINT NOT NULL, timestamp DATETIME NOT NULL,

View February 27, 2010 at 12:25 am

February 27, 2010 at 12:25 am

private function install_db() { DB::register_table( 'rateit_log' ); return DB::dbdelta( $this->get_db_schema() );

View February 27, 2010 at 12:25 am

February 24, 2010 at 2:33 pm

Patrick went from having only heard of the Elgg social networking platform to writing plugins in a matter of weeks and submitting patches to the core development team. He is self-motivated when given little or no documentation beyond a one or two sentence description of needed functionality. Discussing potential site features with Patrick helped me create clearer requirements as well as avoid potential pitfalls on functionality we couldn't or shouldn't implement. He adapts well to unforeseen changes, such as an API overhauled midway through a project, unexpected OS and filesystem problems, and an inexperienced supervisor.

View February 24, 2010 at 2:33 pm

February 24, 2010 at 2:33 pm

Patrick went from having only heard of the Elgg social networking platform, to writing plugins submitting patches to the core development team in a matter of weeks. Discussing potential site features with Patrick helped me create clearer requirements as well as avoid potential pitfalls on functionality we couldn't or shouldn't implement. He adapts well to unforeseen changes, such as an API overhauled midway through a project, and unexpected OS and filesystem problems. Patrick was patient and supportive working with me, an inexperienced supervisor, and did not hesistate to ask for additional information when I was unclear. He works proactively when given little or no documentation beyond a one or two sentence description of needed functionality. Given a vague requirement to make the site more accessible, Patrick presented a variety of focused solutions to address various shortcomings of the site. His work has made the site demonstrably better for the end users, and much easier for administrators to manage.

View February 24, 2010 at 2:33 pm

February 24, 2010 at 2:12 pm

<% OPTION EXPLICIT %> <% CONST ForReading = 1 DIM reportName, strPhysicalPath reportName = request.queryString("rt") strPhysicalPath = Server.mappath("../" & reportName)

View February 24, 2010 at 2:12 pm

February 24, 2010 at 2:12 pm

<% OPTION EXPLICIT %> <% CONST ForReading = 1 DIM reportName, strPhysicalPath reportName = request.queryString("rt") strPhysicalPath = Server.mappath("../" & reportName)

View February 24, 2010 at 2:12 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