Home
last modified time | relevance | path

Searched refs:TEXT (Results 51 – 75 of 186) sorted by relevance

12345678

/plugin/aichat/db/
H A Dupdate0001.sql4 page TEXT NOT NULL,
6 chunk TEXT NOT NULL,
/plugin/combo/db/combo/
H A Dupdate0012.sql3 SOURCE_ID TEXT,
4 TARGET_ID TEXT
H A Dupdate0018.sql5 PAGE_ID TEXT,
6 REFERENCE TEXT
/plugin/semanticdata/
H A Daction.php71 global $TEXT;
89 $instructions = p_get_instructions($TEXT);
100 global $TEXT;
103 $TEXT = syntax_plugin_semanticdata_entry::editToWiki($_POST['data_edit']);
/plugin/data-au/
H A Daction.php80 global $TEXT;
98 $instructions = p_get_instructions($TEXT);
112 global $TEXT;
115 $TEXT = syntax_plugin_dataau_entry::editToWiki($_POST['dataau_edit']);
/plugin/data/
H A Daction.php88 global $TEXT;
106 $instructions = p_get_instructions($TEXT);
121 global $TEXT;
124 $TEXT = syntax_plugin_data_entry::editToWiki($_POST['data_edit']);
/plugin/judge/
H A Dsubmissions.sqlite7 language TEXT NOT NULL,
14 language TEXT NOT NULL,
15 valid TEXT,
22 problem_name TEXT NOT NULL,
23 username TEXT NOT NULL,
24 type TEXT NOT NULL,
/plugin/ckgdoku/action/
H A Ddelete.php21 global $TEXT;
22 $TEXT = NULL;
/plugin/ckgedit/action/
H A Ddelete.php21 global $TEXT;
22 $TEXT = NULL;
/plugin/rst/
H A Daction.php24 global $TEXT;
30 if($ACT != 'show' && $event->data != $TEXT) return true;
/plugin/autolink4/syntax/
H A Dallwords.php118 $mod[self::$TEXT] = $match;
149 $renderer->doc .= $this->tooltip->forWikilink($data[self::$TO], $data[self::$TEXT]);
152 $renderer->internallink($data[self::$TO], $data[self::$TEXT]);
159 $renderer->doc .= $data[self::$TEXT];
/plugin/fckg/action/
H A Ddelete.php31 global $TEXT;
32 $TEXT = NULL;
/plugin/box2/
H A Daction.php24 global $TEXT;
29 if($PRE && preg_match('/^\s*<box.*?\|([^>\n]+)/',$TEXT,$match)){
/plugin/diffpreview/helper/
H A Dchanges.php31 global $PRE, $TEXT, $SUF;
36 ->compareWith(con($PRE,$TEXT,$SUF))
/plugin/dokubookmark/
H A Daction.php201 global $TEXT;
205 $TEXT = $_POST['wikitext'];
206 if (!$TEXT) {
H A Dhelper.php106 global $TEXT;
119 $check = md5($TEXT);
121 $mod = md5($TEXT) !== $check;
140 $TEXT = $wikitext;
/plugin/popupviewer/
H A DREADME.md8 {{popup>%IMAGE/PAGE%?[%SIZE%]&[keepOpen]|[%TEXT/IMAGE%]}}
9 Note: [?%SIZE%] and [%TEXT/IMAGE%] are optional parameters.
17 ```%TEXT/IMAGE%``` (optional) | Here you can set the name or an additional image. This will be dis…
/plugin/diffpreview/
H A Daction.php112 global $TEXT;
128 html_edit($TEXT);
130 html_diff(con($PRE,$TEXT,$SUF));
/plugin/phpbblinks/
H A Daction.php74 global $TEXT;
77 $text = $TEXT;
190 $TEXT = preg_replace($search,$replace,$TEXT);
/plugin/edittable/action/
H A Deditor.php57 global $TEXT;
73 $instructions = p_get_instructions($TEXT);
127 global $TEXT;
134 $TEXT = $this->build_table($data, $meta);
/plugin/markdownextra/
H A Daction.php26 global $TEXT;
32 if($ACT != 'show' && $event->data != $TEXT) return true;
/plugin/sectionedit/
H A Daction.php38 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
57 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
/plugin/blogtng/action/
H A Dnew.php42 global $TEXT, $INPUT;
69 $TEXT = $this->prepareTemplateNewEntry($newId, $INPUT->str('new-title'));
/plugin/prosemirror/action/
H A Dparser.php82 global $TEXT, $INPUT;
111 $TEXT = $syntax;
/plugin/saveandedit/
H A Daction.php39 global $ID, $INFO, $REV, $RANGE, $TEXT, $PRE, $SUF;
45 $to = $from + strlen($TEXT);
49 unset($GLOBALS['TEXT'], $GLOBALS['PRE'], $GLOBALS['SUF']);
91 The edittable plugin would restore $TEXT from the

12345678