Home
last modified time | relevance | path

Searched refs:info (Results 401 – 425 of 1857) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/solr/
H A Dindex_all.php101 $info = new Solr_Pageinfo($id);
106 $doc->addPage($info->getFields());
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php185 $info = apache_lookup_uri( $path ) ;
186 return $info->filename . $info->path_info ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php183 $info = apache_lookup_uri( $path ) ;
184 return $info->filename . $info->path_info ;
/plugin/bootswrapper/
H A Dall.css88 .bs-callout-info {
91 .bs-callout-info h4 {
103 .bs-callout-info .bs-callout-icon { color: #5bc0de; }
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php185 $info = apache_lookup_uri( $path ) ;
186 return $info->filename . $info->path_info ;
/plugin/autlogin/
H A Daction.php98 $info = $auth->getUserData($best);
99 if($info === false){
102 $groups = $info['grps'];
318 $info = $auth->getUserData($user);
319 if($info === false){
322 $groups = $info['grps'];
/plugin/ebookexport/
H A DREADME.md9 Please refer to http://www.dokuwiki.org/plugins for additional info
13 Copyright (C) Nomen Nescio <info@nomennesc.io>
/plugin/twofactortelegram/
H A Daction.php67 $info = $this->transmitMessage($code);
68 msg(hsc($info), 1);
/plugin/twofactoraltemail/
H A Daction.php72 $info = $this->transmitMessage($code);
73 msg(hsc($info), 1);
/plugin/namespacemessage/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
16 Copyright (C) Christoph Ziehr <info@einsatzleiterwiki.de>
/plugin/redirect2/
H A Dadmin.php151 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
155 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
/plugin/prettytables/
H A DREADME11 Please refer to http://www.dokuwiki.org/plugins for additional info
15 Copyright (C) Constantinos Xanthopoulos <conx@xanthopoulos.info>
/plugin/publistx/
H A DREADME19 Please refer to https://www.dokuwiki.org/plugins for additional info
26 See COPYING and file headers for license info.
/plugin/fileshare/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
16 Copyright (C) Soft2C.de <info@soft2c.de>
/plugin/metadisplay/
H A Dcli.php50 $info = $this->getInfo();
51 $this->success($info['date']);
H A DREADME.md32 …--loglevel <level> Minimum level of messages to display. Default is info. Valid lev…
33 … debug, info, notice, success, warning, error, critical, alert, emergency.
/plugin/authorstats/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
16 …(C) George Chatzisofroniou <sophron@latthi.com>, Constantinos Xanthopoulos <conx@xanthopoulos.info>
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php111 foreach($objClass->info as $infoKey => $infoValue) {
178 unset($method->info["name"]);
179 foreach($method->info as $infoKey => $infoValue) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc12 | `indices()` | Index-centric stats and info
13 | `nodes()` | Node-centric stats and info
14 | `cluster()` | Cluster-centric stats and info
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc46 var htmlPreview = dialog.getContentElement( 'info', 'htmlPreview' ).getElement();
48 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( value );
64 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( '&nbsp;' );
65 dialog.getContentElement( 'info', 'htmlPreview' ).getElement().setHtml( '&nbsp;' );
230 this.getContentElement( 'info', 'charContainer' ).getElement().setHtml( html.join( '' ) );
233 id: 'info',
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc46 var htmlPreview = dialog.getContentElement( 'info', 'htmlPreview' ).getElement();
48 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( value );
64 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( '&nbsp;' );
65 dialog.getContentElement( 'info', 'htmlPreview' ).getElement().setHtml( '&nbsp;' );
230 this.getContentElement( 'info', 'charContainer' ).getElement().setHtml( html.join( '' ) );
233 id: 'info',
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc199 var element = dialog.getContentElement( 'info', partIds[i] );
552 filebrowser: 'info:url'
562 id : 'info',
563 label : linkLang.info,
564 title : linkLang.info,
668 dialog.getValueOf( 'info', 'linkType' ) != 'url' )
818 filebrowser : 'info:media',
969 filebrowser : 'info:url',
1450 this.getContentElement('info', 'media').disable();
1452 this.showPage('info');
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc41 dialog.setValueOf( 'info', 'txtWidth', value );
47 dialog.setValueOf( 'info', 'txtHeight', value );
167 var width = dialog.getValueOf( 'info', 'txtWidth' ),
168 height = dialog.getValueOf( 'info', 'txtHeight' ),
514 id: 'info',
598 filebrowser: 'info:txtUrl'
1122 filebrowser: 'info:txtUrl',
1284 commitInternally.call( this, [ 'info:cmbFloat', 'info:cmbAlign',
1285 'info:txtVSpace', 'info:txtHSpace',
1286 'info:txtBorder',
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc42 dialog.setValueOf( 'info', 'txtWidth', value );
48 dialog.setValueOf( 'info', 'txtHeight', value );
168 var width = dialog.getValueOf( 'info', 'txtWidth' ),
169 height = dialog.getValueOf( 'info', 'txtHeight' ),
515 id: 'info',
599 filebrowser: 'info:txtUrl'
1123 filebrowser: 'info:txtUrl',
1285 commitInternally.call( this, [ 'info:cmbFloat', 'info:cmbAlign',
1286 'info:txtVSpace', 'info:txtHSpace',
1287 'info:txtBorder',
[all …]
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc24 id: 'info',
50 var widthType = this.getDialog().getContentElement( 'info', 'widthType' ),
67 unit = this.getDialog().getValueOf( 'info', 'widthType' );
240 this.getDialog().getContentElement( 'info', 'bgColor' ).setValue( color );
290 this.getDialog().getContentElement( 'info', 'borderColor' ).setValue( color );

1...<<11121314151617181920>>...75