Home
last modified time | relevance | path

Searched refs:_content (Results 1 – 25 of 43) sorted by relevance

12

/plugin/hidingip/
H A Daction.php59 foreach ($event->data->_content as $key => $ref) {
62 …$event->data->_content[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strle…
64 $event->data->_content[$key] = '<bdi>' . $display . '</bdi>';
98 foreach ($event->data->_content as $key => $ref) {
101 …$event->data->_content[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strle…
103 $event->data->_content[$key] = '<bdi>' . $display . '</bdi>';
106 $event->data->_content[$key] = '<bdi>' . $display . '</bdi>';
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.local.class.php4 var $_content; variable in FetcherLocalFile
7 $this->_content = file_get_contents($file);
11 return new FetchedDataURL($this->_content, array(), "");
H A Dot.class.php396 var $_content; variable in OpenTypeFileNAMERecord
401 $this->_content = null;
425 if (is_null($this->_content)) {
431 $this->_content = fread($filehandle, $this->_length);
436 return $this->_content;
612 var $_content; variable in OpenTypeFileCMAPSubtable
615 $this->_content = null;
619 return $this->_content->lookup($unicode);
630 $this->_content = new OpenTypeFileCMAPSubtable4();
631 $this->_content->_read($filehandle);
H A Doutput.pcl.class.php7 var $_content; variable in StreamString
10 $this->_content = "";
14 $this->_content .= $string;
/plugin/publish/action/
H A Drevisions.php31 foreach ($event->data->_content as $key => $ref) {
47 $event->data->_content[$member]['class'] = 'li approved_revision';
49 $event->data->_content[$member]['class'] = 'li unapproved_revision';
H A Drecent.php25 $render = $event->data->_content;
45 $event->data->_content[$parent]['class'] .= ' approved_revision';
47 $event->data->_content[$parent]['class'] .= ' unapproved_revision';
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php31 var $_content; variable in MyFetcherLocalFile
34 $this->_content = file_get_contents($file);
38 return new FetchedDataURL($this->_content, array(), "");
/plugin/oauth/action/
H A Dlogin.php93 $form->_content = [];
96 $form->_content[] = form_openfieldset(
102 $form->_content[] = $html;
103 $form->_content[] = form_closefieldset();
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php38 var $_content; variable in convert_to_pdf::MyFetcherLocalFile
41 $this->_content = "Test<!--NewPage-->Test<pagebreak/>Test<?page-break>Test";
45 return new FetchedDataURL($this->_content, array(), "");
/plugin/genericsso/
H A Daction.php21 foreach($event->data->_content as $i => $field) {
25 unset($event->data->_content[$i]);
/plugin/authvk/
H A Daction.php188 $form->_content = array();
189 …$form->_content[] = form_openfieldset(array('_legend' => $this->getLang('loginwith'), 'class' => '…
190 $form->_content[] = $html;
191 $form->_content[] = form_closefieldset();
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php96 private $_content; variable in PhpCss\\Scanner\\Token
117 $this->_content = $content;
134 return $this->_content;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dblock.test14 {% set _content = block('content')|raw %}
15 {{ _content|raw }}
/plugin/tagadd/
H A Daction.php181 $form->_content[]='<div id="tagadd__accordion" height="800px">';
228 …$form->_content[]='<h3><a href="#">'.$category.' ('.$catTagsCount.'/'.count($tags).')</a></h3><div…
238 $form->_content[]='</div>';
240 $form->_content[]='</div>';
/plugin/combo/action/
H A Dprofile.php187 foreach ($form->_content as $field) {
237 $form->_content = $newFormContent;
317 foreach ($form->_content as $field) {
442 $form->_content = $newFormContent;
H A Dresend.php100 foreach ($form->_content as $field) {
158 $form->_content = $newFormContent;
H A Dregistration.php177 foreach ($form->_content as $pos => $field) {
288 $form->_content = $newFormContent;
H A Dlogin.php66 foreach ($form->_content as $field) {
142 $form->_content = $newFormContent;
/plugin/preregister/
H A Daction.php144 for($i=0; $i <count($event->data->_content); $i++) {
145 … if(isset($event->data->_content[$i]['type']) && $event->data->_content[$i]['type'] == 'submit')
147 $event->data->_content[$i]['value'] = 'Submit';
/plugin/authdiscourse/
H A Daction.php45 $event->data->_content = array();
/plugin/evesso/
H A Daction.php233 array_splice($form->_content, 3);
237 $pos = count($form->_content);
318 $form->_content = array();
327 $pos = count($form->_content);
/plugin/authplaincas/
H A Daction.php64 $event->data->_content = array(); // remove the login form
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1_content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function()…
/plugin/semanticdata/syntax/
H A Dentry.php219 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__data';
/plugin/data-au/syntax/
H A Dentry.php302 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__dataau';

12