Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/plugin/asciidocjs/node_modules/pug-walk/
DREADME.md42 // Changing content of all Text nodes
51 if (node.type === 'Text') {
56 // replace({ type: 'Text', val: 'bar', line: node.line });
78 if (children.length === 1 && children[0].type === 'Text') {
79 // Replace the Tag with the Text
80 replace({ type: 'Text', val: children[0].val, line: node.line });
95 { type: 'Text', val: 'a' },
99 { type: 'Text', val: 'b' },
102 nodes: [ { type: 'Text', val: 'c' } ]
104 { type: 'Text', val: 'd' }
[all …]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DTextRenderer.php21 use League\CommonMark\Node\Inline\Text; alias
27 * @param Text $inline
34 Text::assertInstanceOf($node);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DTextTest.php22 $text = new Text(50, 90, false, false);
32 $text = new Text(50, 90, false, false);
42 $text = new Text(50, 90, false, false);
/plugin/latexit/tests/my/
Dtest7.latex10 Text kořenového dokumentu.
17 Text vnořeného dokumentu.
24 Text vnořeného dokumentu 2
45 Text kořenového dokumentu.
/plugin/dirtylittlehelper/mermaid/editor/docs/
D43.43.js.map1Text',\n 'BinaryFormat.Transform',\n 'BinaryFormat.UnsignedInteger16',\n 'Bin…
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Dlists.md1 Text before list:
6 Text after list.
/plugin/infomail/
Dtemplate.txt3 Hier können Sie Text und Form der Mail festlegen, die vom Infomail Plugin verschickt wird.
6 * Verwenden Sie keine Formatierungen, die Mail wird als Text verschickt.
13 * ''@COMMENT@'': Text der Mail
/plugin/latexit/tests/dw_orig_test_files/
Dtest7.txt3 Text kořenového dokumentu.
10 Text kořenového dokumentu.
/plugin/code39/
Dstyle.css1 @import url('https://fonts.googleapis.com/css?family=Libre Barcode 39 Extended Text');
3 font-family: 'Libre Barcode 39 Extended Text';
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DSafeObject.php53 'name*' => 'Text',
54 'value' => 'Text'
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
DCalAddress.php6 Sabre\VObject\Property\Text; alias
17 class CalAddress extends Text {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
DCalAddress.php6 Sabre\VObject\Property\Text; alias
17 class CalAddress extends Text {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
DCalAddress.php6 Sabre\VObject\Property\Text; alias
17 class CalAddress extends Text {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
DCalAddress.php6 Sabre\VObject\Property\Text; alias
17 class CalAddress extends Text
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php6 Sabre\VObject\Property\Text; alias
17 class CalAddress extends Text {
/plugin/txtconf/lang/en/
Dintro.txt1 ====== Text Config Manager ======
3 Use this page to Manage the Text config files (conf/*.conf) of your Dokuwiki installation.
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
DTimeStamp.php7 Sabre\VObject\Property\Text; alias
18 class TimeStamp extends Text {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
DTimeStamp.php7 Sabre\VObject\Property\Text; alias
18 class TimeStamp extends Text {
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php7 Sabre\VObject\Property\Text; alias
18 class TimeStamp extends Text {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/Resource/
DText.php31 class Text extends \Google\Service\Resource class
50 class_alias(Text::class, 'Google_Service_Texttospeech_Resource_Text');
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
DTimeStamp.php6 use Sabre\VObject\Property\Text; alias
18 class TimeStamp extends Text
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
DTimeStamp.php6 use Sabre\VObject\Property\Text; alias
18 class TimeStamp extends Text {
/plugin/struct/_test/types/
H A DTextTest.php7 use dokuwiki\plugin\struct\types\Text; alias
141 $text = new Text(['prefix' => $prefix, 'postfix' => $postfix]);
/plugin/bootswrapper/exe/help/
Dtooltip.txt3 <code html><tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...</…
5 <tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...
/plugin/tocsidebar/
Dstyle.css5 color: #333333; /* Farbe für dunkleren Text */
8 border-bottom: 1px solid #e5e5e5; /* Dünne Linie unter dem Text */
9 padding-bottom: 10px; /* Mehr Abstand zwischen Text und Linie */

12345678910>>...19