Home
last modified time | relevance | path

Searched refs:contents (Results 76 – 100 of 1006) sorted by last modified time

12345678910>>...41

/plugin/mobiletable/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/bpmnio/css/
H A Dedit_button.less4 display: contents;
10 display: contents;
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md143 * `FIX`: make clipboard contents immutable ([#1707](https://github.com/bpmn-io/bpmn-js/pull/1707))
/plugin/katex/
H A DLICENSE490 propagate the contents of its contributor version.
/plugin/bbcodeextensions/
H A DLICENSE490 propagate the contents of its contributor version.
/plugin/confightmlok/
H A DLICENSE167 Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
/plugin/randomtables/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/upgrade/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php78 * Read the contents of a TAR archive
82 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams.
89 public function contents() function in splitbrain\\PHPArchive\\Tar
101 * Read the contents of a TAR archive and return each entry using yield
104 * @see contents()
144 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams.
H A DZip.php65 * Read the contents of a ZIP archive
69 * The archive is closed afer reading the contents, for API compatibility with TAR files
75 public function contents() function in splitbrain\\PHPArchive\\Zip
87 * Read the contents of a ZIP archive and return each entry using yield
90 * @see contents()
H A DArchive.php34 * Read the contents of an archive
38 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams.
43 abstract public function contents(); function in splitbrain\\PHPArchive\\Archive
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
31 // contents() on it:
34 $toc = $tar->contents();
37 // To extract the contents of an existing TAR archive, open() it and use
/plugin/embeddedphp/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/htmlokalt/
H A DLICENSE167 …ell, offer for sale, import and otherwise run, modify and propagate the contents of its contributo…
/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.
313 You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
479 | %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
/plugin/const/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/sql2wiki/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/approve/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/btable2/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/stellarium/
H A DLICENSE.md29 … not restricted, and the output from the Program is covered only if its contents constitute a work…
/plugin/structacl/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/notification/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/odt/ODT/css/
H A Dcssimportnew.php873 * @param string $contents
876 function importFromString($contents) { argument
890 $max = strlen ($contents);
898 $contents [$pos] = ' ';
899 $contents [$pos+1] = ' ';
909 $contents [$pos] = ' ';
910 $contents [$pos+1] = ' ';
915 $contents [$pos] = ' ';
943 * @param string $contents
951 $max = strlen ($contents);
[all …]
/plugin/odt/helper/
H A Dcssimport.php1111 function importFromString($contents) { argument
1124 $max = strlen ($contents);
1132 $contents [$pos] = ' ';
1133 $contents [$pos+1] = ' ';
1143 $contents [$pos] = ' ';
1144 $contents [$pos+1] = ' ';
1149 $contents [$pos] = ' ';
1163 $max = strlen ($contents);
1242 if ( $contents === false ) {
1267 if ( $contents === false ) {
[all …]
H A Dcssimportnew.php34 function getInternal($contents) { argument
42 function importFromString($contents) { argument
43 return $this->internal->importFromString($contents);

12345678910>>...41