Home
last modified time | relevance | path

Searched refs:value (Results 876 – 900 of 4040) sorted by relevance

1...<<31323334353637383940>>...162

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js39 return match.value;
44 function defaultValue(value, def) argument
46 return value != null ? value : def;
49 function asString(value) argument
51 return value != null ? value.toString() : null;
103 if (typeof(a[i]) == 'object' && a[i].value != '')
104 return a[i].value + '';
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php98 $value = $valueOrCallBack();
100 $value = $valueOrCallBack;
102 if (!is_null($value)) {
104 $this->result[$propertyName] = [200, $value];
117 * @param mixed $value
121 function set($propertyName, $value, $status = null) { argument
124 $status = is_null($value) ? 404 : 200;
130 $this->result[$propertyName] = [$status, $value];
139 $this->result[$propertyName] = [$status, $value];
/plugin/quickedit/
H A Dscript.js36 document.getElementById("old").value='0';
49 document.getElementById("quickedit_textbox"+pl_si.id).value = data;
64 minor=document.getElementById("minoredit"+id).value;
65 text=document.getElementById("quickedit_textbox"+id).value;
66 sub=document.getElementById("editsummary"+id).value;
75 document.getElementById("old").value = '0';
94 if(document.getElementById("old").value == '0'){
95 document.getElementById("old").value = id;
111 document.getElementById("old").value='0';
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php98 $value = $valueOrCallBack();
100 $value = $valueOrCallBack;
102 if (!is_null($value)) {
104 $this->result[$propertyName] = [200, $value];
117 * @param mixed $value
121 function set($propertyName, $value, $status = null) { argument
124 $status = is_null($value) ? 404 : 200;
130 $this->result[$propertyName] = [$status, $value];
139 $this->result[$propertyName] = [$status, $value];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php14 public function add(int $value) : void argument
16 $this->data[$value] = true;
24 public function remove(int $value) : void argument
26 unset($this->data[$value]);
29 public function contains(int $value) : bool argument
31 return \array_key_exists($value, $this->data);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php217 function setOption($option, $value) argument
435 if (',' == substr($value, strlen($value)-1, 1)) {
436 $value = substr($value, 0, -1);
442 $value = $this->_stripDelimiter($value);
445 $value = $this->_unwrap($value);
448 $value = $this->_removeCurlyBraces($value);
452 $ret[$field] = $value;
894 $value = substr($value, 1, -1);
902 $value = preg_replace('/[\{\}]/', '', $value);
904 $value = $begin.$value.$end;
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php217 function setOption($option, $value) argument
435 if (',' == substr($value, strlen($value)-1, 1)) {
436 $value = substr($value, 0, -1);
442 $value = $this->_stripDelimiter($value);
445 $value = $this->_unwrap($value);
448 $value = $this->_removeCurlyBraces($value);
452 $ret[$field] = $value;
894 $value = substr($value, 1, -1);
902 $value = preg_replace('/[\{\}]/', '', $value);
904 $value = $begin.$value.$end;
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php217 function setOption($option, $value) argument
435 if (',' == substr($value, strlen($value)-1, 1)) {
436 $value = substr($value, 0, -1);
442 $value = $this->_stripDelimiter($value);
445 $value = $this->_unwrap($value);
448 $value = $this->_removeCurlyBraces($value);
452 $ret[$field] = $value;
894 $value = substr($value, 1, -1);
902 $value = preg_replace('/[\{\}]/', '', $value);
904 $value = $begin.$value.$end;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.text-decoration.inc.php29 function parse($value) { argument
30 if ($value === 'inherit') {
35 if (strstr($value,"overline") !== false) { $parsed['O'] = true; };
36 if (strstr($value,"underline") !== false) { $parsed['U'] = true; };
37 if (strstr($value,"line-through") !== false) { $parsed['T'] = true; };
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DRelationshipInterest.php31 public $value; variable in Google\\Service\\PeopleService\\RelationshipInterest
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
H A DNickname.php31 public $value; variable in Google\\Service\\PeopleService\\Nickname
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
H A DUserDefined.php31 public $value; variable in Google\\Service\\PeopleService\\UserDefined
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
H A DBiography.php31 public $value; variable in Google\\Service\\PeopleService\\Biography
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
H A DClientData.php31 public $value; variable in Google\\Service\\PeopleService\\ClientData
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
H A DResidence.php31 public $value; variable in Google\\Service\\PeopleService\\Residence
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
H A DRelationshipStatus.php31 public $value; variable in Google\\Service\\PeopleService\\RelationshipStatus
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchResponseFacetFacetValue.php31 public $value; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchResponseFacetFacetValue
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DEnvVar.php29 public $value; variable in Google\\Service\\CloudRun\\EnvVar
50 public function setValue($value) argument
52 $this->value = $value;
59 return $this->value;
H A DGoogleCloudRunOpV2EnvVar.php29 public $value; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2EnvVar
50 public function setValue($value) argument
52 $this->value = $value;
59 return $this->value;
H A DGoogleCloudRunV2EnvVar.php29 public $value; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2EnvVar
50 public function setValue($value) argument
52 $this->value = $value;
59 return $this->value;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DX509Extension.php31 public $value; variable in Google\\Service\\CertificateAuthorityService\\X509Extension
64 public function setValue($value) argument
66 $this->value = $value;
73 return $this->value;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCustomAttribute.php32 public $value; variable in Google\\Service\\ShoppingContent\\CustomAttribute
65 public function setValue($value) argument
67 $this->value = $value;
74 return $this->value;
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(…
/plugin/fedauth/Auth/OpenID/
H A DMessage.php137 $this->set($key, $value);
194 function set($key, $value) argument
199 $this->values[$index] = $value;
202 $this->values[] = $value;
265 function contains($value) argument
452 foreach ($args as $key => $value) {
454 if (is_array($value)) {
510 list($rest, $value) = $pair;
631 list($ns_parts, $value) = $pair;
634 $args[$key] = $value;
[all …]
/plugin/combo/ComboStrap/
H A DSite.php127 $value = $conf[$key];
129 $valueInt = DataType::toInteger($value);
131 LogUtility::internalError("The ($key) configuration does not have an integer value ($value). Default separator returned");
140 LogUtility::internalError("The ($key) configuration has an integer value ($valueInt) that is not a valid one (0 or 1). Default separator returned");
178 $value = $conf[$confKey];
180 return DataType::toInteger($value);
182 LogUtility::error("The configuration ($confKey) has a value ($value) that is not an integer", self::CANONICAL);
216 LogUtility::error("The configuration ($confKey) has value (
277 setConf($key, $value, string $namespace = PluginUtility PLUGIN_BASE_NAME) global() argument
779 setCanonicalUrlType(string $value) global() argument
[all...]

1...<<31323334353637383940>>...162