Home
last modified time | relevance | path

Searched defs:end (Results 276 – 300 of 304) sorted by last modified time

1...<<111213

/plugin/s5reloaded/ui/thesis/
H A Dslides.js179 end: 0, property in countdown
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js610 var E={start:I.getStart(),end:I.getEnd(),latestStart:I.getLatestStart(),earliestEnd:I.getEarliestEn… property in Timeline.CompactEventPainter.paintImpreciseInstantEvent.E
628 var E={start:I.getStart(),end:I.getEnd(),isInstant:false}; property in Timeline.CompactEventPainter.paintPreciseDurationEvent.E
646 var E={start:I.getStart(),end:I.getEnd(),latestStart:I.getLatestStart(),earliestEnd:I.getEarliestEn… property in Timeline.CompactEventPainter.paintImpreciseDurationEvent.E
/plugin/noticeboard/classes/
H A DNoticeList.php26 public $end; variable in helper_plugin_noticeboard_NoticeList
199 public function getNoticeList($start,$end){
H A DArrayList.php127 public function end(){ function in helper_plugin_noticeboard_ArrayList
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php26 public $end; variable in helper_plugin_noticeboard_NoticeList
199 public function getNoticeList($start,$end){
H A DArrayList.php127 public function end(){ function in helper_plugin_noticeboard_ArrayList
/plugin/noticeboard/
H A Daction.php24 private $end; // end time of event variable in action_plugin_noticeboard
/plugin/noticeboard/noticeboard/
H A Daction.php24 private $end; // end time of event variable in action_plugin_noticeboard
/plugin/lytebox/
H A Dlytebox.js668 LyteBox.prototype.end = function(caller) { method in LyteBox
/plugin/simplexml/
H A Drenderer.php96 function section_edit($start, $end, $level, $name) {
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/html5/
H A Drenderer.php114 function section_edit( $start, $end, $level, $name )
/plugin/highlightjs/highlight/
H A Dhighlight.js182 function processModeInfo(buffer, lexem, end) { argument
533 begin: '\'', end: '\'', property in APOS_STRING_MODE
540 begin: '"', end: '"', property in QUOTE_STRING_MODE
547 begin: '\\\\.', end: '^', noMarkup: true, property in BACKSLASH_ESCAPE
552 begin: '//', end: '$', property in C_LINE_COMMENT_MODE
557 begin: '/\\*', end: '\\*/' property in C_BLOCK_COMMENT_MODE
561 begin: '#', end: '$' property in HASH_COMMENT_MODE
565 begin: this.C_NUMBER_RE, end: '^', property in C_NUMBER_MODE
/plugin/highlightjs/highlight/languages/
H A Dhtml-xml.js7 begin: '<!--', end: '-->' property in hljs.XML_COMMENT
11 begin: '\\s[a-zA-Z\\:-]+=', end: '^', property in hljs.XML_ATTR
16 begin: '"', end: '"' property in hljs.XML_VALUE_QUOT
20 begin: '\'', end: '\'' property in hljs.XML_VALUE_APOS
67 begin: '<!DOCTYPE', end: '>', property in hljs.HTML_DOCTYPE
72 begin: '\\s[a-zA-Z\\:-]+=', end: '^', property in hljs.HTML_ATTR
77 begin: ' [a-zA-Z]+', end: '^' property in hljs.HTML_SHORT_ATTR
81 begin: '[a-zA-Z0-9]+', end: '^' property in hljs.HTML_VALUE
H A Dvbscript.js12 …se' : 1,'set' : 1,'stop' : 1,'sub' : 1,'while' : 1,'wend' : 1,'with' : 1, 'end' : 1, 'to' : 1, 'el… property in hljs.LANGUAGES.vbscript.defaultMode.keywords.keyword
H A Ddelphi.js6 …1, 'virtual': 1, 'file': 1, 'in': 1, 'array': 1, 'label': 1, 'packed': 1, 'end.': 1, 'index': 1, '… property in hljs.LANGUAGES.delphi.DELPHI_KEYWORDS
7 …nd': 1, 'cdecl': 1, 'do': 1, 'threadvar': 1, 'file': 1, 'in': 1, 'if': 1, 'end': 1, 'virtual': 1, … property in hljs.LANGUAGES.delphi.DELPHI_CLASS_KEYWORDS
H A Druby.js11 …le': 1, 'in': 1, 'return': 1, 'redo': 1, 'if': 1, 'BEGIN': 1, 'retry': 1, 'end': 1, 'for': 1, 'tru… property in hljs.LANGUAGES.ruby.RUBY_KEYWORDS.keyword
H A Dsql.js13 …amp': 1, 'using': 1, 'go': 1, 'revoke': 1, 'smallint': 1, 'indicator': 1, 'end-exec': 1, 'disconne… property in hljs.LANGUAGES.sql.defaultMode.keywords.keyword
/plugin/source/
H A Dsyntax.php157 function _makeTitle($file,$start,$end) {
164 function _getSource($file,$start,$end) {
/plugin/code3/src/
H A Dtz.js125 function PR_TokenEnd(end, style) { argument
/plugin/nroff/
H A Drenderer.php159 function section_edit($start, $end, $level, $name) {
/plugin/textile2/
H A DclassTextile.php920 function doSpecial($text, $start, $end, $method='fSpecial')

1...<<111213