Home
last modified time | relevance | path

Searched refs:value (Results 3701 – 3725 of 4040) sorted by relevance

1...<<141142143144145146147148149150>>...162

/plugin/sqlraw/
H A Dsorttable.min.js21 else{switch(node.nodeType){case 3:if(node.nodeName.toLowerCase()=='input'){return node.value.replac…
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md47 - New Feature: The key bindings option `key` value may now be a number for [`event.which`](http://a…
/plugin/flowplay2/flowplayer/
H A Djavascript.txt205 Called every time the playhead moves in the media's timeline. The value
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3 …{switch(b.nodeType){case 3:if(b.nodeName.toLowerCase()=="input"){return b.value.replace(/^\s+|\s+$…
H A Dsorttable.js225 return node.value.replace(/^\s+|\s+$/g, '');
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc188 // alert( 'Current value: ' + dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' ) );
/plugin/sortablejs/
H A Dscript.js335 … return ( node.nodeName.toLowerCase() === "input" ) ? node.value.replace( /^\s+|\s+$/g, '' ) : '';
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32value;},GetParentForm:function(){return this.LinkedField.form;},StartupValue:'',IsDirty:function()…
37 …){var D=FCKTools.GetElementDocument(A).createElement("OPTION");D.text=B;D.value=C;A.options.add(D)…
45 …s.EntitiesRegex,FCKXHtml_GetEntity);};var D=this.XML.createAttribute(B);D.value=C;A.attributes.set…
46value.length==0){var D=B.outerHTML.match(FCKRegexLib.MetaHttpEquiv);if (D){D=D[1];FCKXHtml._Append…
49 …ht:'100%',border:'none',resize:'none',outline:'none'});C.appendChild(K);K.value=A;FCKTools.RunFunc…
53value;};var J=F.$Style||[];for (j=0;j<J.length;j++){H.Styles[J[j].name]=J[j].value;};var K=F.$Over…
67value:C;};FCKXml.TransformToObject=function(A){if (!A) return null;var B={};var C=A.attributes;for…
71 …ange().execCommand('SelectAll');}else{A.selectionStart=0;A.selectionEnd=A.value.length;};A.focus()…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1value}else{return G(r,O)}}function J(O,r){var N=O.nM?"":'<span class="'+O.cN+'">';if(O.rB){c+=N;O.…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG32 * added max value to the "random" function
45 * fixed ArrayObject access with a null value
134 * "empty" test will now consider the return value of the __toString() method for
567 * fixed "is_safe" value for the "dump" function when "html_errors" is not defined in php.ini
812 …* made macros return their value instead of echoing directly (fixes calling a macro in sandbox mod…
948 * fixed variables defined outside a loop and for which the value changes in a for loop
1039 * extended set tag to support expression as value ({% set foo as 'foo' ~ 'bar' %} )
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5value:n,index:r,criteria:t(n,r,e)}}).sort(function(n,t){var r=n.criteria,e=t.criteria;if(r!==e){if…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5value:n,index:r,criteria:t(n,r,e)}}).sort(function(n,t){var r=n.criteria,e=t.criteria;if(r!==e){if…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css111 /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }
289 .jp-volume-bar-value {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss117 …top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration…
319 .jp-volume-bar-value {
/plugin/a2s/
H A Ddemo.txt84 …pe, add a **single** line with the identifier and a JSON hash of property:value. See the section j…
106 …* border stroke width : ''"stroke-width"://number//'' unit and default value is unknown. Example :…
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php290 // code block allow a second attribute value as file name
423 foreach ($attributesArray as $key => $value) {
424 $tagAttributes->addComponentAttributeValue($key, $value);
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1397 function parsexmlbool(value, tag) { argument
1398 switch(value) {
7625 var value = parse_Xnum(data);
7626 return [cell, value, 'n'];
7633 return [cell, value, 'n'];
7640 return [cell, value, 'str'];
7647 var o = [cell, value, 'b'];
7660 var o = [cell, value, 'e'];
7672 var value = parse_Xnum(data);
7673 var o = [cell, value, 'n'];
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js1value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(…
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc306 "value": "Valeur",
320 "value": "Valeur"
326 "value": "Valeur",
348 "value": "Valeur",
/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc306 "value": "Valeur",
320 "value": "Valeur"
326 "value": "Valeur",
348 "value": "Valeur",
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php181 foreach ($OriginalPixel as $key => $value) {
217 foreach ($OriginalPixel as $key => $value) {
266 foreach ($TargetPixel as $key => $value) {
979 foreach ($TargetPixel as $key => $value) {
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf43 C2find http://c2.com/cgi/wiki?FindPage&amp;value=
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1066 to_fixed(value: number): string;
/plugin/codemirror/dist/modes/
H A Dyaml.min.js.map1 … stream.next();\n return 'meta';\n }\n\n /* start of value of a pair */\n …

1...<<141142143144145146147148149150>>...162