Home
last modified time | relevance | path

Searched refs:value (Results 201 – 225 of 4040) sorted by relevance

12345678910>>...162

/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.js65 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
67 /******/ Object.defineProperty(exports, '__esModule', { value: true });
75 /******/ __webpack_require__.t = function(value, mode) { argument
76 /******/ if(mode & 1) value = __webpack_require__(value);
77 /******/ if(mode & 8) return value;
78 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
81 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
82 …/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, …
/plugin/adhocmathml/
H A Dabstract.php21 protected function allowSpecificAttribute(&$name, &$value) { return false; } argument
24 function allowAttribute(&$name, &$value) { argument
30 return (substr($value, 0, 11) !== 'javascript:');
35 return preg_match('/^[\w\d,\(\)#\% \/]+$/', trim($value));
39 return preg_match('/^[\w\d\%]+$/', trim($value));
43 …return in_array(strtolower($value), array('normal','bold','italic','bold-italic','double-struck','…
47 return preg_match('/^[+-]?[\d]+$/', trim($value));
51 return in_array(strtolower($value), array('true','false'));
55 return $this->allowSpecificAttribute($name, $value);
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php203 $value = ltrim($value, '\\');
205 switch ($value) {
236 $value = ltrim($value, '\\');
238 switch ($value[0]) {
240 $value = trim($value, 'x{}');
243 hexdec($value)
253 $value = ltrim($value, '\\');
255 if ('s' === $value) {
259 switch ($value) {
301 if ('.' === $value) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php63 public function setValue($value) { argument
65 if (is_array($value) && isset($value[0]) && $value[0] instanceof \DateTime) {
66 $this->setDateTimes($value);
68 $this->setDateTimes(array($value));
70 parent::setValue($value);
248 $this->value = $values;
302 * @param array $value
318 $value
328 * @param mixed $value
333 parent::offsetSet($name, $value);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php63 public function setValue($value) { argument
65 if (is_array($value) && isset($value[0]) && $value[0] instanceof \DateTime) {
66 $this->setDateTimes($value);
68 $this->setDateTimes(array($value));
70 parent::setValue($value);
248 $this->value = $values;
302 * @param array $value
318 $value
328 * @param mixed $value
333 parent::offsetSet($name, $value);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php63 public function setValue($value) { argument
65 if (is_array($value) && isset($value[0]) && $value[0] instanceof \DateTime) {
66 $this->setDateTimes($value);
68 $this->setDateTimes(array($value));
70 parent::setValue($value);
248 $this->value = $values;
302 * @param array $value
318 $value
328 * @param mixed $value
333 parent::offsetSet($name, $value);
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php40 foreach($authorArray as $value)
50 if(preg_match("/(.*){(.*)}/", $value, $matches))
57 $author = split(" ", $value);
92 foreach($array as $value)
94 $firstChar = substr($value, 0, 1);
96 $this->prefix[] = $value;
98 $firstnameArray[] = trim($value);
117 foreach($surnameArray as $value)
119 $firstChar = substr($value, 0, 1);
121 $prefix[] = $value;
[all …]
/plugin/issuetracker/
H A DxsEditor.js16 var len = textarea.value.length;
23 var sel = textarea.value.substring(start, end);
25 … textarea.value = textarea.value.substring(0,start) + rep + textarea.value.substring(end,len);
47 { var len = textarea.value.length;
56 … textarea.value = textarea.value.substring(0,start) + rep + textarea.value.substring(end,len);
72 var len = textarea.value.length;
79 var sel = textarea.value.substring(start, end);
81 … textarea.value = textarea.value.substring(0,start) + rep + textarea.value.substring(end,len);
106 var len = textarea.value.length;
114 var sel = textarea.value.substring(start, end);
[all …]
/plugin/bez/tpl/
H A Dtasks.php19 <option <?php if ($tpl->value('original_poster') == '-all') echo 'selected' ?>
20 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
23 <option <?php if ($tpl->value('original_poster') == $nick) echo 'selected' ?>
24 value="<?php echo $nick ?>"><?php echo $name ?></option>
30 <option <?php if ($tpl->value('original_poster') == $group) echo 'selected' ?>
31 value="<?php echo $group ?>"><?php echo $group ?></option>
39 <option <?php if ($tpl->value('type') == '-all') echo 'selected' ?>
40 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
42 <option <?php if ($tpl->value('type') == $type) echo 'selected' ?>
43 value
[all...]
H A Dthreads.php18 <option <?php if ($tpl->value('original_poster') == '-all') echo 'selected' ?>
19 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
22 <option <?php if ($tpl->value('original_poster') == $nick) echo 'selected' ?>
23 value="<?php echo $nick ?>"><?php echo $name ?></option>
29 <option <?php if ($tpl->value('original_poster') == $group) echo 'selected' ?>
30 value="<?php echo $group ?>"><?php echo $group ?></option>
38 <option <?php if ($tpl->value('state') === '-all') echo 'selected' ?>
39 value="-all">--- <?php echo $tpl->getLang('all_not_rejected') ?> ---</option>
41 <option <?php if ($tpl->value('state') === $state) echo 'selected' ?>
42 value
[all...]
/plugin/pagequery/
H A Dsyntax.php87 [$option, $value] = $this->keyvalue($param, '=');
104 $opt[$option] = abs($value);
108 $fields = explode(',', $value);
132 switch ($value) {
147 $opt['cols'] = ($value > self::MAX_COLS) ? self::MAX_COLS : $value;
150 switch ($value) {
155 $opt['border'] = $value;
163 if (empty($value)) {
167 $options = explode(',', $value);
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js21 .value();
34 }).value();
46 }).value();
58 .value();
64 assert.deepEqual(instance.splice(1, 3).value(), [1, 5]);
65 assert.deepEqual(instance.splice(1, 0).value(), [1, 5]);
66 assert.deepEqual(instance.splice(1, 1).value(), [1]);
72 assert.deepEqual(instance.shift().value(), [2, 3]);
73 assert.deepEqual(instance.shift().value(), [3]);
79 assert.deepEqual(instance.pop().value(), [1, 2]);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFuzzy.php19 * @param string|null $value String to search for
21 public function __construct(?string $fieldName = null, ?string $value = null) argument
23 if (null !== $fieldName && null !== $value) {
24 $this->setField($fieldName, $value);
31 * @param string $value String to search for
35 public function setField(string $fieldName, string $value): self argument
41 return $this->setParam($fieldName, ['value' => $value]);
47 * @param mixed $value Value of the parameter
51 public function setFieldOption(string $option, $value) argument
[all...]
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php86 public function testAddFails($value) argument
92 $this->context->add($value);
100 public function testContainsFails($value) argument
106 $this->context->contains($value);
113 public function testAdd($value, $key) argument
115 $this->assertEquals($key, $this->context->add($value));
118 $this->assertEquals($key, $this->context->add($value));
127 public function testContainsFound($value, $key) argument
129 $this->context->add($value);
140 public function testContainsNotFound($value) argument
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php85 foreach ($message->toArray() as $key => $value) {
91 $value,
130 throw new SaslEncodingException('Unexpected end of digest. Expected a value following a key.');
145 $value = null;
154 $value = $this->parseQuotedValue();
159 $value = $this->parseQuotedCommaList();
161 $value = $this->parseRegex(self::MATCH_ALPHA_NUMERIC, 'The value is malformed.');
165 $value = $this->parseExact('true');
168 $value
216 encodeOptValue(string $name, $value, bool $isServerMode) global() argument
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php108 public function resolve($value) argument
110 $this->settle(self::FULFILLED, $value);
118 private function settle($state, $value) argument
130 if ($value === $this) {
136 $this->result = $value;
148 if (!is_object($value) || !method_exists($value, 'then')) {
156 } elseif ($value instanceof Promise && Is::pending($value)) {
158 $value->handlers = array_merge($value->handlers, $handlers);
161 $value->then(
207 $promise->resolve($value);
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php229 * @param PdfType $value
232 protected function writePdfType(PdfType $value) argument
235 $this->fpdiWritePdfType($value);
239 if ($value instanceof PdfString) {
240 $string = PdfString::unescape($value->value);
242 $value->value = \TCPDF_STATIC::_escape($string);
244 } elseif ($value instanceof PdfHexString) {
246 $string = $filter->decode($value
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.width.inc.php30 function set_value(&$owner_value, &$value) { argument
32 $owner_value = $value->copy();
44 function parse($value) { argument
45 if ($value === 'inherit') {
50 if ($value === '') { return new WCNone; };
53 if ($value === 'auto') {
57 if (substr($value,strlen($value)-1,1) == '%') {
59 return new WCFraction(((float)$value)/100);
62 return new WCConstant(trim($value));
/plugin/combo/ComboStrap/
H A DPageDescription.php96 $value = $this->getValue();
97 if (empty($value)) {
100 return $value;
126 public function setFromStoreValueWithoutException($value): Metadata argument
131 parent::setFromStoreValueWithoutException($value);
135 if (is_array($value)) {
136 $description = $value[self::ABSTRACT_KEY];
138 $descriptionOrigin = $value[self::DESCRIPTION_ORIGIN] ?? null;
149 $value = $metaDataStore->getFromName(self::PLUGIN_DESCRIPTION_META);
150 if ($value !
175 setValue($value) global() argument
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js87 value;
155 value = matrix(value);
160 "M11="+value[0],
161 "M12="+value[2],
481 value = [
483 value ?
495 value = value ?
496 ( value = value.split(",") ) && [
498 parseFloat( value.length>1 ? value[1] : type == _scale ? scaleX || value[0] : defaultValue+"" )
506 value = value ? toRadian( value ) : 0;
[all …]
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js1 !function(){function t(t){return t&&t.__esModule?t.default:t}function e(t,e,n,r,a,o,i){try{var l=t[o](i),s=l.value}catch(t){return void n(t)}l.done?e(s):Promise.resolve(s).then(r,a)}function n(t){return function(){var n=this,r=arguments;return new Promise((function(a,o){var i=t.apply(n,r);function l(t){e(i,a,o,l,s,"next",t)}function s(t){e(i,a,o,l,s,"throw",t)}l(void 0)}))}}function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function o(t,e,n){return e&&a(t.prototype,e),n&&a(t,n),t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var l,s=function(){"use strict";function t(){r(this,t)}return o(t,null,[{key:"toBoolean",value:function(t){return"boolean"==typeof t?t:"true"===t}}]),t}(),u=function(){"use strict";function t(){r(this,t)}return o(t,[{key:"error",value:function(t){console.error(t)}}],[{key:"getLogger",value:function(){return void 0===l&&(l=new t),l}}]),t}(),c=function(t){return crypto.getRandomValues(new Uint8Array(t))},h=function(t,e){return function(t,e,n){var r=(2<<Math.log(t.length-1)/Math.LN2)-1,a=-~(1.6*r*e/t.length);return function(){for(var o="";;)for(var i=n(a),l=a;l--;)if((o+=t[i[l]&r]||"").length===e)return o}}(t,e,c)},d=function(){"use strict";function t(){r(this,t)}return o(t,null,[{key:"toHtmlId",value:function(t){return t.toString().replace(/[_.\s:\/\\]/g,"-")}},{key:"createRandomId",value:function(){return h("abcdefghijklmnopqrstuvwxyz",10)()}},{key:"toEntities",value:function(t){for(var e=[],n=0;n<t.length;n++){var r="&#".concat(t[n].charCodeAt(),";");e.push(r)}return e.join("")}}]),t}(),f=function(){"use strict";function t(e){r(this,t),i(this,"tab","unknown"),i(this,"mutable",!0),i(this,"values",[]),i(this,"defaultValues",[]),i(this,"multiple",!1),i(this,"children",{}),this.name=e}return o(t,[{key:"getLabelAnchor",value
[all...]
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php10 private $value; variable in React\\Promise\\FulfilledPromise
12 public function __construct($value = null) argument
14 if ($value instanceof PromiseInterface) {
18 $this->value = $value;
28 return resolve($onFulfilled($this->value));
42 $result = $onFulfilled($this->value);
56 return $this->then(function ($value) use ($onFulfilledOrRejected) {
57 return resolve($onFulfilledOrRejected())->then(function () use ($value) {
58 return $value;
[all...]
/plugin/bibtex/OSBib/create/
H A DSESSION.php34 function setVar($key, $value) argument
36 if(!isset($key) || !isset($value)) return false;
37 $this->sessionVars[$key] = $value;
73 foreach($this->sessionVars as $key => $value)
76 $array[$matches[1]] = $value;
85 foreach($row as $key => $value)
87 if(!$value)
88 $value = FALSE;
91 if(!$this->setVar($prefix . '_' . $key, $value))
96 if(!$this->setVar($key, $value))
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng14 value-uri
20 value-text
50 value-uri
65 value-text
82 value-text
182 value-text
657 value-text
666 value-text
691 value-uri | value-binary
969 value-uri
[all …]
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng14 value-uri
20 value-text
50 value-uri
65 value-text
82 value-text
182 value-text
657 value-text
666 value-text
691 value-uri | value-binary
969 value-uri
[all …]

12345678910>>...162