Home
last modified time | relevance | path

Searched refs:join (Results 276 – 300 of 991) sorted by path

1...<<11121314151617181920>>...40

/plugin/combo/resources/snippet/js/
H A Dcache.js84 dependencies = dependency.join(", ");
H A Dmetadata.js96 .addBody(modalMessage.join("<br>"))
H A Dpage-explorer-tree.js16 let processedId = processedIdArray.join(":")
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md229 Php-webdriver is community project - if you want to join the effort with maintaining and developing this library, the best is to look on [issues marked with "help wanted"](https://github.com/php-webdriver/php-webdriver/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
/plugin/confmanager/
H A Djquery.form.js1112 var msg = '[jquery.form] ' + Array.prototype.join.call(arguments,'');
/plugin/contactmodern/
H A DREADME.textile54 p. or join multiple of them with a | character:
/plugin/copycode/
H A Dscript.js42 let result = this._source.textContent.split("_||copycode||_").join("\n");
44 result = result.split("\n").join(" ");
101 inputValue = inputValue.split(/\u00A0/).join("");
/plugin/crosspost/
H A Daction.php81 array('crosspost_to' => join( ',', $save ),'cache' => 'expire'
135 $ns = p_get_first_heading( join( ':', $allns ) );
238 join( ',', $meta ) . '" style="width:100%" class="crosspost" ' .
242 join( ' ', $links ) . '</div>';
H A Dscript.js23 cp_to.value = cp_values.join(',');
/plugin/cspheader/
H A Daction.php84 $policies[$directive] = join(' ', $values);
/plugin/daftdrafts/
H A Dhelper.php84 io_saveFile(dirname(__FILE__).'/daft.auth.php', join('', $daftAcl));
89 io_saveFile(DOKU_CONF.'acl.auth.php', join('', $acl_config));
113 io_saveFile(DOKU_CONF.'acl.auth.php', join('',$new_config));
116 io_saveFile(dirname(__FILE__).'/daft.auth.php', join('',$newDaftAcl));
/plugin/data-au/helper/
H A Daliastextbox.php138 $value = join(', ', $value);
/plugin/data-au/
H A Dscript.js138 this.value = terms.join(", ");
/plugin/data-au/syntax/
H A Dentry.php444 $field['value'] = join(', ', $field['value']);
H A Drelated.php98 $where .= ' AND (' . join(' OR ', $cond) . ') ';
H A Dtable.php677 $sql = "SELECT " . join(', ', $select) . "
/plugin/data/
H A Dbureaucracy_field.php
H A Dscript.js138 this.value = terms.join(", ");
/plugin/data/helper/
H A Daliastextbox.php
/plugin/data/syntax/
H A Dentry.php
H A Drelated.php
H A Dtable.php
/plugin/dataloop/syntax/
H A Dloop.php488 $sql = "SELECT ".join(', ',$select)."
524 return join($context['sep'],$context['data']);
H A Droll.php372 $sql = "SELECT ".join(', ',$select)."
408 return join($context['sep'],$context['data']);
H A Dtextloop.php412 $sql = "SELECT ".join(', ',$select)."
448 return join($context['sep'],$context['data']);

1...<<11121314151617181920>>...40