Home
last modified time | relevance | path

Searched refs:Value (Results 126 – 150 of 254) sorted by path

1234567891011

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1 … = 12] = \"Unit\";\n CompletionItemKind[CompletionItemKind[\"Value\"] = 13] = \"Value\";\n C…
H A Djson.worker.js.map1Value\"] = 13] = \"Value\";\n CompletionItemKind[CompletionItemKind[\"Constant\"] = 14] = \"Con…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …e[e.Event=10]="Event",e[e.Operator=11]="Operator",e[e.Unit=12]="Unit",e[e.Value=13]="Value",e[e.Co…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Value |\n *\n * **Notes:**\n *\n * The amount of padding around the diagram as a w…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php3213 private function _applyGPOSvaluerecord($basepos, $Value) argument
3226 if (isset($Value['XAdvance']) && ($Value['XAdvance'] - $cw) != 0) {
3229 if ($Value['XAdvance'] < 0) {
3236 $this->OTLdata[$apos]['GPOSinfo']['XAdvanceL'] += $Value['XAdvance'] - $cw;
3238 $this->OTLdata[$apos]['GPOSinfo']['XAdvanceL'] = $Value['XAdvance'] - $cw;
3241 $this->OTLdata[$basepos]['GPOSinfo']['XAdvanceR'] += $Value['XAdvance'] - $cw;
3243 $this->OTLdata[$basepos]['GPOSinfo']['XAdvanceR'] = $Value['XAdvance'] - $cw;
3249 if (isset($Value['XPlacement'])) {
3251 $this->OTLdata[$a]['GPOSinfo']['XPlacement'] += $Value['XPlacemen
[all...]
H A DOtlDump.php1435 Value Type Description
3271 $Value = $this->_getValueRecord($ValueFormat);
3298 if ($Value['XPlacement']) {
3299 $html .= ' Xpl: ' . $Value['XPlacement'] . ';';
3301 if ($Value['YPlacement']) {
3302 $html .= ' YPl: ' . $Value['YPlacement'] . ';';
3304 if ($Value['XAdvance']) {
3305 $html .= ' Xadv: ' . $Value['XAdvance'];
3330 $Value = $Values[$g];
3350 if ($Value['XPlacemen
[all...]
/plugin/fblogin/lib/
H A Dfb_ca_chain_bundle.crt530 AddTrust Low-Value Services Root
/plugin/fckg/fckeditor/
H A Dfckeditor.js36 this.Value = value || '' ;
83 …e + '" name="' + this.InstanceName + '" value="' + this._HTMLEncode( this.Value ) + '" style="disp…
100 this._HTMLEncode( this.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/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md55 * TreeNode: Value default value must be `null`. (Ivan Enderlin, 2016-08-09T08:02:43+02:00)
/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/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml125 test: Folded Block as a Mapping Value
H A DsfComments.yml38 test: 'Value starting with a #'
40 'Value starting with a #'
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst105 *filter* trivial frequent Value transformation
H A Dadvanced_legacy.rst106 *filter* trivial frequent Value transformation
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst67 Value Boolean evaluation
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php122 $css_state->set_property(CSS_FONT_SIZE, Value::fromData(0.01, UNIT_PT));
H A Dbox.note-call.class.php67 $margin->right = Value::fromData(FOOTNOTE_MARKER_MARGIN, UNIT_PT);
H A Dcss.border.inc.php42 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px…
45 … 'right' => array('width' => Value::fromString('2px'),
48 … 'bottom' => array('width' => Value::fromString('2px'),
51 … 'left' => array('width' => Value::fromString('2px'),
H A Dcss.border.width.inc.php12 $this->_defaultValue = new BorderWidth(Value::fromData(0, UNIT_PT),
13 Value::fromData(0, UNIT_PT),
14 Value::fromData(0, UNIT_PT),
15 Value::fromData(0, UNIT_PT));
54 return Value::fromString('1px');
56 return Value::fromString('3px');
58 return Value::fromString('5px');
60 return Value::fromString($value);
H A Dcss.font-size.inc.php25 return Value::fromData(BASE_FONT_SIZE_PT*3/5, UNIT_PT);
27 return Value::fromData(BASE_FONT_SIZE_PT*3/4, UNIT_PT);
29 return Value::fromData(BASE_FONT_SIZE_PT*8/9, UNIT_PT);
31 return Value::fromData(BASE_FONT_SIZE_PT, UNIT_PT);
33 return Value::fromData(BASE_FONT_SIZE_PT*6/5, UNIT_PT);
35 return Value::fromData(BASE_FONT_SIZE_PT*3/2, UNIT_PT);
37 return Value::fromData(BASE_FONT_SIZE_PT*2/1, UNIT_PT);
42 return Value::fromData(1.2, UNIT_EM);
44 return Value::fromData(0.83, UNIT_EM); // 0.83 = 1/1.2
48 return Value::fromData($matches[1]/100, UNIT_EM);
[all …]
H A Dcss.letter-spacing.inc.php10 $this->_default_value = Value::fromString("0");
28 return Value::fromString($value);
H A Dcss.min-width.inc.php22 return Value::fromString($value);
H A Dcss.pseudo.cellpadding.inc.php10 return Value::fromData(1, UNIT_PX);
14 return Value::fromString($value);
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1Value":3:{s:5:"_unit";i:5;s:7:"_number";d:1.1999999999999999555910790149937383830547332763671875;s…

1234567891011