Home
last modified time | relevance | path

Searched refs:cols (Results 176 – 200 of 200) sorted by last modified time

12345678

/plugin/mantis/lib/
H A Dclass.wsdl.php1512 $cols = ',' . sizeof($v);
1517 $cols = '';
1546 .":".$this->getLocalPart($typeDef['arrayType'])."[$rows$cols]\">"
H A Dnusoap.php6043 $cols = ',' . sizeof($v);
6048 $cols = '';
6077 .":".$this->getLocalPart($typeDef['arrayType'])."[$rows$cols]\">"
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js33 if(settings.cols){textarea.attr('cols',settings.cols);}else if(settings.width!="none"){textarea.wid…
/plugin/txt2tags/
H A Dtables.js116 cols = $picker.find('#cols').val();
122 } else if (hcols + cols < 1) {
131 for (var j = 0; j < parseInt(hcols) + parseInt(cols); j++) {
143 for (var j = 0; j < cols; j++) {
166 } else if (hcols + cols < 1) {
174 for (var j = 0; j < parseInt(hcols) + parseInt(cols); j++) {
190 for (var j = 0; j < cols; j++) {
209 var cols = $picker.find('#cols').val();
229 cols = jQNew(this).val();
/plugin/sphinxsearch/
H A Dsphinxapi.php1609 list ( $rows, $cols ) = array_values ( unpack ( "N*N*", substr ( $response, $p, 8 ) ) ); $p += 8;
1613 for ( $j=0; $j<$cols; $j++ )
/plugin/codebutton2/
H A Dadmin.php66 ptln('<textarea rows=10 cols=50 name="config">');
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java209 int cols = Math.max(1, width / 55); in setPreferredWidth() local
211 (getComponentCount() * 55 / cols) + 30)); in setPreferredWidth()
/plugin/semanticdata/syntax/
H A Dtable.php88 $cols = explode(',',$line[1]);
89 foreach($cols as $col){
102 $cols = explode(',',$line[1]);
103 foreach($cols as $col){
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js17 var cols = this.slice(4,this.length-1).split(',');
18 var i=0; do { color += parseInt(cols[i]).toColorPart() } while (++i<3);
H A Dcontrols.js544 var size = this.options.size || this.options.cols || 0;
549 fld.cols = this.options.cols || 40;
/plugin/lastfm/
H A Dsyntax.php96 $data['cols'] = 5;
108 elseif(@preg_match('/\bC=([0-9]{1})\b/', $param, $match)) $data['cols'] = $match[1];
132 …<li class="plugin_lastfm_opt"><span class="plugin_lastfm_cols">' . $data['cols'] . '</span></li>' …
/plugin/lastfm/inc/
H A Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) { argument
80 if($col == $cols) {
122 if($col == $cols) {
144 if($col == $cols) {
/plugin/galleryv1.5/
H A Dsyntax.php117 $data['cols'] = $match[1];
119 $data['cols'] = $this->getConf('cols');
216 $cols = $data['cols'];
241 $cols = $data['cols'];
256 if($data['cols'] > 0){ // format as table
278 if($i == $data['cols']){
287 for(;$i < $data['cols']; $i++){
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code91 …html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCS…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp94 …html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCS…
H A Dfckeditor.cfc167 …result = result & "<textarea name=""#this.instanceName#"" rows=""4"" cols=""40"" style=""WIDTH: #t…
H A Dfckeditor.cfm204 …<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HE…
H A Dfckeditor.lasso76 …<textarea name="' + self->instancename + '" rows="4" cols="40" style="width: ' + self->width + '; …
/plugin/google_adsense2/
H A Dadmin.php110 // print ' <tr><td> '.$this->getLang('gads_googleads_code').' </td><td><TEXTAREA rows="15" cols="4…
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js178 Array.prototype.flatten = function(cols /* :Array */, cd) /* :Array */{ argument
180 if (isNumeric(cols)) cols = [cols];
182 if (isArray(cols)) {
184 for (var i=0,cL=cols.length;i<cL;i++) idx[cols[i]]=true;
/plugin/googlesearch/
H A Dnusoap.php5399 $cols = ',' . sizeof($v);
5404 $cols = '';
5433 .":".$this->getLocalPart($typeDef['arrayType'])."[$rows$cols]\">"
/plugin/bibtex/OSBib/create/
H A DFORM.php324 function textareaInput($label, $name, $value = FALSE, $cols = 30, $rows = 5) argument
330 <textarea name="$name" id="$name" cols="$cols" rows="$rows">$value</textarea>

12345678