Home
last modified time | relevance | path

Searched refs:select (Results 751 – 775 of 833) sorted by path

1...<<31323334

/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php154 foreach ($this->select($item) as $child) {
158 foreach ($this->select($item->name) as $k => $child) {
221 public function select($name) function in Sabre\\VObject\\Component
444 $matches = $this->select($name);
465 $matches = $this->select($name);
634 $properties = array_unique($this->select($propName), SORT_REGULAR);
H A DTimeZoneUtil.php191 foreach ($vcalendar->select('VTIMEZONE') as $vtimezone) {
H A DVCardConverter.php123 while ($output->select('ITEM'.$x.'.')) {
184 foreach ($output->select('ANNIVERSARY') as $anniversary) {
204 foreach ($output->select('ANNIVERSARY') as $anniversary) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php195 $this->select($componentName),
244 foreach ($this->select($componentName) as $child) {
522 if (!$itemUid = $item->select('UID')) {
H A DVCard.php231 $version = $this->select('VERSION');
252 $uid = $this->select('UID');
274 $fn = $this->select('FN');
391 foreach ($this->select($propertyName) as $field) {
421 foreach ($this->select($propertyName) as $field) {
H A DVFreeBusy.php31 foreach ($this->select('FREEBUSY') as $freebusy) {
/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/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md138 * #154: It's now possible to easily select all vCard properties belonging to
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php151 $children = $this->select($item);
216 function select($name) { function in Sabre\\VObject\\Component
376 $matches = $this->select($name);
396 $matches = $this->select($name);
416 $matches = $this->select($name);
446 $matches = $this->select($name);
H A DTimeZoneUtil.php184 foreach($vcalendar->select('VTIMEZONE') as $vtimezone) {
H A DVCardConverter.php126 while($output->select('ITEM' . $x . '.')) {
197 foreach ($output->select('ANNIVERSARY') as $anniversary) {
217 foreach ($output->select('ANNIVERSARY') as $anniversary) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php265 foreach($this->select('VEVENT') as $key=>$vevent) {
515 if (!$itemUid = $item->select('UID')) {
H A DVCard.php217 $version = $this->select('VERSION');
239 $uid = $this->select('UID');
261 $fn = $this->select('FN');
377 foreach($this->select($propertyName) as $field) {
H A DVFreeBusy.php29 foreach($this->select('FREEBUSY') as $freebusy) {
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php549 foreach($calendar->select('VTIMEZONE') as $timezone) {
879 foreach ($vevent->select('EXDATE') as $val) {
943 $propertyValues = $vevent->select($prop);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php349 $freebusy = $result->VFREEBUSY->select('FREEBUSY');
/plugin/wideredit/
H A Dstyle.less2 user-select: none;
/plugin/wikicalendar/
H A Dsyntax.php336 $out .= '<select id="year" name="plugin_wikicalendar_year">' . DOKU_LF;
349 $out .= '</select>' . DOKU_LF;
354 $out .= '<select id="month" name="plugin_wikicalendar_month">' . DOKU_LF;
364 $out .= '</select>' . DOKU_LF;
/plugin/wrap/
H A Dexample.txt353 Just select the text in the spoiler box to be able to read its content.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp71 <select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
72 </select>
H A Dsample03.afp56 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
59 </select>
H A Dsample04.afp61 <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden">
65 </select>
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp74 <select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
75 </select>
H A Dsample03.asp60 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
63 </select>
H A Dsample04.asp65 <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden">
69 </select>

1...<<31323334