Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/plugin/xcom/
H A Dremote.php271 $this->recurse("$dir/$file",$contents);
278 $contents .= "\n";
284 function get_data($file,$id_path,&$contents) { argument
292 $contents .= "\n<p>\n";
295 $contents .= "<tr><td colspan='2'>$file</td></tr>\n";
342 $contents .= "\n</table></p>\n";
350 function getSimpleKeyValue($ar,$which="",&$contents) { argument
377 function process_users($creator,$user,&$contents) { argument
379 $contents .= "\n"; return;
401 function insertListInTable($list,$type,&$contents) { argument
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php52 * @param string $contents
57 public function create($contents, TypeContext $context = null) argument
67 * @param string $contents
71 private function lex($contents) argument
73 $contents = $this->removeSuperfluousStartingWhitespace($contents);
76 if (strpos($contents, '{@') === false) {
77 return [$contents];
105 $contents,
155 * @param string $contents
161 $lines = explode("\n", $contents);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php23 protected $contents = []; variable in Sabre\\DAV\\SimpleFile
46 * @param string $contents
49 function __construct($name, $contents, $mimeType = null) { argument
52 $this->contents = $contents;
79 return $this->contents;
90 return strlen($this->contents);
105 return '"' . sha1($this->contents) . '"';
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php23 protected $contents = []; variable in Sabre\\DAV\\SimpleFile
46 * @param string $contents
49 function __construct($name, $contents, $mimeType = null) { argument
52 $this->contents = $contents;
79 return $this->contents;
90 return strlen($this->contents);
105 return '"' . sha1($this->contents) . '"';
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidatorAtom.php
/plugin/combo/vendor/bin/
H A Dyaml-lint13 $contents = file_get_contents($binPath);
14 $contents = preg_replace('{^#!/.+\r?\n<\?(php)?}', '', $contents, 1, $replaced);
16 $contents = strtr($contents, array(
21 eval($contents);
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DAbstractStringContainer.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DFile.php19 protected $contents; variable in Sabre\\DAV\\Mock\\File
29 function __construct($name, $contents, Collection $parent = null) { argument
32 $this->put($contents);
86 $this->contents = $data;
100 return $this->contents;
115 return '"' . md5($this->contents) . '"';
126 return strlen($this->contents);
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListItemRenderer.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayApiConfigFile.php25 public $contents; variable in Google\\Service\\Apigateway\\ApigatewayApiConfigFile
34 public function setContents($contents) argument
36 $this->contents = $contents;
43 return $this->contents;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DScreenshot.php25 public $contents; variable in Google\\Service\\Compute\\Screenshot
34 public function setContents($contents) argument
36 $this->contents = $contents;
43 return $this->contents;
H A DSerialPortOutput.php25 public $contents; variable in Google\\Service\\Compute\\SerialPortOutput
46 public function setContents($contents) argument
48 $this->contents = $contents;
55 return $this->contents;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js114 groupObj.contents.push( block ) ;
248 var itemNode = groupObj.contents[i] ;
272 var contents = groupObj.contents ;
279 if ( contents.length == 1 && contents[0] == groupObj.root )
282 while ( contents[0].firstChild )
283 divBlock.appendChild( contents[0].removeChild( contents[0].firstChild ) ) ;
284 contents[0].appendChild( divBlock ) ;
285 contents[0] = divBlock ;
290 for ( var i = 0 ; i < contents.length ; i++ )
297 var contentNode = contents[i] ;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/siteexport/inc/
H A DpatchCSSmgr.php25 $contents = fread($fp, filesize($path));
26 $contents = str_replace('<?php', '', $contents);
27 $contents = str_replace('?>', '', $contents);
30 $this->setCode($contents);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2Blob.php22 public $contents; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2Blob
26 public function setContents($contents) argument
28 $this->contents = $contents;
32 return $this->contents;
H A DGoogleDevtoolsRemoteworkersV1test2FileMetadata.php22 public $contents; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2FileMetadata
28 public function setContents($contents) argument
30 $this->contents = $contents;
34 return $this->contents;
H A DBuildBazelRemoteExecutionV2OutputFile.php22 public $contents; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2OutputFile
30 public function setContents($contents) argument
32 $this->contents = $contents;
36 return $this->contents;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta2InputConfig.php25 public $contents; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2InputConfig
36 public function setContents($contents) argument
38 $this->contents = $contents;
45 return $this->contents;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit99 $contents = stream_get_contents($handle);
103 $contents = preg_replace('/^D.*/m', null, $contents);
107 $contents = preg_replace('/^.{4}/m', null, $contents);
162 foreach (preg_split("/\v|\n/", $contents, -1, PREG_SPLIT_NO_EMPTY) as $path) {
182 $contents = stream_get_contents($handle);
185 $phpcs->processFile($path, $contents);
/plugin/pdfjs/
H A Dscript.js4 $iframes.contents().find('#openFile').remove();
5 $iframes.contents().find('#secondaryOpenFile').remove();
7 $iframes.contents().find('#download').remove();
8 $iframes.contents().find('#secondaryDownload').remove();
/plugin/sqlraw/
H A Dtest2.php96 function cleanCell(&$contents,$key) { argument
98 $contents = trim($contents);
101 $contents = trim($contents,chr(0xC2).chr(0xA0));
102 $contents = str_replace("&nbsp;", "", $contents);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DTranslateTextRequest.php26 public $contents; variable in Google\\Service\\Translate\\TranslateTextRequest
53 public function setContents($contents) argument
55 $this->contents = $contents;
62 return $this->contents;
/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 …]

12345678910>>...41