Home
last modified time | relevance | path

Searched refs:text (Results 251 – 275 of 3022) sorted by relevance

1...<<11121314151617181920>>...121

/plugin/refnotes/
H A Ddatabase.php73 foreach ($locale->getByPrefix('dbk') as $key => $text) {
74 $this->key[$this->normalizeKeyText($text)] = $key;
81 public function getKey($text) { argument
83 $text = $this->normalizeKeyText($text);
85 if (in_array($text, $this->key)) {
86 $result = $text;
88 elseif (array_key_exists($text, $this->key)) {
89 $result = $this->key[$text];
98 private function normalizeKeyText($text) { argument
235 parseTable($call, $calls, $c, $text) global() argument
352 parseBibtex($text) global() argument
[all...]
/plugin/linkfix/
H A Dadmin.php140 $text = rawWiki($currentpage);
141 $crc = md5($text);
142 $instructions = p_get_instructions($text);
163 $text{$pos} == '[' ||
164 $text{$pos} == '{' ||
165 $text{$pos} == ' ' ||
166 $text{$pos} == "\t"
190 $text = substr($text, 0, $pos) .
192 substr($text, $pos + strlen($link)); // continue after old link
200 if($crc == md5($text)) {
[all …]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php124 protected function parseEntity($text) argument
127 if (preg_match('/^&#?[\w\d]+;/', $text, $matches)) {
146 protected function parseInlineHtml($text) argument
148 if (strpos($text, '>') !== false) {
149 if (preg_match('~^</?(\w+\d?)( .*?)?>~s', $text, $matches)) {
152 } elseif (preg_match('~^<!--.*?-->~s', $text, $matches)) {
164 protected function parseGt($text) argument
/plugin/rst/
H A Dsyntax.php129 function _rst_header($text) argument
134 $doc->loadHTML($meta.$text);
142 function _internallinks($text) argument
145 if ( ! $text ) return $links;
147 $doc->loadHTML($text);
160 function _toc(&$renderer, $text) argument
165 $doc->loadHTML($meta.$text);
/plugin/twcheckliste/
H A Dsyntax.php78 preg_match("/$tag *= *\"([^\"]*)\" ?/i", $match, $text);
79 if (count($text) != 0) {
80 $match = str_replace($text[0], '', $match);
81 $options[$tag] = $text[1];
95 $text = $renderer -> _xmlEntities($data['text']);
96 if (preg_match("/^[ \t]*={2,}[^\n]+={2,}[ \t]*$/", $text, $match)) {
105 $renderer -> doc .= $text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DAnswer.php35 public $text; variable in Google\\Service\\MyBusinessQA\\Answer
90 public function setText($text) argument
92 $this->text = $text;
99 return $this->text;
/plugin/fedauth/
H A Dcommon.php57 $text = @file_get_contents($jsfile);
60 $text = preg_replace('!/\*.*?\*/!s', '', $text);
61 $text = preg_replace('/\n\s*\n/', "\n", $text);
64 . $text . "\n" . '//--><!]]></script>' . "\n";
/plugin/dw2pdf/conf/
H A Dstyle.css14 text-decoration: none;
25 text-align: left;
36 text-decoration: underline;
57 text-align: right;
61 text-align: center;
65 text-align: left;
/plugin/ckgedit/
H A Dscript.js66 text = text.replace(/<\/?div.*?>/gm,"");
67 text = text.replace(/<code>/gm,"");
68 text = text.replace(/<\/code>/gm,"");
69 text = text.replace(/</gm,"&lt;");
70 text = text.replace(/<\//gm,"&gt;");
71 return "~~START_HTML_BLOCK~~\n\n" + text + "\n\n~~CLOSE_HTML_BLOCK~~\n\n";
133 var text = index < 0 ? html : html.substring( 0, index ); variable
137 handler.chars( text );
141 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){ argument
142 text = text.replace(/<!--(.*?)-->/g, "$1")
[all …]
/plugin/tablefilterjs/
H A Dscript.js2 tablefilterjs.decodeHTML = function(text) argument
4 return jQuery('<div/>').html(text).text();
10 if( jQuery(this).text() == col )
35 if( ! jQuery(this).find("td").eq(eq).text().match( regex ) )
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction.php35 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction
96 public function setText($text) argument
98 $this->text = $text;
105 return $this->text;
H A DGoogleCloudDialogflowCxV3MatchIntentResponse.php30 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3MatchIntentResponse
75 public function setText($text) argument
77 $this->text = $text;
84 return $this->text;
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng20 value-text
26 element text {
56 element text {
65 value-text
71 element text {
82 value-text
182 value-text
354 value-text = element text {
657 value-text
666 value-text
[all …]
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng20 value-text
26 element text {
56 element text {
65 value-text
71 element text {
82 value-text
182 value-text
354 value-text = element text {
657 value-text
666 value-text
[all …]
/plugin/odp/
H A Drenderer.php571 function cdata($text) { argument
895 function phpblock($text) { argument
896 $this->file($text);
904 function htmlblock($text) { argument
905 $this->file($text);
944 $text = $this->_xmlEntities($text);
946 if (strpos($text, "\n") !== FALSE and strpos($text, "\n") == 0) {
948 $text = substr($text,1);
950 $text = str_replace("\n",'<text:line-break/>',$text);
956 $this->doc .= $text;
[all …]
/plugin/codemirror/dist/modes/
H A Dvue.min.js.map1text|application)\\/(?:x-)?coffee(?:script)?$/, \"coffeescript\"],\n [\"lang\", /^babel$/, \"…
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DCodeTrait.php19 protected function parseInlineCode($text) argument
21 if (preg_match('/^(``+)\s(.+?)\s\1/s', $text, $matches)) { // code with enclosed backtick
29 } elseif (preg_match('/^`(.+?)`/s', $text, $matches)) {
38 return [['text', $text[0]], 1];
/plugin/block/
H A Dscript.js37 var text = saveSelectionObj.getText();
38 if(text) {
39 el.innerHTML=text;
131 var text = "abcdefghijklmnopqrstuvwxyz0123456789";
137 var baselineSize = context.measureText(text).width;
143 var newSize = context.measureText(text).width;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DComment.php19 private $text; variable in JMS\\Serializer\\Tests\\Fixtures\\Comment
21 public function __construct(?Author $author = null, $text) argument
24 $this->text = $text;
/plugin/abc2/abc-libraries/abc2svg/
H A Djazzchord-1.js9 t=gch.text
12 switch(t){case"/":gch.text="&#x1d10d;";continue
13 case"%":gch.text="&#x1d10e;";continue
14 case"%%":gch.text="&#x1d10e;";continue}
37 if(gch.text[0]=='(')
38 gch.text='('+t+')'
40 gch.text=t}
/plugin/markdownextra/
H A Dsyntax.php89 function _markdown_header($text) argument
94 $doc->loadHTML($meta.$text);
102 function _internallinks($text) argument
105 if ( ! $text ) return $links;
107 $doc->loadHTML($text);
120 function _toc(&$renderer, $text) argument
125 $doc->loadHTML($meta.$text);
/plugin/odt/renderer/
H A Dpage.php623 * @param string $text
626 function cdata($text) { argument
880 * @param string $text
930 $text .= $x.'×'.$y;
969 function php($text) { argument
981 $this->file($text);
989 function html($text) { argument
1007 * @param string $text
1044 * @param string $text
1107 * @param string $text
[all …]
/plugin/bureaucracy-au/
H A Dstyle.css11 text-align: center;
23 text-align: left;
30 text-align: right;
40 text-align: left;
70 text-align: left;
75 text-align: left;
84 text-align: left;
89 text-align: left;
/plugin/bureaucracyau/
H A Dstyle.css11 text-align: center;
23 text-align: left;
30 text-align: right;
40 text-align: left;
70 text-align: left;
75 text-align: left;
84 text-align: left;
89 text-align: left;
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc20 type: 'text',
31 var text = editor.getSelection().getSelectedText();
32 if(text) {
34 this.setValueOf( 'tab-basic', 'note',text);
36 else this.text = false;
55 //get the note text
56 var noteText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'note' );

1...<<11121314151617181920>>...121