Home
last modified time | relevance | path

Searched refs:Value (Results 101 – 125 of 254) sorted by relevance

1234567891011

/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample04.cgi144 …$Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckedito…
H A Dsample02.cgi152 …$Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckedito…
/plugin/structodt/
H A Daction.php11 use dokuwiki\plugin\struct\meta\Value; alias
217 /** @var Value $row */
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_units.php53 $unit = Value::unit_from_string($value);
H A Dvalue.generic.percentage.php36 $class_object->init(Value::fromString($value), VALUE_NORMAL);
H A Dvalue.font.class.php42 $this->size = Value::fromData(1, UNIT_EM);
/plugin/translator/
H A Dhelper.php416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) { argument
434 if ( !empty($Value) ) {
436 $execute[] = $Value;
452 function _insertTranslation($KeyID, $Value, $Lang, $Date, $User=null) { argument
457 if ( empty($Value) ) return $revertable;
462 … if ( $this->_keyExists($KeyID, $Lang, $Value) || $this->_keyExists($KeyID, $Lang, null, $Date) ) {
474 $this->database->execute($KeyID, $Lang, $Value, $User, $Date);
/plugin/wysiwyg/
H A Dsyntax.php109 $oFCKeditor->Value = $html;
/plugin/bootswrapper/exe/help/
H A Dwell.txt27 ^ Attribute ^ Default Value ^ Allowed Values | Description
H A Dcollapse.txt26 ^ Attribute ^ Default Value ^ Allowed values ^ Description ^
H A Daffix.txt24 ^ Attribute ^ Default Value ^ Description
H A Dlabel.txt31 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DAttribute.php58 $attribute->literal = new Ast\Value\Literal($token->content);
/plugin/struct/types/
H A DAbstractBaseType.php12 use dokuwiki\plugin\struct\meta\Value;
443 * @param string|Value $value The string by which the types would usually be sorted
11 use dokuwiki\plugin\struct\meta\Value; global() alias
H A DLookup.php15 use dokuwiki\plugin\struct\meta\Value; alias
/plugin/struct/meta/
H A DAggregationValue.php48 * @param Value[] $resultrow
H A DSearch.php437 * @return Value[][]
447 * The result is a two dimensional array of Value()s.
453 * @return Value[][]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md13 1. Returning a series of Value Object for given expression while resolving any partial class names,…
69 In this example you will receive a Value Object of class `\phpDocumentor\Reflection\Types\Compound`…
88 name and element name) and receive a Value Object of type `\phpDocumentor\Reflection\Fqsen`.
163 the `getFqsen` method to receive a Value Object that represents the complete FQSEN. So that would b…
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
73 …"invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples wit…
291 "text": "Text (Value)",
300 "value": "Value",
314 "value": "Value"
320 "value": "Value",
326 "opValue": "Value",
342 "value": "Value",
/plugin/ckgedit/ckeditor/lang/
H A Dlang_array.txt71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
73 …"invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples wit…
291 "text": "Text (Value)",
300 "value": "Value",
314 "value": "Value"
320 "value": "Value",
326 "opValue": "Value",
342 "value": "Value",
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md118 | Item | Value |
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dtables.md118 | Item | Value |
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php881 $values = array($this->Value());
891 $value = $this->Value();
1019 private function Value() function in Doctrine\\Common\\Annotations\\DocParser
1171 return array(null, $this->Value());
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D69.69.js.map1Value pair\n [/(\".*?\"|'.*?'|.*?)([ \\t]*)(:)( |$)/, ['type', 'white', 'operators', 'w…
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso40 <td>Value</td>

1234567891011