Home
last modified time | relevance | path

Searched refs:empty (Results 551 – 575 of 652) sorted by path

1...<<21222324252627

/plugin/revealjs/css/
H A Dreveal.css537 .reveal .slides > section:empty,
538 .reveal .slides > section > section:empty,
H A Dreveal.scss641 .reveal .slides>section:empty,
642 .reveal .slides>section>section:empty,
/plugin/runcommand/
H A Dscript.js30 jQuery('DIV#rcResult'+id).empty();
52 function(data){ jQuery('DIV#rcResult'+id).empty(); jQuery('DIV#rcResult'+id).wrapInner(data); }
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js322 if (value.strip().empty()) return [-1, 0];
H A Dprototype.js617 function empty() { function
658 empty: empty,
2163 empty: function(element) { method in Element.Methods
/plugin/schedule/
H A Dstyle.css122 div.schedule table.short td.empty {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedRel.txt
H A DAttr.ForbiddenClasses.txt
H A DAttr.IDPrefixLocal.txt
H A DAutoFormat.RemoveEmpty.RemoveNbsp.txt
H A DAutoFormat.RemoveEmpty.txt
/plugin/scrape/HTMLPurifier/EntityLookup/
H A Dentities.ser
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.jison47 : /* empty */
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md2540 elements of empty collections.
5064 Checks if `value` is an empty object, collection, map, or set.
5400 Partial comparisons will match empty array and empty object `source`
10439 Partial comparisons will match empty array and empty object `source`
10476 **Note:** Partial comparisons will match empty array and empty object
10997 This method returns a new empty array.
11003 *(Array)*: Returns the new empty array.
11046 This method returns a new empty object.
11052 *(Object)*: Returns the new empty object.
11073 This method returns an empty string.
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js13414 empty = [];
13420 assert.strictEqual(func(empty, undefined), -1);
13421 assert.strictEqual(func(empty, undefined, true), -1);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js655 empty: function() {},
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js266 var empty = _.zip([]);
267 assert.deepEqual(empty, [], 'unzipped empty');
H A Dobjects.js249 var options = {zero: 0, one: 1, empty: '', nan: NaN, nothing: null}; property in AnonymousFunction235956211300.options
257 _.defaults(options, {empty: 'full'}, {nan: 'nan'}, {word: 'word'}, {word: 'dog'});
258 assert.equal(options.empty, '', 'value exists');
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php178 function showHierarchyLevelRecursive($level,$key,&$empty){ argument
192 $empty = !$p && !$v && $ch_empty;
193 $lev = "<li data-path='{$level->getPath()}' class='".($empty ? 'empty':'')."'>";
216 $roothtml = "<ul>".$this->showHierarchyLevelRecursive($this->_root,$key,$empty)."</ul>";
217 return $ret. ($empty ? "" : $roothtml)."</li></ul>";
/plugin/sha3sum/
H A DPlugin.txt34 For example %%[[SHA3:]]%% will generate for a empty string:
H A DREADME.MD18 For example [[SHA3:]] will generate for a empty string:
/plugin/siteexport/
H A DREADME.md51 … which will result in the structure below being exported with potentially empty folders but having…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md718 <td>Your Disqus forum shortname. If an empty string is given it tries to use
1008 <td>Opens reddit in a new window when set to <code>1</code>. Set this option to an empty string or
1372 -p <path> Prefix to stylesheet and dummy image paths. (empty per default)
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js313 $container.find('.dummy_btn').empty().
/plugin/sphinxsearch-was/
H A Dchangelog16 * Prevent indexing of empty documents

1...<<21222324252627