Home
last modified time | relevance | path

Searched refs:values (Results 876 – 900 of 925) sorted by last modified time

1...<<31323334353637

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.lua.js5 …..","=","==","~=","<",">","<=",">=","?",":"];var values=["self","true","false","nil"];brush.push(v…
H A Djquery.syntax.brush.ocaml.js5 …","(*","*)","in"];var values=["true","false"];var access=["private","public"];brush.push(access,{k…
H A Djquery.syntax.brush.csharp.js5 …is","sizeof","typeof","checked","unchecked"];var values=["this","true","false","null"];brush.push(
/plugin/mytemplate/
H A DREADME54 LIST - this creates a dokuwiki table from values supplied on the data page. On the data
55 page you supply a list of rows, each of which consisting of comma separated values
/plugin/facebookalbum/
H A Dsyntax.php193 foreach( $album_results as $keys => $values ) {
195 if ( in_array(strtolower($values['name']), $data[FB_ALBUM_IGNORE])) {
200 $album_cover = $covers[$values['cover_pid']];
208 $album_content = str_replace(FB_ALBUM_TAG_NAME, $values['name'], $album_content);
235 foreach( $fql_results as $keys => $values ) {
236 $album_name = $values['name'];
253 foreach( $fql_results as $keys => $values ) {
254 if( $values['caption'] == '' ){
258 $caption = $values['caption'];
264 $picture_content = str_replace( FB_ALBUM_TAG_IMAGE_URL, $values['src'], $picture_content);
[all …]
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jar ... http.entity.mime.HttpMultipartMode[] $VALUES public static org.apache.http.entity. ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/semanticdata/syntax/
H A Dentry.php255 $values = preg_split('/\s*,\s*/', $vals['enum']);
256 if (!$vals['multi']) array_unshift($values, '');
257 $content = form_makeListboxField($fieldid . '[value][]', $values,
H A Dtable.php203 $values = explode(",",$row[$cval]);
204 sort($values);
206 $data['cols'][$clist[$num]],implode(",",$values),$R);
/plugin/semanticdata/
H A Dbureaucracy_field.php31 $values = preg_split('/\s*,\s*/', $datatype['enum']);
32 if (!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
33 $this->opt['args'] = $values;
/plugin/autotweet/
H A DOAuth.php848 $values = OAuthUtil::urlencode_rfc3986(array_values($params));
849 $params = array_combine($keys, $values);
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js1030 var data = track.values().first();
H A Dprototype.js207 function values(object) { function
254 values: values,
1151 function values() { function
1182 if (values && typeof values == 'object') {
1213 values: values,
2082 if (t.values[name]) return t.values[name](element, name);
2102 if (t.values[attr]) name = t.values[attr](element, value);
2450 values: { } property in Element._attributeTranslations.write
2612 values: {
2669 values: { class in Element._attributeTranslations.write
[all …]
H A Dslider.js35 this.values = this.handles.map( function() { return 0 });
64 this.allowedValues = this.options.values ? this.options.values.sortBy(Prototype.K) : false;
133 if ((handleIdx>0) && (sliderValue<this.values[handleIdx-1]))
134 sliderValue = this.values[handleIdx-1];
136 sliderValue = this.values[handleIdx+1];
139 this.values[handleIdx] = sliderValue;
140 this.value = this.values[0]; // assure backwards compat
162 var v = this.values.sortBy(Prototype.K);
185 $R(0, this.values.length>1 ? this.getRange(0).min() : this.value ));
255 this.options.onSlide(this.values.length>1 ? this.values : this.value, this);
[all …]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js90 if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=… variable
97 }values.push(value);
98 }}return values;
104 }else{if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(value);
105 …ch(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values
107 if(!values.length){this.selectedIndex=-1;
/plugin/tline/
H A DCHANGES.txt77 This can be a breaking change for event sources that were using values
/plugin/translator/
H A Dadmin.php211 foreach ( $user_list as $user => $values ) {
213 $lang = $values['Lang'];
/plugin/processing/
H A Dscript.js852 this.values = function() { method in HashMap.HashMap
3074 var values = sub.split(", ");
3075 return (values[0] << 16) | (values[1] << 8) | (values[2]);
5307 var values = [];
5309 values[i] = p.unbinary(binaryString[i]);
5311 return values;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak29 // storage of complex values as child nodes and string, number or
/plugin/jquery/
H A Djquery-1.4.2.js1353 values = [],
1376 values.push( value );
1380 return values;
1420 var values = jQuery.makeArray(val);
1423 this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0;
1426 if ( !values.length ) {
/plugin/jmol2/jmol/
H A DCHANGES.txt771 # produces a list of values
773 # new feature: .add() sums up values
1119 # bug fix: rotate quaternion with NaN values not ignored
2046 # bug fix: extra values in measure reporting, and wrong format
2248 # returning component values:
3118 # zoom sliders and such can accurately portray their values
4143 # critical bug fix for functions not returning values
4586 # values can be determined. This would be used for making
4602 # setting an array variable to the color values:
4608 # based on a list of color values:
[all …]

1...<<31323334353637