Home
last modified time | relevance | path

Searched refs:pass (Results 251 – 275 of 374) sorted by path

1...<<1112131415

/plugin/graphviz/
H A Dsyntax.php161 $pass = array();
162 $pass['cht'] = 'gv:'.$data['layout'];
163 $pass['chl'] = io_readFile($in);
/plugin/groupmail/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/groupmanager/
H A Dsyntax.php696 list($user, $pass, $name, $mail, $grps) = $this->_retrieveUser();
700 if (empty($pass)) {
702 $pass = auth_pwgen();
710 if (!empty($pass)) {
739 … if ($ok = $this->_auth->triggerUserMod('create', array($user, $pass, $name, $mail, $grps))) {
743 if (!empty($_REQUEST['usernotify']) && $pass) {
744 $this->_notifyUser($user, $pass);
870 list($user, $pass, $name, $mail, $grps) = $this->_retrieveUser(false);
/plugin/gtd/
H A Dstyle.css68 background: #e3f9ff url(images/status-pass.png) no-repeat 5px 6px;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …":1,"if":1,from:1,raise:1,"for":1,except:1,"finally":1,print:1,"import":1,pass:1,"return":1,exec:1… property in hljs.LANGUAGES.python.dM.k.keyword
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php29 var $pass; variable in FetcherUrl
241 $this->pass = "";
249 if (isset($parts['pass'])) { $this->pass = $parts['pass']; };
456 return sprintf("Authorization: Basic %s\r\n", base64_encode($this->user.":".$this->pass));
/plugin/htmlokalt/
H A DLICENSE18 For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php79 'pass' => 'password',
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md356 * Changed: It's now possible to pass DateTime objects when using the magic
629 * Added: When setting date-time properties you can just pass PHP's DateTime
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md51 * It's now possible to pass an array of possible root elements to
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md4 … the PHPCS coding standard and that the PHP\_CodeSniffer unit tests still pass. The easiest way to…
/plugin/imagecarousel/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php609 $pass = true;
613 $pass = false;
625 $pass = false;
630 $pass = false;
635 $pass = false;
644 $pass = false;
659 $pass = false;
664 $pass = false;
669 if ($pass
777 $pass = false;
[all …]
/plugin/inlineedit/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt3115 # intercepts the sync message and can pass it on (by returning it),
3629 # bug fix: Jmol math getProperty() doesn't pass parameter in some cases
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js40 function bind(elem, type, func, pass){ argument
42 return $(elem).bind(type, pass, func);
46 return bind[type].bind(elem, type, func, pass);
55 e.data = pass;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as168 // Need to enable and pass to Jplayer event system- revisit
186 // Need to enable and pass to Jplayer event system- revisit
279 // Need to enable and pass to Jplayer event system- revisit
288 // Need to enable and pass to Jplayer event system- revisit
H A DJplayerMp4.as109 play(myStatus.pausePosition); // Must pass time or the seek time is never set.
111 pause(myStatus.pausePosition); // Must pass time or the stream.time is read.
H A DJplayerRtmp.as200 play(myStatus.pausePosition);// Must pass time or the seek time is never set.
204 pause(myStatus.pausePosition);// Must pass time or the stream.time is read.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt132 * bugfix (G:93): all errors or warnings should pass through class method
1834 name and the parameter list if you pass more than 2 parameters
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.gpl-30.txt35 gratis or for a fee, you must pass on to the recipients the same
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md55 * Added ability to pass variables into lessphp filter
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md14 5. Make the tests pass.
25 * Write tests that fail without your code, and pass with it.
/plugin/jquery/
H A Djquery-1.4.2.js795 function access( elems, key, value, exec, fn, pass ) { argument
809 exec = !pass && exec && jQuery.isFunction(value);
812 fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
1449 attr: function( elem, name, value, pass ) { argument
1455 if ( pass && name in jQuery.attrFn ) {

1...<<1112131415