Home
last modified time | relevance | path

Searched defs:value (Results 51 – 75 of 1845) sorted by relevance

12345678910>>...74

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFuzzy.php21 public function __construct(?string $fieldName = null, ?string $value = null) argument
35 public function setField(string $fieldName, string $value): self argument
51 public function setFieldOption(string $option, $value) argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DUnescaper.php36 public function unescapeSingleQuotedString(string $value): string argument
46 public function unescapeDoubleQuotedString(string $value): string argument
61 private function unescapeCharacter(string $value): string argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.handler.class.php7 function css($value, &$pipeline) {
73 function is_default($value) {
83 function replace($value, &$state) {
87 function replaceDefault($value, &$state) {
91 function replace_array($value, &$state) {
H A Dcss.utils.inc.php58 function is_percentage($value) {
114 function css_process_escapes($value) {
133 function css_remove_value_quotes($value) {
H A Dheight.php76 function applicable_value($value, &$box) {
86 function _fix_value($value, &$box, $default, $no_table_recursion) {
184 function apply_min($value, &$box, $no_table_recursion) {
192 function apply_max($value, &$box, $no_table_recursion) {
200 function apply($value, &$box, $no_table_recursion = false) {
H A Doutput.pdflib.old.class.php7 function field_multiline_text($x, $y, $w, $h, $value, $name) {
10 function field_text($x, $y, $w, $h, $value, $name) {
13 function field_password($x, $y, $w, $h, $value, $name) {
19 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) {
25 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) {
28 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
34 function field_select($x, $y, $w, $h, $name, $value, $options) {
H A Dcss.border.color.inc.php18 function set_value(&$owner_value, &$value) {
51 function parse_in($value) {
78 function parse($value) {
H A Dcss.border.width.inc.php18 function set_value(&$owner_value, &$value) {
51 function parse_value($value) {
64 function parse($value) {
H A Doutput.pdflib.1.6.class.php19 function field_multiline_text($x, $y, $w, $h, $value, $name) {
31 function field_text($x, $y, $w, $h, $value, $name) {
43 function field_password($x, $y, $w, $h, $value, $name) {
64 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) {
98 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) {
115 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
126 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
143 function field_select($x, $y, $w, $h, $name, $value, $options) {
H A Dcss.property.declaration.php22 function set_important($value) {
26 function set_value(&$value) {
30 function &create($code, $value, $pipeline) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php38 public function setValue($value): Metadata argument
119 setFromStoreValue($value) global() argument
140 toArrayOrNull($value) global() argument
168 setFromStoreValueWithoutException($value) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php40 public static function export($value, $indentation = 0)
52 public static function toArray($value)
113 protected static function recursiveExport(&$value, $indentation, $processed = null)
/plugin/strata/types/
H A Dimage.php13 function isExternalMedia($value) { argument
17 function normalize($value, $hint) { argument
46 render($mode, & $R, & $T, $value, $hint) global() argument
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfType.php35 public static function resolve(PdfType $value, PdfParser $parser, $stopAtIndirectObject = false) argument
61 ensureType($type, $value, $errorMessage) global() argument
78 public $value; global() variable in setasign\\Fpdi\\PdfParser\\Type\\PdfType
[all...]
/plugin/odt/ODT/elements/
H A DODTStateElement.php37 public function setClass($value) {
57 public function setCount($value) {
75 public function setStyleName($value) {
111 public function setTemp($value) {
181 public function setHTMLElement($value) {
/plugin/bez/mdl/
H A DValidator.php46 protected function check_against_val_method($value, $method, $args) { argument
57 protected function validate_one($value, $method, $args, $null) { argument
67 public function validate_field($field, $value) { argument
123 validate_select($value, $options) global() argument
146 validate_numeric($value) global() argument
153 validate_length($value, $max_length) global() argument
200 validate_must_be_empty($value) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php53 function test_foo($value = 'foo')
95 public function strToLower($value)
189 public function §Filter($value)
194 public function §Function($value)
202 public function escape_and_nl2br($env, $value, $sep = '<br />')
210 public function nl2br($value, $sep = '<br />')
232 public function escape_something($value)
237 public function preserves_safety($value)
242 public static function staticCall($value)
252 public function is_multi_word($value)
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractStringType.php25 public function __construct($value = '') argument
42 public function setValue($value) argument
72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value argument
[all...]
/plugin/combo/ComboStrap/
H A DConditionalValue.php17 private $value; variable in ComboStrap\\ConditionalValue
36 public function __construct($value) argument
73 createFrom($value) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php38 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
56 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
78 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
93 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
/plugin/runcommand/
H A Dsyntax.php322 function renderFormHidden($name, $label, $flags, $value) {
333 function renderFormTextBox($name, $label, $flags, $value) {
348 function renderFormListBox($name, $label, $flags, $value) {
367 function renderFormAutoComplete($name, $label, $flags, $value) {
381 function renderJQueryAutoComplete($name, $label, $value) {
397 function renderJQuerySlider($name, $min, $max, $value, $step) {
408 function renderFormSlider($name, $label, $flags, $value) {
425 function renderJQuerySpinner($name, $min, $max, $value) {
431 function renderFormSpinner($name, $label, $flags, $value) {
459 function renderFormDate($name, $label, $flags, $value) {
/plugin/zotero/
H A DZoteroEntry.php24 public function setCiteKey($value)
34 public function setTitle($value)
44 public function setAuthor($value)
54 public function setDate($value)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php26 private $value; variable in Prophecy\\Argument\\Token\\ArrayEntryToken
32 public function __construct($key, $value)
116 private function wrapIntoExactValueToken($value)
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php47 public function add(&$value)
69 public function contains(&$value)
149 private function containsObject($value)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php101 protected function formatObject($value, int $nestingLevel)
130 protected function formatDate(\DateTimeInterface $value, int $nestingLevel): UTCDateTime
139 private function getMongoDbDateTime(\DateTimeInterface $value): UTCDateTime
151 private function legacyGetMongoDbDateTime(\DateTimeInterface $value): UTCDateTime

12345678910>>...74