Lines Matching refs:text

29     var $text = '';  variable in admin_plugin_pagemove
114 ptln( $this->render($this->text) );
544 $this->text = io_readFile(wikiFN($ID), True);
559 $this->_pm_updatelinks($this->text, array($lnk => $tname));
563 $this->_pm_updatelinks($this->text, array($lnk => '.:'.$matches[1].':'.$tname));
567 $this->_pm_updatelinks($this->text, array($lnk => $lid ));
570 $this->_pm_updatelinks($this->text, array($lnk => $lid ));
584 $this->_pm_updatemedialinks($this->text, $lnk, $tname );
588 $this->_pm_updatemedialinks($this->text, $lnk, '.:'.$matches[1].':'.$tname );
592 $this->_pm_updatemedialinks($this->text, $lnk, ':'.$lid );
595 $this->_pm_updatemedialinks($this->text, $lnk, $lid );
614 saveWikiText($opts['new_id'], $this->text, $summary);
651 $text = io_readFile(wikiFN($backlinkingId),True);
731 $this->_pm_updatelinks($text, $oid);
734 … saveWikiText($backlinkingId, $text, sprintf($this->lang['pm_linkchange'], $ID, $opts['new_id']));
743 function _pm_updatelinks(&$text, $links) { argument
745 … $text = preg_replace( '#\[\[:?' . $old . '((\]\])|[\|\#])#i', '[[' . $new . '\1', $text);
754 function _pm_updatemedialinks(&$text, $old, $new) { argument
756 $text = preg_replace('#\{\{' . $old . '([\?\|]|(\}\}))#i', '{{' . $new . '\1', $text);
769 $text = io_readfile(wikiFN($id));
774 preg_match_all('#\[\[(.+?)\]\]#si', $text, $matches, PREG_SET_ORDER);
810 $text = io_readfile(wikiFN($id));
814 preg_match_all('#{{(.[^>]+?)}}#si', $text, $matches, PREG_SET_ORDER);
923 $text = io_readfile($base.'/'.$file);
936 preg_match_all('#\[\[(.+?)\]\]#si', $text, $matches, PREG_SET_ORDER);