Home
last modified time | relevance | path

Searched refs:entries (Results 176 – 200 of 278) sorted by last modified time

12345678910>>...12

/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php495 $entries = $this->_queryAssertion("/saml:Conditions");
496 if ($entries->length == 1) {
510 $entries = $this->_queryAssertion("/saml:AuthnStatement");
511 if ($entries->length == 1) {
528 foreach ($entries as $entry) {
595 $entries = $this->_queryAssertion('/saml:Subject/saml:NameID');
596 if ($entries->length == 1) {
597 $nameId = $entries->item(0);
720 if ($entries->length !== 0) {
739 if ($entries->length !== 0) {
[all …]
/plugin/codemirror/dist/
H A Dscripts.min.js.map1entries","lang","codeToken","allowedTypess","smileys","behind","wordsRegExp","acronyms","entities"…
H A Dscripts.min.js8entries:[{sol:true,match:/^ {2,}[\-\*]/,style:"def"},{sol:true,match:/^\t{1,}[\-\*]/,style:"def"}]…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …p and use\n // motionArgs to define behavior. Define separate entries for 'aw',\n …
/plugin/flowcharts/
H A Dmermaid.min.js1entries:function(){var t=[];for(var e in this)"$"===e[0]&&t.push({key:e.slice(1),value:this[e]});r… method in AnonymousFunction6e8e008512b00.n
/plugin/tiledblog/
H A Dsyntax.php83 $entries = $helperPlugin->getBlog ($ns);
85 $keys = array_keys ($entries);
87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
107 $entries = $helperPlugin->getBlog ($ns);
111 foreach ($entries as $entry)
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js14617 var entries = rawText.replace(reBlank, '').split(/[\r\n]+/);
14625 if (!entries.length) {
14630 var line = entries.shift();
H A Dviewer.js.map1entries","rawText","currentLang","genericLang","lang","skipLang","parsedRawLinesCallback","loadImp…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js2220 return function entries() {
2232 var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
2263 entries: $entries
2598 module.exports = function (iterator, fn, value, entries) {
2600 return entries ? fn(anObject(value)[0], value[1]) : fn(value);
3453 var _exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
3457 var f = ctx(fn, that, entries ? 2 : 1);
3462 result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
3465 result = call(iterator, f, step.value, entries);
4325 new C().entries().next();
H A Dpdf.js.map1entries","$anyNative","IteratorPrototype","methods","values","keys","IS_SET","entries","create","d…
H A Dpdf.worker.js3389 return function entries() {
3432 entries: $entries
5494 new C().entries().next();
14538 this.entries = [];
14701 if (this.entries[0] && !this.entries[0].free) {
14859 this.entries.length = 0;
14902 this.entries[num] = {
15223 entries = [],
15406 dict[xref.fetchIfRef(entries[_i2])] = xref.fetchIfRef(entries[_i2 + 1]);
38265 var entries = [];
[all …]
H A Dpdf.worker.js.map1entries","$anyNative","methods","IS_SET","entries","create","descriptor","Constructor","dPs","enum…
/plugin/tagsections/
H A Dscript.js49 jQuery.each(data.availableTags, function(namespace, entries){ argument
56 jQuery.each(entries, function(tag){
69 $accordeon.append(createHeader(namespace, checked, Object.keys(entries).length));
83 var createHeader = function(namespace, checked, entries) { argument
84 …(((namespace||LANG.plugins.tagsections['empty namespace']) + ' ' + checked + '/'+entries).trim() );
/plugin/tagsections/syntax/
H A Dtag.php95 $entries = explode(':', $entry);
96 return implode(' ', array_unique(array_merge($entries, array($this->__clean($entry)))));
101 $entries = explode(':', $entry);
102 $list = array_unique(array_merge($entries, array($this->__clean($entry))));
105 …sections header tag '.implode(' ', $list).'">'.$my->tagLink($entry, array_pop($entries)).'</span>';
108 $name = array_pop($entries);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/webdavclient/
H A Dhelper.php385 $entries = $this->getAddressbookEntries($connectionId);
386 foreach($entries as $entry)
392 $entries = $this->getCalendarEntries($connectionId);
393 foreach($entries as $entry)
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1entries","isMap","_isMap","props","castValue","entriesToMap","keyOffset","26","_capacity","_willBe…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js3891 var entriesToMap = function(entries) { argument
3893 var length = entries.length / 2 | 0;
3895 var key = entries[length + i];
3896 var value = entries[i];
3904 var entries;
3906 entries = mapToEntries(obj);
3911 entries = new Array(len * 2);
3914 entries[i] = obj[key];
3915 entries[i + len] = key;
3918 this.constructor$(entries);
/plugin/inlinejs/syntax/
H A Dpreloader.php79 protected $entries = null; variable in syntax_plugin_inlinejs_preloader
89 $this->entries[] = array(
97 $this->entries[] = array(
104 $this->entries[] = array(
111 $this->entries[] = array(
119 return count($this->entries);
134 $this->entries = array();
189 $data = array($this->opts, $this->entries);
191 $this->entries = null;
207 list($opts, $entries) = $data;
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js10 …=u},function(t,e){e.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entries…
H A Dlodash.js1904 function Hash(entries) { argument
1906 length = entries == null ? 0 : entries.length;
1910 var entry = entries[index];
2008 function ListCache(entries) { argument
2010 length = entries == null ? 0 : entries.length;
2014 var entry = entries[index];
2125 function MapCache(entries) { argument
2127 length = entries == null ? 0 : entries.length;
2131 var entry = entries[index];
2280 function Stack(entries) { argument
[all …]
H A Dlodash.min.js109 ….zipObjectDeep=function(n,t){return Ar(n||[],t||[],lr)},An.zipWith=Mo,An.entries=zf,An.entriesIn=W…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md249 * <a href="#_topairsobject" class="alias">`_.entries` -> `toPairs`</a>
8232 entries are returned.
8238 *_.entries*
8269 or set, its entries are returned.
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js23731 assert.strictEqual(_.entries, _.toPairs);
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1904 function Hash(entries) { argument
1906 length = entries == null ? 0 : entries.length;
1910 var entry = entries[index];
2008 function ListCache(entries) { argument
2010 length = entries == null ? 0 : entries.length;
2014 var entry = entries[index];
2125 function MapCache(entries) { argument
2127 length = entries == null ? 0 : entries.length;
2131 var entry = entries[index];
2280 function Stack(entries) { argument
[all …]

12345678910>>...12