Home
last modified time | relevance | path

Searched refs:content (Results 101 – 125 of 1767) sorted by relevance

12345678910>>...71

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php86 $content = '';
88 $content = '<?php ';
127 $content .= $tokenContent.$phpcsFile->eolChar;
130 $content = trim($content);
133 $content .= ' ?>';
138 $content = preg_replace('/[-=*]+/', '-', $content);
145 …$stringTokens = PHP_CodeSniffer_File::tokenizeString($content, $phpcsFile->tokenizer, $phpcsFile->…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php32 private $content; variable in Assetic\\Asset\\BaseAsset
81 * @param string $content The asset content
84 protected function doLoad($content, FilterInterface $additionalFilter = null) argument
92 $asset->setContent($content);
95 $this->content = $asset->getContent();
119 return $this->content;
122 public function setContent($content) argument
124 $this->content = $content;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorAboutFrame.java90 JPanel content = new JPanel(); in EditorAboutFrame() local
91 content.setLayout(new BoxLayout(content, BoxLayout.Y_AXIS)); in EditorAboutFrame()
92 content.setBorder(BorderFactory.createEmptyBorder(12, 12, 12, 12)); in EditorAboutFrame()
94 content.add(new JLabel("JGraph X - The Swing Portion of mxGraph")); in EditorAboutFrame()
95 content.add(new JLabel(" ")); in EditorAboutFrame()
97 content.add(new JLabel("mxGraph Version " + mxGraph.VERSION)); in EditorAboutFrame()
98 content.add(new JLabel("Copyright (C) 2009 by JGraph Ltd.")); in EditorAboutFrame()
99 content.add(new JLabel("All rights reserved.")); in EditorAboutFrame()
100 content.add(new JLabel(" ")); in EditorAboutFrame()
126 getContentPane().add(content, BorderLayout.CENTER); in EditorAboutFrame()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentTextAnchor.php26 public $content; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentTextAnchor
33 public function setContent($content) argument
35 $this->content = $content;
42 return $this->content;
H A DGoogleCloudDocumentaiV1beta1DocumentTextAnchor.php26 public $content; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentTextAnchor
33 public function setContent($content) argument
35 $this->content = $content;
42 return $this->content;
H A DGoogleCloudDocumentaiV1beta2DocumentTextAnchor.php26 public $content; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentTextAnchor
33 public function setContent($content) argument
35 $this->content = $content;
42 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DImage.php25 public $content; variable in Google\\Service\\Vision\\Image
32 public function setContent($content) argument
34 $this->content = $content;
41 return $this->content;
H A DGoogleCloudVisionV1p4beta1InputConfig.php25 public $content; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1InputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextRun.php25 public $content; variable in Google\\Service\\Slides\\TextRun
32 public function setContent($content) argument
34 $this->content = $content;
41 return $this->content;
H A DAutoText.php25 public $content; variable in Google\\Service\\Slides\\AutoText
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php19 $content = $this->collapse_whitespace($text);
22 if (trim($content) === '') {
29 if (preg_match('/ /u', substr($content,0,1))) {
34 $words = $this->break_into_words($content);
40 $last_whitespace = substr($content, strlen($content) - 1, 1) == ' ';
H A Dfetcher.memory.class.php6 var $content; variable in FetcherMemory
8 function FetcherMemory($content, $base_path) { argument
9 $this->content = $content;
24 $data =& new FetchedDataFile($this->content, $this->base_path);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dfetcher.memory.php5 var $content; variable in MyFetcherMemory
7 function MyFetcherMemory($content, $base_path) { argument
8 $this->content = $content;
14 return new FetchedDataURL($this->content, array(), "");
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css53 content: "\73";
56 content: "\68";
59 content: "\74";
62 content: "\62";
65 content: "\69";
68 content: "\31";
71 content: "\2a";
74 content: "\6c";
77 content: "\3c";
80 content: "\70";
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-AlliedTelesis.js50 …allied_telesisBuildings', 'Allied Telesis / Buildings', false, mxUtils.bind(this, function(content) argument
54 content.appendChild(fns[i](content));
99 content.appendChild(fns[i](content));
126 content.appendChild(fns[i](content));
153 …('allied_telesisSecurity', 'Allied Telesis / Security', false, mxUtils.bind(this, function(content) argument
157 content.appendChild(fns[i](content));
182 …te('allied_telesisStorage', 'Allied Telesis / Storage', false, mxUtils.bind(this, function(content) argument
186 content.appendChild(fns[i](content));
231 …ette('allied_telesisSwitch', 'Allied Telesis / Switch', false, mxUtils.bind(this, function(content) argument
235 content.appendChild(fns[i](content));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DFirebaserulesFile.php25 public $content; variable in Google\\Service\\FirebaseRules\\FirebaserulesFile
38 public function setContent($content) argument
40 $this->content = $content;
47 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1Media.php25 public $content; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1Media
38 public function setContent($content) argument
40 $this->content = $content;
47 return $this->content;
/plugin/bpmnioeditor/
H A Dstyle.css425 content: '';
878 .bpmn-icon-trash:before { content: '\e801'; } /* '' */
910 .bpmn-icon-task:before { content: '\e821'; } /* '' */
917 .bpmn-icon-manual:before { content: '\e828'; } /* '' */
918 .bpmn-icon-receive:before { content: '\e829'; } /* '' */
926 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
940 .bpmn-icon-script:before { content: '\e83f'; } /* '' */
942 .bpmn-icon-send:before { content: '\e841'; } /* '' */
945 .bpmn-icon-user:before { content: '\e844'; } /* '' */
974 .bpmn-icon-lane:before { content: '\e861'; } /* '' */
[all …]
/plugin/rssbycreated/
H A Daction.php29 … $content = p_render('xhtml', p_get_instructions($event->data['item']->description), $info);
32 $content = preg_replace('/(<!-- TOC START -->).*(<!-- TOC END -->)/s','',$content);
37 … $content = preg_replace('/(<a href|<img src)="('.$base.')/s','$1="'.DOKU_URL,$content);
40 $event->data['item']->description = $content;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst21 Some content for the left teaser box
24 Some content for the right teaser box
36 named "content":
42 │ ┌── block "content" ──┐ │
46 │ │ put content here) │ │
60 │ ┌── block "content" ──┐ │
78 │ ┌── block "content" ──┐ │
123 {% block content %}
126 Some content for the top box
141 Top box default content
[all …]
/plugin/rack/
H A Dsyntax.php104 'content' => ''
107 list($optstr,$opt['content']) = explode('>',$match,2);
147 $content = $opt['content'];
150 $content = preg_replace("/[\r\n]*$/","",$content);
151 $content = preg_replace("/^\s*[\r\n]*/","",$content);
153 if(!trim($content)){
162 foreach (explode("\n",$content) as $line) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php323 'content' => $content,
1161 * @param string $content
1164 public static function decodeOID($content) argument
1173 $len = strlen($content);
1175 if (ord($content[$len - 1]) & 0x80) {
1181 $temp = ord($content[$pos++]);
1272 * @param string $content
1296 $content = $prefix . $content;
1301 if ($content[strlen($content) - 1] == 'Z') {
1302 $content = substr($content, 0, -1) . '+0000';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DDocumentInputConfig.php25 public $content; variable in Google\\Service\\Translate\\DocumentInputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DPage.php26 public $content; variable in Google\\Service\\ServiceUsage\\Page
37 public function setContent($content) argument
39 $this->content = $content;
46 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DPage.php26 public $content; variable in Google\\Service\\ServiceConsumerManagement\\Page
37 public function setContent($content) argument
39 $this->content = $content;
46 return $this->content;

12345678910>>...71