Home
last modified time | relevance | path

Searched refs:initial (Results 26 – 50 of 208) sorted by relevance

123456789

/plugin/fastwiki/
H A Dscript.js618 var initial = $('.content_initial');
619 body.addClass(initial[0].className.replace(/content_initial/, '')).attr('id', m_initialId);
620 initial.attr('id', '').after(body);
/plugin/wysiwyg/css/
H A Dfck_editorarea.css22 * initial font of the editor and background color.
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css22 * initial font of the editor and background color.
/plugin/vkeyboard/
H A Dchange_log15 initial displayed language keyboard.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php430 $initial = $hash == 'sha512/256' ?
440 $initial[$i] = new BigInteger($initial[$i], 16);
441 $initial[$i]->setPrecision(64);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js197 var reducer = function(obj, iteratee, memo, initial) { argument
201 if (!initial) {
213 var initial = arguments.length >= 3;
214 return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);
472 return _.initial(array, array.length - n);
478 _.initial = function(array, n, guard) { function
/plugin/flowplay/flowplayer/
H A Djavascript.txt53 Resets the player to the initial state.
H A DREADME.txt35 for contributing the initial looping support.
133 - New config variable "initialScale" to control the initial scaling of the video
/plugin/note/
H A DREADME.md47 The plugin has been written from scratch by Olivier Cortéz. After the initial release it has been maintained
/plugin/divalign2/
H A DChangeLog64 * script.js: Added file with initial toolbar support (via picker).
/plugin/codemirror/dist/modes/
H A Dmodelica.min.js.map1initial algorithm)/.test(textAfter)) level--;\n if(/(initial equation)/.test(textAfter)) le…
H A Dcss.min.js.map1initial-after-adjust\", \"drop-initial-after-align\",\n \"drop-initial-before-adjust\", \"drop-
/plugin/tagfilter/script/select2/
H A Dselect2.js1606 * @param initial whether or not this is the call to this method right after the dropdown has been opened
1609 updateResults: function (initial) { argument
1622 if (initial !== true && lastTerm && equal(term, lastTerm)) return;
1627 if (initial !== true && (this.showSearchInput === false || !this.opened())) {
1664 if (initial && this.showSearch) this.showSearch(true);
1741 this.postprocessResults(data, initial);
2295 postprocessResults: function (data, initial, noHighlightUpdate) { argument
2309 if (initial === true && selected >= 0) {
2318 if (initial === true) {
3030 postprocessResults: function (data, initial, noHighlightUpdat argument
[all...]
/plugin/drawio/
H A Dscript.js5 var initial = null; variable
/plugin/fckg/
H A DChanges248 Fixed error in edit.php that caused external links on initial creation to be converted to internal …
303 Fixed corrupted tables with vertical spans in across from empty cells (on initial table creation)
312 Fixed bug in handling of rss feed syntax that inserted initial italic markup following feed markup.
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md71 initial build / mobile device orientation change) It then overrides particular
135 you want to override the chart's initial ones with.
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.mpl-20.txt19 means Source Code Form to which the initial Contributor has attached
27 (a) that the initial Contributor has attached the notice described
46 whether at the time of the initial grant or subsequently, any and
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt19 means Source Code Form to which the initial Contributor has attached
27 (a) that the initial Contributor has attached the notice described
46 whether at the time of the initial grant or subsequently, any and
/plugin/webcode/
H A DREADME.md48 * Add the console after initial rendering to not select console element via css
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md100 The initial release.
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc18 // whether the initial value of the field would be the same for all cells. If so,
/plugin/flowplay2/flowplayer/
H A Djavascript.txt29 Resets the player to the initial state.
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php909 foreach($fn2 as $initial)
915 $firstNameInitialMakeResult .= $initial . ".";
/plugin/issuetracker/
H A DREADME99 based on dokumicrobugtracker 2011-04-13 initial code base for corrections,
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as15 * vol: (Number) Sets the initial volume
16 * muted: (Boolean in a String) Sets the initial muted state

123456789