/plugin/hidingip/ |
H A D | action.php | 59 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 D | fetcher.local.class.php | 4 var $_content; variable in FetcherLocalFile 7 $this->_content = file_get_contents($file); 11 return new FetchedDataURL($this->_content, array(), "");
|
H A D | ot.class.php | 396 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 D | output.pcl.class.php | 7 var $_content; variable in StreamString 10 $this->_content = ""; 14 $this->_content .= $string;
|
/plugin/publish/action/ |
H A D | revisions.php |
|
H A D | recent.php | 25 $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 D | sample.simplest.from.file.php | 31 var $_content; variable in MyFetcherLocalFile 34 $this->_content = file_get_contents($file); 38 return new FetchedDataURL($this->_content, array(), "");
|
/plugin/oauth/action/ |
H A D | login.php | 93 $form->_content = []; 96 $form->_content[] = form_openfieldset( 102 $form->_content[] = $html; 103 $form->_content[] = form_closefieldset();
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | test.php | 38 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 D | action.php |
|
/plugin/authvk/ |
H A D | action.php | 188 $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 D | Token.php | 96 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 D | block.test | 14 {% set _content = block('content')|raw %} 15 {{ _content|raw }}
|
/plugin/tagadd/ |
H A D | action.php | 181 $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 D | profile.php | 187 foreach ($form->_content as $field) { 237 $form->_content = $newFormContent; 317 foreach ($form->_content as $field) { 442 $form->_content = $newFormContent;
|
H A D | resend.php | 100 foreach ($form->_content as $field) { 158 $form->_content = $newFormContent;
|
H A D | registration.php | 177 foreach ($form->_content as $pos => $field) { 288 $form->_content = $newFormContent;
|
H A D | login.php | 66 foreach ($form->_content as $field) { 142 $form->_content = $newFormContent;
|
/plugin/preregister/ |
H A D | action.php | 144 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 D | action.php | 45 $event->data->_content = array();
|
/plugin/evesso/ |
H A D | action.php | 233 array_splice($form->_content, 3); 237 $pos = count($form->_content); 318 $form->_content = array(); 327 $pos = count($form->_content);
|
/plugin/authplaincas/ |
H A D | action.php | 64 $event->data->_content = array(); // remove the login form
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 5.5.js | 1 …_content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function()…
|
/plugin/semanticdata/syntax/ |
H A D | entry.php | 219 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__data';
|
/plugin/data-au/syntax/ |
H A D | entry.php | 302 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__dataau';
|