Home
last modified time | relevance | path

Searched refs:value (Results 76 – 100 of 3912) sorted by relevance

12345678910>>...157

/plugin/combo/ComboStrap/
H A DPageId.php76 * @param string|null $value
80 public function setValue($value): Metadata argument
82 return $this->setValueWithOrWithoutForce($value);
91 * @param $value
94 public function setFromStoreValueWithoutException($value): Metadata argument
97 if ($value !== null) {
98 return parent::setFromStoreValueWithoutException($value);
110 return parent::setFromStoreValueWithoutException($value);
122 $value = $metadataFileSystemStore->getFromName(self::getPersistentName());
123 if ($value !
270 setValueForce(string $value) global() argument
281 setValueWithOrWithoutForce(string $value, bool $force = false) global() argument
[all...]
H A DConditionalValue.php17 private $value; variable in ComboStrap\\ConditionalValue
36 public function __construct($value) argument
38 $lastIndex = strrpos($value, "-");
41 $this->value = $value;
44 $breakpoint = substr($value, $lastIndex + 1);
47 $this->value = substr($value, 0, $lastIndex);
51 $parts = explode("-", $value);
62 $this->value
73 createFrom($value) global() argument
[all...]
H A DArrayUtility.php26 foreach ($toPrint as $key => $value) {
27 if (is_array($value)) {
29 self::formatAsHtmlList($value, $content);
32 if (preg_match('/date|created|modified/i', $key) && is_numeric($value)) {
33 $value = date(DATE_ATOM, $value);
35 $stringValue = var_export($value, true);
51 foreach ($array as $key => &$value) {
55 if (is_array($value)) {
56 self::filterArrayByKey($value,
61 addIfNotSet(array& $array, $key, $value) global() argument
88 toFlatArray(array& $flatArray, $value) global() argument
[all...]
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md118 `true($value, $message = '')` | Check that a value is `true`
119 `false($value, $message = '')` | Check that a value is `false`
120 `null($value, $message = '')` | Check that a value is `null`
121 `notNull($value, $message = '')` | Check that a value is not `null`
122 `isEmpty($value, $message = '')` | Check that a value is `empty()`
123 `notEmpty($value, $message = '')` | Check that a value is not `empty()`
168 `fileExists($value, $message = '')` | Check that a value is an existing path
169 `file($value, $message = '')` | Check that a value is an existing file
170 `directory($value, $message = '')` | Check that a value is an existing directory
171 `readable($value, $message = '')` | Check that a value is a readable path
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php271 $dict->value['Type'] = PdfName::create('XObject');
272 $dict->value['Subtype'] = PdfName::create('Form');
273 $dict->value['FormType'] = PdfNumeric::create(1);
274 $dict->value['BBox'] = $bbox->toPdfArray();
278 $dict->value['Group'] = PdfDictionary::create([
286 $dict->value['Resources'] = $resources;
326 $dict->value['Matrix'] = PdfArray::create([
340 || ($contents instanceof PdfArray && \count($contents->value) === 1)
348 $stream = PdfType::resolve($contents->value[0], $reader->getParser());
351 $filter = PdfDictionary::get($stream->value, 'Filte
489 writePdfType(PdfType $value) global() argument
[all...]
/plugin/strata/types/
H A Dpage.php16 function normalize($value, $hint) { argument
21 $value = $hint.$value;
22 resolve_pageid(getNS($hint),$value,$exists);
23 return $value;
30 if(preg_match('/^#.+/',$value)) {
31 $value = $ID.$value;
35 resolve_pageid($base,$value,$exists);
37 // if the value i
48 render($mode, & $R, & $T, $value, $hint) global() argument
[all...]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php23 * may be null as this is a stored value
24 * but throw a not found exception when the value is null
38 $value = $this->getValue();
43 return $this->toPersistentDateTimeUtility($value);
51 * @param DateTime|null $value
54 public function setValue($value): Metadata argument
56 if ($value === null) {
60 if (!($value instanceof DateTime)) {
61 throw new ExceptionRuntime("The value is not a date time. Value: " . var_export($value, tru
70 setFromStoreValue($value) global() argument
115 fromPersistentDateTimeUtility($value) global() argument
142 toPersistentDateTimeUtility($value) global() argument
163 setFromStoreValueWithoutException($value) global() argument
[all...]
/plugin/combo/ComboStrap/TagAttribute/
H A DBoldness.php27 $value = $tagAttributes->getValueAndRemove(self::BOLDNESS_ATTRIBUTE);
33 $value = $booleanAttribute;
37 if (!empty($value)) {
38 if (in_array($value, ["bolder", "lighter"])) {
39 $tagAttributes->addClassName("fw-$value");
41 $value = Boldness::toNumericValue($value);
42 $tagAttributes->addStyleDeclarationIfNotSet("font-weight", $value);
49 private static function toNumericValue($value) argument
51 if (is_numeric($value)) {
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php57 * Create a simple equality value check filter.
60 * @param string $value
63 public static function equal(string $attribute, string $value): EqualityFilter
65 return new EqualityFilter($attribute, $value);
83 * @param string $value
86 public static function greaterThanOrEqual(string $attribute, string $value): GreaterThanOrEqualFilter
88 return new GreaterThanOrEqualFilter($attribute, $value);
95 * @param string $value
98 public static function gte(string $attribute, string $value): GreaterThanOrEqualFilter
100 return self::greaterThanOrEqual($attribute, $value);
61 equal(string $attribute, string $value) global() argument
84 greaterThanOrEqual(string $attribute, string $value) global() argument
96 gte(string $attribute, string $value) global() argument
108 lessThanOrEqual(string $attribute, string $value) global() argument
120 lte(string $attribute, string $value) global() argument
169 endsWith(string $attribute, string $value) global() argument
181 startsWith(string $attribute, string $value) global() argument
195 extensible(string $attribute, string $value, string $rule, bool $matchDn = false) global() argument
207 approximate(string $attribute, string $value) global() argument
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php11 * Check to see if a field is satisfied by a value
13 * @param string $dateValue Date value to check
14 * @param string $value Value to test
18 public function isSatisfied($dateValue, $value) argument
20 if ($this->isIncrementsOfRanges($value)) {
21 return $this->isInIncrementsOfRanges($dateValue, $value);
22 } elseif ($this->isRange($value)) {
23 return $this->isInRange($dateValue, $value);
26 return $value == '*' || $dateValue == $value;
36 isRange($value) global() argument
48 isIncrementsOfRanges($value) global() argument
61 isInRange($dateValue, $value) global() argument
76 isInIncrementsOfRanges($dateValue, $value) global() argument
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfType.php24 * Resolves a PdfType value to its value.
26 * This method is used to evaluate indirect and direct object references until a final value is reached.
28 * @param PdfType $value
35 public static function resolve(PdfType $value, PdfParser $parser, $stopAtIndirectObject = false) argument
37 if ($value instanceof PdfIndirectObject) {
39 return $value;
42 return self::resolve($value->value, $parser, $stopAtIndirectObject);
45 if ($value instanceo
61 ensureType($type, $value, $errorMessage) global() argument
78 public $value; global() variable in setasign\\Fpdi\\PdfParser\\Type\\PdfType
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.generic.length.php19 $value =& new Value;
23 return $value;
37 $value =& new Value;
38 $value->_unit = $unit;
40 $value->_points = 0;
41 return $value;
49 $value =& new Value;
50 $value->_unit = $value->unit_from_string($string_value);
52 $value->_points = 0;
53 return $value;
[all …]
H A Dcss.margin.inc.php17 function parse_in($value) { argument
45 function parse($value) { argument
46 if ($value === 'inherit') {
50 $value = MarginValue::init($this->parse_in($value));
51 return $value;
64 function parse($value) { argument
66 return MarginSideValue::init($value);
79 function parse($value) { argument
81 return MarginSideValue::init($value);
94 function parse($value) { argument
[all …]
/plugin/struct/meta/
H A DValue.php8 * Holds the value for a single "cell". That value may be an array for multi value columns
18 protected $value; variable in dokuwiki\\plugin\\struct\\meta\\Value
29 /** @var bool is this a raw value only? */
36 * @param array|int|string $value
38 public function __construct(Column $column, $value) argument
41 $this->setValue($value);
58 throw new StructException('Accessing value of rawonly value forbidde
107 setValue($value, $israw = false) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php38 public function contains($value) : bool argument
40 if (!$value instanceof Hashable) {
44 $hash = $this->equivalence->hash($value);
51 if ($this->equivalence->equivalent($value, $entry)) {
59 public function getOrAdd(Hashable $value) : Hashable argument
61 $hash = $this->equivalence->hash($value);
68 if ($this->equivalence->equivalent($value, $entry)) {
73 $this->table[$hash][] = $value;
77 return $value;
80 public function get(Hashable $value) argument
107 add(Hashable $value) global() argument
128 remove(Hashable $value) global() argument
[all...]
/plugin/bureaucracyau/helper/
H A Dfield.php223 if (is_array($value)) {
245 if (is_null($value) || $value === false) {
267 if (is_array($value)) {
271 return is_null($value) || $value === false ? '$2' : $value;
281 if ($value === '') {
282 $value = null;
311 if (is_null($value)) {
352 if($conf['useslash']) $value = str_replace('/',' ',$value);
420 * @param mixed $value
435 return $value > $d;
[all …]
/plugin/bureaucracy-au/helper/
H A Dfield.php223 if (is_array($value)) {
245 if (is_null($value) || $value === false) {
267 if (is_array($value)) {
271 return is_null($value) || $value === false ? '$2' : $value;
281 if ($value === '') {
282 $value = null;
311 if (is_null($value)) {
352 if($conf['useslash']) $value = str_replace('/',' ',$value);
420 * @param mixed $value
435 return $value > $d;
[all …]
/plugin/bureaucracy/helper/
H A Dfield.php223 if (is_array($value)) {
245 if (is_null($value) || $value === false) {
267 if (is_array($value)) {
271 return is_null($value) || $value === false ? '$2' : $value;
281 if ($value === '') {
282 $value = null;
311 if (is_null($value)) {
352 if($conf['useslash']) $value = str_replace('/',' ',$value);
420 * @param mixed $value
435 return $value > $d;
[all …]
/plugin/odt/ODT/
H A DODTmanifest.php20 $value = '<' . '?xml version="1.0" encoding="UTF-8"?' . ">\n";
24 …$value .= '<manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/…
25 …$value .= '<manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"…
26 … $value .= '<manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>';
27 …$value .= '<manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>…
28 $value .= $this->getExtraContent();
29 $value .= '</manifest:manifest>';
30 return $value;
38 $value = '';
40 …$value .= '<manifest:file-entry manifest:media-type="'.htmlspecialchars($type, ENT_QUOTES, 'UTF-8'…
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php49 * @param string $value A PHP value
53 public static function requiresDoubleQuoting(string $value): bool argument
55 return 0 < preg_match('/'.self::REGEX_CHARACTER_TO_ESCAPE.'/u', $value);
61 * @param string $value A PHP value
65 public static function escapeWithDoubleQuotes(string $value): string argument
67 return sprintf('"%s"', str_replace(self::$escapees, self::$escaped, $value));
73 * @param string $value A PHP value
77 public static function requiresSingleQuoting(string $value): bool argument
93 * @param string $value A PHP value
97 public static function escapeWithSingleQuotes(string $value): string argument
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php49 * Determines if a PHP value would require double quoting in YAML.
51 * @param string $value A PHP value
53 public static function requiresDoubleQuoting(string $value): bool argument
55 return 0 < preg_match('/'.self::REGEX_CHARACTER_TO_ESCAPE.'/u', $value);
59 * Escapes and surrounds a PHP value with double quotes.
61 * @param string $value A PHP value
63 public static function escapeWithDoubleQuotes(string $value): string argument
65 return sprintf('"%s"', str_replace(self::ESCAPEES, self::ESCAPED, $value));
73 requiresSingleQuoting(string $value) global() argument
91 escapeWithSingleQuotes(string $value) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php49 * Sets (overwrites) the value at the given key.
52 * @param mixed $value Key Value
56 public function setParam($key, $value) argument
58 $this->_params[$key] = $value;
83 * @param mixed $value Value to set
87 public function addParam($key, $value, ?string $subKey = null) argument
90 $this->_params[$key][$subKey] = $value;
92 $this->_params[$key][] = $value;
105 * @return mixed Key value
158 foreach ($array as $key => $value) {
191 _setRawParam($key, $value) global() argument
[all...]
/plugin/gtime/gtlib/asn1/
H A DASN1Integer.php31 protected $value; variable in ASN1Integer
40 public function __construct($value = null) { argument
42 if (!is_null($value)) {
44 if (is_integer($value)) {
45 $this->value = new GTBigInteger($value);
47 } else if ($value instanceof GTBigInteger) {
48 $this->value = $value;
62 return $this->value->getValue();
72 $bytes = $this->value->toBytes();
74 if ($this->value->comp(new GTBigInteger(0)) == -1) {
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php112 return $value;
159 return (int) $value;
176 return (string) $value;
217 return (bool) $value;
261 $value = array_shift($keys);
262 if($value === 0){
267 $this->set($name, $value);
292 parent::set($name, $value);
293 $_REQUEST[$name] = $value;
317 parent::set($name, $value);
[all …]
/plugin/firenews/
H A Dsyntax.php97 foreach ($pagelocation as $value) {
98 $pagepath .= "\\" . $value;
217 foreach ($result as $value) {
220value['header']}", "{$value['subtitle']}", "{$value['targetpage']}", "{$value['startdate']}", "{$v…
254 foreach ($result as $value) {
257 if(strlen($value['group']) > 0) {
260 if ($this->isInGroup($value['group']) === false) { continue; }
265 …array("{$value['header']}", "{$value['subtitle']}", "{$value['startdate']}, {$value['author']}", "…
275 …array("{$value['header']}", "{$value['subtitle']}", "{$value['startdate']}, {$value['author']}", "…
387 foreach($groupArr as $value) {
[all …]

12345678910>>...157