Home
last modified time | relevance | path

Searched refs:a (Results 3751 – 3775 of 6240) sorted by relevance

1...<<151152153154155156157158159160>>...250

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php568 $a = new stdClass;
569 $a->foo = 'bar';
571 $ahash = spl_object_hash($a);
592 $storage1->attach($a);
694 [$a, [0], <<<EOF
699 [[0], $a, <<<EOF
704 [$a, $b, <<<EOF
901 $a = new stdClass;
930 $a = new stdClass;
982 $a = new stdClass;
[all …]
/plugin/pdb/classes/
H A Dcache.php197 $a = array();
205 $a[$items[0]] = $items[1];
209 return $a;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md35 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:33:46+02:00)
58 * Add a note about Lookbehind. (Ivan Enderlin, 2014-11-07T14:28:33+01:00)
60 * Remove a note about PHP5.4. (Ivan Enderlin, 2014-11-07T14:24:48+01:00)
/plugin/cache/
H A Dplugin_cache.php204 $a = array();
212 $a[$items[0]] = $items[1];
216 return $a;
/plugin/pubchem/classes/
H A Dcache.php89 * Save string to cache with a permission of $conf['fmode'].
136 * Clear all media files in a plugin's media directory
197 $a = array();
205 $a[$items[0]] = $items[1];
209 return $a;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp21 * This page is a basic Sample for FCKeditor integration in the AFP script language (www.afpages.de)
86 lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
/plugin/bugzillaint/
H A Dstyle.css6 div.dokuwiki a.bzref {
12 div.dokuwiki a.bzref.bz-error {
18 div.dokuwiki a.bzref.bz-resolved {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js52 var a = this.arrowTypes_ = {};
53 a[ARROWTYPE.FILLED] = 'block';
54 a[ARROWTYPE.OPEN] = 'open';
/plugin/googleads/
H A DREADME.md13 This tool allows you to set a code for use with [Google AdSense](https://en.wikipedia.org/wiki/Goog…
15 The plugin also exports a function for use with your template, so you will have to insert the follo…
44 If you find my work helpful and would like to give back, [consider joining me as a GitHub sponsor](…
/plugin/pubmed/classes/
H A Dcache.php89 * Save string to cache with a permission of $conf['fmode'].
136 * Clear all media files in a plugin's media directory
197 $a = array();
205 $a[$items[0]] = $items[1];
209 return $a;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm70 Select a language:&nbsp;
98 …is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<…
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md13 "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
41 - **images/**: contains a fill general used images,
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dcs.js1a=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|pros…
/plugin/diagramsnet/lib/math/
H A Dlatest.js19a(w,y){var v=document.createElement("script");v.type="text/javascript";v.async=true;v.src=w;if(y){… function
/plugin/diagramsnet/lib/img/lib/allied_telesis/media_converters/
H A DIndustrial_Media_Converter_POE.svg1a.87.87 0 0 0-.425.703"/><path d="M24.783 12.985L18.36 9.18a.87.87 0 0 1 .422-.744l6.425 3.805c-.2…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DCloudSimple_Nodes.svg1a.68.68 0 0 0 .272-.328 1.16 1.16 0 0 0 .064-.377c.004-.25-.112-.484-.312-.632-.208-.165-.595-.296…
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md13 "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
41 - **images/**: contains a fill general used images,
/plugin/blogtng/
H A Dscript.js214 let a = jQuery("#comment_" + id).get(0);
215 if (!a){ return; }
218 let content = String(a.innerHTML);
/plugin/farmer/
H A DDokuWikiFarmCore.php10 * It's registered as a global $FARMCORE variable but you should not interact with
138 * This borrows form DokuWiki's inc/farm.php but does not support a default conf dir
159 // check that $animal is a string and just a directory name and not a path
199 * Return a list of possible animal names for the given host
219 function ($a, $b) {
220 $ret = strlen($b) - strlen($a);
222 return $a <=> $b;
/plugin/bez/ctl/
H A Dthread.php30 usort($timeline, function($a, $b) {
31 if ($a->create_date == $b->create_date) {
34 return ($a->create_date < $b->create_date) ? -1 : 1;
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9a(){return"undefined"!=typeof W?function(){W(h)}:l()}function c(){var e=0,t=new Z(h),r=document.cr…
10a,c){var p=function(i,p){function l(e){i&&i(e)}function h(e){p&&p(e)}function f(e,t){e?h(o(e,t)):l…
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php251 * @param string $a
260 public function _sorttargetpages($a, $b) { argument
261 $ns_diff = substr_count($a, ':') - substr_count($b, ':');
262 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php251 * @param string $a
260 public function _sorttargetpages($a, $b) { argument
261 $ns_diff = substr_count($a, ':') - substr_count($b, ':');
262 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt7 … the top are toggles. Clicking them opens the appropriate window, clicking a second time closes i…
52 To be able to update a git from the web browser, you may have to create a separate ssh key for the…
121 …ckup. Whenever you delete or prune an item, the maintenance software saves a backup file of the p…
124 …ore Backup is simply a temporary band-aid, primarily useful during the current session, in case yo…
/plugin/bookcreator/script/
H A Djquery.fileDownload.js12 * You must also write a cookie in conjunction with using this plugin as mentioned in the orignal post:
40 //Requires jQuery UI: provide a message to display to the user when the file download is being prepared before the browser's dialog appears
45 //Requires jQuery UI: provide a message to display to the user when a file download fails
50 //the stock android browser straight up doesn't support file downloads initiated by a non GET: http://code.google.com/p/android/issues/detail?id=1780
51 //specify a message here to display if a user tries with an android browser
52 //if jQuery UI is installed this will be a dialog, otherwise it will be an alert
55 androidPostUnsupportedMessageHtml: "Unfortunately your Android browser doesn't support this type of file download. Please try again with a different browser.",
63 //a functio
[all...]

1...<<151152153154155156157158159160>>...250