Home
last modified time | relevance | path

Searched refs:Pass (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/sqlcomp/
Dsyntax.php382 private function _sqlaccess($Server,$User,$Pass,$Database,$Query,$Opts){ argument
384 …R={Microsoft Access Driver (*.mdb)}; DBQ=$Database", "ADODB.Connection", $Pass, "SQL_CUR_USE_ODBC"…
398 private function _postgresql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
400 …tion = pg_connect("host=".$Server." dbname=".$Database." user=".$User." password=".$Pass) or false)
411 private function _mysql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
412 if(!$connection = mysqli_connect($Server, $User, $Pass) or false)
433 private function _mssql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
435 if(!$dbhandle = mssql_connect($Server, $User, $Pass))
455 private function _oracle($Server,$User,$Pass,$Database,$Query,$Opts){ argument
456 if(!$connection = oci_connect($User, $Pass, $Server) or false)
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DMakefile35 $(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=4.2.1"))
/plugin/codemirror/dist/modes/
Derlang.min.js1Pass}else if(!i){return 0}else if(h.token=="when"){return h.column+f}else if(g==="when"&&i.type===…
Dyacas.min.js1 …(a,b)},indent:function(c,d){if(c.tokenize!==l&&c.tokenize!==null)return a.Pass;var e=0;if(d==="]"|…
Dmodelica.min.js1 …return b.tokenize(a,b)},indent:function(b,c){if(b.tokenize!=null)return a.Pass;var e=b.level;if(/(…
Dgo.min.js1 …eturn d},indent:function(b,d){if(b.tokenize!=h&&b.tokenize!=null)return a.Pass;var e=b.context,f=d…
Dsmarty.min.js1 …c,d){if(b.tokenize==n&&g.indent)return g.indent(b.base,c,d);else return a.Pass},blockCommentStart:…
Dd.min.js1 …eturn d},indent:function(b,c){if(b.tokenize!=n&&b.tokenize!=null)return a.Pass;var f=b.context,g=c…
Dgroovy.min.js1 …,indent:function(c,d){if(!c.tokenize[c.tokenize.length-1].isBase)return a.Pass;var e=d&&d.charAt(0…
Dyacas.min.js.map1Pass","delta","indentUnit","electricChars","blockCommentStart","blockCommentEnd","lineComment","de…
Druby.min.js1 …rn c},indent:function(c,d){if(c.tokenize[c.tokenize.length-1]!=k)return a.Pass;var e=d&&d.charAt(0…
Dhtmlmixed.min.js.map1Pass","innerMode","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,Q…
Dsql.min.js1 …ype==d)v(b);return c},indent:function(c,d){var e=c.context;if(!e)return a.Pass;var f=d.charAt(0)==…
Dsmarty.min.js.map1Pass","blockCommentStart","blockCommentEnd","defineMIME"],"mappings":"CAOA,SAAUA,GACR,SAAWC,UAAW,g…
Dmodelica.min.js.map1Pass","blockCommentStart","blockCommentEnd","lineComment","words","str","obj","split","i","length"…
Dgo.min.js.map1Pass","firstChar","charAt","closing","electricChars","closeBrackets","fold","blockCommentStart","b…
Dxml.min.js1 …urn b.stringStartCol+1;else return b.indented+f}if(e&&e.noIndent)return a.Pass;if(b.tokenize!=m&&b…
Dd.min.js.map1Pass","firstChar","charAt","closing","electricChars","blockCommentStart","blockCommentEnd","blockC…
Dverilog.min.js1 …eturn d},indent:function(b,c){if(b.tokenize!=C&&b.tokenize!=null)return a.Pass;if(i.indent){var g=…
/plugin/codemirror/dist/keymaps/
Dsublime.min.js1Pass;b.operation(function(){var a=b.listSelections().length,e=[],f=-1;for(var g=0;g<a;g++){var h=b…
Dsublime.min.js.map1Pass","operation","len","newSelection","last","at","replaceRange","indentLine","insertLineAfter","…
/plugin/crossdbsqlclient/syntax/
Ddbwrapper.php41 private function _oracle($Server, $User, $Pass, $Database, $Query) { argument
42 if (! $connection = oci_connect ( $User, $Pass, $Server ) or false)
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md132 `includeSources` Pass this flag if you want to include
243 is a separate step, different from variable name mangling. Pass
295 cover most standard JS and DOM properties defined in various browsers. Pass
511 `/*@__PURE__*/` or `/*#__PURE__*/`. Pass `true` to both compress and retain
515 Pass an object to specify custom [compress options](#compress-options).
531 Pass an object to specify custom [mangle property options](#mangle-properties-options).
658 - `annotations` (default: `true`) — Pass `false` to disable potentially dropping
691 - `drop_console` (default: `false`) — Pass `true` to discard calls to
699 representation. Pass `"eager"` to always replace function calls whenever
703 - `expression` (default: `false`) — Pass `true` to preserve completion values
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md62 --source-map-include-sources Pass this flag if you want to include the
228 separate step, different from variable name mangling. Pass
267 cover most standard JS and DOM properties defined in various browsers. Pass
426 - `drop_console` -- default `false`. Pass `true` to discard calls to
431 - `expression` -- default `false`. Pass `true` to preserve completion values
438 - `keep_fnames` -- default `false`. Pass `true` to prevent the
446 - `keep_infinity` -- default `false`. Pass `true` to prevent `Infinity` from
449 - `side_effects` -- default `true`. Pass `false` to disable potentially dropping
780 Pass an object to specify custom [compressor options][compressor].
795 - `keep_fnames` -- default `false`. Pass `true` to not mangle
[all …]
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md161 # Pass the entry object to the delete method of the LDAP client if it was found.

1234