Home
last modified time | relevance | path

Searched refs:option (Results 126 – 150 of 990) sorted by relevance

12345678910>>...40

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php146 foreach ($options as $option) {
147 $items_str .= sprintf("%s ",$option[0]);
148 $text_str .= sprintf("%s ",$option[1]);
/plugin/bez/scripts/
H A Dtask.js169 ui.item.option.selected = true;
171 item: ui.item.option
214 response( this.element.children( "option" ).map(function() {
221 option: this
238 this.element.children( "option" ).each(function() {
H A Dthread.js226 ui.item.option.selected = true;
228 item: ui.item.option
271 response( this.element.children( "option" ).map(function() {
278 option: this
295 this.element.children( "option" ).each(function() {
/plugin/miniblog/syntax/
H A Dentry.php56 $option = array('disqus_shortname' => $this->getConf('shortname'));
57 … $renderer->doc .= plugin_load('helper', 'miniblog_comment')->comment_script($source, $option);
/plugin/farmer/lang/en/
H A Dtab_plugins_help.txt14 or you can pick a specific animal and configure all the plugin states within that animal only. The third option allows you to
15 see and edit the state of all plugins in all animals at once. This option may not be feasible of you have a large amount
/plugin/pureldap/vendor/freedsx/sasl/
H A DCHANGELOG.md6 * Add an option to set the host section of the digest-uri for DIGEST-MD5. Mostly for easier AD support.
/plugin/bloglinks/
H A DCHANGELOG
/plugin/davcard/syntax/
H A Dcard.php82 foreach($options as $option)
84 list($key, $val) = explode('=', $option);
/plugin/sql/
H A DDB.php34 function setOption($option,$val) { argument
35 if ('persistent' === $option)
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js166 option: function(option, value) { // For changing playlist options only argument
168 return this.options.playlistOptions[option];
171 this.options.playlistOptions[option] = value;
173 switch(option) {
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js166 option: function(option, value) { // For changing playlist options only argument
168 return this.options.playlistOptions[option];
171 this.options.playlistOptions[option] = value;
173 switch(option) {
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php182 foreach ($options as $option => $value) {
183 $test = $this->setOption($option, $value);
213 * @param string $option option name
217 function setOption($option, $value) argument
220 if (array_key_exists($option, $this->_options)) {
221 $this->_options[$option] = $value;
223 $ret = PEAR::raiseError('Unknown option '.$option);
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php182 foreach ($options as $option => $value) {
183 $test = $this->setOption($option, $value);
213 * @param string $option option name
217 function setOption($option, $value) argument
220 if (array_key_exists($option, $this->_options)) {
221 $this->_options[$option] = $value;
223 $ret = PEAR::raiseError('Unknown option '.$option);
/plugin/publist/bib2tpl/lib/
H A DBibTex.php182 foreach ($options as $option => $value) {
183 $test = $this->setOption($option, $value);
213 * @param string $option option name
217 function setOption($option, $value) argument
220 if (array_key_exists($option, $this->_options)) {
221 $this->_options[$option] = $value;
223 $ret = PEAR::raiseError('Unknown option '.$option);
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.bash-script.css3 .syntax-theme-base .syntax .bash-script .option {
/plugin/flowplay2/flowplayer/
H A DREADME.txt36 - New option controlBarGloss
39 - Calls onFlowPlayerReady() also when you use the configInject option.
76 * added videoLink config option that can be used to override the default
77 that is taken from the playList or the videoFile option
79 * added emailPostUrl config option
80 * added emailVideoLink config option
211 - Added a 'autoBuffering' option and welcome image support.
212 - Added a 'hideContols' option to hide all buttons and other widgets and
242 - 'hideBorder' option
342 the 'videoFile' config option.
[all …]
/plugin/htmlokay/
H A Ddirectory_scan-3.php127 foreach($options as $option) {
128 echo "$option|";
/plugin/multilingual/
H A Dstyle.css44 .dokuwiki div.plugin_multilingual option.wikilink1 {
49 .dokuwiki div.plugin_multilingual option.wikilink2 {
/plugin/html2pdf/multilingual/
H A Dstyle.css44 .dokuwiki div.plugin_multilingual option.wikilink1 {
49 .dokuwiki div.plugin_multilingual option.wikilink2 {
/plugin/davcal/syntax/
H A Dcalendar.php79 foreach($options as $option)
81 list($key, $val) = explode('=', $option);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md51 - Ensuring that a directory exists before using the `save_to` option.
103 - Setting the `header` stream option as a string to be compatible with GAE.
112 - Now correctly honoring a `version` option is supplied in a request.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE6 <https://www.gnu.org/licenses/lgpl-2.1.html>) at your option
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Doption.svg1 <svg class="bi bi-option" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/structcombolookup/types/
H A DNarrowingLookup.php150 foreach($this->getOptions() as $opt => $option) {
151 list($val, $parent) = $option;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php60 foreach ($this->options as $option => $value) {
62 curl_multi_setopt($this->_mh, $option, $value);

12345678910>>...40