Home
last modified time | relevance | path

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

12345678910>>...48

/plugin/xcom/
Dremote.php271 $this->recurse("$dir/$file",$contents);
277 $this->get_data("$dir/$file",$id_name,$contents);
278 $contents .= "\n";
284 function get_data($file,$id_path,&$contents) { argument
292 $contents .= "\n<p>\n";
293 $contents .= "\n" . '<table style="border-top:2px solid">' ."\n";
294 $contents .= "<tr><td colspan='2'>$id_path</td></tr>\n";
295 $contents .= "<tr><td colspan='2'>$file</td></tr>\n";
302 $contents .= "<tr><td colspan='2'>Title: <b>$title</b></td></tr>\n";
306 …cess_dates($this->getcurrent('date', 'created'),$this->getcurrent('date', 'modified'),$contents);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DDescriptionFactory.php52 * @param string $contents
57 public function create($contents, TypeContext $context = null) argument
59 list($text, $tags) = $this->parse($this->lex($contents), $context);
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
[all …]
/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/webdav/vendor/sabre/dav/lib/DAV/
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/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
DValidatorAtom.php29 protected $contents; variable in HTMLPurifier_ConfigSchema_ValidatorAtom
36 $this->contents =& $obj->$member;
44 if (!is_string($this->contents)) {
55 if (!is_bool($this->contents)) {
66 if (!is_array($this->contents)) {
77 if ($this->contents === null) {
89 if (!ctype_alnum($this->contents)) {
100 if (empty($this->contents)) {
112 foreach ($this->contents as $v) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DHTMLModule.php135 * @param string|HTMLPurifier_ChildDef $contents Allowed children in form of:
144 … public function addElement($element, $type, $contents, $attr_includes = array(), $attr = array()) argument
148 list($content_model_type, $content_model) = $this->parseContents($contents);
162 if (!is_string($contents)) {
163 $this->info[$element]->child = $contents;
205 * @param string $contents Allowed children in form of:
212 public function parseContents($contents) argument
214 if (!is_string($contents)) {
217 switch ($contents) {
226 list($content_model_type, $content_model) = explode(':', $contents);
/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/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfcklistcommands.js114 groupObj.contents.push( block ) ;
132 root._FCK_ListGroupObject.contents.push( block ) ;
246 for ( var i = 0 ; i < groupObj.contents.length ; i++ )
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 ;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
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/
DScreenshot.php25 public $contents; variable in Google\\Service\\Compute\\Screenshot
34 public function setContents($contents) argument
36 $this->contents = $contents;
43 return $this->contents;
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/siteexport/inc/
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/
DGoogleDevtoolsRemoteworkersV1test2Blob.php22 public $contents; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2Blob
26 public function setContents($contents) argument
28 $this->contents = $contents;
32 return $this->contents;
DGoogleDevtoolsRemoteworkersV1test2FileMetadata.php22 public $contents; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2FileMetadata
28 public function setContents($contents) argument
30 $this->contents = $contents;
34 return $this->contents;
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/
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/
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/sqlraw/
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/
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/pdfjs/
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/odt/helper/
Dcssimport.php1111 function importFromString($contents) { argument
1112 $this->deleteComments ($contents);
1113 return $this->importFromStringInternal ($contents);
1121 protected function deleteComments (&$contents) { argument
1124 $max = strlen ($contents);
1128 $contents [$pos] == '/' &&
1129 $contents [$pos+1] == '*' ) {
1132 $contents [$pos] = ' ';
1133 $contents [$pos+1] = ' ';
1138 $contents [$pos] == '*' &&
[all …]
/plugin/stylingpages/
Daction.php89 $contents = array(); // array(file => content)
96 if (isset($contents[$file])) {
97 $contents[$file] .= $content; // multiple blocks with the same file are appended
99 $contents[$file] = $content;
112 if (preg_match($pattern, $file) && !isset($contents[$file])) {
125 foreach ($contents as $file => $content) {
/plugin/odt/ODT/css/
Dcssimportnew.php873 * @param string $contents
876 function importFromString($contents) { argument
877 $this->deleteComments ($contents);
878 return $this->importFromStringInternal ($contents);
887 protected function deleteComments (&$contents) { argument
890 $max = strlen ($contents);
894 $contents [$pos] == '/' &&
895 $contents [$pos+1] == '*' ) {
898 $contents [$pos] = ' ';
899 $contents [$pos+1] = ' ';
[all …]
/plugin/txtconf/
Dconfig0.class.php127 $contents = @php_strip_whitespace($file);
130 preg_match_all($pattern,$contents,$matches,PREG_SET_ORDER);
465 $contents = join('',@file($file));
469 for ($i=0; $i<strlen($contents); $i++) {
470 if (!$state && is_whitespace($contents{$i})) continue;
472 if (!$state && ($c_close = is_commentopen($contents, $i))) {
473 $c_open_len = ($contents{$i} == '/') ? 2 : 1;
474 $i = strpos($contents, $c_close, $i+$c_open_len)+strlen($c_close)-1;
478 $out .= $contents{$i};
479 if (is_quote($contents{$i})) {
[all …]
/plugin/calendar/classes/
DFileHandler.php60 $contents = '';
62 $contents .= fread($handle, 8192);
68 if (empty($contents)) {
72 $decoded = json_decode($contents, true);
248 $contents = @file_get_contents($filepath);
249 return $contents !== false ? $contents : $default;

12345678910>>...48