Home
last modified time | relevance | path

Searched refs:reset (Results 576 – 600 of 677) sorted by path

1...<<2122232425262728

/plugin/refnotes/conf/
H A Dnamespaces.dat1 a:11:{s:1:":";a:0:{}s:8:":biblio:";a:11:{s:10:"refnote-id";s:4:"name";s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:4:"none";s:14:"back-ref-caret";s:6:"prefix";s:15:"back-ref-format";s:1:"a";}s:6:":cite:";a:5:{s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:15:"back-ref-format";s:1:"a";}s:4:":dw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:1:")";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:3:"ref";s:12:"note-preview";s:5:"popup";s:15:"notes-separator";s:4:"100%";s:15:"note-text-align";s:7:"justify";s:14:"note-font-size";s:6:"normal";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:3:"sup";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:")";s:14:"back-ref-caret";s:4:"none";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref-font-weight";s:4:"bold";s:19:"back-ref-font-style";s:6:"normal";s:15:"back-ref-format";s:4:"note";s:18:"back-ref-separator";s:1:",";s:7:"scoping";s:5:"reset";}s:4:":fn:";a:0:{}s:9:":harvard:";a:11:{s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"()";s:16:"reference-render";s:7:"harvard";s:12:"multi-ref-id";s:4:"note";s:15:"notes-separator";s:4:"none";s:11:"note-render";s:7:"harvard";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:14:"back-ref-caret";s:5:"merge";s:15:"back-ref-format";s:1:"a";s:18:"back-ref-separator";s:4:"none";}s:4:":mw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:2:"[]";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:4:"none";s:15:"notes-separator";s:4:"none";s:15:"note-text-align";s:4:"left";s:14:"note-font-size";s:7:"reduced";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:".";s:14:"back-ref-caret";s:5:"merge";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref-font-weight";s:4:"bold";s:19:"back-ref-font-style";s:6:"italic";s:15:"back-ref-format";s:1:"a";s:18:"back-ref-separator";s:4:"none";s:7:"scoping";s:5:"reset";}s:7:":stars:";a:5:{s:10:"refnote-id";s:1:"*";s:16:"reference-format";s:4:"none";s:12:"multi-ref- (…)
/plugin/refnotes/
H A Dcore.php125 $this->reset();
131 private function reset() { function in refnotes_parsing_context
171 $this->reset();
462 public function reset() {
442 public function reset() { global() function in refnotes_action_core
/plugin/regex_template/
H A Daction.php50 reset($array_regex);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php181 for ($i = 0, reset($a); $i < count($a); $i++, next($a)) {
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js295 t._changeReadyState = function(s, reset) { with (this) { argument
296 if (reset) {
H A DJsHttpRequest-script-xml.js295 t._changeReadyState = function(s, reset) { with (this) { argument
296 if (reset) {
H A DJsHttpRequest-script.js295 t._changeReadyState = function(s, reset) { with (this) { argument
296 if (reset) {
H A DJsHttpRequest-xml.js295 t._changeReadyState = function(s, reset) { with (this) { argument
296 if (reset) {
H A DJsHttpRequest.js296 t._changeReadyState = function(s, reset) { with (this) { argument
297 if (reset) {
/plugin/revealjs/plugin/multiplex/
H A Dindex.js62 reset = '\033[0m'; variable
64 console.log( brown + "reveal.js:" + reset + " Multiplex running on port " + green + opts.port + res…
/plugin/revealjs/plugin/notes-server/
H A Dindex.js62 reset = '\033[0m'; variable
66 console.log( brown + 'reveal.js - Speaker Notes' + reset );
67 console.log( '1. Open the slides at ' + green + slidesLocation + reset );
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js270 reset: function() { this.out() },
/plugin/rowmove/
H A Daction.php105 $copy1 = array_slice($zeilen,reset($key1),count($key1));
106 $copy2 = array_slice($zeilen,reset($key2),count($key2));
107 array_splice($zeilen,reset($key1),count($key1),$copy2);
109 array_splice($zeilen,reset($key2),count($key2),$copy1);
/plugin/rrdgraph/inc/
H A Dsvgbinding.php248 $bindingValues[$bindingName] = reset($data["data"]);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js121 reset: function() { method in Droppables
441 Droppables.reset();
H A Dprototype.js3918 reset: function(form) { method in Form
3920 form.reset();
/plugin/schedule/
H A Dschedules.class.php1122 $id = reset (array_values($lineVals['member']));
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrollticker/
H A Dstyle.css27 counter-reset: scrollticker-counter;
/plugin/sentry/
H A DBrowser.php151 $this->reset();
162 public function reset() function in dokuwiki\\plugin\\sentry\\Browser
364 $this->reset();
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css5 http://meyerweb.com/eric/tools/css/reset/
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js563 Job.prototype.reset = function(callback) { method in Job
760 var reset = _.after(all.length, _.bind(this.stop, this, onGenericRestart)),
761 stop = _.after(active.length, _.partial(_.invokeMap, all, 'reset', reset));
767 _.defer(reset);
H A Dtest.js15761 function reset(wrapper) { function
15801 reset(_);
15818 reset(_);
15835 reset(_);
15857 reset(Wrapper);
15868 reset(Wrapper);
15906 reset(func);
15920 reset(_);
15944 reset(_);
15963 reset(func);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js769 if (models) this.reset(models, _.extend({silent: true}, options));
957 reset: function(models, options) {
1062 var method = options.reset ? 'reset' : 'set';
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js427 emcees.reset([]);
790 col.reset([]);
794 col.reset(models);
803 col.reset();
808 col.reset([undefined, f]);
812 col.reset(new Array(4));
819 collection.reset({id: 1, a: 1});
826 collection.reset(model);
853 collection.reset([], origOpts);
1172 collection.reset(model, {parse: true});
[all …]

1...<<2122232425262728