Home
last modified time | relevance | path

Searched refs:Value (Results 51 – 75 of 254) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DValue.php20 class Value extends \Google\Model class
123 class_alias(Value::class, 'Google_Service_CloudSearch_Value');
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php35 var $Value ; variable in FCKeditor
46 $this->Value = '' ;
58 $HtmlValue = htmlspecialchars( $this->Value ) ;
H A Dfckeditor_php4.php35 var $Value ; variable in FCKeditor
46 $this->Value = '' ;
58 $HtmlValue = htmlspecialchars( $this->Value ) ;
H A Dfckeditor.js36 this.Value = value || '' ;
68 …e + '" name="' + this.InstanceName + '" value="' + this._HTMLEncode( this.Value ) + '" style="disp…
76 …="width:' + sWidth + ';height:' + sHeight + '">' + this._HTMLEncode( this.Value ) + '<\/textarea>'…
H A Dfckeditor.pl41 $Value = '';
65 $HtmlValue = &specialchar_cnv($Value);
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1Value":3:{s:5:"_unit";i:5;s:7:"_number";d:1.1999999999999999555910790149937383830547332763671875;s…
/plugin/struct/action/
H A Dedit.php16 use dokuwiki\plugin\struct\meta\Value;
155 * @param Value $field
159 public function makeField(Value $field, $name)
13 use dokuwiki\plugin\struct\meta\Value; global() alias
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php180 Ast\Value\Literal $literal
186 Ast\Value\Number $literal
203 Ast\Value\Position $position
228 Ast\Value\Language $language
/plugin/structodt/
H A Dhelper.php16 use dokuwiki\plugin\struct\meta\Value; alias
228 * @return Value[][]
249 * @return Value[]|null
271 * @param Value[] $row
275 /** @var Value $value */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DValue.php20 class Value extends \Google\Model class
175 class_alias(Value::class, 'Google_Service_Script_Value');
/plugin/fckg/fckeditor/
H A Dfckeditor.js36 this.Value = value || '' ;
83 …e + '" name="' + this.InstanceName + '" value="' + this._HTMLEncode( this.Value ) + '" style="disp…
100 this._HTMLEncode( this.Value ) +
/plugin/projects/pchart/pchart/
H A Dpcache.php112 foreach($Values as $Serie => $Value)
113 $tKey = $tKey.$Serie.$Value;
/plugin/charter/lib/pchart/
H A DpCache.class.php112 foreach($Values as $Serie => $Value)
113 $tKey = $tKey.$Serie.$Value;
/plugin/struct/meta/
H A DCSVExporter.php79 * @param Value[] $values
92 /** @var Value $value */
H A DAggregationList.php43 $children = $node->getChildren(!$self instanceof Value && $this->data['index']); // sort only for index
47 if ($self instanceof Value) {
52 if ($self instanceof Value) {
78 if ($self instanceof Value) {
86 * @param Value[] $resultrow
117 * Render the given Value in a XHTML renderer
118 * @param Value $value
146 * Render the given Value in any non-XHTML renderer
147 * @param Value $value
H A DSearchCloud.php101 * The result is a two dimensional array of Value()s.
103 * @return Value[][]
121 $row['tag'] = new Value($this->columns[0], $row['tag']);
/plugin/structgroupby/syntax/
H A Done.php14 use dokuwiki\plugin\struct\meta\Value; alias
72 /** @var Value $value */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DValue.php20 class Value extends \Google\Model class
209 class_alias(Value::class, 'Google_Service_Firestore_Value');
/plugin/statdisplay/pchart/
H A DpCache.php111 foreach ( $Values as $Serie => $Value )
112 $tKey = $tKey . $Serie . $Value;
/plugin/statistics/inc/pchart/
H A DpCache.php108 foreach($Values as $Serie => $Value)
109 $tKey = $tKey.$Serie.$Value;
/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php454 $border->left->width = Value::fromData($width, UNIT_PX);
455 $border->right->width = Value::fromData($width, 'px');
456 $border->top->width = Value::fromData($width, 'px');
457 $border->bottom->width = Value::fromData($width, 'px');
518 $border->left->width = Value::fromData($width, UNIT_PX);
519 $border->right->width = Value::fromData($width, UNIT_PX);
520 $border->top->width = Value::fromData($width, UNIT_PX);
521 $border->bottom->width = Value::fromData($width, UNIT_PX);
769 $handler->replace(Value::fromData((int)$root->get_attribute('cellspacing'), UNIT_PX),
778 $handler->replace(Value::fromData((int)$root->get_attribute('cellpadding'), UNIT_PX),
/plugin/structpublish/meta/
H A DRevision.php9 use dokuwiki\plugin\struct\meta\Value; alias
55 /** @var Value[] $values */
232 * Returns an array of struct Value objects, not literal values.
238 * @return array|Value[]
/plugin/structgantt/meta/
H A DGantt.php8 use dokuwiki\plugin\struct\meta\Value; alias
130 /** @var Value[] $row */
245 * @param Value[] $row
299 * @param Value[] $row
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DValue.php20 class Value extends \Google\Model class
243 class_alias(Value::class, 'Google_Service_Datastore_Value');
/plugin/structrowcolor/
H A Dstruct.php11 use dokuwiki\plugin\struct\meta\Value; alias
91 /** @var Value $value */

1234567891011