Home
last modified time | relevance | path

Searched refs:inArray (Results 1 – 25 of 85) sorted by relevance

1234

/plugin/codemirror/dist/modes/
Dtoml.min.js1inArray:0}},token:function(a,b){if(!b.inString&&(a.peek()=='"'||a.peek()=="'")){b.stringType=a.pee…
Dtoml.min.js.map1inArray","token","stream","state","peek","next","sol","eol","match","skipTo","skipToEnd","eatSpace…
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.edit.js349 $.inArray("shift+click", triggerStart) >= 0
358 $.inArray("clickActive", triggerStart) >= 0
373 if ($.inArray("dblclick", ctx.options.edit.triggerStart) >= 0) {
382 if ($.inArray("f2", ctx.options.edit.triggerStart) >= 0) {
389 $.inArray("mac+enter", ctx.options.edit.triggerStart) >=
Djquery.fancytree.logger.js87 (opts.traceEvents !== true && $.inArray(name, opts.traceEvents) < 0)
93 (opts.timings && $.inArray(name, opts.timings) >= 0)
117 (opts.traceHooks !== true && $.inArray(name, opts.traceHooks) < 0)
123 (opts.timings && $.inArray(name, opts.timings) >= 0)
Djquery.fancytree.dnd5.js120 over: $.inArray("over", r) >= 0,
121 before: $.inArray("before", r) >= 0,
122 after: $.inArray("after", r) >= 0,
775 $.inArray(nodeMimeType, dataTransfer.types) >= 0;
908 if ($.inArray(nodeMimeType, dataTransfer.types) >= 0) {
1073 if ($.inArray("dnd", opts.extensions) >= 0) {
Djquery.fancytree.ariagrid.js313 if ($.inArray(opts.cellFocus, VALID_MODES) < 0) {
533 $.inArray(eventString, NAV_KEYS) >= 0;
559 if (handleKeys && $.inArray(eventString, handleKeys) >= 0) {
703 if ($.inArray(value.cellFocus, VALID_MODES) < 0) {
Djquery.fancytree.dnd.js625 over: $.inArray("over", r) >= 0,
626 before: $.inArray("before", r) >= 0,
627 after: $.inArray("after", r) >= 0,
Djquery.fancytree.columnview.js65 $.inArray("table", this.options.extensions) < 0,
Djquery.fancytree.gridnav.js201 if (handleKeys && $.inArray(event.which, handleKeys) >= 0) {
/plugin/socialshareprivacy2/SSP/scripts/
Djquery.socialshareprivacy.facebook.js45 if ($.inArray(match[2], subs) !== -1) {
/plugin/alphalist2/
Dscript.js53 if (jQuery.inArray("group_by_letters", classes) !== -1) {
/plugin/togglewrap/
Dscript.js52 if (jQuery.inArray($this.attr('href').substr(1), titleHidden) != -1) {
/plugin/tagadd/
Dscript.js112 var keyCode = (jQuery.inArray(code,conf_code) > -1);
/plugin/acmenu/
Dscript.js138 _OPEN_ITEMS.splice(jQuery.inArray(item, _OPEN_ITEMS), 1);
/plugin/tagfilter/
Dscript.js165 if(jQuery.inArray(tf_elmt.key,clean_r) === -1){
178 if(jQuery.inArray(tf_elmt.key,clean_r) === -1){
/plugin/metaeditor/
Djstree.js1773 if($.inArray(r[i], a) === -1 && $.inArray(r[i], s) === -1) {
1779 if($.inArray(s[i], r) === -1) {
2298 ind = $.inArray(obj.id, par === null ? m['#'].children : m[obj.parent].children);
3199 if(state.hasOwnProperty(i) && i !== "core" && $.inArray(i, this.settings.plugins) === -1) {
3307 m[obj.parent].children[$.inArray(obj.id, m[obj.parent].children)] = id;
3309 m[obj.parents[i]].children_d[$.inArray(obj.id, m[obj.parents[i]].children_d)] = id;
3316 m[obj.children_d[i]].parents[$.inArray(obj.id, m[obj.children_d[i]].parents)] = id;
3318 i = $.inArray(obj.id, this._data.core.selected);
3472 pos = $.inArray(par.id, tmp.children);
3477 pos = $.inArray(par.id, tmp.children) + 1;
[all …]
/plugin/strata/
Dscript.js253 …if (search == '') return jQuery.inArray('', values) != -1; // Filtering for empty prefix is useles…
263 …if (search == '') return jQuery.inArray('', values) != -1; // Filtering for empty suffix is useles…
273 return jQuery.inArray(search, values) != -1;
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.min.js33inArray(t,this.children)),"insertBefore must be an existing child"),this.children.splice.apply(thi…
39 …r,g):null))&&(Array.isArray(i)?{over:0<=v.inArray("over",i),before:0<=v.inArray("before",i),after:…
41inArray(p,d.types),o.preventNonNodes&&!r){n.debug("Reject dropping a non-node."),x=!1;break}if(o.p…
43inArray("shift+click",i)&&e.originalEvent.shiftKey||"click"===t&&0<=l.inArray("clickActive",i)&&e.…
49 …rop("type"):e.is("a")&&(t="link"),t&&i.handleCursorKeys?!((t=o[t])&&0<=l.inArray(r.which,t)&&(n=a(…
53 …st.cookieDelimiter,r=i.cookiePrefix+e,n=i._data(r),e=n?n.split(s):[],n=y.inArray(t,e);0<=n&&e.spli…
55 … t,n,r=e.parent,o=r?r.children:null;if(o&&1<o.length&&o[0]!==e)for(n=o[v.inArray(e,o)-1],g(n.tr);n…
Djquery.fancytree-all.js683 pos = $.inArray(insertBefore, this.children);
1251 return $.inArray(this, this.parent.children); // indexOf doesn't work in IE7
1771 pos = $.inArray(this, this.parent.children);
1790 pos = $.inArray(targetNode, targetParent.children);
1796 pos = $.inArray(targetNode, targetParent.children);
2012 pos = $.inArray(this, parent.children),
2833 return $.inArray(name, this.options.extensions) >= 0;
2851 $.inArray(name, extList) < $.inArray(thisName, extList),
4676 idx = $.inArray(childNode, children);
8757 over: $.inArray("over", r) >= 0,
[all …]
Djquery.fancytree-all-deps.min.js1inArray(n.target,t)&&(i.classesElementLookup[e]=_(t.not(n.target).get()))}),this._off(_(n.target))…
/plugin/showsamples/
Djquery.scrollTo.min.js7 …uery)})(function($){"use strict";function n(a){return!a.nodeName||-1!==$.inArray(a.nodeName.toLowe…
/plugin/animation/scripts/
Djquery.scianimator.min.js8inArray(g.currentFrame,g.disabledFrames)!=-1){h.scianimator("previous");return h}a(g.firstFrame+":…
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.js15 …(match){return match[1];}else{var classes=className.split(/ /);if(jQuery.inArray("syntax",classes)…
/plugin/imagemapping/
Djquery.imagemapster.js8inArray(e,n))&&(t=a[e],$.isPlainObject(t)?i[e]=$.extend(i[e]||{},t):t&&t.constructor===Array?i[e]=…
/plugin/imapmarkers/
Djquery.imagemapster.js289 if (!onlyProps || $.inArray(prop, onlyProps) >= 0) {
625 if ($.inArray(ar, area_list) < 0) {
848 if ($.inArray(e, keyList) < 0) {
916 if (ar && $.inArray(ar, area_list) < 0) {
1801 return $.inArray(false, this.status) < 0;
1993 if ($.inArray(false, me.status) < 0) {
2291 $.inArray('area-mouseout', opts.toolTipClose) >= 0 &&
2623 if ($.inArray(e.keys[0], keys) < 0) {
4228 if ($.inArray(bindOption, options) >= 0) {

1234