Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 25 of 34) sorted by relevance

12

/plugin/tagsections/action/
H A Dajax.php78 private function __getTagsForSection($filter, $RANGE) { argument
81 if ($RANGE) {
82 list($PRE,$TEXT,$SUF) = rawWikiSlices($RANGE,$ID);
133 private function __saveTags($tags, $RANGE) { argument
136 list($PRE,$TEXT,$SUF) = rawWikiSlices($RANGE,$ID);
/plugin/ajaxedit/
H A Daction.php40 global $RANGE;
53 …if($rev && $range && (!$REV && !$RANGE)) { //$_POST has range and rev but pageinfo() cleared it ->…
82 $RANGE = implode('-', array($new_section_open,$new_section_close));
/plugin/bpmnio/action/
H A Deditor.php39 global $RANGE;
42 if (!$RANGE) {
71 $this->_addHidden($form, 'range', $RANGE);
/plugin/edittable/action/
H A Deditor.php58 global $RANGE;
62 if (!$RANGE){
99 $form->setHiddenField('range', $RANGE);
114 $form->addHidden('range', $RANGE);
/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/saveandedit/
H A Daction.php31 global $ID, $INFO, $REV, $RANGE, $TEXT, $PRE, $SUF;
38 $RANGE = $from . '-' . $to;
/plugin/tablelayout/action/
H A Daction.php110 global $RANGE, $INPUT;
114 list($start) = explode('-', $RANGE);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DTransition.php27 public const RANGE = 2; define in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\Transition
H A DRangeTransition.php39 return self::RANGE;
/plugin/dokubookmark/
H A Dhelper.php107 global $RANGE;
155 $RANGE !== '') ? $_REQUEST['target'] : 'section',
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php268 'RECURRENCE-ID;RANGE=THISANDFUTURE:19980401T133000Z',
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php268 'RECURRENCE-ID;RANGE=THISANDFUTURE:19980401T133000Z',
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php268 'RECURRENCE-ID;RANGE=THISANDFUTURE:19980401T133000Z',
/plugin/combo/ComboStrap/
H A DEditButton.php46 const RANGE = "range"; define in ComboStrap\\EditButton
191 $data[self::RANGE] = $this->getRange();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php368 'RECURRENCE-ID;RANGE=THISANDFUTURE:19980401T133000Z',
/plugin/fckg/action/
H A Dedit.php179 global $RANGE;
197 if($RANGE){
198 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
/plugin/evesso/
H A Daction.php116 global $INPUT, $ACT, $TEXT, $PRE, $SUF, $SUM, $RANGE, $DATE_AT, $REV;
122 $RANGE = $INPUT->str('range');
/plugin/ckgdoku/action/
H A Dedit.php173 global $RANGE;
191 if($RANGE){
192 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
/plugin/dokutranslate/
H A Daction.php169 global $RANGE;
315 $RANGE = strval($separators[$parid][2] + 1) . '-' . strval($separators[$parid + 1][1] - 1);
/plugin/ckgedit/action/
H A Dedit.php196 global $RANGE;
214 if($RANGE){
215 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php654 case Transition::RANGE:
H A DATNDeserializer.php776 case Transition::RANGE:
H A DParserATNSimulator.php2039 case Transition::RANGE:
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js.map1 …PURGE',\n 'QUARTER',\n 'QUERY',\n 'QUICK',\n 'RANGE',\n 'READ',…
/plugin/jmol2/jmol/
H A DCHANGES.txt3261 # bug fix: isosurface COLOR RANGE by itself does nothing -- changed to use full range
3262 # new feature: isosurface COLOR RANGE ALL added as an equivalent to COLOR RANGE with no numbers
3432 # code: optimization of algorithm used for load RANGE
3433 # modification for load RANGE -x.x (within x.x Angstroms of symop=1555) to be within x.x of the
4463 # RANGE min and max are ignored for byElement and byResidue schemes,
4584 # new feature: color ["schemeName"] RANGE [min] [max]

12