Home
last modified time | relevance | path

Searched refs:R (Results 76 – 100 of 501) sorted by relevance

12345678910>>...21

/plugin/strata/types/
H A Dimage.php46 function render($mode, &$R, &$T, $value, $hint) { argument
54 $R->externalmedia($value,null,null,$width,$height);
59 $R->internalmedia(':'.$value,null,null,$width,$height);
H A Dref.php18 function render($mode, &$R, &$T, $value, $hint) { argument
32 $R->internallink(':'.$value, $heading);
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg.woff17 [*;�l���#�0�t�r�+��$�:8�����k,�Zλ]��,�Xr��P-8��[º)5�6훩���Mt��h����w-�*ӳ�d:o*+M��\�J�K�;a��\i����[e�+�<�%��JK�r�!A6�e׵����j;;�U=oL�H�d3�� ����+"{�#�J��<���CU�ꌰ?���ɝÚ��>�v���ߣ���\]�Z�J����w��������a6��%el�h����|��x�c```f�`F ��T�1��,L@zC���������<<�y�� �A탞S,y���懌w>�����O�<�����?�y>Jy����ɂ'��,y��ɚ'��{��ɻ��OU��>5|j�4�i��ܧMO/<}�L���3�g�T�< x�R��K��
19 /U_ƾbz����7K�,������A�����&W���4<��`v7=����Q£�G hnzt�S���O��nJ�)��^���i���?R`��"V���a�=����/��&?E�W�Y�^�L^S�H�P�M�F�Z�R�B�L�T����۲ǥWK��^)�Lz���f�B�<�Xi{iikiiiviV��RK�&K�I�J�H%J�IyK�Hi���g���'�k���>~.�L�����8l�����Ø�⒁��Vx�c`f� }x��{\���xބ�W�q�T[��u�^���Uqk�(RdF ���&���
51 �"JMiH�,�J�2����*I$��tT5UC�Ru$����j� T3���T�N�:�Nm�����R�$�P��#� 5D%Q�8u�:I���L�&�,u�:O]�.R���|�z��B]��Q�I��I��z��E���M��ߨ��w�w����I���C}Dݥ�Q�h�)��9�u�z@"�W���7Է�w"Q�!�=��a��G�9\����V\>��.�����ڒL ��������T�\���c��r�s.S�F��y�[V_���=�o ���#f�X=⺍�M�ș#�G~h����+��H�.F �*�x��Q����:9���/F[���0z������cFg��z o̬1nc�Ǽ9v���ƭ�;�~������0"&�ia����E۵=i���ɜ'K����΄��L�0A6�{�W7M|�)�ӫ�|:���I�y�
60 }�����aW�S ���U���-�C�a5���zխ+��ث?X�}�Տq��� X|8�ݘi�ߵ����W�4^b�mp�����a��};���[# �GQp�܀���Ի��PǠs��^��m���R�\ H��`��p,�e0\����L�:<a�{�N�޶?��IK��.x�6�cGD�2>�L��k%�"�![8r������غ �%�ܹc���,�ﮛM�楠�D ߷^��hl=�El���[���T��d�V����gm���Ȉ�ě��]5BSnKE����8���U<�>����f���?�%�������ԥV�)c ���F��jk�����BHfPl�|o �UV������ Bި���o *�p������؊MI%T�5���ё�"��1�x���0?�aF2�@c�7Y���;�"~���F�����j4�F�n,�NF����b�|�=���]�ME;�2�dͲCV�x���Rh�j�v Τ���Sh<�[Y�i��)���p#��]�䃞�5G�W�n��9���[����9��.���c�K���z�s��(<���R�h9���h��;�6� Cܥ��S��� �繨��ყ>���"u��4F+�=r�AivY6]��!�?mK�vQ8D�ɋ�e���i��V{nz������#W?�
77 X}6`�4�h��N��L�2Ex��& =���/��H�/�r�������E� �������ٱuXG��0m��%��+mM�I�<�<�u�{�M� �!E��J=�u(�8����FN|�qf� W�bW� ��h]�����/:6 l��Q^t�n�JXx�<�6�J@�M����l�R��_��@����l�z��������]y���}Q���)RiT�i�Ӯ�k~Ψ��\���"Q{��[�<{�����.����9�Ʊ��H C����Z(�ɇ�5@ ʰ����C8���y a��P����#��.@gRs�!����R����
[all...]
/plugin/struct/types/
H A DLongText.php21 * @param \Doku_Renderer $R the renderer currently used to render the data
25 public function renderValue($value, \Doku_Renderer $R, $mode) argument
29 $R->doc .= hsc($this->config['prefix']) . $valueWithBR . hsc($this->config['postfix']);
31 $R->cdata($this->config['prefix'] . $value . $this->config['postfix']);
H A DAbstractBaseType.php313 * @param \Doku_Renderer $R the renderer currently used to render the data
317 public function renderValue($value, \Doku_Renderer $R, $mode)
320 $R->cdata($value);
328 * @param \Doku_Renderer $R the renderer currently used to render the data
332 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
336 $this->renderValue($values[$i], $R, $mode);
338 $R->cdata(', ');
348 * @param \Doku_Renderer $R the renderer currently used to render the data
355 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null)
361 $R
316 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
331 renderMultiValue($values, \\Doku_Renderer $R, $mode) global() argument
353 renderTagCloudLink($value, \\Doku_Renderer $R, $mode, $page, $filter, $weight) global() argument
[all...]
H A DText.php18 * @param \Doku_Renderer $R the renderer currently used to render the data
22 public function renderValue($value, \Doku_Renderer $R, $mode) argument
24 $R->cdata($this->config['prefix'] . $value . $this->config['postfix']);
/plugin/structgeohash/types/
H A DGeoHash.php38 public function renderValue($value, \Doku_Renderer $R, $mode) { argument
40 $R->doc .= $this->valueEditor('dummy', $value, 0);
43 $R->cdata($value);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.amd.js1 define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) { argument
3 return R;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php76 $R = substr($signature, 0, $curve::SIZE);
80 $R = PKCS1::extractPoint($R, $curve);
81 $R = $this->curve->convertToInternal($R);
113 $rhs = $curve->addPoint($rhs, $R);
/plugin/structstatus/
H A DStatus.php29 public function renderValue($value, \Doku_Renderer $R, $mode) { argument
33 $R->doc .= $this->xhtmlStatus($value, $color, $icon);
35 $R->cdata($value);
89 public function renderMultiValue($values, \Doku_Renderer $R, $mode) { argument
91 $this->renderValue($value, $R, $mode);
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmtable.js19R=this.getValues("indentalignfirst","indentshiftfirst","indentalign","indentshift");if(R.indentali…
/plugin/semanticdata/syntax/
H A Dentry.php124 function _showData($data,&$R){ argument
128 if (method_exists($R, 'startSectionEdit')) {
129 $data['classes'] .= ' ' . $R->startSectionEdit($data['pos'], 'plugin_semanticdata');
149 $ret .= $this->dthlp->_formatData($data['cols'][$key], $val[$i],$R);
155 $this->dthlp->_formatData($data['cols'][$key], $val, $R).'</dd>';
159 $R->doc .= $ret;
160 if (method_exists($R, 'finishSectionEdit')) {
161 $R->finishSectionEdit($data['len'] + $data['pos']);
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/
H A DDatacenter_Server_Rack.svg1R{stroke-linecap:round}.S{fill:#fefefe}]]></style><path d="M1.005 33.92c.003-1.264.062-1.974.316-2…
H A DDatacenter_Server_Rack_ToR.svg1R{stroke-linecap:round}.S{fill:#fefefe}.T{fill:#416895}.U{fill:#7d91b4}.V{fill:#607ba4}]]></style>…
H A DDatacenter_Server_Half_Rack_ToR.svg1R{stroke-linecap:round}.S{fill:#fefefe}.T{fill:#416895}.U{fill:#7d91b4}.V{fill:#607ba4}]]></style>…
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
H A DIP_TV.svg1R{stroke:#636466}.S{stroke-width:2}]]></style><g fill="none" stroke="#626366" stroke-width="3" cla…
/plugin/iframe/
H A Dsyntax.php78 function render($mode, Doku_Renderer $R, $data) {
82 $R->doc .= '<div class="iframe">'.hsc($data['alt']).'</div>';
94 $R->doc .= "<iframe $params>".(isset($alt) ? hsc($alt) : '').'</iframe>';
75 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/combo/grammar/
H A DPageSql.g453 FROM: F R O M;
64 OR: O R;
65 ORDER: O R D E R;
67 TRUE: T R U E;
68 WHERE: W H E R E;
69 RANDOM: R A N D O M;
174 fragment R: [rR];
/plugin/strata/syntax/
H A Dnodata.php41 public function render($mode, Doku_Renderer $R, $data) { argument
43 $R->info['data'] = false;
/plugin/visrep/
H A Dsyntax.php108 function render($format, &$R, $data) { argument
112 if(is_a($R,'renderer_plugin_dw2pdf')){
129 $R->doc .= $w_start . $code . $w_end;
133 $R->_odtAddImage($src, $data['width'], $data['height'], $data['align']);
/plugin/datatemplate/syntax/
H A Dfilterform.php75 function render($mode, Doku_Renderer $R, $data) { argument
78 $R->info['cache'] = false;
95 $R->doc .= $this->_htmlform($data);
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dserver_farm.svg1R" d="M98.826 174.128v1.736l8.704 4.776v-1.736z"/><path id="S" d="M116.155 156.252l48.518-26.17zm0…
/plugin/qc/
H A Dsyntax.php44 public function render($mode, Doku_Renderer $R, $data)
48 $R->meta['relation']['qcplugin_disabled'] = true;
50 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/s5reloaded/ui/thesis/pics/
H A Dbackground-head.xcf16 …&''&&**�)*--�10100�34478�7:;::;;>=>>�=AA�BABDDEEDEHH�KLKLKKNOO�NRR�VUVUVUYYXXYY\\�]\`_…
24 …������455455SSR�qpqpqp�������������������544554SSRRSSppqpqq����������������…
/plugin/vshare/syntax/
H A Dvideo.php111 public function render($mode, Doku_Renderer $R, $data)
116 if (is_a($R, 'renderer_plugin_dw2pdf')) {
117 $R->doc .= $this->pdf($data);
119 $R->doc .= $this->iframe($data, $this->getConf('gdpr') ? 'div' : 'iframe');
109 render($mode, Doku_Renderer $R, $data) global() argument

12345678910>>...21