Home
last modified time | relevance | path

Searched refs:select (Results 176 – 200 of 833) sorted by relevance

12345678910>>...34

/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php511 foreach ($calendar->select('VTIMEZONE') as $timezone) {
709 foreach ($calendar->select('VTIMEZONE') as $timezone) {
868 foreach ($vevent->select('EXDATE') as $val) {
874 foreach ($vevent->select('RRULE') as $rr) {
943 $propertyValues = $vevent->select($prop);
/plugin/autolink3/
H A Dstyle.css23 div#autolink3>form>table>tbody>tr>td>select
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc102 this.stack = select.options;
569 type : 'select',
606 type : 'select',
782 type : 'select',
894 this.select();
988 type : 'select',
1428 this.stack = select.options;
1460 select.selectedIndex = -1;
1461 select.options.length = 0;
1476 urlField.select();
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt2215 # select {*.ca} (phi < select(y; {*.ca}; y.resno = _x.resno + 1).phi))
2486 # bug fix: select _Xx; select unknown
3813 # select @x # or select @{x}
4549 # select none;
4723 # bug fix: select dna can select rna if chain is mixed hybrid dna+rna
5022 # select xxx
5383 # select 1.3
5548 # select @x
5552 # select @x
5557 # select BONDS @x
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php31 foreach ($this->select('FREEBUSY') as $freebusy) {
/plugin/etherpadlite/
H A Dstyle.css13 .pad-form input, .pad-form select {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php31 foreach ($this->select('FREEBUSY') as $freebusy) {
/plugin/codebuttonmod2/src/
H A Dcodebutton.js34 copyText.select();
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 foreach($this->select('FREEBUSY') as $freebusy) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 foreach($this->select('FREEBUSY') as $freebusy) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 foreach($this->select('FREEBUSY') as $freebusy) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php288 <select name="access">
292 </select><br />
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css157 select, input { selector
161 .select, .field {
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample03.afp56 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
59 </select>
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso73 <select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
74 </select>
H A Dsample04.lasso63 <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden">
67 </select>
/plugin/zip/pear/File/Archive/
H A DReader.php61 function select($filename, $close = true) function in File_Archive_Reader
328 if (($error = $this->select($filename)) === true) {
/plugin/toolbuttondel/
H A Daction.php144 function select_headers(& $event,$select=false) { argument
147 if($select) {
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03.cfm58 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
61 </select>
/plugin/highlight2wiki/
H A Dstyle.css115 user-select: text;
116 -webkit-user-select: text;
/plugin/struct/types/
H A DPage.php124 public function select(QueryBuilder $QB, $tablealias, $colname, $alias)
127 parent::select($QB, $tablealias, $colname, $alias);
136 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) global() function in dokuwiki\\plugin\\struct\\types\\Page
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt70 DlgFileBrowserSelect: "Please select a file from your computer",
106 FileBrowserError_File_Submit: 'Please select a file from your computer',
138 AbbrDlgSelectFirst : "You have to select the plugin syntax first!",
150 +' select the language type from the drop down menu and click OK. ' ,
158 …+ "select it with mouse or keyboard, then open this dialog. Your text will appear in the text wi…
164 geshiAlertLanguage: 'Please select a language',
/plugin/blogtng/
H A Dadmin.php259 $select = 'SELECT * ';
266 …$select = 'SELECT cid, comments.pid as pid, ip, source, name, comments.mail as mail, web, avatar, …
272 …$select = 'SELECT DISTINCT entries.pid as pid, page, title, blog, image, created, lastmod, author,…
314 $sqlselect = $select . $from . $where . $orderby;
492 $select = 'SELECT * ';
507 $sqlselect = $select . $from . $where . $orderby;
/plugin/sympaauth/lang/en/
H A Dintro.txt5 To activate this backend, you must go to the configuration plugin page, and select "sympa" as the a…
/plugin/jquotes/
H A Dscript.js50 $txt.select();

12345678910>>...34