Home
last modified time | relevance | path

Searched full:contents (Results 1 – 25 of 1911) sorted by relevance

12345678910>>...77

/plugin/xcom/
Dremote.php238 $contents="";
247 $this->recurse('.',$contents);
252 $this->get_data($file,$id,$contents);
256 $contents = str_replace("<table.*?>\n</table>","",$contents);
257 return $contents;
262 function recurse($dir,&$contents) { argument
271 $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
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php19 * File contents
23 protected $contents = []; variable in Sabre\\DAV\\SimpleFile
42 * The name of the node must be passed, as well as the contents of the
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.php19 * File contents
23 protected $contents = []; variable in Sabre\\DAV\\SimpleFile
42 * The name of the node must be passed, as well as the contents of the
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.php4 * Fluent interface for validating the contents of member variables.
29 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/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);
65 …* Strips the contents from superfluous whitespace and splits the description into a series of toke…
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,
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfcklistcommands.js114 groupObj.contents.push( block ) ;
117 groupObj = { 'root' : el, 'contents' : [ block ] } ; property
132 root._FCK_ListGroupObject.contents.push( block ) ;
135 var groupObj = { 'root' : root, 'contents' : [ block ] } ; property
246 for ( var i = 0 ; i < groupObj.contents.length ; i++ )
248 var itemNode = groupObj.contents[i] ;
272 var contents = groupObj.contents ;
276 // It is possible to have the contents returned by DomRangeIterator to be the same as the root.
278 // In such a case, enclose the childNodes of contents[0] into a <div>.
279 if ( contents.length == 1 && contents[0] == groupObj.root )
[all …]
/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);
71 * when they update the file, the contents haven't changed in the mean
86 $this->contents = $data;
100 return $this->contents;
115 return '"' . md5($this->contents) . '"';
126 return strlen($this->contents);
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckdomrange.js143 // Inserts the contents of the range in a div tag.
185 // Inserts the contents of the range in a div tag.
280 * 1 = After Start <target>^contents</target>
281 * 2 = Before End <target>contents^</target>
282 * 3 = Before Start ^<target>contents</target>
283 * 4 = After End <target>contents</target>^
293 case 1 : // After Start <target>^contents</target>
297 case 2 : // Before End <target>contents^</target>
301 case 3 : // Before Start ^<target>contents</target>
305 case 4 : // After End <target>contents</target>^
[all …]
/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/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);
161 // literal object $contents means direct child manipulation
162 if (!is_string($contents)) {
163 $this->info[$element]->child = $contents;
203 * Convenience function that transforms single-string contents
205 * @param string $contents Allowed children in form of:
208 * @note If contents is an object, an array of two nulls will be
209 * returned, and the callee needs to take the original $contents
[all …]
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Usage.md101 ### Getting the body contents
103 The following snippet gets the contents of a stream contents.
142 $contents = $body->getContents(); // abcd
146 $body->write($contents); // stream contains "efabcd"
151 #### Prepending by using contents as a string
155 $contents = $body->getContents(); // efabcd
156 $contents = 'ef'.$contents;
158 $body->write($contents);
/plugin/odt/lang/en/
Dsettings.php37 $lang['toc_maxlevel'] = 'Maximum depth of the table of contents';
38 $lang['toc_leader_sign'] = 'Leader sign for the table of contents';
39 $lang['toc_indents'] = 'Table of contents: Indentation per level in cm';
40 $lang['toc_pagebreak'] = 'Insert a pagebreak after the table of contents?';
41 $lang['toc_style'] = 'Text style for table of contents';
42 $lang['index_in_browser'] = 'Display placeholder for table of contents/index in the browser?';
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdomrange.js167 // Inserts the contents of the range in a div tag.
196 // Inserts the contents of the range in a div tag.
234 // Inserts the contents of the range in a div tag.
444 * 1 = After Start <target>^contents</target>
445 * 2 = Before End <target>contents^</target>
446 * 3 = Before Start ^<target>contents</target>
447 * 4 = After End <target>contents</target>^
457 case 1 : // After Start <target>^contents</target>
461 case 2 : // Before End <target>contents^</target>
465 case 3 : // Before Start ^<target>contents</target>
[all …]
/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/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;
/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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.HiddenElements.txt12 contents removed when they are not allowed by the HTML definition.
13 For example, the contents of a <code>script</code> tag are not
15 their contents should be removed to. This is opposed to a <code>b</code>
17 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/authgooglesheets/vendor/google/apiclient-services/src/Translate/
DTranslateTextRequest.php22 protected $collection_key = 'contents';
26 public $contents; variable in Google\\Service\\Translate\\TranslateTextRequest
53 public function setContents($contents) argument
55 $this->contents = $contents;
62 return $this->contents;
/plugin/etherpadlite/externals/etherpad-lite-client/
Dexample_big.php9 .contents{display:none;word-wrap: break-word;}
70 $contents = $_GET["contents"]; variable
72 $newPad = $instance->createGroupPad($groupID,$name,$contents);
136 $padContents = $instance->getText($pad); // Get the pad contents
137 $contents = $padContents->text; variable
143 echo " - <h2><a onClick='$(\"#contents$count\").slideDown();'>Preview</a></h2><br/>";
144 echo "<div class='contents' id=contents$count>$contents</div>";
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js1contents:[{id:"general",label:d.Settings,elements:[{type:"html",html:d.Header,},{type:"textarea",i…
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js1contents:[{id:"general",label:d.Settings,elements:[{type:"html",html:d.Header,},{type:"textarea",i…

12345678910>>...77