Home
last modified time | relevance | path

Searched refs:contents (Results 51 – 75 of 1006) sorted by relevance

12345678910>>...41

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php52 * @param string $contents
54 public function __construct($contents) argument
56 $this->tokens = token_get_all($contents);
/plugin/openas/
H A Dsyntax.php76 $contents = file_get_contents($file);
77 $contents = preg_replace('/~~' . $type .'.*?~~/',"",$contents,1);
78 io_saveFile($newfile,$contents);
/plugin/dx/build/
H A DpluginInfoVersionUpdater.js2 writeVersion( contents ) { argument
3 const options = contents
/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/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel2 writeVersion( contents ) {
3 const options = contents
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php65 foreach ($iterator as $name => $contents) {
67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
/plugin/stopforumspam/_test/
H A DLoggerTest.php31 $contents = file($logfile);
32 … $this->assertEquals("DATE,USERNAME,EMAIL,IP,TRIGGER,CONFIDENCE,ACCEPTED", trim($contents[0]));
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php151 $contents = '';
154 $contents .= fread($this->tmpFile, $blockSize);
156 return $contents == '' ? null : $contents;
H A DFile.php192 $contents = '';
195 $contents .= fread($this->handle, $blockSize);
197 return $contents;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php124 $contents = file_get_contents($filename);
127 if ($contents === false) {
136 return self::load($contents, $isHtml, $filename, $xinclude, $strict);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php172 $contents = $this->getContents();
177 $lines = explode($this->_currentFile->eolChar, $contents);
190 $this->_currentFile->start($contents);
253 $contents = $this->getContents();
265 fwrite($fixedFile, $contents);
334 $contents = implode($this->_tokens);
335 return $contents;
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 …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php73 protected static function write($path, $contents) argument
79 if (false === @file_put_contents($path, $contents)) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php161 $contents = file_get_contents($filename);
174 $isValid = !empty($contents);
176 $isValid = (bool) openssl_x509_parse($contents);
/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 …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js457 case 1 : // After Start <target>^contents</target>
461 case 2 : // Before End <target>contents^</target>
465 case 3 : // Before Start ^<target>contents</target>
469 case 4 : // After End <target>contents</target>^
494 case 1 : // After Start <target>^contents</target>
498 case 2 : // Before End <target>contents^</target>
502 case 3 : // Before Start ^<target>contents</target>
506 case 4 : // After End <target>contents</target>^
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php431 $contents = scandir($dir);
432 if ($contents === false) {
435 $files = array_diff($contents, array('.', '..'));
/plugin/git/syntax/
H A Dremotestatus.php215 $contents = fread($handle, filesize($filename));
218 return $contents;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php95 $contents = stream_get_contents($this->stream);
97 if ($contents === false) {
101 return $contents;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php78 $contents = $dom->getElementsByTagName('contents');
79 $topLevels = $contents->item(0)->childNodes;
/plugin/htmlok/
H A DBaseSyntaxPlugin.php111 $contents= ob_get_contents();
113 return $contents;
/plugin/dirtylittlehelper/
H A Dscript.js326 jQuery('#dirtylittlehelper_overlay fieldset').contents().each(
328 this_label = jQuery(this).contents().filter('label').text();
329 this_id = jQuery(this).contents().filter('span.input').contents().filter('input').attr('id');
334 …if( jQuery(this).contents().filter('span.input').contents().filter('input').data('uiAutocomplete')…
564 jQuery( '#'+JSINFO['dlh']['dlh_fields'][i] ).contents().filter('label').css('display','none');
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php336 $contents = PdfType::resolve($contentsObject, $reader->getParser());
339 if (($contentsIsStream = ($contents instanceof PdfStream))
340 || ($contents instanceof PdfArray && \count($contents->value) === 1)
346 $stream = $contents;
348 $stream = PdfType::resolve($contents->value[0], $reader->getParser());
/plugin/pagemod/helper/
H A Dpagemod.php148 $contents = $matches[3];
164 … $output = preg_replace_callback('/@@meta\.(.*?)@@/', array($this, 'getMetaValue'), $contents);

12345678910>>...41