Home
last modified time | relevance | path

Searched refs:values (Results 826 – 850 of 925) sorted by last modified time

1...<<31323334353637

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.style.inc.php75 $values = explode(" ",$value);
77 switch (count($values)) {
79 $v1 = $this->parse_style($values[0]);
82 $v1 = $this->parse_style($values[0]);
83 $v2 = $this->parse_style($values[1]);
86 $v1 = $this->parse_style($values[0]);
106 $values = $this->parse_in($value);
108 return new BorderStyle($values[0],
109 $values[1],
110 $values[2],
[all …]
H A Dcss.border.color.inc.php54 switch (count($values)) {
56 $v1 = parse_color_declaration($values[0]);
59 $v1 = parse_color_declaration($values[0]);
60 $v2 = parse_color_declaration($values[1]);
63 $v1 = parse_color_declaration($values[0]);
64 $v2 = parse_color_declaration($values[1]);
65 $v3 = parse_color_declaration($values[2]);
68 $v1 = parse_color_declaration($values[0]);
69 $v2 = parse_color_declaration($values[1]);
70 $v3 = parse_color_declaration($values[2]);
[all …]
H A Dcss.border.width.inc.php69 $values = explode(' ', $value);
71 switch (count($values)) {
73 $v1 = $this->parse_value($values[0]);
76 $v1 = $this->parse_value($values[0]);
77 $v2 = $this->parse_value($values[1]);
80 $v1 = $this->parse_value($values[0]);
81 $v2 = $this->parse_value($values[1]);
82 $v3 = $this->parse_value($values[2]);
85 $v1 = $this->parse_value($values[0]);
86 $v2 = $this->parse_value($values[1]);
[all …]
H A Dcss.margin.inc.php20 switch (count($values)) {
22 $v1 = $values[0];
25 $v1 = $values[0];
26 $v2 = $values[1];
29 $v1 = $values[0];
30 $v2 = $values[1];
31 $v3 = $values[2];
34 $v1 = $values[0];
35 $v2 = $values[1];
36 $v3 = $values[2];
[all …]
H A Dcss.padding.inc.php17 switch (count($values)) {
19 $v1 = $values[0];
22 $v1 = $values[0];
23 $v2 = $values[1];
26 $v1 = $values[0];
27 $v2 = $values[1];
28 $v3 = $values[2];
31 $v1 = $values[0];
32 $v2 = $values[1];
33 $v3 = $values[2];
[all …]
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt15 # Field 1: LineBreak property, consisting of one of the following values:
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php100 $values = explode ( ",", $row_info ); variable
103 if ( count ( $values ) > 0 ) {
105 $POST_PROCESSING_DIRECTIVES[$row_type] = $values;
107 …PROCESSING_DIRECTIVES[$row_type] = array_merge ( $POST_PROCESSING_DIRECTIVES[$row_type], $values );
112 if ( ! isset ( $values[0] ) ) {
115 $POST_PROCESSING_DIRECTIVES[$row_type] = $values[0];
/plugin/mantis/lib/
H A Dchangelog26 - wsdl: apply a variant of the patch from Holger to handle empty values for array by serializing an…
116 - wsdl: add some more code to handle null/nil values (but there's still a way to go)
209 - wsdl: better serialization of null values
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
331 - nusoap_base: improve serialization of null values (thanks Dominique Stender)
332 - soap_parser: parse null values by handling the nil attribute (thanks Dominique Stender)
336 - xmlschema: save enumeration values parsed from WSDL
368 - nusoap_base: serialize xsi:type with nil values
378 - wsdl: serialize xsi:type with nil values
540 - wsdl: wrap parameters if unwrapped values are supplied and WSDL specifies Microsoft-style wrapping
[all …]
/plugin/pagemod/helper/
H A Dpagemod.php10 var $values; variable in helper_plugin_pagemod_pagemod
/plugin/advrack/
H A Draphael.js869 if (R.is(values, array)) {
870 var i = values.length;
872 return values[i];
875 values = +values;
1287 values,
1309 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
1319 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
1321 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
1332 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
1334 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
[all …]
/plugin/idoit/
H A DREADME.md104 #### Retrieve, Filter values from categories
/plugin/dokumicrobugtracker/
H A Dsyntax.php198 $values = explode(',', $this->getConf($pref_name));
199 foreach ($values as $value) {
/plugin/exttab2/
H A Dsyntax.php192 * NOTE: Attribute values MUST be in quotes now.
/plugin/sphinxsearch/
H A Dsphinxapi.php807 function SetFilter ( $attribute, $values, $exclude=false ) argument
810 assert ( is_array($values) );
811 assert ( count($values) );
813 if ( is_array($values) && count($values) )
815 foreach ( $values as $value )
903 function SetOverride ( $attrname, $attrtype, $values ) argument
907 assert ( is_array ( $values ) );
1491 assert ( is_array($values) );
1492 foreach ( $values as $id=>$entry )
1519 $req .= pack ( "N", count($values) );
[all …]
/plugin/workflow/
H A Dscript.js56 var values = crit[1].split(',');
59 if (crit[0] == j && values.indexOf(wfstate[j]) == -1) {
102 var values = wfstatedefs[name].split(',');
104 for (var i in values) {
105 …links += wfRenderLink(wfpageid, 'wfRemember(\'' + name + '\',\'' + values[i] + '\');', values[i]) …
/plugin/authowncloud/
H A Dauth.php185 $values = array();
191 array_push($values, $tmp);
194 array_push($values, $tmp);
197 array_push($values, $tmp);
201 array_push($values, $tmp);
207 array_push($values, 'email');
221 $result = $db->execute($values);
/plugin/geonav/tpl/startermap/
H A Dstyle.ini44 ; This section is used to configure some placeholder values used in
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.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 Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.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 ...
H A Dcommons-logging-1.1.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 ...
/plugin/dokutexit/help/
H A Dtexit.txt27 ^ keyword ^ meaning ^ values ^ default ^
37 ^tablerowlength | This values is used to change tables layout | number | 100 |
38 ^tablemaxrows | This values is used to change tables layout | number | 30 |

1...<<31323334353637