Home
last modified time | relevance | path

Searched refs:val (Results 726 – 750 of 887) sorted by relevance

1...<<21222324252627282930>>...36

/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php465 foreach ($this->attr as $key => $val) {
469 if ($val === null || $val === false) {
476 if ($val === true) {
495 . $val
/plugin/task/syntax/
H A Dtasks.php200 $input->val($selected);
/plugin/snippets/
H A Dscript.js218 var tval = jQuery('#snippets__macros').val();
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js202 …var __saveOptionsTrack = function (track /* :String */, text /* :String */, val /* :String */) /* … argument
205 tmp[tmp.length] = {'text' :text, 'value' :val};
/plugin/siteexport/inc/
H A Dfunctions.php241 foreach( $value as $val ) {
247 $intermediateMore .= rawurlencode($val);
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js777 var val = parseInt(scale);
779 if (!isNaN(val) && val > 0)
781 editorUi.exportSvg(val / 100, transparentBackground, ignoreSelection,
797 var val = parseInt(scale);
799 if (!isNaN(val) && val > 0)
801 editorUi.exportImage(val / 100, transparentBackground, ignoreSelection,
825 var val = parseInt(scale);
827 if (!isNaN(val) && val > 0)
829 editorUi.exportImage(val / 100, false, ignoreSelection,
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/nn/
H A Dnn.txt104 1. Alle skal ha rett til å vere med på å styre landet sitt, beinveges eller gjennom talsmenn som er peika ut i frie val.
108 3. Folkeviljen skal vere grunnlaget for den makta som er lagd til styremaktene. Folkeviljen skal kome til syne gjennom regelfaste og røynlege val, som er grunna på allmenn og lik røysterett i løynlege val eller på annan jamgod røystemåte.
/plugin/abc2/abc-libraries/abc2svg/
H A DMIDI-1.js101 s.ctrl=n;s.val=v}else{abc.set_v_param("midictl",a[2]+' '+a[3])}
H A Dsnd-1.js111 case"midictl":switch(s.ctrl){case 0:instr[c]=(instr[c]&0x3fff)|(s.val<<14)
113 case 32:instr[c]=(instr[c]&0x1fc07f)|(s.val<<7)
260 s.val=p_v.midictl[i]
430 s.p_v.vol=s.val/127}
534 function midi_ctrl(po,s,t){po.op.send(new Uint8Array([0xb0+s.chn,s.ctrl,s.val]),t*1000)}
/plugin/translate/
H A Daction.php183 $form->addTextarea('origWikitext', '', $pos++)->attrs($attrs)->val($origtext)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... .Iterator { final synthetic java.util.Enumeration val$obj final synthetic javax.servlet.jsp. ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1627 var v = jQuery("#formatdel").val();
1642 var v = jQuery("#formatdel").val();
1785 …var val = prompt(LANG.plugins.ckgdoku.font_err_1 + "\n" + c + "\n" + LANG.plugins.ckgdoku.font_er…
1786 if(val == null) {
1793 if(val) return val;
1805 var v = jQuery("#fontdel").val();
1821 var v = jQuery("#fontdel").val();
1831 var v = jQuery("#formatdel").val();
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1628 var v = jQuery("#formatdel").val();
1643 var v = jQuery("#formatdel").val();
1793 …var val = prompt(LANG.plugins.ckgedit.font_err_1 + "\n" + c + "\n" + LANG.plugins.ckgedit.font_err…
1794 if (val == null) {
1800 if (val) return val;
1812 var v = jQuery("#fontdel").val();
1828 var v = jQuery("#fontdel").val();
1838 var v = jQuery("#formatdel").val();
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js818 set page(val) {
4168 set: function set(val) {
10480 if (!(0 < val && val <= this.pagesCount)) {
10487 pageNumber: val,
11257 set: function set(val) {
11275 set: function set(val) {
11280 var page = val | 0;
11299 set: function set(val) {
11300 if (isNaN(val)) {
13668 var val;
[all …]
/plugin/templateconfhelper/
H A DREADME19 * save_user( $var, $val ) - #DUMMY
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc363 var val = selectedTable.getStyle( 'width' );
364 this.setValue( val );
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php340 foreach ($value as $val) {
341 $param .= urlencode($name) . "[]=" . urlencode($val). '&';
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc363 var val = selectedTable.getStyle( 'width' );
364 this.setValue( val );
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php586 foreach ($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_tfoot'] as $r => $val) {
587 if ($val) {
1251 * val is the table_height / page_height_available
1256 private function tbsqrt($val, $iteration = 3)
1258 // Alters number of iterations until it returns $val itself - Must be > 2
1263 return sqrt($val);
1267 // return 1 + (($val - 1) / 2);
1271 $ret = $val + 0.00001;
1275 $ret = 1 + (($val - 1) / $x);
1247 tbsqrt($val, $iteration = 3) global() argument
/plugin/bookcreator/syntax/
H A Dbookmanager.php265 ->val($selected)
/plugin/textile2/
H A DclassTextile.php865 function shelve($val) argument
868 $this->shelf[$i] = $val;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc185 <cfargument name="val" type="string" required="yes">
189 <cfset imageCFC.setOption(key, val)>
/plugin/twofactorgoogleauth/
H A DQRCode.php76 foreach ($row as $x => $val) {
77 if ($val) {
/plugin/diagramsnet/lib/shapes/rack/
H A DmxRack.js46 …enumList: [{val: 'off', dispName: 'Off'}, {val: 'ascend', dispName: 'Ascending'}, {val: 'descend',…

1...<<21222324252627282930>>...36