Home
last modified time | relevance | path

Searched +full:value -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 126 – 150 of 232) sorted by last modified time

12345678910

/dokuwiki/lib/scripts/
H A Dmedia.js598 $slider.slider("option", "value", 0.5);
600 jQuery('#mediamanager__diff').find('div.imageDiff.opacity div.image2 img').css({opacity: $slider.slider("option", "value")});
638 $slider.slider("option", "value", 50);
640 jQuery('#mediamanager__diff').find('div.imageDiff.portions div.image2').css({width: $slider.slider("option", "value") + '%'});
896 // Current value
H A Dqsearch.js43 var value = dw_qsearch.getSearchterm();
44 if (value === '') {
53 q: encodeURI(value)
H A Dtextselection.js24 return (!this.obj) ? '' : this.obj.value.substring(this.start,this.end);
77 selection.obj.value =
78 selection.obj.value.substring(0, selection.start) + text +
79 selection.obj.value.substring(selection.end, selection.obj.value.length);
/dokuwiki/lib/plugins/styling/
H A Dadmin.php86 foreach ($replacements as $key => $value) {
93 echo '<td><input type="' . $this->colorType($value) . '" name="tpl[' . hsc($key) . ']" ' .
94 'id="tpl__' . hsc($key) . '" value="' . hsc($this->colorValue($value)) . '" ' .
125 * @param string $value
128 protected function colorValue($value)
130 if (preg_match('/^#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])$/', $value, $match)) {
133 return $value;
137 * Decide the input type based on the value
139 * @param string $value
124 colorValue($value) global() argument
138 colorType($value) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DBlowfish.php146 * Optimizing value while CFB-encrypting
344 * {@internal The max value is 256 / 8 = 32, the min value is 128 / 8 = 16. Exists in conjunction with $Nk
H A DHash.php1372 // Initialize hash value for this chunk
1440 // Produce the final hash value (big-endian)
H A DRC2.php90 * Optimizing value while CFB-encrypting
102 * {@internal Changing this value after setting the key has no effect.}
131 * Twice the same 256-value sequence to save a modulus in key expansion.
526 // Only the first value must be altered.
H A DTripleDES.php76 * Optimizing value while CFB-encrypting
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less280 #config__manager fieldset td.value,
325 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
/dokuwiki/inc/Input/
H A DInput.php42 * Apply the set filter to the given value
118 $value = $this->applyfilter($this->access[$name]);
119 if ($nonempty && empty($value)) return $default;
120 return $value;
127 * @param mixed $value Value to set
129 public function set($name, $value)
131 $this->access[$name] = $value;
138 * and intialized with the given $default value before a reference is returned
141 * @param mixed $default If parameter is not set, initialize with this value
130 set($name, $value) global() argument
[all...]
H A DPost.php22 * @param mixed $value Value to set
24 public function set($name, $value)
26 parent::set($name, $value);
27 $_REQUEST[$name] = $value;
25 set($name, $value) global() argument
/dokuwiki/inc/
H A DJpegMeta.php201 * @param string $value
204 function setField($field, $value) {
207 return $this->setIPTCField(substr($field,5),$value);
209 return $this->setExifField(substr($field,5),$value);
211 return $this->setExifField($field,$value);
414 * @param string $value argument
417 function setExifField($field, $value) {
432 if(strlen($value) < 8 || $value[4] != ':' || $value[
203 setField($field, $value) global() argument
448 setAdobeField($field, $value) global() argument
509 setIPTCField($field, $value) global() argument
2604 _write8BIM(& $data, $pos, $type, $header, & $value) global() argument
2672 _writeIPTCEntry(& $data, $pos, $type, & $value) global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dstandardml.php99 /* Top-level value identifiers / constructors */
H A Dsystemverilog.php107 'value$plusargs','warning','write','writeb','writeh','writememb',
H A Dthinbasic.php54 'VARIABLE_GETINFO','VARIABLE_EXISTS','VARIABLE_EXIST','VALUE','VAL','USING$','USING','USES',
H A Dtsql.php169 'UNDEFINED', 'UNDER', 'UNION', 'UNIQUE', 'UNKNOWN', 'UNNEST', 'UPDATE', 'UPDATETEXT', 'USAGE', 'USE', 'USER', 'USING', 'VALUE', 'VALUES',
H A Dtyposcript.php188 // Set this to the same value as brackets above
H A Dvala.php59 'throws', 'true', 'try', 'using', 'value', 'var', 'virtual',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php27 * Raw element value
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php503 // ie. length is the length of the full TLV encoding - it's not just the length of the value
542 $value = self::asn1map($decoded, $option, $special);
547 $value = $v;
550 if (isset($value)) {
552 $value = $special[$key]($value);
554 return [$key => $value];
764 foreach ($map as $i => $value) {
766 $values[] = $value;
859 // do not encode (implicitly optional) fields with value se
[all...]
H A DX509.php14 * portion of the certificate that contains optional parameters with default values. ie. if the parameter isn't there the default value is
15 * used. Problem is, if the parameter is there and it just so happens to have the default value there are two ways that that parameter can
16 * be encoded. It can be encoded explicitly or left out all together. This would effect the signature value and thus may invalidate the
134 * Attribute value disposition.
135 * If disposition is >= 0, this is the index of the target value.
138 const ATTR_APPEND = -2; // Add a value.
139 const ATTR_REPLACE = -3; // Clear first, then add a value.
530 $filters['tbsCertificate']['signature']['issuer']['rdnSequence']['value'] = $type_utf8_string;
531 $filters['tbsCertificate']['issuer']['rdnSequence']['value'] = $type_utf8_string;
532 $filters['tbsCertificate']['subject']['rdnSequence']['value']
4398 _setExtension($id, $value, $critical = false, $replace = true, $path = null) global() argument
4472 setExtension($id, $value, $critical = false, $replace = true) global() argument
4603 setAttribute($id, $value, $disposition = self ATTR_ALL) global() argument
4658 setKeyIdentifier($value) global() argument
5031 setRevokedCertificateExtension($serial, $id, $value, $critical = false, $replace = true) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php60 private $value;
63 * Mode independent value used for serialization.
173 $this->value = clone $x;
175 $this->value = new static("$x");
176 $this->value->setPrecision($x->getPrecision());
178 $this->value = new self::$mainEngine($x, $base);
189 return $this->value->toString();
197 return (string)$this->value;
207 return $this->value->__debugInfo();
218 return $this->value
104 const VALUE = 0; global() define in phpseclib\\Math\\BigInteger
191 var $value; global() variable in phpseclib\\Math\\BigInteger
1328 _baseSquare($value) global() argument
1367 _karatsubaSquare($value) global() argument
3622 _trim($value) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php67 // this value isn't really used anymore but i'm keeping it reserved for historical reasons
608 list($key, $value) = Strings::unpackSSH2('ss', $response);
609 $this->extensions[$key] = $value;
1006 foreach ($files as $value) {
1007 if ($value == '.' || $value == '..') {
1008 $result[] = $relativeDir . $value;
1011 if (is_array($this->query_stat_cache($this->realpath($dir . '/' . $value)))) {
1012 $temp = $this->nlist_helper($dir . '/' . $value, true, $relativeDir . $value
1419 _update_stat_cache($path, $value) global() argument
[all...]
/dokuwiki/inc/Menu/
H A DMobileMenu.php66 $html .= '<input type="hidden" name="id" value="' . $ID . '" />';
67 if ($REV) $html .= '<input type="hidden" name="rev" value="' . $REV . '" />';
69 $html .= '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
73 $html .= '<option value="">' . $empty . '</option>';
80 $html .= '<option value="' . $params['do'] . '">';

12345678910