Home
last modified time | relevance | path

Searched refs:contents (Results 626 – 650 of 1006) sorted by path

1...<<21222324252627282930>>...41

/plugin/gplusone/
H A DCOPYING490 propagate the contents of its contributor version.
/plugin/gpsies/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/groupmail/
H A DLICENSE490 propagate the contents of its contributor version.
/plugin/groupmatrix/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/gtd/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/gtime/gtlib/
H A DLICENSE116 wherever such third-party notices normally appear. The contents
/plugin/headernofloat/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/hidemenus/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/highlight2wiki/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/hr/
H A Dsyntax.php192 * handling the rendering. The contents of <tt>$aData</tt> is the
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog328 * Change: table of contents feature
H A DLICENSE145 such a program is covered only if its contents constitute a work based
294 that the user who changes the contents of definitions files in the
/plugin/html2pdf/snorriheim/
H A DCOPYING75 is covered only if its contents constitute a work based on the
H A Ddesign.css530 /* ---------- table of contents ------------------- */
H A Ddokubook_design.css213 /* ---------- table of contents ------------------- */
/plugin/html5video2/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/htmldetailstag/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/htmlok/
H A DBaseSyntaxPlugin.php111 $contents= ob_get_contents();
113 return $contents;
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/hubspot/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/icalevents/
H A DLICENSE.txt83 is covered only if its contents constitute a work based on the
H A Dsyntax-impl.php386 $contents = @file_get_contents($path);
387 if ($contents === false) {
391 return $contents;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1730 * @param string $contents The contents to parse. If NULL, the content
1737 public function processFile($file, $contents=null) argument
1739 if ($contents === null && file_exists($file) === false) {
1751 $firstContent = $contents;
1752 if ($contents === null && is_readable($filePath) === true) {
1772 $phpcsFile = $this->_processFile($file, $contents);
1849 $phpcsFile = $this->_processFile($file, $contents);
1865 * @param string $contents The contents to parse. If NULL, the content
1871 private function _processFile($file, $contents) argument
1894 $phpcsFile->start($contents);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php440 public function start($contents=null) argument
466 } else if ($contents !== null && substr($contents, 0, 17) === 'phpcs_input_file:') {
469 $contents = substr($contents, ($eolPos + strlen($this->eolChar)));
474 $this->_parse($contents);
653 private function _parse($contents=null) argument
683 if ($contents === null) {
721 $contents = str_replace('\\', '', $contents);
722 $contents = str_replace($this->eolChar, '', $contents);
723 $contents = str_replace("\n", '\n', $contents);
724 $contents = str_replace("\r", '\r', $contents);
[all …]

1...<<21222324252627282930>>...41