Home
last modified time | relevance | path

Searched refs:contents (Results 351 – 375 of 1006) sorted by last modified time

1...<<11121314151617181920>>...41

/plugin/strata/
H A DREADME.md11 2. Optionally, copy the contents of the ``manual.txt`` file into a wiki page (``wiki:strata`` would be a good location)
/plugin/metadisplay/helper/
H A Dhtml.php72 $contents = ob_get_contents();
74 $contents = str_replace("<table.*?>\n</table>","",$contents);
75 echo $contents;
H A Dplaintext.php73 $contents = ob_get_contents();
75 echo $contents;
/plugin/linkscollection/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/minical/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/mathjax/action/
H A Denable.php48 $contents = file_get_contents(DOKU_INC . $f);
49 if ($contents) {
52 '_data' => "\n// " . $f . "\n" . $contents,
/plugin/appendtoquery/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/iptrust2/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/diagramsnet/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.txt820 officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
H A Ddia_ja.txt820 officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
H A Ddia_kn.txt820 officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
H A Ddia_si.txt820 officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
H A Ddia_sl.txt820 officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
H A Ddia_ta.txt820 officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
H A Ddia_vi.txt820 officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
/plugin/diagramsnet/lib/stencils/
H A DLICENSE61 … extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
62contents in a database in which You have Sui Generis Database Rights, then the database in which Y…
63 …nditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
/plugin/diagramsnet/lib/templates/
H A DLICENSE61 … extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
62contents in a database in which You have Sui Generis Database Rights, then the database in which Y…
63 …nditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
/plugin/diagramsnet/lib/math/
H A DLICENSE116 wherever such third-party notices normally appear. The contents
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js10 …n h(e){i&&i(e)}function f(e,t){e?h(u(e,t)):l(t.body)}var d,_=t.contents;delete t.contents,d=n.post…
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.f…
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js752 contents: new Blob([data], {type: 'text/plain'})});
/plugin/diagramsnet/lib/img/
H A DLICENSE61 … extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
62contents in a database in which You have Sui Generis Database Rights, then the database in which Y…
63 …nditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
/plugin/diagramsnet/lib/
H A Delectron.js125 const contents = win.webContents
127 if (contents != null)
424 const contents = dummyWin.webContents;
426 contents.on('did-finish-load', function()
428 contents.send('import', expArgs.xml);
1215 const contents = browser.webContents;
1229 contents.on('did-finish-load', function()
1363 contents.print(pdfOptions, (success, errorType) =>
1382 contents.send('render', args);
1398 contents.send('get-svg-data');
[all …]

1...<<11121314151617181920>>...41