Home
last modified time | relevance | path

Searched refs:value (Results 2901 – 2925 of 4040) sorted by relevance

1...<<111112113114115116117118119120>>...162

/plugin/chat/
H A Dajax.php81 foreach ($smileys as $key=>$value) {
89 $files = preg_split('/\|/', $value);
/plugin/tplmod/
H A Dscript.js138 if(opt.value.match(xcludes)) return;
143 if(opt.value.match(regex)) jQuery(this).hide();
/plugin/imageflow/syntax/
H A Dimageflow.php76 list($key, $value) = explode('=', $item, 2);
80 $params[$key] = $value;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc14 used by the client. For instance, a value of `x-elastic-client-meta` can be
15 `es=7.14.0-s,php=7.4.11,t=7.14.0-s,a=0,cu=7.68.0`, where each value is the
/plugin/combo/ComboStrap/
H A DDimension.php19 const DESIGN_LAYOUT_CONSTRAINED = "constrained"; // fix value
89 * Without the height value, a block display will collapse
202 * @param $value - a css value to a pixel
206 public static function toPixelValue($value): int argument
209 return ConditionalLength::createFromString($value)->toPixelNumber();
225 throw new ExceptionBadSyntax("The width value ($width) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL);
230 throw new ExceptionBadSyntax("The width value ($height) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL);
233 throw new ExceptionBadSyntax("The height value of the ratio `$stringRatio` should not be zero", PageImageTag::CANONICAL);
249 LogUtility::error("The width value i
[all...]
/plugin/openid/Auth/OpenID/
H A DParse.php290 $value = $this->replaceEntities(
293 $link_attrs[strtolower($name)] = $value;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php84 foreach ($obj->properties as $property => $value) {
85 $geometry->setData($property, $value);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1278 * @param string $value The value of the metric being recorded.
1282 public function recordMetric($stackPtr, $metric, $value) argument
1294 $this->_metrics[$metric]['values'][$value][] = $stackPtr;
3323 $value=null, argument
3342 if ($value === null) {
3344 } else if ($this->_tokens[$i]['content'] === $value) {
3404 $value=null, argument
3423 if ($value === null) {
3425 } else if ($this->_tokens[$i]['content'] === $value) {
3627 if ($value === null) {
[all …]
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js241 var value = nonCommentArg(1, 1, arguments);
242 if (!value)
248 var value = nonCommentArg(1, 1, arguments);
249 if (value)
/plugin/mikioplugin/
H A Dscript.js454 var value = checked.val();
461 if (typeof value == 'undefined') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php107 foreach ($elem['value']['{DAV:}prop'] as $remove => $value) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dconstant.rst10 ``constant`` returns the constant value for a given string:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst12 return value of the ``count()`` method.
/plugin/gplusone/
H A DREADME.md9 The possible values, all optionals, are those featured in the Google documentation. If a value is m…
/plugin/a2s/
H A Dstyle.css8 color: #666; /* as of 2017-04-03, not an @ini.thing, direct value */
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php107 foreach ($elem['value']['{DAV:}prop'] as $remove => $value) {
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js3724 value;
3937 var type = typeSelect.value;
4896 select.value = pValue;
4928 inp.value = pValue;
4941 input.value = pValue;
5950 style[key] = value;
6812 action.opacity.value);
7657 this.shadowVisible = value;
7881 …pagesToInput.value = Math.max(1, Math.min(pageCount, Math.max(parseInt(pagesToInput.value), parseI…
7882 …pagesFromInput.value = Math.max(1, Math.min(pageCount, Math.min(parseInt(pagesToInput.value), pars…
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e,t){if("function"!=typeof… property in AnonymousFunction9d0550af9100.r
7value:function(e){var n=this.indexOf(e);return-1!==n&&(this.splice(n,1),t.unset(e,r,i)),e}}),Objec…
12 …g");return"symbol"===n(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,co…
21value:c.__:i,n.__c?v=(l=t.__c=n.__c).__=l.__E:("prototype"in E&&E.prototype.render?t.__c=l=new E(m…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... .servlet.jsp.PageContext pc String name Object value int scope public static void set (javax.servlet ...
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js84 set active(value) {
85 active = value;
178 self.selectStepper(this.value);
209 b.value = pageIndex;
236 option.selected = (option.value | 0) === pageIndex;
/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties106 # a numerical per cent value.
144 # [one|two|few|many|other], with [other] as the default value.
149 # [zero|one|two|few|many|other], with [other] as the default value.
150 # "{{limit}}" will be replaced by a numerical value.
178 # numerical scale value.
/plugin/mantis/lib/
H A Dclass.soapclient.php532 * @param mixed $value The cURL option value
535 function setCurlOption($option, $value) { argument
537 $this->appendDebug($this->varDump($value));
538 $this->curl_options[$option] = $value;
858 $this->cookies[] = array('name' => $name, 'value' => $value);
/plugin/xcom/
H A Dscript.js500 params[i] = fn_sel.options[fn_sel.selectedIndex].value;
515 var page = document.getElementById('xcom_pageid').value;
599 var which =sel.options[sel.selectedIndex].value;
665 return d.value;
672 d.value = val;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php949 public function setConfig($name, $value) argument
951 $this->config[$name] = $value;
1178 * @param bool $value
1180 public function setApiFormatV2($value) argument
1182 $this->config['api_format_v2'] = (bool) $value;
/plugin/tagging/
H A Dhelper.php150 * @return array associative array in form of value => count
710 array('value' => $this->getLang('admin tag'), 'sort_by' => 'tid'),
711 array('value' => $this->getLang('admin occurrence'), 'sort_by' => 'count')
717 ['value' => $this->getLang('admin namespaces'), 'sort_by' => 'ns']
722 array('value' => $this->getLang('admin taggers'), 'sort_by' => 'taggers'),
723 array('value' => $this->getLang('admin actions'), 'sort_by' => false)
791 $header['value'] . ' ' . inlineSVG(__DIR__ . "/images/$icon.svg"))
796 $form->addHTML($header['value']);
937 * @param string|array $value
939 public function setParam($name, $value) argument
[all...]

1...<<111112113114115116117118119120>>...162