Home
last modified time | relevance | path

Searched refs:values (Results 101 – 125 of 925) sorted by relevance

12345678910>>...37

/plugin/bureaucracy/helper/
H A Daction.php50 $this->values['__lang__'] = $conf['lang'];
53 $this->values['__trans__'] = '';
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
73 $this->values[$label] = $field->getReplacementValue();
82 $this->values['__noinclude__'] = '';
/plugin/fedauth/Auth/OpenID/
H A DAX.php598 foreach ($this->data as $type_uri => $values) {
604 foreach ($values as $i => $value) {
670 $values = array();
682 $values[] = $value;
697 $values = array();
699 $values = array($value);
703 $this->data[$type_uri] = $values;
725 if (!$values) {
727 } else if (count($values) == 1) {
728 return $values[0];
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php256 $values = '';
260 $values .= sprintf(
268 $values = "\n" . $values . $whitespace;
271 return sprintf('Array &%s (%s)', $key, $values);
282 $values = '';
287 $values .= sprintf(
295 $values = "\n" . $values . $whitespace;
298 return sprintf('%s Object &%s (%s)', $class, $hash, $values);
/plugin/statdisplay/pchart/
H A DpData.php90 if (!isset($this->dataDescription->values)) {
91 $this->dataDescription->values[] = $SerieName;
94 foreach ( $this->dataDescription->values as $Value )
100 $this->dataDescription->values[] = $SerieName;
105 unset($this->dataDescription->values);
110 $this->dataDescription->values[] = $Key;
117 if (! isset($this->dataDescription->values))
120 foreach ( $this->dataDescription->values as $key => $Value ) {
122 unset ( $this->dataDescription->values[$key] );
155 $this->dataDescription->values = array();
/plugin/gtime/gtlib/util/
H A DGTBaseX.php34 private $values; variable in GTBaseX
79 $this->values = array();
82 array_push($this->values, -1);
92 $this->values = array();
95 array_push($this->values, -1);
103 if ($pad >= $this->min && $pad <= $this->max && $this->values[$pad - $this->min] != -1) {
161 if ($c >= $this->min && $c <= $this->max && $this->values[$c - $this->min] != -1) {
246 $next = $this->values[$next - $this->min];
304 if ($this->values[$c] != -1 && $this->values[$c] != $i) {
308 $this->values[$c] = $i;
/plugin/structnotification/action/
H A Dnotification.php56 protected function getValueByLabel($values, $label) argument
59 foreach ($values as $value) {
66 throw new Exception("column: $label not found in values");
114 $values = $result[$i];
117 $users_set = $this->users_set($users_and_groups, $values);
120 $rawDate = $this->getValueByLabel($values, $field);
122 $message_with_replacements = $this->replacePlaceholders($message, $values);
144 protected function users_set($user_and_groups, $values) {
151 function ($matches) use ($values) {
155 foreach ($values a
142 users_set($user_and_groups, $values) global() argument
219 replacePlaceholders($message, $values) global() argument
[all...]
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php81 $values = [];
87 $values[$reader->localName] = $reader->parseCurrentElement()['value'];
90 $values[$clark] = $reader->parseCurrentElement()['value'];
101 return $values;
173 $values = [];
180 $values[] = $reader->localName;
182 $values[] = $reader->getClark();
188 return $values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPathReportDimensionValue.php42 public $values; variable in Google\\Service\\Dfareporting\\PathReportDimensionValue
103 public function setValues($values) argument
105 $this->values = $values;
112 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DCondition.php42 public $values; variable in Google\\Service\\GameServices\\Condition
103 public function setValues($values) argument
105 $this->values = $values;
112 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCondition.php42 public $values; variable in Google\\Service\\Compute\\Condition
103 public function setValues($values) argument
105 $this->values = $values;
112 return $this->values;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php64 $values = KeyValue::xmlDeserialize($reader);
69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
72 if (isset($values['{DAV:}lockscope'])) {
73 foreach ($values['{DAV:}lockscope'] as $elem) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php64 $values = KeyValue::xmlDeserialize($reader);
69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
72 if (isset($values['{DAV:}lockscope'])) {
73 foreach ($values['{DAV:}lockscope'] as $elem) {
/plugin/struct/meta/
H A DCSVImporter.php25 /** @var Column[] The single values to store index => col */
181 // prepare values for single value table
182 $values = [];
189 // multi values get split on comma, but JSON values contain commas too, hence preg_split
197 $values[] = $line[$i];
200 return $values;
206 * @param string[] $values parsed line values
208 protected function saveLine($values) argument
[all...]
/plugin/openid/Auth/OpenID/
H A DAX.php614 foreach ($this->data as $type_uri => $values) {
620 foreach ($values as $i => $value) {
686 $values = [];
698 $values[] = $value;
713 $values = [];
715 $values = [$value];
719 $this->data[$type_uri] = $values;
739 if (!$values) {
741 } else if (count($values) == 1) {
742 return $values[0];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DAttribute.php38 public $values; variable in Google\\Service\\MyBusinessBusinessInformation\\Attribute
99 public function setValues($values) argument
101 $this->values = $values;
108 return $this->values;
/plugin/s5reloaded/ui/effects_support/
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/swiftmail/Swift/Iterator/
H A DArray.php31 protected $values; variable in Swift_Iterator_Array
46 $this->values = array_values($input);
54 return array_combine($this->keys, $this->values);
99 if (array_key_exists($this->pos, $this->values))
100 return $this->values[$this->pos];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartialResultSet.php38 public $values; variable in Google\\Service\\Spanner\\PartialResultSet
99 public function setValues($values) argument
101 $this->values = $values;
108 return $this->values;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DSerializedName.php20 public function __construct(array $values) argument
22 if (!isset($values['value']) || !\is_string($values['value'])) {
26 $this->name = $values['value'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DArrayValue.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Row.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DDateValues.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DTransitTableTransitTimeRow.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DRowData.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DGoogleAppsScriptTypeFunctionSet.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;

12345678910>>...37