Home
last modified time | relevance | path

Searched refs:value (Results 301 – 325 of 4040) sorted by relevance

1...<<11121314151617181920>>...162

/plugin/editsections/action/
H A Des.php124 foreach( $calls as $index => $value ) {
125 if ($value[0] === 'header') {
132 if ($value[0] === 'section_open') {
139 if ($value[0] === 'section_close') {
153 $calls[$h_ind][1][2] = $value['start'];
154 $calls[$h_ind][2] = $value['start'];
159 $calls[$o_ind][2] = $value['start'];
164 $calls[$c_ind][2] = $value['end'];
167 $h_ind = $value['header'];
168 $o_ind = $value['open'];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php609 $value = (string) $value;
620 $value = (string) $value;
742 $value = twig_to_array($value, false);
744 if (!\is_array($value) || 0 === \count($value)) {
756 return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1];
819 return $value;
933 return \in_array($value, $compare, \is_object($value) || \is_resource($value));
934 … } elseif (\is_string($compare) && (\is_string($value) || \is_int($value) || \is_float($value))) {
937 if (\is_object($value) || \is_resource($value)) {
1504 return '' === $value || false === $value || null === $value || [] === $value;
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfBoolean.php22 * @param bool $value
25 public static function create($value) argument
28 $v->value = (boolean) $value;
33 * Ensures that the passed value is a PdfBoolean instance.
35 * @param mixed $value
39 public static function ensure($value) argument
41 return PdfType::ensureType(self::class, $value, 'Boolean value expected.');
H A DPdfNumeric.php22 * @param int|float $value
25 public static function create($value) argument
28 $v->value = $value + 0;
34 * Ensures that the passed value is a PdfNumeric instance.
36 * @param mixed $value
40 public static function ensure($value) argument
42 return PdfType::ensureType(self::class, $value, 'Numeric value expected.');
/plugin/bez/mdl/
H A DFactory.php43 foreach ($filters as $filter => $value) {
50 if (is_array($value)) {
54 $operator = $value[0];
55 $function = isset($value[2]) ? $value[2] : '';
59 $function_args = array_slice($value[2], 1);
62 $value = $value[1];
75 if (count($value) < 2) {
84 $execute[":${filter}_start"] = $value[
[all...]
/plugin/odt/ODT/
H A DODTUtility.php299 $value = '';
311 $value = trim($value);
312 $value = trim($value, '"');
314 return $value;
422 $value = trim($value, '"');
426 $value = trim ($value, "'");
427 $value = trim ($value);
462 $value = trim($value);
463 $value = trim($value, '"');
466 return $value;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DLessThan.php20 protected $value; variable in PHPUnit_Framework_Constraint_LessThan
23 * @param numeric $value
25 public function __construct($value) argument
28 $this->value = $value;
41 return $this->value > $other;
51 return 'is less than ' . $this->exporter->export($this->value);
H A DGreaterThan.php20 protected $value; variable in PHPUnit_Framework_Constraint_GreaterThan
23 * @param numeric $value
25 public function __construct($value) argument
28 $this->value = $value;
41 return $this->value < $other;
51 return 'is greater than ' . $this->exporter->export($this->value);
H A DJsonMatches.php19 protected $value; variable in PHPUnit_Framework_Constraint_JsonMatches
24 * @param string $value
26 public function __construct($value) argument
29 $this->value = $value;
49 $decodedValue = json_decode($this->value);
66 $this->value
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php77 * Add a value, or values, to the attribute.
84 foreach ($values as $value) {
85 $this->values[] = $value;
92 * Check if the attribute has a specific value.
94 * @param mixed|string $value
97 public function has($value): bool
99 return array_search($value, $this->values, true) !== false;
103 * Remove a specific value, or values, from an attribute.
110 foreach ($values as $value) {
111 if (($i = array_search($value,
81 has($value) global() argument
257 escape(string $value) global() argument
[all...]
/plugin/diagrams/script/
H A Dembed-toolbar.js18 const max = area.value.length;
24 const start = area.value.lastIndexOf(open, selection.start);
25 const end = area.value.indexOf(close, selection.end);
28 const prev = area.value.lastIndexOf(close, selection.start - close.length);
29 const next = area.value.indexOf(open, selection.start + open.length);
38 selection.start = area.value.indexOf('>', start) + 1;
52 const origSvg = area.value.substring(selection.start, selection.end);
59 area.value = area.value.substring(0, selection.start) +
61 area.value
[all...]
/plugin/combo/ComboStrap/
H A DFontSize.php39 $value = $tagAttributes->getValueAndRemove(self::FONT_SIZE);
40 if(is_numeric($value)){
41 if (key_exists($value, self::SCALE_TO_HEADING_NUMBER)){
42 $headingValue = self::SCALE_TO_HEADING_NUMBER[$value];
45 LogUtility::msg("The font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICAL);
49 if (key_exists($value, self::HEADING_NUMBER)){
50 $headingValue = self::HEADING_NUMBER[$value];
53 $tagAttributes->addStyleDeclarationIfNotSet("font-size", $value);
/plugin/odt/ODT/elements/
H A DODTElementList.php103 * @param bool $value
105 public function setContinueNumbering($value) { argument
106 $this->continue_numbering = $value;
121 * @param boolean $value
123 public function setListFirstParagraph($value) { argument
124 $this->list_first_paragraph = $value;
139 * @param integer $value
141 public function setListLastParagraphPosition($value) { argument
142 $this->list_paragraph_pos = $value;
/plugin/sketchcanvas/phplib/
H A Dimage.php23 foreach ($drawdata as $key => $value) {
24 switch($value["type"]){
26 $size = $value["size"];
151 function colorSelect($im, $value){ argument
153 if(isset($value['color'])){
154 switch($value['color']){
248 foreach ($drawdata as $key => $value) {
249 $c = colorSelect($im, $value);
250 switch($value["type"]){
259 $pts = parsePointList($value["point
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.width.inc.php18 function set_value(&$owner_value, &$value) { argument
19 if ($value != CSS_PROPERTY_INHERIT) {
20 $owner_value->top->width = $value->top;
21 $owner_value->right->width = $value->right;
23 $owner_value->left->width = $value->left;
51 function parse_value($value) { argument
52 switch (strtolower($value)) {
60 return Value::fromString($value);
64 function parse($value) { argument
65 if ($value == 'inherit') {
[all …]
H A Dcss.border.bottom.color.inc.php9 function set_value(&$owner_value, &$value) { argument
10 $owner_value->bottom->setColor($value);
14 $value = $owner_value->bottom->color->copy();
15 return $value;
26 function parse($value) { argument
27 if ($value == 'inherit') {
31 return parse_color_declaration($value);
H A Dcss.border.color.inc.php18 function set_value(&$owner_value, &$value) { argument
19 if ($value != CSS_PROPERTY_INHERIT) {
20 $owner_value->top->setColor($value->top);
21 $owner_value->right->setColor($value->right);
22 $owner_value->bottom->setColor($value->bottom);
23 $owner_value->left->setColor($value->left);
51 function parse_in($value) { argument
52 $values = preg_split("/(?<![,(\s])\s+/ ",$value);
78 function parse($value) { argument
79 if ($value == 'inherit') {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php83 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
86 $components['modulus'] = $value;
89 $components['publicExponent'] = $value;
92 $components['primes'][1] = $value;
95 $components['primes'][2] = $value;
98 $components['exponents'][1] = $value;
101 $components['exponents'][2] = $value;
104 $components['coefficients'][2] = $value;
107 $components['privateExponent'] = $value;
113 foreach ($components as $key => $value) {
[all …]
/plugin/struct/types/
H A DLookup.php144 * @param int|string $value
149 public function renderValue($value, \Doku_Renderer $R, $mode)
151 [, $value] = \helper_plugin_struct::decodeJson($value);
154 return $column->getType()->renderValue($value, $R, $mode);
180 * @param string $value
183 public function rawValue($value)
185 [$value] = \helper_plugin_struct::decodeJson($value);
186 return $value; argument
152 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
196 displayValue($value) global() argument
216 compareValue($value) global() argument
269 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
[all...]
/plugin/data-au/
H A Dhelper.php62 $value = $trans->getLangPart(getID());
63 if($value) return $value;
102 * @param string $value
106 function _cleanData($value, $type) { argument
107 $value = trim($value);
108 if(!$value AND $value !== '0') {
122 if($value === '%now%') {
123 return $value;
127 if(!preg_match('!^[a-z]+://!i', $value)) {
128 $value = 'http://' . $value;
[all …]
/plugin/data/
H A Dhelper.php66 $value = $trans->getLangPart(getID());
67 if ($value) return $value;
107 * @param string $value
111 public function cleanData($value, $type)
113 $value = trim((string) $value);
114 if (!$value && $value !== '0') {
118 if (isset($type['enum']) && !preg_match('/(^|,\s*)' . preg_quote_cb($value)
101 _cleanData($value, $type) global() argument
182 _resolveData($value, $colname) global() argument
218 _formatData($column, $value, Doku_Renderer_xhtml $R) global() argument
665 replacePlaceholders($value) global() argument
[all...]
/plugin/wideredit/
H A Dscript.js24 if (selected.form.elements['range'].value < target.form.elements['range'].value) {
25 target.form.elements['hid'].value = selected.form.elements['hid'].value;
26 target.form.elements['summary'].value = selected.form.elements['summary'].value;
29 target.form.elements['range'].value = newRange(
30 target.form.elements['range'].value,
31 selected.form.elements['range'].value
/plugin/bez/tpl/
H A Dtask_form.php17 <input type="hidden" name="id" value="<?php echo $id ?>">
32 <option <?php if ($tpl->value('thread_comment_id') == '') echo 'selected' ?>
33 value="">--- <?php echo $tpl->getLang('correction') ?> ---</option>
36 <option <?php if ($tpl->value('thread_comment_id') == $cause_id) echo 'selected' ?>
37 value="<?php echo $cause_id ?>">#k<?php echo $cause_id ?></option>
50 <option <?php if ($tpl->value('type') == 'corrective') echo 'selected' ?>
51 value="corrective"><?php echo $tpl->getLang('corrective_action') ?></option>
52 <option <?php if ($tpl->value('type') == 'preventive') echo 'selected' ?>
53 value="preventive"><?php echo $tpl->getLang('preventive_action') ?></option>
64 <option value
[all...]
/plugin/anewssystem/
H A Dsyntax.php704 $anchor = trim($value);
708 $value = date($this->getConf('d_format'), strtotime($value));
815 $news_date .= ', '. $value;
864 $value = date($this->getConf('d_format'), strtotime($value));
874 $tags = explode(',',$value);
1017 $value = date($this->getConf('d_format'), strtotime($value));
1106 … $news_head = '<a href="'.$value.'" id="'.$value.'" name="'.$value.'">'. $news_head .'</a>'.NL;
1228 $value = date($this->getConf('d_format'), strtotime($value));
1242 …$news_head = '<a href="'.$value.'" id="'.$value.'" name="'.$value.'">'. trim($news_head) .'</a>'.N…
1385 preg_match_all($pattern, $value, $links);
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DEnumeratedType.php25 * @param string|int $value
28 public function setValue($value) argument
30 $this->value = $value;
38 * @param string|int $value
41 public static function withTag($tagNumber, int $class, $value) argument
43 $type = new self($value);

1...<<11121314151617181920>>...162