Home
last modified time | relevance | path

Searched refs:undefined (Results 201 – 225 of 596) sorted by path

12345678910>>...24

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md426 * Made result sets adhere to `\Iterator` interface definition that they implement. Specifically, you need to call `valid()` on the result set before calling `current()`. When using `foreach` this is done by PHP automatically. When `valid` returns false, the return value of `current` is undefined instead of false. [#1506](https://github.com/ruflin/Elastica/pull/1506)
/plugin/emoji/script/
H A Djquery.textcomplete.js124 queuedArgsToReplay = undefined;
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js7 var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,isSimple=/^.[^:#\[\.]*$/,undefined; variable
22 },length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];
89 },val:function(value){if(value==undefined){if(this.length){var elem=this[0];
100 }}return undefined;
120 if(data===undefined&&this.length){data=jQuery.data(this[0],key);
121 }return data===undefined&&parts[1]?this.data(parts[0]):data;
157 }else{if(copy!==undefined){target[name]=copy;
178 }if(data!==undefined){jQuery.cache[id][name]=data;
293 return attr===null?undefined:attr;
1071 if(typeof window["$"]=="undefined"){window.$=SimileAjax.jQuery;
[all …]
/plugin/eventline/timeline_js/scripts/
H A Dsources.js120 id: ("id" in evnt) ? evnt.id : undefined,
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js1320 var D=("align" in this._params&&this._params.align!=undefined)?this._params.align:this._theme.ether…
1382 var D=("align" in this._params&&this._params.align!=undefined)?this._params.align:this._theme.ether…
2298 if(value == "" && def != undefined) {
2333 var L=new Timeline.DefaultEventSource.Event({id:("id" in A)?A.id:undefined,start:E(A.start),end:E(A…
2579 …ervalUnit,multiple:("multiple" in F)?F.multiple:1,theme:G,align:("align" in F)?F.align:undefined});
2597 …anEtherPainter({unit:F.intervalUnit,zones:F.zones,theme:G,align:("align" in F)?F.align:undefined});
/plugin/explorertree/
H A Dscript.js10 …_opts.onselectnsjs : undefined) || (!is_ns && typeof tree_opts.onselectpagejs === 'function' ? tr…
/plugin/fckg/
H A DChanges95 prevents corruption of text formats and insertion of javascript 'undefined' when alt is not found
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js278 if ( aAddressParts[1] == undefined )
1385 stack: undefined,
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js347 this._setWordText ( i, j, origSpell, undefined );
362 this.wordFlags[i][j] = undefined;
371 this._setWordText ( text_idx, idx, preReplSpell, undefined );
376 this.wordFlags[text_idx][idx] = undefined;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38 …tribute) return A.hasAttribute(B);else{var C=A.attributes[B];return (C!=undefined&&C.specified);}}…
46 …lse G.contents.push(H);}};return C;},ArrayToList:function(A,B,C){if (C==undefined) C=0;if (!A||A.l…
55 …erMode);return E;};FCKXHtml._AppendAttribute=function(A,B,C){try{if (C==undefined||C==null) C='';e…
62 …=A;};FCKStyle.prototype={GetType:function(){var A=this.GetType_$;if (A!=undefined) return A;var B=…
66undefined) return B;var C=this.StartBlock||this.StartBlockLimit;var D=this._Range.startContainer;v…
82 var FCKShowBlockCommand=function(A,B){this.Name=A;if (B!=undefined) this._SavedState=B;else this._S…
90 …GetClassNameRegex=function(){var A=FCKJustifyCommand._ClassRegex;if (A!=undefined) return A;var B=…
91 …0||!FCK.EditorWindow) return -1;if (FCKIndentCommand._UseIndentClasses==undefined) FCKIndentComman…
119 …=A.parentNode;B.parentNode.removeChild(B);FCKContextMenu_OverrideButton=undefined;if(e&&e.button==…
H A Dfckeditorcode_ie.js40 …tribute) return A.hasAttribute(B);else{var C=A.attributes[B];return (C!=undefined&&C.specified);}}…
50 …lse G.contents.push(H);}};return C;},ArrayToList:function(A,B,C){if (C==undefined) C=0;if (!A||A.l…
59 …erMode);return E;};FCKXHtml._AppendAttribute=function(A,B,C){try{if (C==undefined||C==null) C='';e…
66 …=A;};FCKStyle.prototype={GetType:function(){var A=this.GetType_$;if (A!=undefined) return A;var B=…
70undefined) return B;var C=this.StartBlock||this.StartBlockLimit;var D=this._Range.startContainer;v…
86 var FCKShowBlockCommand=function(A,B){this.Name=A;if (B!=undefined) this._SavedState=B;else this._S…
94 …GetClassNameRegex=function(){var A=FCKJustifyCommand._ClassRegex;if (A!=undefined) return A;var B=…
95 …0||!FCK.EditorWindow) return -1;if (FCKIndentCommand._UseIndentClasses==undefined) FCKIndentComman…
120 …=A.parentNode;B.parentNode.removeChild(B);FCKContextMenu_OverrideButton=undefined;if(e&&e.button==…
/plugin/filelisting/
H A Dscript.js272 if (namespace === undefined) {
389 if (JSINFO === undefined || LANG === undefined) {
390 console.log('filelisting: JSINFO or LANG undefined');
411 if (ns !== undefined) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon17 - '#Call to an undefined method ReflectionClass::getUseStatements\(\)#'
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist18 message: '#Access to an undefined property object::\$foo\.#'
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md56 * TreeNode: Avoid undefined child access. (Ivan Enderlin, 2016-08-08T17:32:09+02:00)
57 * TreeNode: Avoid undefined token value access. (Ivan Enderlin, 2016-08-08T17:31:28+02:00)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md127 method, that's all. That's the most undefined stream. All capabilities
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md124 - XmlDeserializationVisitor references undefined property PropertyMetadata::$reflection [\#958](htt…
602 - HHVM compatibility issue with undefined property JMS\Serializer\Metadata\ClassMetadata::$inline …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst154 default the order is undefined, but you may change it to either "alphabetical", or
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG164 * deprecated silent display of undefined blocks
327 * fixed wrong error message when including an undefined template in a child template
397 * added an error message when trying to import an undefined block from a trait
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst5 undefined or empty, otherwise the value of the variable:
19 undefined:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst269 Defining undefined Functions and Filters on the Fly
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_array_with_undefined_variable.test2 Exception for multiline array with undefined variable
H A Dmultiline_array_with_undefined_variable_again.test2 Exception for multiline array with undefined variable
H A Dmultiline_function_with_undefined_variable.test2 Exception for multile function with undefined variable
H A Dmultiline_tag_with_undefined_variable.test2 Exception for multiline tag with undefined variable

12345678910>>...24