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 176 – 200 of 232) sorted by path

12345678910

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dtyposcript.php188 // Set this to the same value as brackets above
H A Dvala.php59 'throws', 'true', 'try', 'using', 'value', 'var', 'virtual',
H A Dvisualfoxpro.php373 'TypeLibCLSID','TypeLibDesc','TypeLibName','UnlockDataSource','Value','ValueDirty',
H A Dyaml.php42 * key: !!type | value is perfectly legal, but again due to lookbehind issues, I
75 3 => '/(^|\n)([^#%^\n]+?)(?=: )/', // Key-value names
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php81 foreach ($this->headers as $header => $value) {
82 $request .= "{$header}: {$value}{$r}";
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php5 class Value class
19 foreach ($this->data as $key => $value) {
20 $this->data[$key] = new Value($value);
25 $this->data[$i] = new Value($this->data[$i]);
69 // Return XML for this value
82 $return .= ' <value>' . $item->getXml() . "</value>\n";
89 foreach ($this->data as $name => $value) {
91 $return .= " <member><name>$name</name><value>";
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php26 <value>
30 <value><int>{$this->code}</int></value>
34 <value><string>{$this->message}</string></value>
37 </value>
H A DMessage.php145 $value = (int)trim($this->_currentTagContents);
149 $value = (double)trim($this->_currentTagContents);
153 $value = (string)($this->_currentTagContents);
157 $value = new Date(trim($this->_currentTagContents));
160 case 'value':
163 $value = (string)$this->_currentTagContents;
168 $value = (boolean)trim($this->_currentTagContents);
172 $value = base64_decode($this->_currentTagContents);
178 $value = array_pop($this->_arraystructs);
195 // Add value t
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Request/
H A DRequest.php5 use IXR\DataType\Value; alias
31 $this->xml .= '<param><value>';
32 $v = new Value($arg);
34 $this->xml .= "</value></param>\n";
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php6 use IXR\DataType\Value; alias
54 $r = new Value($result);
62 <value>
64 </value>
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php58 * Any additional elements to include as an associated array. All $key => $value pairs
60 * <$key>$value</$key>
62 * if $value contains markup. This may be abused to embed tags not implemented by
140 * @param array $elements an associative array containing key => value pairs
148 foreach ($elements AS $key => $value) {
149 $ae .= $indentString."<$key>$value</$key>\n";
H A DJSCreator.php24 foreach ($feedArray as $value) {
25 $jsFeed .= "document.write('".trim(addslashes($value))."');\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php42 * Any additional elements to include as an associated array. All $key => $value pairs
44 * <$key>$value</$key>
46 * if $value contains markup. This may be abused to embed tags not implemented by
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php101 foreach ($vars as $key => $value) {
/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 DDES.php107 * Optimizing value while CFB-encrypting
152 * For each byte value index, the entry holds an 8-byte string
154 * corresponding bit in the index value.
335 * Indexing this table with a byte value reverses the bit order.
377 * Each box ($sbox1-$sbox8) has been vectorized, then each value pre-permuted using the
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 DRSA.php607 * generally be omitted, but if present, it shall have a value of type
809 * the value of a label L as input. In this version of PKCS #1, L is
H A DRijndael.php103 * {@internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4. Exists in conjunction with $block_size
116 * {@internal The max value is 256 / 8 = 32, the min value is 128 / 8 = 16. Exists in conjunction with $Nk
131 * @internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4
138 * {@internal The max value is 14, the min value is 10.}
H A DTripleDES.php76 * Optimizing value while CFB-encrypting
H A DTwofish.php58 * Optimizing value while CFB-encrypting
/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...]

12345678910