Home
last modified time | relevance | path

Searched refs:document (Results 201 – 225 of 2062) sorted by last modified time

12345678910>>...83

/plugin/katex/
H A Dscript.js10 document.addEventListener('DOMContentLoaded', () => {
12 renderMathInElement(document.body, {
/plugin/bbcodeextensions/
H A DLICENSE6 of this license document, but changing it is not allowed.
392 restriction, you may remove that term. If a license document contains
395 of that license document, provided that the further restriction does
/plugin/confightmlok/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
137 All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
/plugin/randomtables/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/upgrade/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/sortablejs/
H A Dscript.js18 if ( !document.createElement || !document.getElementsByTagName ) {
22 var elems = document.getElementsByTagName( "table" );
30 elems = document.getElementsByTagName( "div" );
171 tfo = document.createElement( 'tfoot' );
/plugin/embeddedphp/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/htmlokalt/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing…
137document contains a further restriction but permits relicensing or conveying under this License, y…
/plugin/statistics/
H A Dscript.js24 r: document.referrer,
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt110 You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
/plugin/const/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/sql2wiki/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/approve/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/btable2/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/stellarium/scripts/
H A Dstellarium.js2 var content = document.getElementById(buttonId).dataset.content;
/plugin/stellarium/
H A DLICENSE.md8 of this license document, but changing it is not allowed.
/plugin/structacl/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/notification/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/odt/ODT/
H A DODTFootnote.php27 $params->document->store = $params->content;
31 $params->document->state->enter($note);
45 $params->document->paragraphClose();
48 $params->document->closeCurrentElement();
52 $params->content = $params->document->store;
53 $params->document->store = '';
56 $i = array_search($footnote, $params->document->footnotes);
60 $i = count($params->document->footnotes);
64 $params->document->footnotes[$i] = $footnote;
74 $params->document->spanOpen($params->document->getStyleName('footnote anchor'));
[all …]
H A DODTHeading.php22 $params->document->paragraphClose();
24 $hid = self::headerToLink($params->document, $text, true);
25 $TOCRef = $params->document->buildTOCReferenceID($text);
26 $style = $params->document->getStyleName('heading'.$level);
29 if ( $params->document->pageFormatChangeIsPending() ) {
30 $pageStyle = $params->document->doPageFormatChange($style);
35 $params->document->setPagebreakPending(false);
40 if ( $params->document->pagebreakIsPending() ) {
42 $params->document->setPagebreakPending(false);
47 $params->document->insertPendingPageBookmark();
[all …]
H A DODTImage.php54 $style = $params->document->getStyleName('media');
59 if (!$params->document->state->getInParagraph()) {
60 $params->document->paragraphOpen();
145 if (!$style or !$params->document->styleExists($style)) {
150 if (!$params->document->state->getInParagraph()) {
151 $params->document->paragraphOpen();
158 $params->document->paragraphOpen($$params->document->getStyleName('legend center'));
168 $params->document->paragraphClose();
218 if (!$params->document->state->getInParagraph()) {
219 $params->document->paragraphOpen();
[all …]
H A DODTImport.php175 $odt_file = $params->document->addFileAsPicture($file);
304 … $params->document->setOrderedListParams($level, $listAlign, $paddingLeft, $marginLeft);
445 … $params->document->setUnorderedListParams($level, $listAlign, $paddingLeft, $marginLeft);
H A DODTIndex.php24 $params->document->paragraphClose();
33 $new ['width'] = $params->document->getAbsWidthMindMargins();
36 $new ['start_ref'] = $params->document->getPreviousToCItem(1);
78 $indexContent = self::buildIndex($params->document, $toc, $data, $index_no+1);
H A DODTList.php22 $params->document->paragraphClose();
28 $params->document->state->enter($list);
47 $params->document->listItemClose();
58 $params->document->state->leave();
74 if (!isset($params->document->state)) {
98 $params->document->state->enter($list_item);
117 $params->document->listContentClose();
121 $params->document->closeCurrentElement();
130 if ( !isset($params->document->state) ) {
170 $params->document->closeCurrentElement();
[all …]
H A DODTParagraph.php34 $styleName = $params->document->getStyleName('body');
38 $listItem = $params->document->state->getCurrentListItem();
95 $inParagraph = $params->document->state->getInParagraph();
97 if ( $params->document->pageFormatChangeIsPending() ) {
102 $params->document->setPagebreakPending(false);
105 if ( $params->document->pagebreakIsPending() ) {
107 $params->document->setPagebreakPending(false);
121 $params->document->state->enter($paragraph);
137 $params->document->state->leave();
214 $params->document->addAutomaticStyle($style_obj);
[all …]

12345678910>>...83