Home
last modified time | relevance | path

Searched refs:info (Results 1826 – 1850 of 1857) sorted by last modified time

1...<<7172737475

/plugin/charter/
H A DREADME7 See COPYING for license info.
/plugin/googlemaps/syntax/
H A Dgooglemap.php161 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/superacl/
H A Dadmin.php363 $info = $auth->getUserData($user);
364 if($info === false){
367 $groups = $info['groups'];
/plugin/vote/
H A Dsyntax.php72 $renderer->info['cache'] = false;
H A DREADME9 See COPYING for license info.
/plugin/tip/
H A Dstyle.css14 …,.tipldi,.tiplei,.tiplui,.tiprdi,.tiprei,.tiprui{background-image:url(img/info.gif);border-color:#…
H A Dsyntax_plugin_tip.css216 background-image: url(img/info.gif);
/plugin/linkmanager/
H A Dfunctions.php126 $info = '';
/plugin/flowplay2/flowplayer/
H A DREADME.txt12 your Web server. Only the SWF and flashembed.min.js is required! For further info please
/plugin/code3/styles/
H A Dstyles.css70 * Copyrights info
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm71 <!--- <cfimage action="info" source="#ARGUMENTS.filePath#" structName="imageInfo" /> --->
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc40 * See your macromedia coldfusion mx documentation for more info.
/plugin/flowplay2/flowplayer/extras/
H A Dsuggestions.js5 info: { viewed: 631, category: 'ads' } },
8 info: { viewed: 2, category: 'sports' } }
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php167 $info = apache_lookup_uri( $path ) ;
168 return $info->filename . $info->path_info ;
/plugin/dokukiwix/
H A Dajax.php94 io_saveFile($archivePath.'index.html', $home_page,$info);
/plugin/guestbook/
H A Dsyntax.php74 $renderer->info['cache'] = FALSE;
/plugin/flowplay/flowplayer/
H A DREADME.txt211 function onCuePoint(info:Object):Void;
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1605 $info=pathinfo($fi);
1606 if ($fi!="." && $fi!=".." && $info["extension"]=="png" && ereg("^math",$fi))
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js405 function info() { function
/plugin/chat/
H A Dreadme.txt14 In the info-bar you can see the AJAX engine progress.
136 * Added ''$conf['chat']['show-progress']'' for enabling info bar
H A Dlocal.php.dist9 $conf['chat']['show-progress'] = true; // display info bar
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php110 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
112 return array($info, $citation, $common, $types);
/plugin/googlesearch/
H A Daction.php112 $info = $this->getLang('resultinfo');
114 $info = $this->getLang('estimateinfo');
116 $info = str_replace('%from',$ret['startIndex'],$info);
117 $info = str_replace('%to',$ret['endIndex'],$info);
118 $info = str_replace('%num',$ret['estimatedTotalResultsCount'],$info);
119 $info = str_replace('%q',hsc($q),$info);
122 echo "<p>$info</p>";
/plugin/gallery2/dwgallery/
H A Ddwgallery.php191 if (isset($info["APP13"]) and $gallery['iptc']) {
192 $iptc = iptcparse ($info['APP13']);
252 if ($gallery['iptc'] and isset($info["APP13"])) {
253 $iptc = iptcparse($info['APP13']);
296 if (isset($info["APP13"]) and $gallery['iptc']) {
297 $iptc = iptcparse ($info['APP13']);
464 $info = getimagesize($image);
465 $width = $info[0];
466 $height = $info[1];
467 $type = $info[2];
[all …]
/plugin/bibtex/OSBib/
H A DPARSEXML.php51 $info['name'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][0]['_DATA'];
52 $info['description'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][1]['_DATA'];
53 $info['language'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][2]['_DATA'];
56 $info['version'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][3]['_DATA'];
73 return array($info, $citation, $common, $types);

1...<<7172737475