Pastoid

Search Results

March 1, 2010 at 12:39 pm - View

/** * 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 )

March 1, 2010 at 12:39 pm - View

/* 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 );

March 1, 2010 at 12:39 pm - View

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

March 1, 2010 at 12:39 pm - View

/** * 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 )

March 1, 2010 at 12:39 pm - View

/* 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 );

March 1, 2010 at 12:39 pm - View

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

March 1, 2010 at 12:39 pm - View

/** * 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 )

March 1, 2010 at 12:39 pm - View

/* 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 );

March 1, 2010 at 12:39 pm - View

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

March 1, 2010 at 12:39 pm - View

/** * 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 )

March 1, 2010 at 12:39 pm - View

/* 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 );

March 1, 2010 at 12:39 pm - View

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

February 27, 2010 at 10:07 pm - View

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.

February 27, 2010 at 12:25 am - View

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

February 27, 2010 at 12:25 am - View

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

February 27, 2010 at 12:25 am - View

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,

February 27, 2010 at 12:25 am - View

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

February 27, 2010 at 12:25 am - View

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,

February 27, 2010 at 12:25 am - View

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

February 24, 2010 at 2:33 pm - View

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.

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